home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / dalla_rivista / speciale_mame / mame / cheat.dat next >
Text File  |  2000-01-01  |  2MB  |  35,255 lines

  1. ;******************************************************************************
  2. ;* PUGSY'S CHEATS Release Date: 18 MAY 2000 (Base release for MAME 0.36Final) *
  3. ;*          Also includes cheats for MAME 0.37 BETA 1 and 2                   *
  4. ;*  Cheat File *FULLY* compatible with *ALL* MAME versions mentioned above    *
  5. ;*                                                                            *
  6. ;*  This CHEAT.DAT file was downloaded from Pugsy's MAME Cheat Page at:-      *
  7. ;*                        http://cheat.retrogames.com                         *
  8. ;*                                                                            *
  9. ;*  If you have any new cheats not included in this cheat file then PLEASE    *
  10. ;*  send them to:-         pugsy@usa.net                                      *
  11. ;*                                                                            *
  12. ;*  This cheat.dat file can be freely distributed with MAME or any frontend.  *
  13. ;*  If you run a MAME page please feel free to put up the cheat.dat file on   *
  14. ;*  your webspace, if you do please let me know and I'll send you regular     *
  15. ;*  cheat.dat updates (only available to MAME Page maintainers).              *
  16. ;******************************************************************************
  17. ;
  18. ;Data for the cheat routine of Mame
  19. ;This file should be in the same directory as MAME.EXE (whichever platform).
  20. ;
  21. ;This file can be edited with a text editor, but keep the same format:
  22. ; all fields are separated by a colon (:)
  23. ;  -Name of the game (short name) [zip file or directory]
  24. ;  -No of the CPU usually 0, only different in multiple CPU games
  25. ;  -Address in Hexadecimal (where to poke)
  26. ;  -Data to put at this address in hexadecimal (what to poke)
  27. ;  -Special (see below) usually 000
  28. ;   -000 : the byte is poked every time and the cheat remains in active list.
  29. ;   -001 : the byte is poked once and the cheat is removed from active list.
  30. ;   -002 : the byte is poked every one second and the cheat remains in active
  31. ;          list.
  32. ;   -003 : the byte is poked every two seconds and the cheat remains in active
  33. ;          list.
  34. ;   -004 : the byte is poked every five seconds and the cheat remains in active
  35. ;          list.
  36. ;   -005 : the byte is poked one second after the original value has changed 
  37. ;          and the cheat remains in active list.
  38. ;   -006 : the byte is poked two seconds after the original value has changed
  39. ;          and the cheat remains in active list.
  40. ;   -007 : the byte is poked five seconds after the original value has changed
  41. ;          and the cheat remains in active list.
  42. ;   -008 : the byte is poked unless the original value in being decremented by
  43. ;          1 each frame and the cheat remains in active list.
  44. ;   -009 : the byte is poked unless the original value in being decremented by
  45. ;          2 each frame and the cheat remains in active list.
  46. ;   -010 : the byte is poked unless the original value in being decremented by
  47. ;          3 each frame and the cheat remains in active list.
  48. ;   -011 : the byte is poked unless the original value in being decremented by
  49. ;          4 each frame and the cheat remains in active list.
  50. ;   -020 : the bits are set every time and the cheat remains in active list.
  51. ;   -021 : the bits are set once and the cheat is removed from active list.
  52. ;   -040 : the bits are reset every time and the cheat remains in active list.
  53. ;   -041 : the bits are reset once and the cheat is removed from active list.
  54. ;   -060 : the user selects a decimal value from 0 to byte
  55. ;          (display : 0 to byte) - the value is poked once when it changes and
  56. ;          the cheat is removed from the active list.
  57. ;   -061 : the user selects a decimal value from 0 to byte
  58. ;          (display : 1 to byte+1) - the value is poked once when it changes
  59. ;          and the cheat is removed from the active list.
  60. ;   -062 : the user selects a decimal value from 1 to byte
  61. ;          (display : 1 to byte) - the value is poked once when it changes and
  62. ;          the cheat is removed from the active list.
  63. ;   -063 : the user selects a BCD value from 0 to byte
  64. ;          (display : 0 to byte) - the value is poked once when it changes and
  65. ;          the cheat is removed from the active list.
  66. ;   -064 : the user selects a BCD value from 0 to byte
  67. ;          (display : 1 to byte+1) - the value is poked once when it changes
  68. ;          and the cheat is removed from the active list.
  69. ;   -065 : the user selects a BCD value from 1 to byte
  70. ;          (display : 1 to byte) - the value is poked once when it changes and
  71. ;          the cheat is removed from the active list.
  72. ;   -070 : the user selects a decimal value from 0 to byte
  73. ;          (display : 0 to byte) - the value is poked once and the cheat is
  74. ;          removed from the active list.
  75. ;   -071 : the user selects a decimal value from 0 to byte
  76. ;          (display : 1 to byte+1) - the value is poked once and the cheat is
  77. ;          removed from the active list.
  78. ;   -072 : the user selects a decimal value from 1 to byte
  79. ;          (display : 1 to byte) - the value is poked once and the cheat is
  80. ;          removed from the active list.
  81. ;   -073 : the user selects a BCD value from 0 to byte
  82. ;          (display : 0 to byte) - the value is poked once and the cheat is
  83. ;          removed from the active list.
  84. ;   -074 : the user selects a BCD value from 0 to byte
  85. ;          (display : 1 to byte+1) - the value is poked once and the cheat is
  86. ;          removed from the active list.
  87. ;   -075 : the user selects a BCD value from 1 to byte
  88. ;          (display : 1 to byte) - the value is poked once and the cheat is
  89. ;          removed from the active list.
  90. ;   -500 to 575: These cheat types are identical to types 000 to 075 except
  91. ;                they are used in linked cheats (i.e. of 1/8 type). The first
  92. ;                cheat in the link list will be the normal type (eg type 000)
  93. ;                and the remaining cheats (eg 2/8...8/8) will be of this type 
  94. ;                (eg type 500).
  95. ;   -998 : this is used as a watch cheat, ideal for showing answers in quiz
  96. ;          games .
  97. ;   -999 : this is used for comments only, cannot be enabled/selected by the
  98. ;          user.
  99. ;  -Description of the cheat (29 characters max)
  100. ;  -Extra Description line for above (29 characters max)
  101. ;******************************************************************************
  102. ;NOTES: The cheat descriptions use the following terms, this is what they
  103. ;       actually mean:
  104. ;
  105. ;Get+Now! means the cheat is a type 01 cheat and so it is a temporary cheat - 
  106. ;         it changes the memory and then deactivates. Type 01 is ideal for 
  107. ;         getting a particular weapon or feature, also needed for a Finish 
  108. ;         Level Now! cheat.
  109. ;
  110. ;Always   means the cheat is permanent (several cheat types) idea for always
  111. ;         having a certain weapon or feature eg always have 3 rainbows on 
  112. ;         Rainbow Islands.
  113. ;
  114. ;Infinite means exactly what it says - you will have an inexhaustible supply of
  115. ;         the named item be it lives, time, ammo or something else. On some
  116. ;         rare occasions you may need to deactivate the cheat before you can 
  117. ;         finish a level, if this need to be done you will see F5 at the end
  118. ;         of the cheat description. NB: If using this cheat.dat with a version
  119. ;         of MAME before 34B6 you will need to use F7 instead of F5.
  120. ;
  121. ;With the release of MAME 0.34B6 there is support for fully selectable level
  122. ;cheats, thanks to JCK's source code improvements - she's doing a wonderful
  123. ;job. Basically, there are two types of level select cheats and a score cheat:
  124. ;Select current level  - Select a level and you can progress to it by losing a
  125. ;                        life. You should only activate this type of cheat 
  126. ;                        during game play or according to the comments.
  127. ;
  128. ;Select next level - Select a level and when you complete the current level you
  129. ;                    will progress straight to the selected level. You can also
  130. ;                    activate this on the title/attract screens though the
  131. ;                    effects cannot always be guaranteed! (you will either
  132. ;                    start on the selected level or the next level after the
  133. ;                    selected one or level 1). A far better method if you want
  134. ;                    to select the starting level from the title screen is to 
  135. ;                    use the method that I thought of for Metrocross. See 
  136. ;                    Metrocross remarks for info.
  137. ;Select Score - This cheat allows you to select your score or/and the other 
  138. ;               player's score, ideal for sports games where you need a certain
  139. ;               score to win and/or progress. It must ONLY be activated during
  140. ;               game play. Also note the score may not display correctly until
  141. ;               the score has changed properly!                      
  142. ;
  143. ;******************************************************************************
  144.  
  145. ;******************************************************************************
  146. ;*                                                                            *
  147. ;*             Main Cheats - Base Reference of MAME 0.36 Final                *
  148. ;*   ONLY CHEATS FOR GAMES IN THE *RELEASED MAME 0.36 FINAL GO HERE           *
  149. ;*                    START OF MAME 0.36 FINAL CHEATS                         *
  150. ;*                                                                            *
  151. ;******************************************************************************
  152.  
  153. ; [ 005 ]
  154. 005:0:E382:0A:000:Infinite Lives PL1
  155. 005:0:E383:0A:000:Infinite Lives PL2
  156.  
  157. ; [ 1941 - Counter Attack (World) ]
  158. 1941:0:FF0DA5:07:000:Infinite Rolls PL1
  159. 1941:0:FF0DFA:01:000:Invincibility PL1
  160. 1941:0:FF0DE7:99:000:Infinite Weapon Time PL1
  161. 1941:0:FF0DC8:00:000:Always have Normal Fire PL1
  162. 1941:0:FF0DC8:01:000:Always have M. Gun PL1
  163. 1941:0:FF0DC8:02:000:Always have S. Shell PL1
  164. 1941:0:FF0DC8:03:000:Always have Missile PL1
  165. 1941:0:FFC578:06:000:Extreme Firepower PL1
  166. 1941:0:FF0DC8:00:001:Get Normal Fire Now! PL1
  167. 1941:0:FF0DC8:01:001:Get M. Gun Now! PL1
  168. 1941:0:FF0DC8:02:001:Get S. Shell Now! PL1
  169. 1941:0:FF0DC8:03:001:Get Missile Now! PL1
  170. 1941:0:FF0DA7:07:000:Infinite Rolls PL2
  171. 1941:0:FF0DFB:01:000:Invincibility PL2
  172. 1941:0:FF0DE8:99:000:Infinite Weapon Time PL2
  173. 1941:0:FF0DCB:00:000:Always have Normal Fire PL2
  174. 1941:0:FF0DCB:01:000:Always have M. Gun PL2
  175. 1941:0:FF0DCB:02:000:Always have S. Shell PL2
  176. 1941:0:FF0DCB:03:000:Always have Missile PL2
  177. 1941:0:FF0DCB:00:001:Get Normal Fire Now! PL2
  178. 1941:0:FF0DCB:01:001:Get M. Gun Now! PL2
  179. 1941:0:FF0DCB:02:001:Get S. Shell Now! PL2
  180. 1941:0:FF0DCB:03:001:Get Missile Now! PL2
  181.  
  182.  
  183. ; [ 1941 - Counter Attack (Japan) ]
  184. 1941j:0:FF0DA5:07:000:Infinite Rolls PL1
  185. 1941j:0:FF0DFA:01:000:Invincibility PL1
  186. 1941j:0:FF0DE7:99:000:Infinite Weapon Time PL1
  187. 1941j:0:FF0DC8:00:000:Always have Normal Fire PL1
  188. 1941j:0:FF0DC8:01:000:Always have M. Gun PL1
  189. 1941j:0:FF0DC8:02:000:Always have S. Shell PL1
  190. 1941j:0:FF0DC8:03:000:Always have Missile PL1
  191. 1941j:0:FFC578:06:000:Extreme Firepower PL1
  192. 1941j:0:FF0DC8:00:001:Get Normal Fire Now! PL1
  193. 1941j:0:FF0DC8:01:001:Get M. Gun Now! PL1
  194. 1941j:0:FF0DC8:02:001:Get S. Shell Now! PL1
  195. 1941j:0:FF0DC8:03:001:Get Missile Now! PL1
  196. 1941j:0:FF0DA7:07:000:Infinite Rolls PL2
  197. 1941j:0:FF0DFB:01:000:Invincibility PL2
  198. 1941j:0:FF0DE8:99:000:Infinite Weapon Time PL2
  199. 1941j:0:FF0DCB:00:000:Always have Normal Fire PL2
  200. 1941j:0:FF0DCB:01:000:Always have M. Gun PL2
  201. 1941j:0:FF0DCB:02:000:Always have S. Shell PL2
  202. 1941j:0:FF0DCB:03:000:Always have Missile PL2
  203. 1941j:0:FF0DCB:00:001:Get Normal Fire Now! PL2
  204. 1941j:0:FF0DCB:01:001:Get M. Gun Now! PL2
  205. 1941j:0:FF0DCB:02:001:Get S. Shell Now! PL2
  206. 1941j:0:FF0DCB:03:001:Get Missile Now! PL2
  207.  
  208. ; [ 1942 (set 1) ]
  209. 1942:0:E101:06:000:Infinite Lives
  210. 1942:0:E09B:06:000:Infinite Loops/Rs 
  211. 1942:0:E0A5:02:000:Invincibility
  212. 1942:0:E164:00:000:Always have Normal Fire
  213. 1942:0:E164:80:000:Always have Power Up Fire
  214. 1942:0:E164:00:001:Get Normal Fire Now!
  215. 1942:0:E164:80:001:Get Power Up Fire Now!
  216. 1942:0:E103:1E:001:Goto Last level next
  217. 1942:0:E103:1F:001:Goto Last level on life lost
  218. 1942:0:E103:1F:071:Select current level
  219. 1942:0:E155:63:000:Always get 99% (1/2)
  220. 1942:0:E165:64:500:Always get 99% (2/2)
  221.  
  222. ; [ 1942 (set 2) ]
  223. 1942a:0:E101:06:000:Infinite Lives
  224. 1942a:0:E09B:06:000:Infinite Loops/Rs
  225. 1942a:0:E0A5:02:000:Invincibility
  226. 1942a:0:E164:00:000:Always have Normal Fire
  227. 1942a:0:E164:80:000:Always have Power Up Fire
  228. 1942a:0:E164:00:001:Get Normal Fire Now!
  229. 1942a:0:E164:80:001:Get Power Up Fire Now!
  230. 1942a:0:E103:1E:001:Goto Last level next
  231. 1942a:0:E103:1F:001:Goto Last level on life lost
  232. 1942a:0:E103:1F:071:Select current level
  233. 1942a:0:E155:63:000:Always get 99% (1/2)
  234. 1942a:0:E165:64:500:Always get 99% (2/2)
  235.  
  236. ; [ 1942 (set 3) ]
  237. 1942b:0:E101:06:000:Infinite Lives
  238. 1942b:0:E09B:06:000:Infinite Loops/Rs
  239. 1942b:0:E0A5:02:000:Invincibility
  240. 1942b:0:E164:00:000:Always have Normal Fire
  241. 1942b:0:E164:80:000:Always have Power Up Fire
  242. 1942b:0:E164:00:001:Get Normal Fire Now!
  243. 1942b:0:E164:80:001:Get Power Up Fire Now!
  244. 1942b:0:E103:1E:001:Goto Last level next
  245. 1942b:0:E103:1F:001:Goto Last level on life lost
  246. 1942b:0:E103:1F:071:Select current level
  247. 1942b:0:E155:63:000:Always get 99% (1/2)
  248. 1942b:0:E165:64:500:Always get 99% (2/2)
  249.  
  250. ; [ 1943 - The Battle of Midway (US) ]
  251. 1943:0:E12B:03:000:Infinite Loops 
  252. 1943:0:E450:0E:061:Select next level
  253. 1943:0:F206:40:000:Invincibility PL1
  254. 1943:0:F257:14:000:Infinite Weapon Time PL1 
  255. 1943:0:F251:00:000:Always have Normal Fire PL1
  256. 1943:0:F251:01:000:Always have Auto Gun PL1
  257. 1943:0:F251:02:000:Always have Shot Gun PL1
  258. 1943:0:F251:03:000:Always have Mega Shot Gun PL1
  259. 1943:0:F251:04:000:Always have Three Way Gun PL1
  260. 1943:0:F251:08:000:Always have Shell Gun PL1
  261. 1943:0:F251:10:000:Always have Laser Gun PL1
  262. 1943:0:F251:00:001:Get Normal Fire Now! PL1
  263. 1943:0:F251:01:001:Get Auto Gun Now! PL1
  264. 1943:0:F251:02:001:Get Shot Gun Now! PL1
  265. 1943:0:F251:03:001:Get Mega Shot Gun Now! PL1
  266. 1943:0:F251:04:001:Get Three Way Gun Now! PL1
  267. 1943:0:F251:08:001:Get Shell Gun Now! PL1
  268. 1943:0:F251:10:001:Get Laser Gun Now! PL1
  269. 1943:0:F204:01:000:Twin Planes ON PL1 (1/2)
  270. 1943:0:F210:14:500:Twin Planes ON PL1 (2/2)
  271. 1943:0:F204:00:001:Twin Planes OFF PL1 (1/2)
  272. 1943:0:F210:07:501:Twin Planes OFF PL1 (2/2)
  273. 1943:0:F286:40:000:Invincibility PL2
  274. 1943:0:FD27:14:000:Infinite Weapon Time PL2 
  275. 1943:0:F2D1:00:000:Always have Normal Fire PL2
  276. 1943:0:F2D1:01:000:Always have Auto Gun PL2
  277. 1943:0:F2D1:02:000:Always have Shot Gun PL2
  278. 1943:0:F2D1:03:000:Always have Mega Shot Gun PL2
  279. 1943:0:F2D1:04:000:Always have Three Way Gun PL2
  280. 1943:0:F2D1:08:000:Always have Shell Gun PL2
  281. 1943:0:F2D1:10:000:Always have Laser Gun PL2
  282. 1943:0:F2D1:00:001:Get Normal Fire Now! PL2
  283. 1943:0:F2D1:01:001:Get Auto Gun Now! PL2
  284. 1943:0:F2D1:02:001:Get Shot Gun Now! PL2
  285. 1943:0:F2D1:03:001:Get Mega Shot Gun Now! PL2
  286. 1943:0:F2D1:04:001:Get Three Way Gun Now! PL2
  287. 1943:0:F2D1:08:001:Get Shell Gun Now! PL2
  288. 1943:0:F2D1:10:001:Get Laser Gun Now! PL2
  289. 1943:0:F284:01:000:Twin Planes ON PL2 (1/2)
  290. 1943:0:F290:14:500:Twin Planes ON PL2 (2/2)
  291. 1943:0:F284:00:001:Twin Planes OFF PL2 (1/2)
  292. 1943:0:F290:07:501:Twin Planes OFF PL2 (2/2)
  293.  
  294. ; [ 1943 - The Battle of Midway (Japan) ]
  295. 1943j:0:E12B:03:000:Infinite Loops
  296. 1943j:0:E450:0E:061:Select next level
  297. 1943j:0:F206:40:000:Invincibility PL1
  298. 1943j:0:F257:14:000:Infinite Weapon Time PL1 
  299. 1943j:0:F251:00:000:Always have Normal Fire PL1
  300. 1943j:0:F251:01:000:Always have Auto Gun PL1
  301. 1943j:0:F251:02:000:Always have Shot Gun PL1
  302. 1943j:0:F251:03:000:Always have Mega Shot Gun PL1
  303. 1943j:0:F251:04:000:Always have Three Way Gun PL1
  304. 1943j:0:F251:08:000:Always have Shell Gun PL1
  305. 1943j:0:F251:10:000:Always have Laser Gun PL1
  306. 1943j:0:F251:00:001:Get Normal Fire Now! PL1
  307. 1943j:0:F251:01:001:Get Auto Gun Now! PL1
  308. 1943j:0:F251:02:001:Get Shot Gun Now! PL1
  309. 1943j:0:F251:03:001:Get Mega Shot Gun Now! PL1
  310. 1943j:0:F251:04:001:Get Three Way Gun Now! PL1
  311. 1943j:0:F251:08:001:Get Shell Gun Now! PL1
  312. 1943j:0:F251:10:001:Get Laser Gun Now! PL1
  313. 1943j:0:F204:01:000:Twin Planes ON PL1 (1/2)
  314. 1943j:0:F210:14:500:Twin Planes ON PL1 (2/2)
  315. 1943j:0:F204:00:001:Twin Planes OFF PL1 (1/2)
  316. 1943j:0:F210:07:501:Twin Planes OFF PL1 (2/2)
  317. 1943j:0:F286:40:000:Invincibility PL2
  318. 1943j:0:FD27:14:000:Infinite Weapon Time PL2 
  319. 1943j:0:F2D1:00:000:Always have Normal Fire PL2
  320. 1943j:0:F2D1:01:000:Always have Auto Gun PL2
  321. 1943j:0:F2D1:02:000:Always have Shot Gun PL2
  322. 1943j:0:F2D1:03:000:Always have Mega Shot Gun PL2
  323. 1943j:0:F2D1:04:000:Always have Three Way Gun PL2
  324. 1943j:0:F2D1:08:000:Always have Shell Gun PL2
  325. 1943j:0:F2D1:10:000:Always have Laser Gun PL2
  326. 1943j:0:F2D1:00:001:Get Normal Fire Now! PL2
  327. 1943j:0:F2D1:01:001:Get Auto Gun Now! PL2
  328. 1943j:0:F2D1:02:001:Get Shot Gun Now! PL2
  329. 1943j:0:F2D1:03:001:Get Mega Shot Gun Now! PL2
  330. 1943j:0:F2D1:04:001:Get Three Way Gun Now! PL2
  331. 1943j:0:F2D1:08:001:Get Shell Gun Now! PL2
  332. 1943j:0:F2D1:10:001:Get Laser Gun Now! PL2
  333. 1943j:0:F284:01:000:Twin Planes ON PL2 (1/2)
  334. 1943j:0:F290:14:500:Twin Planes ON PL2 (2/2)
  335. 1943j:0:F284:00:001:Twin Planes OFF PL2 (1/2)
  336. 1943j:0:F290:07:501:Twin Planes OFF PL2 (2/2)
  337.  
  338. ; [ 1943 Kai ]
  339. 1943kai:0:E12B:03:000:Infinite Loops
  340. 1943kai:0:E451:08:061:Select next level
  341. 1943kai:0:F206:40:000:Invincibility PL1
  342. 1943kai:0:F257:14:000:Infinite Weapon Time PL1
  343. 1943kai:0:F251:00:000:Always have Normal Fire PL1
  344. 1943kai:0:F251:01:000:Always have Auto Gun PL1
  345. 1943kai:0:F251:02:000:Always have Shot Gun PL1
  346. 1943kai:0:F251:03:000:Always have Mega Shot Gun PL1
  347. 1943kai:0:F251:04:000:Always have Three Way Gun PL1
  348. 1943kai:0:F251:08:000:Always have Shell Gun PL1
  349. 1943kai:0:F251:10:000:Always have Laser Gun PL1
  350. 1943kai:0:F251:30:000:Always have Laser+ Gun PL1
  351. 1943kai:0:F251:00:001:Get Normal Fire Now! PL1
  352. 1943kai:0:F251:01:001:Get Auto Gun Now! PL1
  353. 1943kai:0:F251:02:001:Get Shot Gun Now! PL1
  354. 1943kai:0:F251:03:001:Get Mega Shot Gun Now! PL1
  355. 1943kai:0:F251:04:001:Get Three Way Gun Now! PL1
  356. 1943kai:0:F251:08:001:Get Shell Gun Now! PL1
  357. 1943kai:0:F251:10:001:Get Laser Gun Now! PL1
  358. 1943kai:0:F251:30:001:Get Laser+ Gun Now! PL1
  359. 1943kai:0:F204:01:000:Twin Planes ON PL1 (1/2)
  360. 1943kai:0:F210:14:500:Twin Planes ON PL1 (2/2)
  361. 1943kai:0:F204:00:001:Twin Planes OFF PL1 (1/2)
  362. 1943kai:0:F210:07:501:Twin Planes OFF PL1 (2/2)
  363. 1943kai:0:F286:40:000:Invincibility PL2
  364. 1943kai:0:FD27:14:000:Infinite Weapon Time PL2 
  365. 1943kai:0:F2D1:00:000:Always have Normal Fire PL2
  366. 1943kai:0:F2D1:01:000:Always have Auto Gun PL2
  367. 1943kai:0:F2D1:02:000:Always have Shot Gun PL2
  368. 1943kai:0:F2D1:03:000:Always have Mega Shot Gun PL2
  369. 1943kai:0:F2D1:04:000:Always have Three Way Gun PL2
  370. 1943kai:0:F2D1:08:000:Always have Shell Gun PL2
  371. 1943kai:0:F2D1:10:000:Always have Laser Gun PL2
  372. 1943kai:0:F2D1:30:000:Always have Laser+ Gun PL2
  373. 1943kai:0:F2D1:00:001:Get Normal Fire Now! PL2
  374. 1943kai:0:F2D1:01:001:Get Auto Gun Now! PL2
  375. 1943kai:0:F2D1:02:001:Get Shot Gun Now! PL2
  376. 1943kai:0:F2D1:03:001:Get Mega Shot Gun Now! PL2
  377. 1943kai:0:F2D1:04:001:Get Three Way Gun Now! PL2
  378. 1943kai:0:F2D1:08:001:Get Shell Gun Now! PL2
  379. 1943kai:0:F2D1:10:001:Get Laser Gun Now! PL2
  380. 1943kai:0:F2D1:30:001:Get Laser+ Gun Now! PL2
  381. 1943kai:0:F284:01:000:Twin Planes ON PL2 (1/2)
  382. 1943kai:0:F290:14:500:Twin Planes ON PL2 (2/2)
  383. 1943kai:0:F284:00:001:Twin Planes OFF PL2 (1/2)
  384. 1943kai:0:F290:07:501:Twin Planes OFF PL2 (2/2)
  385.  
  386. ; [ 2020 Super Baseball (set 1) ]
  387. 2020bb:0:104290:59:000:Infinite Game Time
  388. 2020bb:0:100486:00:000:Infinite Strikes
  389. 2020bb:0:100487:00:000:Infinite Balls
  390. 2020bb:0:100488:00:000:Infinite Outs
  391. 2020bb:0:100486:02:001:Make the next Strike = 3 Now!
  392. 2020bb:0:100488:03:001:Quick Change Now!
  393. 2020bb:0:105BA4:02:000:Infinite Select Time
  394. 2020bb:0:10198B:00:000:Player 2 Score = 0 (1/2)
  395. 2020bb:0:10170B:00:500:Player 2 Score = 0 (2/2)
  396. 2020bb:0:101989:11:001:Bottom of Ninth (1/2)
  397. 2020bb:0:101709:11:501:Bottom of Ninth (2/2)
  398. 2020bb:0:101709:10:001:Top of Ninth (1/2)
  399. 2020bb:0:101989:10:501:Top of Ninth (2/2)
  400. 2020bb:0:000000:00:999:[These 2 cheats work only in]
  401. 2020bb:0:000000:00:999:[the world series (game 16).]
  402. 2020bb:0:103A0B:00:000:Player 2 Score =0 WS
  403. 2020bb:0:103A09:11:001:Bottom of Ninth WS
  404.  
  405. ; [ 2020 Super Baseball (set 2) ]
  406. 2020bbh:0:104290:59:000:Infinite Game Time
  407. 2020bbh:0:100486:00:000:Infinite Strikes
  408. 2020bbh:0:100487:00:000:Infinite Balls
  409. 2020bbh:0:100488:00:000:Infinite Outs
  410. 2020bbh:0:100486:02:001:Make the next Strike = 3 Now!
  411. 2020bbh:0:100488:03:001:Quick Change Now!
  412. 2020bbh:0:105BA4:02:000:Infinite Select Time
  413. 2020bbh:0:10198B:00:000:Player 2 Score = 0 (1/2)
  414. 2020bbh:0:10170B:00:500:Player 2 Score = 0 (2/2)
  415. 2020bbh:0:101989:11:001:Bottom of Ninth (1/2)
  416. 2020bbh:0:101709:11:501:Bottom of Ninth (2/2)
  417. 2020bbh:0:101709:10:001:Top of Ninth (1/2)
  418. 2020bbh:0:101989:10:501:Top of Ninth (2/2)
  419. 2020bbh:0:000000:00:999:[These 2 cheats work only in]
  420. 2020bbh:0:000000:00:999:[the world series (game 16).]
  421. 2020bbh:0:103A0B:00:000:Player 2 Score =0 WS
  422. 2020bbh:0:103A09:11:001:Bottom of Ninth WS
  423.  
  424. ; [ Datsun 280 Zzzap ]
  425. 280zzzap:0:2042:9A:000:Infinite Time
  426.  
  427. ; [ 3 Count Bout / Fire Suplex ]
  428. 3countb:0:10A19F:59:000:Infinite Time
  429. 3countb:0:1037A9:48:000:Infinite Energy PL1
  430. 3countb:0:1038A9:48:000:Infinite Energy PL2
  431.  
  432. ; [ Three Stooges ]
  433. 3stooges:0:0721:04:000:Infinite Lives PL1
  434. 3stooges:0:0722:04:000:Infinite Lives PL2
  435. 3stooges:0:0723:04:000:Infinite Lives PL3
  436. 3stooges:0:08E4:3F:000:Invincibility for Moe
  437. 3stooges:0:0894:08:000:Moe Always carries Nothing
  438. 3stooges:0:0894:28:000:Moe Always carries a Pie
  439. 3stooges:0:0894:88:000:Moe Always carries a Hammer
  440. 3stooges:0:0894:08:001:Give Moe Nothing Now!
  441. 3stooges:0:0894:28:001:Give Moe a Pie Now!
  442. 3stooges:0:0894:88:001:Give Moe a Hammer Now!
  443. 3stooges:0:09CA:3F:000:Invincibility for Larry
  444. 3stooges:0:097A:08:000:Larry Always carries Nothing
  445. 3stooges:0:097A:28:000:Larry Always carries a Pie
  446. 3stooges:0:097A:88:000:Larry Always carries a Hammer
  447. 3stooges:0:097A:08:001:Give Larry Nothing Now!
  448. 3stooges:0:097A:28:001:Give Larry a Pie Now!
  449. 3stooges:0:097A:88:001:Give Larry a Hammer Now!
  450. 3stooges:0:0AB0:3F:000:Invincibility for Curly
  451. 3stooges:0:0A60:08:000:Curly Always carries Nothing
  452. 3stooges:0:0A60:28:000:Curly Always carries a Pie
  453. 3stooges:0:0A60:88:000:Curly Always carries a Hammer
  454. 3stooges:0:0A60:08:001:Give Curly Nothing Now!
  455. 3stooges:0:0A60:28:001:Give Curly a Pie Now!
  456. 3stooges:0:0A60:88:001:Give Curly a Hammer Now!
  457.  
  458. ; [ Three Wonders (US) ]
  459. 3wonders:0:000000:00:999:[Infinite Lives on all parts]
  460. 3wonders:0:FF0DE7:03:000:Infinite Lives PL1
  461. 3wonders:0:FF0DE8:03:000:Infinite Lives PL2
  462. 3wonders:0:000000:00:999:[MIDNIGHT WANDERERS (Action)]
  463. 3wonders:0:FF1011:09:000:Infinite Time
  464. 3wonders:0:FF1838:B4:000:Invincibility PL1 (1/2)
  465. 3wonders:0:FF17BA:80:520:Invincibility PL1 (2/2)
  466. 3wonders:0:FF0E17:63:000:One heart always=lifePL1(1/2)
  467. 3wonders:0:FF0E19:64:500:One heart always=lifePL1(2/2)
  468. 3wonders:0:FF0E17:63:001:One heart=life Now! PL1 (1/2)
  469. 3wonders:0:FF0E19:64:501:One heart=life Now! PL1 (2/2)
  470. 3wonders:0:FF18D8:B4:000:Invincibility PL2 (1/2)
  471. 3wonders:0:FF185A:80:520:Invincibility PL2 (2/2)
  472. 3wonders:0:FF0E1B:63:000:One heart always=lifePL2(1/2)
  473. 3wonders:0:FF0E1D:64:500:One heart always=lifePL2(2/2)
  474. 3wonders:0:FF0E1B:63:001:One heart=life Now! PL2 (1/2)
  475. 3wonders:0:FF0E1D:64:501:One heart=life Now! PL2 (2/2)
  476. 3wonders:0:000000:00:999:[CHARIOT          (Shooting)]
  477. 3wonders:0:FF1838:B4:000:Invincibility PL1 (1/2)
  478. 3wonders:0:FF17BA:80:520:Invincibility PL1 (2/2)
  479. 3wonders:0:FF184D:59:000:One heart always=lifePL1(1/2)
  480. 3wonders:0:FF184C:5A:500:One heart always=lifePL1(2/2)
  481. 3wonders:0:FF184D:59:001:One heart=life Now! PL1 (1/2)
  482. 3wonders:0:FF184C:5A:501:One heart=life Now! PL1 (2/2)
  483. 3wonders:0:FF18D8:B4:000:Invincibility PL2 (1/2)
  484. 3wonders:0:FF185A:80:520:Invincibility PL2 (2/2)
  485. 3wonders:0:FF18ED:59:000:One heart always=lifePL2(1/2)
  486. 3wonders:0:FF18EC:5A:500:One heart always=lifePL2(2/2)
  487. 3wonders:0:FF18ED:59:001:One heart=life Now! PL2 (1/2)
  488. 3wonders:0:FF18EC:5A:501:One heart=life Now! PL2 (2/2)
  489. 3wonders:0:000000:00:999:[DON'T PULL         (Puzzle)]
  490. 3wonders:0:FF0EC3:16:000:Next fruit always = 100000
  491. 3wonders:0:FF0EC3:16:001:Next fruit = 100000 Now!
  492. 3wonders:0:FF17D2:01:000:Invincibility PL1 (1/2)
  493. 3wonders:0:FF17D3:2C:500:Invincibility PL1 (2/2)
  494. 3wonders:0:FF0EBC:62:000:One fruit always=lifePL1(1/2)
  495. 3wonders:0:FF0EBE:63:500:One fruit always=lifePL1(2/2)
  496. 3wonders:0:FF0EBC:62:001:One fruit = life Now!PL1(1/2)
  497. 3wonders:0:FF0EBE:63:501:One fruit = life Now!PL1(2/2)
  498. 3wonders:0:FF1872:01:000:Invincibility PL2 (1/2)
  499. 3wonders:0:FF1873:2C:500:Invincibility PL2 (2/2)
  500. 3wonders:0:FF0EBD:62:000:One fruit always=lifePL2(1/2)
  501. 3wonders:0:FF0EBF:63:500:One fruit always=lifePL2(2/2)
  502. 3wonders:0:FF0EBD:62:001:One fruit = life Now!PL2(1/2)
  503. 3wonders:0:FF0EBF:63:501:One fruit = life Now!PL2(2/2)
  504. 3wonders:0:FF104A:00:000:Skip round until turned off:Remember to turn it off!
  505.  
  506. ; [ 4-D Warriors ]
  507. 4dwarrio:0:C04E:07:000:Infinite Lives PL1
  508. 4dwarrio:0:C04F:07:000:Infinite Lives PL2
  509. 4dwarrio:0:C261:00:000:Invincibility (1/2)
  510. 4dwarrio:0:CA0A:00:500:Invincibility (2/2)
  511.  
  512. ; [ 600 ]
  513. 600:0:8630:09:000:Infinite Lives
  514.  
  515. ; [ 64th. Street - A Detective Story (Japan) ]
  516. 64streej:0:FF9DE4:5D:000:Infinite Time (1/2)
  517. 64streej:0:FF9DE5:BF:500:Infinite Time (2/2)
  518. 64streej:0:FF9F09:09:000:Infinite Lives PL1
  519. 64streej:0:FF9F8D:D8:000:Infinite Energy PL1
  520. 64streej:0:FF9F29:B3:000:Invincibility PL1
  521. 64streej:0:FF9F85:29:000:Always have crowbar PL1 (1/3)
  522. 64streej:0:FF9FC5:29:500:Always have crowbar PL1 (2/3)
  523. 64streej:0:FF9FC8:04:500:Always have crowbar PL1 (3/3)
  524. 64streej:0:FF9F85:2A:000:Always have spanner PL1 (1/3)
  525. 64streej:0:FF9FC5:2A:500:Always have spanner PL1 (2/3)
  526. 64streej:0:FF9FC8:05:500:Always have spanner PL1 (3/3)
  527. 64streej:0:FF9F33:09:000:Infinite Lives PL2
  528. 64streej:0:FFA04D:D8:000:Infinite Energy PL2
  529. 64streej:0:FF9F59:B3:000:Invincibility PL2
  530. 64streej:0:FFA045:29:000:Always have crowbar PL2 (1/3)
  531. 64streej:0:FFA085:29:500:Always have crowbar PL2 (2/3)
  532. 64streej:0:FFA088:04:500:Always have crowbar PL2 (3/3)
  533. 64streej:0:FFA045:2A:000:Always have spanner PL2 (1/3)
  534. 64streej:0:FFA085:2A:500:Always have spanner PL2 (2/3)
  535. 64streej:0:FFA088:05:500:Always have spanner PL2 (3/3)
  536.  
  537. ; [ 64th. Street - A Detective Story (World) ]
  538. 64street:0:FF9DE4:5D:000:Infinite Time (1/2)
  539. 64street:0:FF9DE5:BF:500:Infinite Time (2/2)
  540. 64street:0:FF9F09:09:000:Infinite Lives PL1
  541. 64street:0:FF9F8D:D8:000:Infinite Energy PL1
  542. 64street:0:FF9F29:B3:000:Invincibility PL1
  543. 64street:0:FF9F85:29:000:Always have crowbar PL1 (1/3)
  544. 64street:0:FF9FC5:29:500:Always have crowbar PL1 (2/3)
  545. 64street:0:FF9FC8:04:500:Always have crowbar PL1 (3/3)
  546. 64street:0:FF9F85:2A:000:Always have spanner PL1 (1/3)
  547. 64street:0:FF9FC5:2A:500:Always have spanner PL1 (2/3)
  548. 64street:0:FF9FC8:05:500:Always have spanner PL1 (3/3)
  549. 64street:0:FF9F33:09:000:Infinite Lives PL2
  550. 64street:0:FFA04D:D8:000:Infinite Energy PL2
  551. 64street:0:FF9F59:B3:000:Invincibility PL2
  552. 64street:0:FFA045:29:000:Always have crowbar PL2 (1/3)
  553. 64street:0:FFA085:29:500:Always have crowbar PL2 (2/3)
  554. 64street:0:FFA088:04:500:Always have crowbar PL2 (3/3)
  555. 64street:0:FFA045:2A:000:Always have spanner PL2 (1/3)
  556. 64street:0:FFA085:2A:500:Always have spanner PL2 (2/3)
  557. 64street:0:FFA088:05:500:Always have spanner PL2 (3/3)
  558.  
  559. ; [ 720 Degrees (set 1) ]
  560. 720:1:0048:1F:000:Fix No Sound card Problem
  561. 720:0:0254:96:000:Infinite Area Time
  562. 720:0:0F20:A0:009:Infinite Medal/Park Timer
  563. 720:0:0F1C:63:000:Infinite Park Time
  564. 720:0:0F1C:00:001:Finish Park Now!
  565. 720:0:0257:7C:000:Always have loads of Cash
  566. 720:0:025B:04:000:Infinite Tickets
  567.  
  568. ; [ 720 Degrees (set 2) ]
  569. 720b:1:0048:1F:000:Fix No Sound card Problem
  570. 720b:0:0254:96:000:Infinite Area Time
  571. 720b:0:0F20:A0:009:Infinite Medal/Park Timer
  572. 720b:0:0F1C:63:000:Infinite Park Time
  573. 720b:0:0F1C:00:001:Finish Park Now!
  574. 720b:0:0257:7C:000:Always have loads of Cash
  575. 720b:0:025B:04:000:Infinite Tickets
  576.  
  577. ; [ '88 Games ]
  578. 88games:0:0000:00:999:[It is best to turn off the ]
  579. 88games:0:0000:00:999:[event select cheats when   ]
  580. 88games:0:0000:00:999:[you start the event or you ]
  581. 88games:0:0000:00:999:[will not progress events!  ]
  582. 88games:0:20D4:00:000:Set event to 100m Dash
  583. 88games:0:20D4:01:000:Set event to Long Jump
  584. 88games:0:20D4:02:000:Set event to 400m Relay 1
  585. 88games:0:20D4:03:000:Set event to Skeet Shooting
  586. 88games:0:20D4:04:000:Set event to 110m Hurdles
  587. 88games:0:20D4:05:000:Set event to Archery
  588. 88games:0:20D4:06:000:Set event to Javelin Throw
  589. 88games:0:20D4:07:000:Set event to High Jump
  590. 88games:0:20D4:08:000:Set event to 400m Relay 2:Only use before game starts!
  591. 88games:0:20D4:08:000:Finish Game after this event!
  592. 88games:0:0000:00:999:[Note Event cheats should be]
  593. 88games:0:0000:00:999:[turned off at end of event ]
  594. 88games:0:0000:00:999:[or sprite corruption will  ]
  595. 88games:0:0000:00:999:[occur. Don't turn on max   ]
  596. 88games:0:0000:00:999:[power cheats too soon!     ]
  597. 88games:0:0000:00:999:[         100M DASH         ]
  598. 88games:0:2AB4:00:000:Infinite Time '00"00' (1/4)
  599. 88games:0:2AB3:00:500:Infinite Time '00"00' (2/4)
  600. 88games:0:2AB2:00:500:Infinite Time '00"00' (3/4)
  601. 88games:0:2AB1:00:500:Infinite Time '00"00' (4/4)
  602. 88games:0:2312:0A:000:Maximum Power PL1 (1/2)
  603. 88games:0:232A:0A:500:Maximum Power PL1 (2/2)
  604. 88games:0:3322:00:000:Infinite False Starts PL1
  605. 88games:0:0000:00:999:[         LONG JUMP         ]
  606. 88games:0:2365:E0:000:Maximum Power (1/2):Press fire to get body back
  607. 88games:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
  608. 88games:0:2364:45:000:Always jump at 45 deg. (1/2)
  609. 88games:0:2363:2D:500:Always jump at 45 deg. (2/2)
  610. 88games:0:0000:00:999:[         JAVELIN           ]
  611. 88games:0:2365:E0:000:Maximum Power (1/2):Press fire to get body back
  612. 88games:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
  613. 88games:0:2364:45:000:Always throw at 45 deg. (1/2)
  614. 88games:0:2363:2D:500:Always throw at 45 deg. (2/2)
  615. 88games:0:2240:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  616.  
  617. ; [ '99 The Last War ]
  618. 99lstwar:0:F8BF:0B:000:Infinite Lives PL1
  619. 99lstwar:0:F8D3:0B:000:Infinite Lives PL2
  620. 99lstwar:0:F652:0C:000:Infinite Energy (01/10)
  621. 99lstwar:0:F653:0C:500:Infinite Energy (02/10)
  622. 99lstwar:0:F654:0C:500:Infinite Energy (03/10)
  623. 99lstwar:0:F655:0C:500:Infinite Energy (04/10)
  624. 99lstwar:0:F656:0C:500:Infinite Energy (05/10)
  625. 99lstwar:0:F657:0C:500:Infinite Energy (06/10)
  626. 99lstwar:0:F658:0C:500:Infinite Energy (07/10)
  627. 99lstwar:0:F659:0C:500:Infinite Energy (08/10)
  628. 99lstwar:0:F65A:0C:500:Infinite Energy (09/10)
  629. 99lstwar:0:F65B:0C:500:Infinite Energy (10/10)
  630. 99lstwar:0:F5C7:58:000:Shield stays on longer (1/4):Buggy - cosmetic only?
  631. 99lstwar:0:F597:59:500:Shield stays on longer (2/4)
  632. 99lstwar:0:F5C5:5A:500:Shield stays on longer (3/4)
  633. 99lstwar:0:F595:5B:500:Shield stays on longer (4/4)
  634. 99lstwar:0:F0F0:0F:000:Enemies Don't Shoot
  635. 99lstwar:0:F109:80:000:Always have Normal Shoot
  636. 99lstwar:0:F109:81:000:Always have Fast Shoot
  637. 99lstwar:0:F109:80:001:Get Normal Shoot Now!
  638. 99lstwar:0:F109:81:001:Get Fast Shoot Now!
  639.  
  640. ; [ '99 The Last War (alternate) ]
  641. 99lstwra:0:F8BF:0B:000:Infinite Lives PL1
  642. 99lstwra:0:F8D3:0B:000:Infinite Lives PL2
  643. 99lstwra:0:F65A:0C:000:Infinite Energy
  644. 99lstwra:0:F0F0:0F:000:Enemies Don't Shoot
  645.  
  646. ; [ Atari Baseball (set 1) ]
  647. abaseb:0:0070:00:000:Always First Strike PL1
  648. abaseb:0:0070:00:001:Reset to Strike 1 Now! PL1
  649. abaseb:0:006C:00:000:Never anybody out PL1
  650.  
  651. ; [ Atari Baseball (set 2) ]
  652. abaseb2:0:0070:00:000:Always First Strike PL1
  653. abaseb2:0:0070:00:001:Reset to Strike 1 Now! PL1
  654. abaseb2:0:006C:00:000:Never anybody out PL1
  655.  
  656. ; [ Act-Fancer Cybernetick Hyper Weapon (World revision 1) ]
  657. actfanc1:0:1F0C32:FF:000:Infinite Time - Robot
  658. actfanc1:0:1F0C87:99:000:Infinite Time - Bubbles
  659. actfanc1:0:1F00C6:05:000:Infinite Lives
  660. actfanc1:0:1F0039:80:020:Invincibility "ON"
  661. actfanc1:0:1F0039:80:041:Invincibility "OFF"
  662. actfanc1:0:1F0C43:04:000:Maximum bubbles power
  663. actfanc1:0:000000:00:999:[Remove current Robot cheats]
  664. actfanc1:0:000000:00:999:[before selecting a new one.]
  665. actfanc1:0:000000:00:999:[Robot level - Bubbles type ]
  666. actfanc1:0:1F00D5:01:041:Robot 0 - None    Now! (1/3)
  667. actfanc1:0:1F00D5:02:541:Robot 0 - None    Now! (2/3)
  668. actfanc1:0:1F00D5:04:541:Robot 0 - None    Now! (3/3)
  669. actfanc1:0:1F00D5:01:021:Robot 1 - Normal  Now! (1/3)
  670. actfanc1:0:1F00D5:02:541:Robot 1 - Normal  Now! (2/3)
  671. actfanc1:0:1F00D5:04:541:Robot 1 - Normal  Now! (3/3)
  672. actfanc1:0:1F00D5:01:041:Robot 2 - Flames  Now! (1/3)
  673. actfanc1:0:1F00D5:02:521:Robot 2 - Flames  Now! (2/3)
  674. actfanc1:0:1F00D5:04:541:Robot 2 - Flames  Now! (3/3)
  675. actfanc1:0:1F00D5:01:021:Robot 3 - Air     Now! (1/3)
  676. actfanc1:0:1F00D5:02:521:Robot 3 - Air     Now! (2/3)
  677. actfanc1:0:1F00D5:04:541:Robot 3 - Air     Now! (3/3)
  678. actfanc1:0:1F00D5:01:041:Robot 4 - Beam    Now! (1/3)
  679. actfanc1:0:1F00D5:02:541:Robot 4 - Beam    Now! (2/3)
  680. actfanc1:0:1F00D5:04:521:Robot 4 - Beam    Now! (3/3)
  681. actfanc1:0:1F00D5:01:021:Robot 5 - Split   Now! (1/3)
  682. actfanc1:0:1F00D5:02:541:Robot 5 - Split   Now! (2/3)
  683. actfanc1:0:1F00D5:04:521:Robot 5 - Split   Now! (3/3)
  684. actfanc1:0:1F00D5:01:041:Robot 6 - Homing  Now! (1/3)
  685. actfanc1:0:1F00D5:02:521:Robot 6 - Homing  Now! (2/3)
  686. actfanc1:0:1F00D5:04:521:Robot 6 - Homing  Now! (3/3)
  687.  
  688. ; [ Act-Fancer Cybernetick Hyper Weapon (Japan revision 1) ]
  689. actfancj:0:1F0C32:FF:000:Infinite Time - Robot
  690. actfancj:0:1F0C87:99:000:Infinite Time - Bubbles
  691. actfancj:0:1F00C6:05:000:Infinite Lives
  692. actfancj:0:1F0039:80:020:Invincibility "ON"
  693. actfancj:0:1F0039:80:041:Invincibility "OFF"
  694. actfancj:0:1F0C43:04:000:Maximum bubbles power
  695. actfancj:0:000000:00:999:[Remove current Robot cheats]
  696. actfancj:0:000000:00:999:[before selecting a new one.]
  697. actfancj:0:000000:00:999:[Robot level - Bubbles type ]
  698. actfancj:0:1F00D5:01:041:Robot 0 - None    Now! (1/3)
  699. actfancj:0:1F00D5:02:541:Robot 0 - None    Now! (2/3)
  700. actfancj:0:1F00D5:04:541:Robot 0 - None    Now! (3/3)
  701. actfancj:0:1F00D5:01:021:Robot 1 - Normal  Now! (1/3)
  702. actfancj:0:1F00D5:02:541:Robot 1 - Normal  Now! (2/3)
  703. actfancj:0:1F00D5:04:541:Robot 1 - Normal  Now! (3/3)
  704. actfancj:0:1F00D5:01:041:Robot 2 - Flames  Now! (1/3)
  705. actfancj:0:1F00D5:02:521:Robot 2 - Flames  Now! (2/3)
  706. actfancj:0:1F00D5:04:541:Robot 2 - Flames  Now! (3/3)
  707. actfancj:0:1F00D5:01:021:Robot 3 - Air     Now! (1/3)
  708. actfancj:0:1F00D5:02:521:Robot 3 - Air     Now! (2/3)
  709. actfancj:0:1F00D5:04:541:Robot 3 - Air     Now! (3/3)
  710. actfancj:0:1F00D5:01:041:Robot 4 - Beam    Now! (1/3)
  711. actfancj:0:1F00D5:02:541:Robot 4 - Beam    Now! (2/3)
  712. actfancj:0:1F00D5:04:521:Robot 4 - Beam    Now! (3/3)
  713. actfancj:0:1F00D5:01:021:Robot 5 - Split   Now! (1/3)
  714. actfancj:0:1F00D5:02:541:Robot 5 - Split   Now! (2/3)
  715. actfancj:0:1F00D5:04:521:Robot 5 - Split   Now! (3/3)
  716. actfancj:0:1F00D5:01:041:Robot 6 - Homing  Now! (1/3)
  717. actfancj:0:1F00D5:02:521:Robot 6 - Homing  Now! (2/3)
  718. actfancj:0:1F00D5:04:521:Robot 6 - Homing  Now! (3/3)
  719.  
  720. ; [ Act-Fancer Cybernetick Hyper Weapon (World revision 2) ]
  721. actfancr:0:1F0C32:FF:000:Infinite Time - Robot
  722. actfancr:0:1F0C87:99:000:Infinite Time - Bubbles
  723. actfancr:0:1F00C6:05:000:Infinite Lives
  724. actfancr:0:1F0039:80:020:Invincibility "ON"
  725. actfancr:0:1F0039:80:041:Invincibility "OFF"
  726. actfancr:0:1F0C43:04:000:Maximum bubbles power
  727. actfancr:0:000000:00:999:[Remove current Robot cheats]
  728. actfancr:0:000000:00:999:[before selecting a new one.]
  729. actfancr:0:000000:00:999:[Robot level - Bubbles type ]
  730. actfancr:0:1F00D5:01:041:Robot 0 - None    Now! (1/3)
  731. actfancr:0:1F00D5:02:541:Robot 0 - None    Now! (2/3)
  732. actfancr:0:1F00D5:04:541:Robot 0 - None    Now! (3/3)
  733. actfancr:0:1F00D5:01:021:Robot 1 - Normal  Now! (1/3)
  734. actfancr:0:1F00D5:02:541:Robot 1 - Normal  Now! (2/3)
  735. actfancr:0:1F00D5:04:541:Robot 1 - Normal  Now! (3/3)
  736. actfancr:0:1F00D5:01:041:Robot 2 - Flames  Now! (1/3)
  737. actfancr:0:1F00D5:02:521:Robot 2 - Flames  Now! (2/3)
  738. actfancr:0:1F00D5:04:541:Robot 2 - Flames  Now! (3/3)
  739. actfancr:0:1F00D5:01:021:Robot 3 - Air     Now! (1/3)
  740. actfancr:0:1F00D5:02:521:Robot 3 - Air     Now! (2/3)
  741. actfancr:0:1F00D5:04:541:Robot 3 - Air     Now! (3/3)
  742. actfancr:0:1F00D5:01:041:Robot 4 - Beam    Now! (1/3)
  743. actfancr:0:1F00D5:02:541:Robot 4 - Beam    Now! (2/3)
  744. actfancr:0:1F00D5:04:521:Robot 4 - Beam    Now! (3/3)
  745. actfancr:0:1F00D5:01:021:Robot 5 - Split   Now! (1/3)
  746. actfancr:0:1F00D5:02:541:Robot 5 - Split   Now! (2/3)
  747. actfancr:0:1F00D5:04:521:Robot 5 - Split   Now! (3/3)
  748. actfancr:0:1F00D5:01:041:Robot 6 - Homing  Now! (1/3)
  749. actfancr:0:1F00D5:02:521:Robot 6 - Homing  Now! (2/3)
  750. actfancr:0:1F00D5:04:521:Robot 6 - Homing  Now! (3/3)
  751.  
  752. ; [ Aeroboto ]
  753. aeroboto:0:0224:05:000:Infinite Lives PL1
  754. aeroboto:0:0225:05:000:Infinite Lives PL2
  755.  
  756. ; [ Aero Fighters ]
  757. aerofgt:0:FF60DD:0A:000:Infinite Lives PL1
  758. aerofgt:0:FF60DF:06:000:Infinite Smart Bombs PL1
  759. aerofgt:0:FF60E1:03:000:Maximum fire power PL1
  760. aerofgt:0:FF60E1:07:000:Absurd fire power PL1
  761. aerofgt:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers
  762. aerofgt:0:FF61DD:0A:000:Infinite Lives PL2
  763. aerofgt:0:FF61DF:06:000:Infinite Smart Bombs PL2
  764. aerofgt:0:FF61E1:03:000:Maximum fire power PL2
  765. aerofgt:0:FF61E1:07:000:Absurd fire power PL2
  766. aerofgt:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers
  767.  
  768. ; [ Aero Fighters (Turbo Force hardware set 1) ]
  769. aerofgtb:0:FF60DD:0A:000:Infinite Lives PL1
  770. aerofgtb:0:FF60DF:06:000:Infinite Smart Bombs PL1
  771. aerofgtb:0:FF60E1:03:000:Maximum fire power PL1
  772. aerofgtb:0:FF60E1:07:000:Absurd fire power PL1
  773. aerofgtb:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers
  774. aerofgtb:0:FF61DD:0A:000:Infinite Lives PL2
  775. aerofgtb:0:FF61DF:06:000:Infinite Smart Bombs PL2
  776. aerofgtb:0:FF61E1:03:000:Maximum fire power PL2
  777. aerofgtb:0:FF61E1:07:000:Absurd fire power PL2
  778. aerofgtb:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers
  779.  
  780. ; [ Aero Fighters (Turbo Force hardware set 2) ]
  781. aerofgtc:0:FF60DD:0A:000:Infinite Lives PL1
  782. aerofgtc:0:FF60DF:06:000:Infinite Smart Bombs PL1
  783. aerofgtc:0:FF60E1:03:000:Maximum fire power PL1
  784. aerofgtc:0:FF60E1:07:000:Absurd fire power PL1
  785. aerofgtc:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers
  786. aerofgtc:0:FF61DD:0A:000:Infinite Lives PL2
  787. aerofgtc:0:FF61DF:06:000:Infinite Smart Bombs PL2
  788. aerofgtc:0:FF61E1:03:000:Maximum fire power PL2
  789. aerofgtc:0:FF61E1:07:000:Absurd fire power PL2
  790. aerofgtc:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers
  791.  
  792. ; [ Air Buster (Japan) ]
  793. airbustr:0:F007:03:000:Infinite Lives PL1
  794. airbustr:0:C840:00:000:Invincibility PL1
  795. airbustr:0:E667:09:000:Maximum fire power PL1
  796. airbustr:0:E666:00:000:Always no extra weapons PL1
  797. airbustr:0:E666:01:000:Always have Side shot PL1
  798. airbustr:0:E666:02:000:Always have Rear shot PL1
  799. airbustr:0:E666:03:000:Always have 6-way PL1
  800. airbustr:0:E666:04:000:Always have Powerball PL1
  801. airbustr:0:E666:05:000:Always have B PL1
  802. airbustr:0:E666:06:000:Always have R Missiles PL1
  803. airbustr:0:E666:07:000:Always have G Missiles PL1
  804. airbustr:0:E666:00:001:No extra weapon Now! PL1
  805. airbustr:0:E666:01:001:Get Side shot Now! PL1
  806. airbustr:0:E666:02:001:Get Rear shot Now! PL1
  807. airbustr:0:E666:03:001:Get 6-way Now! PL1
  808. airbustr:0:E666:04:001:Get Powerball Now! PL1
  809. airbustr:0:E666:05:001:Get B Now! PL1
  810. airbustr:0:E666:06:001:Get R Missiles Now! PL1
  811. airbustr:0:E666:07:001:Get G Missiles Now! PL1
  812. airbustr:0:F008:03:000:Infinite Lives PL2
  813. airbustr:0:C848:00:000:Invincibility PL2
  814. airbustr:0:E67B:09:000:Maximum fire power PL2
  815. airbustr:0:E67A:00:000:Always no extra weapons PL2
  816. airbustr:0:E67A:01:000:Always have Side shot PL2
  817. airbustr:0:E67A:02:000:Always have Rear shot PL2
  818. airbustr:0:E67A:03:000:Always have 6-way PL2
  819. airbustr:0:E67A:04:000:Always have Powerball PL2
  820. airbustr:0:E67A:05:000:Always have B PL2
  821. airbustr:0:E67A:06:000:Always have R Missiles PL2
  822. airbustr:0:E67A:07:000:Always have G Missiles PL2
  823. airbustr:0:E67A:00:001:No extra weapon Now! PL2
  824. airbustr:0:E67A:01:001:Get Side shot Now! PL2
  825. airbustr:0:E67A:02:001:Get Rear shot Now! PL2
  826. airbustr:0:E67A:03:001:Get 6-way Now! PL2
  827. airbustr:0:E67A:04:001:Get Powerball Now! PL2
  828. airbustr:0:E67A:05:001:Get B Now! PL2
  829. airbustr:0:E67A:06:001:Get R Missiles Now! PL2
  830. airbustr:0:E67A:07:001:Get G Missiles Now! PL2
  831.  
  832. ; [ Air Wolf ]
  833. airwolf:0:E0C6:11:000:Infinite Lives PL1
  834. airwolf:0:E0E1:11:000:Infinite Lives PL2
  835. airwolf:0:E122:01:020:Invincibility "ON"
  836. airwolf:0:E122:01:041:Invincibility "OFF"
  837.  
  838. ; [ Ajax ]
  839. ajax:0:2098:FF:000:Infinite Lives
  840. ajax:0:580C:09:020:Infinite POWs (1/2)
  841. ajax:0:580C:06:540:Infinite POWs (2/2)
  842. ajax:0:5560:80:020:Invincibility
  843. ajax:0:558E:01:000:Always have Power Up Bomb 1
  844. ajax:0:558E:02:000:Always have Power Up Bomb 2
  845. ajax:0:558E:01:001:Get Power Up Bomb 1 Now!
  846. ajax:0:558E:02:001:Get Power Up Bomb 2 Now!
  847. ajax:0:558C:01:000:Always have 2nd Heli
  848. ajax:0:558C:01:001:Get 2nd Heli Now!
  849. ajax:0:0000:00:999:[These [1H] codes only apply]
  850. ajax:0:0000:00:999:[to the 1st(main) Helicopter]
  851. ajax:0:558D:00:000:Always have Normal Shot [1H]
  852. ajax:0:558D:01:000:Always have Vulcan Shot [1H]
  853. ajax:0:558D:02:000:Always have 3-Way Shot [1H]
  854. ajax:0:558D:04:000:Always have Triple Shot [1H]
  855. ajax:0:558D:05:000:Always have Laser Shot [1H]
  856. ajax:0:558D:00:001:Get Normal Shot [1H] Now!
  857. ajax:0:558D:01:001:Get Vulcan Shot [1H] Now!
  858. ajax:0:558D:02:001:Get 3-Way Shot [1H] Now!
  859. ajax:0:558D:04:001:Get Triple Shot [1H] Now!
  860. ajax:0:558D:05:001:Get Laser Shot [1H] Now!
  861. ajax:0:0000:00:999:[These [2H] codes only apply]
  862. ajax:0:0000:00:999:[to the 2nd Helicopter. Earn]
  863. ajax:0:0000:00:999:[it or use the 2nd Heli     ]
  864. ajax:0:0000:00:999:[cheat like everybody else! ]
  865. ajax:0:55ED:00:000:Always have Normal Shot [2H]
  866. ajax:0:55ED:01:000:Always have Vulcan Shot [2H]
  867. ajax:0:55ED:02:000:Always have 3-Way Shot [2H]
  868. ajax:0:55ED:04:000:Always have Triple Shot [2H]
  869. ajax:0:55ED:05:000:Always have Laser Shot [2H]
  870. ajax:0:55ED:00:001:Get Normal Shot [2H] Now!
  871. ajax:0:55ED:01:001:Get Vulcan Shot [2H] Now!
  872. ajax:0:55ED:02:001:Get 3-Way Shot [2H] Now!
  873. ajax:0:55ED:04:001:Get Triple Shot [2H] Now!
  874. ajax:0:55ED:05:001:Get Laser Shot [2H] Now!
  875. ajax:0:5809:04:001:Lose a Life Now!
  876. ajax:0:2809:F0:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
  877.  
  878. ; [ Ajax (Japan) ]
  879. ajaxj:0:2098:FF:000:Infinite Lives
  880. ajaxj:0:580C:09:020:Infinite POWs (1/2)
  881. ajaxj:0:580C:06:540:Infinite POWs (2/2)
  882. ajaxj:0:5560:80:020:Invincibility
  883. ajaxj:0:558E:01:000:Always have Power Up Bomb 1
  884. ajaxj:0:558E:02:000:Always have Power Up Bomb 2
  885. ajaxj:0:558E:01:001:Get Power Up Bomb 1 Now!
  886. ajaxj:0:558E:02:001:Get Power Up Bomb 2 Now!
  887. ajaxj:0:558C:01:000:Always have 2nd Heli
  888. ajaxj:0:558C:01:001:Get 2nd Heli Now!
  889. ajaxj:0:0000:00:999:[These [1H] codes only apply]
  890. ajaxj:0:0000:00:999:[to the 1st(main) Helicopter]
  891. ajaxj:0:558D:00:000:Always have Normal Shot [1H]
  892. ajaxj:0:558D:01:000:Always have Vulcan Shot [1H]
  893. ajaxj:0:558D:02:000:Always have 3-Way Shot [1H]
  894. ajaxj:0:558D:04:000:Always have Triple Shot [1H]
  895. ajaxj:0:558D:05:000:Always have Laser Shot [1H]
  896. ajaxj:0:558D:00:001:Get Normal Shot [1H] Now!
  897. ajaxj:0:558D:01:001:Get Vulcan Shot [1H] Now!
  898. ajaxj:0:558D:02:001:Get 3-Way Shot [1H] Now!
  899. ajaxj:0:558D:04:001:Get Triple Shot [1H] Now!
  900. ajaxj:0:558D:05:001:Get Laser Shot [1H] Now!
  901. ajaxj:0:0000:00:999:[These [2H] codes only apply]
  902. ajaxj:0:0000:00:999:[to the 2nd Helicopter. Earn]
  903. ajaxj:0:0000:00:999:[it or use the 2nd Heli     ]
  904. ajaxj:0:0000:00:999:[cheat like everybody else! ]
  905. ajaxj:0:55ED:00:000:Always have Normal Shot [2H]
  906. ajaxj:0:55ED:01:000:Always have Vulcan Shot [2H]
  907. ajaxj:0:55ED:02:000:Always have 3-Way Shot [2H]
  908. ajaxj:0:55ED:04:000:Always have Triple Shot [2H]
  909. ajaxj:0:55ED:05:000:Always have Laser Shot [2H]
  910. ajaxj:0:55ED:00:001:Get Normal Shot [2H] Now!
  911. ajaxj:0:55ED:01:001:Get Vulcan Shot [2H] Now!
  912. ajaxj:0:55ED:02:001:Get 3-Way Shot [2H] Now!
  913. ajaxj:0:55ED:04:001:Get Triple Shot [2H] Now!
  914. ajaxj:0:55ED:05:001:Get Laser Shot [2H] Now!
  915. ajaxj:0:5809:04:001:Lose a Life Now!
  916. ajaxj:0:2809:F0:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
  917.  
  918. ; [ Alcon ]
  919. alcon:0:C189:05:000:Infinite Lives
  920. alcon:0:C18F:01:000:Always have One Star
  921. alcon:0:C1DE:40:000:Always have Side Arms
  922. alcon:0:C1DC:03:000:Always have Full Wings (1/3)
  923. alcon:0:C209:82:500:Always have Full Wings (2/3)
  924. alcon:0:C219:82:500:Always have Full Wings (3/3)
  925. alcon:0:C1D7:01:000:Always have Bomb (1/2)
  926. alcon:0:C1DD:05:500:Always have Bomb (2/2)
  927. alcon:0:C1D7:02:000:Always have Laser (1/2)
  928. alcon:0:C1DD:03:500:Always have Laser (2/2)
  929. alcon:0:C1D7:03:000:Always have H Mis (1/2)
  930. alcon:0:C1DD:07:500:Always have H Mis (2/2)
  931. alcon:0:C190:82:000:Always have Shield (1/2)
  932. alcon:0:C1BF:07:500:Always have Shield (2/2)
  933. alcon:0:C18F:01:001:Now have One Star
  934. alcon:0:C18F:02:001:Now have Two Stars
  935. alcon:0:C18F:03:001:Now have Three Stars
  936. alcon:0:C18F:04:001:Now have Four Stars
  937. alcon:0:C18F:05:001:Now have Five Stars
  938. alcon:0:C18F:06:001:Now have Six Stars
  939. alcon:0:C18F:07:001:Now have Seven Stars
  940. alcon:0:C18F:08:001:Now have Eight Stars
  941.  
  942. ; [ Alex Kidd (set 2) ]
  943. alexkida:0:FFEF57:5A:000:Infinite Time PL1
  944. alexkida:0:FFEF50:06:000:Infinite Lives PL1
  945. alexkida:0:FFD840:03:000:Single Shot PL1
  946. alexkida:0:FFD84C:5D:000:Invincibility PL1
  947. alexkida:0:FFEF61:58:000:Infinite 'Shot 1' Time PL1
  948. alexkida:0:FFEF63:58:000:Infinite 'Shot 2' Time PL1
  949. alexkida:0:FFEF65:58:000:Infinite 'Jump' Time PL1
  950. alexkida:0:FFEF67:58:000:Infinite 'Speed' Time PL1
  951. alexkida:0:000000:00:999:[Don't use the 'Shot 1' and ]
  952. alexkida:0:000000:00:999:[the 'Shot 2' simultaneously]
  953. alexkida:0:000000:00:999:[The items will not be      ]
  954. alexkida:0:000000:00:999:[displayed correctly!!      ]
  955. alexkida:0:FFD840:02:020:Always have 'Shot 1' PL1
  956. alexkida:0:FFD840:02:041:Lose 'Shot 1' Now! PL1
  957. alexkida:0:FFD840:04:020:Always have 'Shot 2' PL1
  958. alexkida:0:FFD840:04:041:Lose 'Shot 2' Now! PL1
  959. alexkida:0:FFD840:08:020:Always have 'Jump' PL1
  960. alexkida:0:FFD840:08:041:Lose 'Jump' Now! PL1
  961. alexkida:0:FFD840:10:020:Always have 'Speed' PL1
  962. alexkida:0:FFD840:10:041:Lose 'Speed' Now! PL1
  963. alexkida:0:FFEFB7:5A:000:Infinite Time PL2
  964. alexkida:0:FFEFB0:06:000:Infinite Lives PL2
  965. alexkida:0:FFDA20:03:000:Single Shot PL2
  966. alexkida:0:FFDA2C:5D:000:Invincibility PL2
  967. alexkida:0:FFEFC1:58:000:Infinite 'Shot 1' Time PL2
  968. alexkida:0:FFEFC3:58:000:Infinite 'Shot 2' Time PL2
  969. alexkida:0:FFEFC5:58:000:Infinite 'Jump' Time PL2
  970. alexkida:0:FFEFC7:58:000:Infinite 'Speed' Time PL2
  971. alexkida:0:000000:00:999:[Don't use the 'Shot 1' and ]
  972. alexkida:0:000000:00:999:[the 'Shot 2' simultaneously]
  973. alexkida:0:000000:00:999:[The items will not be      ]
  974. alexkida:0:000000:00:999:[displayed correctly!!      ]
  975. alexkida:0:FFDA20:02:020:Always have 'Shot 1' PL2
  976. alexkida:0:FFDA20:02:041:Lose 'Shot 1' Now! PL2
  977. alexkida:0:FFDA20:04:020:Always have 'Shot 2' PL2
  978. alexkida:0:FFDA20:04:041:Lose 'Shot 2' Now! PL2
  979. alexkida:0:FFDA20:08:020:Always have 'Jump' PL2
  980. alexkida:0:FFDA20:08:041:Lose 'Jump' Now! PL2
  981. alexkida:0:FFDA20:10:020:Always have 'Speed' PL2
  982. alexkida:0:FFDA20:10:041:Lose 'Speed' Now! PL2
  983.  
  984. ; [ Alex Kidd (set 1) ]
  985. alexkidd:0:FFEF57:5A:000:Infinite Time PL1
  986. alexkidd:0:FFEF50:06:000:Infinite Lives PL1
  987. alexkidd:0:FFD840:03:000:Single Shot PL1
  988. alexkidd:0:FFD84C:5D:000:Invincibility PL1
  989. alexkidd:0:FFEF61:58:000:Infinite 'Shot 1' Time PL1
  990. alexkidd:0:FFEF63:58:000:Infinite 'Shot 2' Time PL1
  991. alexkidd:0:FFEF65:58:000:Infinite 'Jump' Time PL1
  992. alexkidd:0:FFEF67:58:000:Infinite 'Speed' Time PL1
  993. alexkidd:0:000000:00:999:[Don't use the 'Shot 1' and ]
  994. alexkidd:0:000000:00:999:[the 'Shot 2' simultaneously]
  995. alexkidd:0:000000:00:999:[The items will not be      ]
  996. alexkidd:0:000000:00:999:[displayed correctly!!      ]
  997. alexkidd:0:FFD840:02:020:Always have 'Shot 1' PL1
  998. alexkidd:0:FFD840:02:041:Lose 'Shot 1' Now! PL1
  999. alexkidd:0:FFD840:04:020:Always have 'Shot 2' PL1
  1000. alexkidd:0:FFD840:04:041:Lose 'Shot 2' Now! PL1
  1001. alexkidd:0:FFD840:08:020:Always have 'Jump' PL1
  1002. alexkidd:0:FFD840:08:041:Lose 'Jump' Now! PL1
  1003. alexkidd:0:FFD840:10:020:Always have 'Speed' PL1
  1004. alexkidd:0:FFD840:10:041:Lose 'Speed' Now! PL1
  1005. alexkidd:0:FFEFB7:5A:000:Infinite Time PL2
  1006. alexkidd:0:FFEFB0:06:000:Infinite Lives PL2
  1007. alexkidd:0:FFDA20:03:000:Single Shot PL2
  1008. alexkidd:0:FFDA2C:5D:000:Invincibility PL2
  1009. alexkidd:0:FFEFC1:58:000:Infinite 'Shot 1' Time PL2
  1010. alexkidd:0:FFEFC3:58:000:Infinite 'Shot 2' Time PL2
  1011. alexkidd:0:FFEFC5:58:000:Infinite 'Jump' Time PL2
  1012. alexkidd:0:FFEFC7:58:000:Infinite 'Speed' Time PL2
  1013. alexkidd:0:000000:00:999:[Don't use the 'Shot 1' and ]
  1014. alexkidd:0:000000:00:999:[the 'Shot 2' simultaneously]
  1015. alexkidd:0:000000:00:999:[The items will not be      ]
  1016. alexkidd:0:000000:00:999:[displayed correctly!!      ]
  1017. alexkidd:0:FFDA20:02:020:Always have 'Shot 1' PL2
  1018. alexkidd:0:FFDA20:02:041:Lose 'Shot 1' Now! PL2
  1019. alexkidd:0:FFDA20:04:020:Always have 'Shot 2' PL2
  1020. alexkidd:0:FFDA20:04:041:Lose 'Shot 2' Now! PL2
  1021. alexkidd:0:FFDA20:08:020:Always have 'Jump' PL2
  1022. alexkidd:0:FFDA20:08:041:Lose 'Jump' Now! PL2
  1023. alexkidd:0:FFDA20:10:020:Always have 'Speed' PL2
  1024. alexkidd:0:FFDA20:10:041:Lose 'Speed' Now! PL2
  1025.  
  1026. ;[ Ali Baba and 40 Thieves ]
  1027. alibaba:0:4E14:03:000:Infinite Lives
  1028. alibaba:0:4DA5:00:000:Invincibility
  1029.  
  1030. ; [ Alien Invasion Part II ]
  1031. alieninv:0:21FF:07:000:Infinite Lives PL1
  1032. alieninv:0:22FF:07:000:Infinite Lives PL2
  1033. alieninv:0:2009:78:000:Invaders never drop
  1034. alieninv:0:2069:00:000:Invaders don't fire (1/2)
  1035. alieninv:0:206A:30:500:Invaders don't fire (2/2)
  1036.  
  1037. ; [ Aliens (World set 1) ]
  1038. aliens:0:1902:08:000:Infinite Energy PL1
  1039. aliens:0:0A78:39:000:Invincibility PL1
  1040. aliens:0:0A6B:19:000:Infinite Bombs PL1
  1041. aliens:0:0A6B:29:000:Infinite Super Bombs PL1
  1042. aliens:0:0A71:00:000:Always have Normal Weapon PL1
  1043. aliens:0:0A71:01:000:Always have Super MissilesPL1
  1044. aliens:0:0A71:02:000:Always have Flame Thrower PL1
  1045. aliens:0:0A71:03:000:Always have 3-Way Gun PL1
  1046. aliens:0:0A71:04:000:Always have Missiles PL1
  1047. aliens:0:0A71:05:000:Always have Robot PL1:This cheat is buggy!
  1048. aliens:0:0A71:00:001:Get Normal Weapon Now! PL1
  1049. aliens:0:0A71:01:001:Get Super Missiles Now! PL1
  1050. aliens:0:0A71:02:001:Get Flame Thrower Now! PL1
  1051. aliens:0:0A71:03:001:Get 3-Way Gun Now! PL1
  1052. aliens:0:0A71:04:001:Get Missiles Now! PL1
  1053. aliens:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy!
  1054. aliens:0:1942:08:000:Infinite Energy PL2
  1055. aliens:0:0AB8:39:000:Invincibility PL2
  1056. aliens:0:0AAB:19:000:Infinite Bombs PL2
  1057. aliens:0:0AAB:29:000:Infinite Super Bombs PL2
  1058. aliens:0:0AB1:00:000:Always have Normal Weapon PL2
  1059. aliens:0:0AB1:01:000:Always have Super MissilesPL2
  1060. aliens:0:0AB1:02:000:Always have Flame Thrower PL2
  1061. aliens:0:0AB1:03:000:Always have 3-Way Gun PL2
  1062. aliens:0:0AB1:04:000:Always have Missiles PL2
  1063. aliens:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy!
  1064. aliens:0:0AB1:00:001:Get Normal Weapon Now! PL2
  1065. aliens:0:0AB1:01:001:Get Super Missiles Now! PL2
  1066. aliens:0:0AB1:02:001:Get Flame Thrower Now! PL2
  1067. aliens:0:0AB1:03:001:Get 3-Way Gun Now! PL2
  1068. aliens:0:0AB1:04:001:Get Missiles Now! PL2
  1069. aliens:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy!
  1070. aliens:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code
  1071.  
  1072. ; [ Aliens (World set 2) ]
  1073. aliens2:0:1902:08:000:Infinite Energy PL1
  1074. aliens2:0:0A78:39:000:Invincibility PL1
  1075. aliens2:0:0A6B:19:000:Infinite Bombs PL1
  1076. aliens2:0:0A6B:29:000:Infinite Super Bombs PL1
  1077. aliens2:0:0A71:00:000:Always have Normal Weapon PL1
  1078. aliens2:0:0A71:01:000:Always have Super MissilesPL1
  1079. aliens2:0:0A71:02:000:Always have Flame Thrower PL1
  1080. aliens2:0:0A71:03:000:Always have 3-Way Gun PL1
  1081. aliens2:0:0A71:04:000:Always have Missiles PL1
  1082. aliens2:0:0A71:05:000:Always have Robot PL1:This cheat is buggy!
  1083. aliens2:0:0A71:00:001:Get Normal Weapon Now! PL1
  1084. aliens2:0:0A71:01:001:Get Super Missiles Now! PL1
  1085. aliens2:0:0A71:02:001:Get Flame Thrower Now! PL1
  1086. aliens2:0:0A71:03:001:Get 3-Way Gun Now! PL1
  1087. aliens2:0:0A71:04:001:Get Missiles Now! PL1
  1088. aliens2:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy!
  1089. aliens2:0:1942:08:000:Infinite Energy PL2
  1090. aliens2:0:0AB8:39:000:Invincibility PL2
  1091. aliens2:0:0AAB:19:000:Infinite Bombs PL2
  1092. aliens2:0:0AAB:29:000:Infinite Super Bombs PL2
  1093. aliens2:0:0AB1:00:000:Always have Normal Weapon PL2
  1094. aliens2:0:0AB1:01:000:Always have Super MissilesPL2
  1095. aliens2:0:0AB1:02:000:Always have Flame Thrower PL2
  1096. aliens2:0:0AB1:03:000:Always have 3-Way Gun PL2
  1097. aliens2:0:0AB1:04:000:Always have Missiles PL2
  1098. aliens2:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy!
  1099. aliens2:0:0AB1:00:001:Get Normal Weapon Now! PL2
  1100. aliens2:0:0AB1:01:001:Get Super Missiles Now! PL2
  1101. aliens2:0:0AB1:02:001:Get Flame Thrower Now! PL2
  1102. aliens2:0:0AB1:03:001:Get 3-Way Gun Now! PL2
  1103. aliens2:0:0AB1:04:001:Get Missiles Now! PL2
  1104. aliens2:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy!
  1105. aliens2:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code
  1106.  
  1107. ; [ Aliens (Japan) ]
  1108. aliensj:0:1902:08:000:Infinite Energy PL1
  1109. aliensj:0:0A78:39:000:Invincibility PL1
  1110. aliensj:0:0A6B:19:000:Infinite Bombs PL1
  1111. aliensj:0:0A6B:29:000:Infinite Super Bombs PL1
  1112. aliensj:0:0A71:00:000:Always have Normal Weapon PL1
  1113. aliensj:0:0A71:01:000:Always have Super MissilesPL1
  1114. aliensj:0:0A71:02:000:Always have Flame Thrower PL1
  1115. aliensj:0:0A71:03:000:Always have 3-Way Gun PL1
  1116. aliensj:0:0A71:04:000:Always have Missiles PL1
  1117. aliensj:0:0A71:05:000:Always have Robot PL1:This cheat is buggy!
  1118. aliensj:0:0A71:00:001:Get Normal Weapon Now! PL1
  1119. aliensj:0:0A71:01:001:Get Super Missiles Now! PL1
  1120. aliensj:0:0A71:02:001:Get Flame Thrower Now! PL1
  1121. aliensj:0:0A71:03:001:Get 3-Way Gun Now! PL1
  1122. aliensj:0:0A71:04:001:Get Missiles Now! PL1
  1123. aliensj:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy!
  1124. aliensj:0:1942:08:000:Infinite Energy PL2
  1125. aliensj:0:0AB8:39:000:Invincibility PL2
  1126. aliensj:0:0AAB:19:000:Infinite Bombs PL2
  1127. aliensj:0:0AAB:29:000:Infinite Super Bombs PL2
  1128. aliensj:0:0AB1:00:000:Always have Normal Weapon PL2
  1129. aliensj:0:0AB1:01:000:Always have Super MissilesPL2
  1130. aliensj:0:0AB1:02:000:Always have Flame Thrower PL2
  1131. aliensj:0:0AB1:03:000:Always have 3-Way Gun PL2
  1132. aliensj:0:0AB1:04:000:Always have Missiles PL2
  1133. aliensj:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy!
  1134. aliensj:0:0AB1:00:001:Get Normal Weapon Now! PL2
  1135. aliensj:0:0AB1:01:001:Get Super Missiles Now! PL2
  1136. aliensj:0:0AB1:02:001:Get Flame Thrower Now! PL2
  1137. aliensj:0:0AB1:03:001:Get 3-Way Gun Now! PL2
  1138. aliensj:0:0AB1:04:001:Get Missiles Now! PL2
  1139. aliensj:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy!
  1140. aliensj:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code
  1141.  
  1142. ; [ Aliens (US) ]
  1143. aliensu:0:1902:08:000:Infinite Energy PL1
  1144. aliensu:0:0A78:39:000:Invincibility PL1
  1145. aliensu:0:0A6B:19:000:Infinite Bombs PL1
  1146. aliensu:0:0A6B:29:000:Infinite Super Bombs PL1
  1147. aliensu:0:0A71:00:000:Always have Normal Weapon PL1
  1148. aliensu:0:0A71:01:000:Always have Super MissilesPL1
  1149. aliensu:0:0A71:02:000:Always have Flame Thrower PL1
  1150. aliensu:0:0A71:03:000:Always have 3-Way Gun PL1
  1151. aliensu:0:0A71:04:000:Always have Missiles PL1
  1152. aliensu:0:0A71:05:000:Always have Robot PL1:This cheat is buggy!
  1153. aliensu:0:0A71:00:001:Get Normal Weapon Now! PL1
  1154. aliensu:0:0A71:01:001:Get Super Missiles Now! PL1
  1155. aliensu:0:0A71:02:001:Get Flame Thrower Now! PL1
  1156. aliensu:0:0A71:03:001:Get 3-Way Gun Now! PL1
  1157. aliensu:0:0A71:04:001:Get Missiles Now! PL1
  1158. aliensu:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy!
  1159. aliensu:0:1942:08:000:Infinite Energy PL2
  1160. aliensu:0:0AB8:39:000:Invincibility PL2
  1161. aliensu:0:0AAB:19:000:Infinite Bombs PL2
  1162. aliensu:0:0AAB:29:000:Infinite Super Bombs PL2
  1163. aliensu:0:0AB1:00:000:Always have Normal Weapon PL2
  1164. aliensu:0:0AB1:01:000:Always have Super MissilesPL2
  1165. aliensu:0:0AB1:02:000:Always have Flame Thrower PL2
  1166. aliensu:0:0AB1:03:000:Always have 3-Way Gun PL2
  1167. aliensu:0:0AB1:04:000:Always have Missiles PL2
  1168. aliensu:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy!
  1169. aliensu:0:0AB1:00:001:Get Normal Weapon Now! PL2
  1170. aliensu:0:0AB1:01:001:Get Super Missiles Now! PL2
  1171. aliensu:0:0AB1:02:001:Get Flame Thrower Now! PL2
  1172. aliensu:0:0AB1:03:001:Get 3-Way Gun Now! PL2
  1173. aliensu:0:0AB1:04:001:Get Missiles Now! PL2
  1174. aliensu:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy!
  1175. aliensu:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code
  1176.  
  1177. ;  [ Alien Syndrome (set 2) ]
  1178. aliensya:0:FFC113:9A:000:Infinite Time
  1179. aliensya:0:FFCBB0:01:000:Infinite Map Time
  1180. aliensya:0:FFC234:05:000:Infinite Lives PL1
  1181. aliensya:0:FFC2B4:05:000:Infinite Lives PL2
  1182. aliensya:0:FFC235:01:000:Invincibility PL1
  1183. aliensya:0:FFC2B5:01:000:Invincibility PL2
  1184. aliensya:0:FFC131:00:000:One Comrade Opens The Exit
  1185.  
  1186. ; [ Alien Syndrome (set 3) ]
  1187. aliensyb:0:FFC113:9A:000:Infinite Time
  1188. aliensyb:0:FFCBB0:01:000:Infinite Map Time
  1189. aliensyb:0:FFC234:05:000:Infinite Lives PL1
  1190. aliensyb:0:FFC2B4:05:000:Infinite Lives PL2
  1191. aliensyb:0:FFC235:01:000:Invincibility PL1
  1192. aliensyb:0:FFC2B5:01:000:Invincibility PL2
  1193. aliensyb:0:FFC131:00:000:One Comrade Opens The Exit
  1194.  
  1195. ; [ Alien Syndrome (Japan) ]
  1196. aliensyj:0:FFC113:9A:000:Infinite Time
  1197. aliensyj:0:FFCBB0:01:000:Infinite Map Time
  1198. aliensyj:0:FFC234:05:000:Infinite Lives PL1
  1199. aliensyj:0:FFC2B4:05:000:Infinite Lives PL2
  1200. aliensyj:0:FFC235:01:000:Invincibility PL1
  1201. aliensyj:0:FFC2B5:01:000:Invincibility PL2
  1202. aliensyj:0:FFC131:00:000:One Comrade Opens The Exit
  1203.  
  1204. ; [ Alien Syndrome (set 1) ]
  1205. aliensyn:0:FFC113:9A:000:Infinite Time
  1206. aliensyn:0:FFCBB0:01:000:Infinite Map Time
  1207. aliensyn:0:FFC234:05:000:Infinite Lives PL1
  1208. aliensyn:0:FFC2B4:05:000:Infinite Lives PL2
  1209. aliensyn:0:FFC235:01:000:Invincibility PL1
  1210. aliensyn:0:FFC2B5:01:000:Invincibility PL2
  1211. aliensyn:0:FFC131:00:000:One Comrade Opens The Exit
  1212.  
  1213. ; [ Alpha Mission II / ASO II - Last Guardian ]
  1214. alpham2:0:1010F2:02:000:Infinite Lives PL1
  1215. alpham2:0:1010DD:18:000:Weapon Power Up PL1
  1216. alpham2:0:101015:00:000:Invincibility PL1:Sprite flickers
  1217. alpham2:0:1011F2:02:000:Infinite Lives PL2
  1218. alpham2:0:1011DD:18:000:Weapon Power Up PL2
  1219. alpham2:0:101115:00:000:Invincibility PL2:Sprite flickers
  1220.  
  1221. ; [ Alpine Ski (set 1) ]
  1222. alpine:0:80F2:59:000:Infinite Time PL1
  1223. alpine:0:80F5:59:000:Infinite Time PL2
  1224.  
  1225. ; [ Alpine Ski (set 2) ]
  1226. alpinea:0:80F2:59:000:Infinite Time PL1
  1227. alpinea:0:80F5:59:000:Infinite Time PL2
  1228.  
  1229. ; [ Altered Beast (Version 1) ]
  1230. altbeast:0:FFE018:0B:000:Infinite Lives PL1
  1231. altbeast:0:FFC04A:30:000:Invincibility PL1
  1232. altbeast:0:FFC06A:00:000:Power-ups do nothing PL1(1/2)
  1233. altbeast:0:FFC06B:00:000:Power-ups do nothing PL1(2/2)
  1234. altbeast:0:FFC06A:01:000:Always Power Level 2 PL1(1/2)
  1235. altbeast:0:FFC06B:01:000:Always Power Level 2 PL1(2/2)
  1236. altbeast:0:FFC06A:02:000:Always Power Level 3 PL1(1/2)
  1237. altbeast:0:FFC06B:02:000:Always Power Level 3 PL1(2/2)
  1238. altbeast:0:FFC06A:03:000:Always Beast PL1 (1/2)
  1239. altbeast:0:FFC06B:03:000:Always Beast PL1 (2/2)
  1240. altbeast:0:FFE098:0B:000:Infinite Lives PL2
  1241. altbeast:0:FFC44A:30:000:Invincibility PL2
  1242. altbeast:0:FFC46A:00:000:Power-ups do nothing PL2(1/2)
  1243. altbeast:0:FFC46B:00:000:Power-ups do nothing PL2(2/2)
  1244. altbeast:0:FFC46A:01:000:Always Power Level 2 PL2(1/2)
  1245. altbeast:0:FFC46B:01:000:Always Power Level 2 PL2(2/2)
  1246. altbeast:0:FFC46A:02:000:Always Power Level 3 PL2(1/2)
  1247. altbeast:0:FFC46B:02:000:Always Power Level 3 PL2(2/2)
  1248. altbeast:0:FFC46A:03:000:Always Beast PL2 (1/2)
  1249. altbeast:0:FFC46B:03:000:Always Beast PL2 (2/2)
  1250.  
  1251. ; [ Altered Beast (Version 2) ]
  1252. altbeas2:0:FFE018:0B:000:Infinite Lives PL1
  1253. altbeas2:0:FFC04A:30:000:Invincibility PL1
  1254. altbeas2:0:FFC06A:00:000:Power-ups do nothing PL1(1/2)
  1255. altbeas2:0:FFC06B:00:000:Power-ups do nothing PL1(2/2)
  1256. altbeas2:0:FFC06A:01:000:Always Power Level 2 PL1(1/2)
  1257. altbeas2:0:FFC06B:01:000:Always Power Level 2 PL1(2/2)
  1258. altbeas2:0:FFC06A:02:000:Always Power Level 3 PL1(1/2)
  1259. altbeas2:0:FFC06B:02:000:Always Power Level 3 PL1(2/2)
  1260. altbeas2:0:FFC06A:03:000:Always Beast PL1 (1/2)
  1261. altbeas2:0:FFC06B:03:000:Always Beast PL1 (2/2)
  1262. altbeas2:0:FFE098:0B:000:Infinite Lives PL2
  1263. altbeas2:0:FFC44A:30:000:Invincibility PL2
  1264. altbeas2:0:FFC46A:00:000:Power-ups do nothing PL2(1/2)
  1265. altbeas2:0:FFC46B:00:000:Power-ups do nothing PL2(2/2)
  1266. altbeas2:0:FFC46A:01:000:Always Power Level 2 PL2(1/2)
  1267. altbeas2:0:FFC46B:01:000:Always Power Level 2 PL2(2/2)
  1268. altbeas2:0:FFC46A:02:000:Always Power Level 3 PL2(1/2)
  1269. altbeas2:0:FFC46B:02:000:Always Power Level 3 PL2(2/2)
  1270. altbeas2:0:FFC46A:03:000:Always Beast PL2 (1/2)
  1271. altbeas2:0:FFC46B:03:000:Always Beast PL2 (2/2)
  1272.  
  1273. ; [ Ambush ]
  1274. ambush:0:8434:00:000:Infinite Time
  1275. ambush:0:8059:03:000:Infinite Lives PL1
  1276. ambush:0:805A:03:000:Infinite Lives PL2
  1277.  
  1278. ; [ Amidar ]
  1279. amidar:0:8288:06:000:Infinite Lives
  1280. amidar:0:8285:06:000:Infinite Jump
  1281. amidar:0:81F5:FF:000:Invincibility (1/2)
  1282. amidar:0:81F6:0A:500:Invincibility (2/2)
  1283. amidar:0:81F1:01:000:No Monsters/Music
  1284. amidar:0:8352:FF:000:Always Paint
  1285.  
  1286. ; [ Amidar (Olympia) ]
  1287. amidaro:0:8288:06:000:Infinite Lives
  1288. amidaro:0:8285:06:000:Infinite Jump
  1289. amidaro:0:81F5:FF:000:Invincibility (1/2)
  1290. amidaro:0:81F6:0A:500:Invincibility (2/2)
  1291. amidaro:0:81F1:01:000:No Monsters/Music
  1292. amidaro:0:8352:FF:000:Always Paint
  1293.  
  1294. ; [ Amidar (Scramble hardware) ]
  1295. amidars:0:4288:06:000:Infinite Lives
  1296. amidars:0:4285:06:000:Infinite Jump
  1297. amidars:0:41F5:FF:000:Invincibility (1/2)
  1298. amidars:0:41F6:0A:500:Invincibility (2/2)
  1299. amidars:0:4352:FF:000:Always Paint
  1300. amidars:0:41F1:01:000:No Monsters/Music
  1301.  
  1302. ; [ Amidar (Stern) ]
  1303. amidaru:0:8288:06:000:Infinite Lives
  1304. amidaru:0:8285:06:000:Infinite Jump
  1305. amidaru:0:81F5:FF:000:Invincibility (1/2)
  1306. amidaru:0:81F6:0A:500:Invincibility (2/2)
  1307. amidaru:0:81F1:01:000:No Monsters/Music
  1308. amidaru:0:8352:FF:000:Always Paint
  1309.  
  1310. ; [ Amigo ]
  1311. amigo:0:8288:06:000:Infinite Lives
  1312. amigo:0:8285:06:000:Infinite Jump
  1313. amigo:0:81F5:FF:000:Invincibility (1/2)
  1314. amigo:0:81F6:0A:500:Invincibility (2/2)
  1315. amigo:0:8352:FF:000:Always Paint
  1316. amigo:0:81F1:01:000:No Monsters/Music
  1317.  
  1318. ; [ Andro Dunos ]
  1319. androdun:0:100343:03:000:Infinite Lives PL1
  1320. androdun:0:100350:07:000:Max Blue Weapon PL1
  1321. androdun:0:100351:05:000:Max Orange Weapon PL1
  1322. androdun:0:100352:08:000:Max Yellow Weapon PL1
  1323. androdun:0:100353:08:000:Max Green Weapon PL1
  1324. androdun:0:100383:03:000:Infinite Lives PL2
  1325. androdun:0:100390:07:000:Max Blue Weapon PL2
  1326. androdun:0:100391:05:000:Max Orange Weapon PL2
  1327. androdun:0:100392:08:000:Max Yellow Weapon PL2
  1328. androdun:0:100393:08:000:Max Green Weapon PL2
  1329.  
  1330. ; [ Anteater ]
  1331. anteater:0:8665:09:000:Infinite Lives
  1332. anteater:0:8666:62:071:Select current level
  1333. anteater:0:8666:62:061:Select next level
  1334. anteater:0:0000:00:999:[This cheat makes it easy to]
  1335. anteater:0:0000:00:999:[complete each level on the ]
  1336. anteater:0:0000:00:999:[second attempt. There will ]
  1337. anteater:0:0000:00:999:[only be the spider to worry]
  1338. anteater:0:0000:00:999:[about!! Use this cheat with]
  1339. anteater:0:0000:00:999:[the Infinite Lives cheat.  ]
  1340. anteater:0:8278:01:000:2nd Level Attempt always easy
  1341.  
  1342. ; [ Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyoku ]
  1343. aodk:0:10B649:78:000:Infinite Time
  1344. aodk:0:100066:0B:000:Infinite Energy PL1 (1/2)
  1345. aodk:0:100067:FF:500:Infinite Energy PL1 (2/2)
  1346. aodk:0:100066:00:001:Drain PL1 Energy Now! (1/2)
  1347. aodk:0:100067:00:501:Drain PL1 Energy Now! (2/2)
  1348. aodk:0:100166:0B:000:Infinite Energy PL2 (1/2)
  1349. aodk:0:100167:FF:500:Infinite Energy PL2 (2/2)
  1350. aodk:0:100166:00:001:Drain PL2 Energy Now! (1/2)
  1351. aodk:0:100167:00:501:Drain PL2 Energy Now! (2/2)
  1352.  
  1353. ; [ Art of Fighting / Ryuuko no Ken ]
  1354. aof:0:108406:99:000:Infinite Time:Turn off at Ice Smash stage
  1355. aof:0:1092CD:60:000:Infinite Energy PL1
  1356. aof:0:1092CD:01:001:Drain All Energy Now! PL1
  1357. aof:0:1094A4:60:000:Infinite Chi PL1
  1358. aof:0:1094A4:00:000:Always minimum Chi PL1
  1359. aof:0:1092C3:09:071:Select Character PL1
  1360. aof:0:1093CD:60:000:Infinite Energy PL2
  1361. aof:0:1093CD:01:001:Drain All Energy Now! PL2
  1362. aof:0:1095A4:60:000:Infinite Chi PL2
  1363. aof:0:1095A4:00:000:Always minimum Chi PL2
  1364. aof:0:1093C3:09:071:Select Character PL2
  1365. aof:0:108406:00:001:Finish Fight Now!
  1366. aof:0:000000:00:999:[   Free player selection   ]
  1367. aof:0:000000:00:999:[  Use at selection screen  ]
  1368. aof:0:000000:00:999:[    For Story Mode only    ]
  1369. aof:0:109EC4:00:001:Play with Ryo
  1370. aof:0:109EC4:01:001:Play with Robert
  1371. aof:0:109EC4:02:001:Play with Todo
  1372. aof:0:109EC4:03:001:Play with Jack
  1373. aof:0:109EC4:04:001:Play with Lee
  1374. aof:0:109EC4:05:001:Play with King
  1375. aof:0:109EC4:06:001:Play with Micky
  1376. aof:0:109EC4:07:001:Play with John
  1377. aof:0:109EC4:08:001:Play with Mr. Big
  1378. aof:0:000000:00:999:[   For Story & Vs. mode    ]
  1379. aof:0:109EC4:09:001:Play with Masked Man PL1
  1380. aof:0:109EC6:09:001:Play with Masked Man PL2
  1381.  
  1382. ; [ Art of Fighting 2 / Ryuuko no Ken 2 ]
  1383. aof2:0:108406:61:000:Infinite Time
  1384. aof2:0:1092ED:60:000:Infinite Energy PL1
  1385. aof2:0:1092ED:01:001:Drain All Energy Now! PL1
  1386. aof2:0:1094A4:60:000:Infinite Chi PL1
  1387. aof2:0:1094A4:00:000:Always minimum Chi PL1
  1388. aof2:0:1093ED:60:000:Infinite Energy PL2
  1389. aof2:0:1093ED:01:001:Drain All Energy Now! PL2
  1390. aof2:0:1095A4:60:000:Infinite Chi PL2
  1391. aof2:0:1095A4:00:000:Always minimum Chi PL2
  1392. aof2:0:108406:00:001:Finish Fight Now!
  1393. aof2:0:108429:0E:001:Next fight = Boss Now!
  1394. aof2:0:108429:0F:001:Next fight = Special BossNow!
  1395. aof2:0:000000:00:999:[   Free player selection   ]
  1396. aof2:0:000000:00:999:[   Can be used anytime !   ]
  1397. aof2:0:000000:00:999:[ At selection screen, use  ]
  1398. aof2:0:000000:00:999:[ AFTER selection, however  ]
  1399. aof2:0:000000:00:999:[  Some palette glitches.   ]
  1400. aof2:0:1092E3:01:001:Play with Ryo PL1
  1401. aof2:0:1092E3:02:001:Play with Robert PL1
  1402. aof2:0:1092E3:03:001:Play with Kisuragi PL1
  1403. aof2:0:1092E3:04:001:Play with Jack PL1
  1404. aof2:0:1092E3:05:001:Play with Lee PL1
  1405. aof2:0:1092E3:06:001:Play with King PL1
  1406. aof2:0:1092E3:07:001:Play with Mickey PL1
  1407. aof2:0:1092E3:08:001:Play with John PL1
  1408. aof2:0:1092E3:09:001:Play with Big PL1
  1409. aof2:0:1092E3:0A:001:Play with Takuma PL1
  1410. aof2:0:1092E3:0B:001:Play with Yuri PL1
  1411. aof2:0:1092E3:0C:001:Play with Temjin PL1
  1412. aof2:0:1092E3:0D:001:Play with Howard Geese PL1:Win causes "Game Over"
  1413. aof2:0:1093E3:01:001:Play with Ryo PL2
  1414. aof2:0:1093E3:02:001:Play with Robert PL2
  1415. aof2:0:1093E3:03:001:Play with Kisuragi PL2
  1416. aof2:0:1093E3:04:001:Play with Jack PL2
  1417. aof2:0:1093E3:05:001:Play with Lee PL2
  1418. aof2:0:1093E3:06:001:Play with King PL2
  1419. aof2:0:1093E3:07:001:Play with Mickey PL2
  1420. aof2:0:1093E3:08:001:Play with John PL2
  1421. aof2:0:1093E3:09:001:Play with Big PL2
  1422. aof2:0:1093E3:0A:001:Play with Takuma PL2
  1423. aof2:0:1093E3:0B:001:Play with Yuri PL2
  1424. aof2:0:1093E3:0C:001:Play with Temjin PL2
  1425. aof2:0:1093E3:0D:001:Play with Howard Geese PL2:Win causes "Game Over"
  1426. aof2:0:000000:00:999:[These 4 Cheats are UNTESTED]
  1427. aof2:0:1094D6:99:000:Extended Energy Bar PL1 (1/2)
  1428. aof2:0:1094D7:99:500:Extended Energy Bar PL1 (2/2)
  1429. aof2:0:1095D6:99:000:Extended Energy Bar PL2 (1/2)
  1430. aof2:0:1095D7:99:500:Extended Energy Bar PL2 (2/2)
  1431.  
  1432. ; [ Art of Fighting 3 - The Path of the Warrior / Art of Fightin ]
  1433. aof3:0:10DF0F:3C:000:Infinite Time
  1434. aof3:0:100468:10:000:Infinite Energy PL1
  1435. aof3:0:100468:01:001:Drain All Energy Now! PL1
  1436. aof3:0:10046A:10:000:Infinite Chi PL1 (1/2)
  1437. aof3:0:10046B:00:500:Infinite Chi PL1 (2/2)
  1438. aof3:0:10046A:00:000:Always minimum Chi PL1
  1439. aof3:0:100568:10:000:Infinite Energy PL2
  1440. aof3:0:100568:01:001:Drain All Energy Now! PL2
  1441. aof3:0:10056A:10:000:Infinite Chi PL2 (1/2)
  1442. aof3:0:10056B:00:500:Infinite Chi PL2 (2/2)
  1443. aof3:0:10056A:00:000:Always minimum Chi PL2
  1444. aof3:0:000000:00:999:[The Go to Boss Now! Cheat  ]
  1445. aof3:0:000000:00:999:[must be activated on the   ]
  1446. aof3:0:000000:00:999:[character selection screen.]
  1447. aof3:0:104BEB:07:001:Go to First Boss Now!
  1448. aof3:0:104BEB:08:001:Go to Final Boss Now!
  1449. aof3:0:000000:00:999:[   Free player selection   ]
  1450. aof3:0:000000:00:999:[   No secret characters    ]
  1451. aof3:0:000000:00:999:[ Use between rounds only.  ]
  1452. aof3:0:000000:00:999:[Doesn't work for 1st round.]
  1453. aof3:0:104C0D:00:001:Play with Robert Garcia PL1
  1454. aof3:0:104C0D:01:001:Play with Ryo Sakazaki PL1
  1455. aof3:0:104C0D:02:001:Play with Karman Cole PL1
  1456. aof3:0:104C0D:03:001:Play with Kazumi Todoh PL1
  1457. aof3:0:104C0D:04:001:Play with Rody Birts PL1
  1458. aof3:0:104C0D:05:001:Play with Lenny Creston PL1
  1459. aof3:0:104C0D:06:001:Play with Wang Koh San PL1
  1460. aof3:0:104C0D:07:001:Play with Jin Fuha PL1
  1461. aof3:0:104C0D:08:001:Play with Sinclair PL1
  1462. aof3:0:104C0D:09:001:Play with Wyler PL1
  1463. aof3:0:104C0F:00:001:Play with Robert Garcia PL2
  1464. aof3:0:104C0F:01:001:Play with Ryo Sakazaki PL2
  1465. aof3:0:104C0F:02:001:Play with Karman Cole PL2
  1466. aof3:0:104C0F:03:001:Play with Kazumi Todoh PL2
  1467. aof3:0:104C0F:04:001:Play with Rody Birts PL2
  1468. aof3:0:104C0F:05:001:Play with Lenny Creston PL2
  1469. aof3:0:104C0F:06:001:Play with Wang Koh San PL2
  1470. aof3:0:104C0F:07:001:Play with Jin Fuha PL2
  1471. aof3:0:104C0F:08:001:Play with Sinclair PL2
  1472. aof3:0:104C0F:09:001:Play with Wyler PL2
  1473.  
  1474. ; [ APB - All Points Bulletin (set 1) ]
  1475. apb:1:0035:1F:000:Fix No Sound card Problem
  1476. apb:0:0DD4:10:000:Infinite Time
  1477. apb:0:0D8B:FF:000:Infinite Gas
  1478. apb:0:0DD5:00:000:Infinite Demerits
  1479.  
  1480. ; [ APB - All Points Bulletin (set 2) ]
  1481. apb2:1:0035:1F:000:Fix No Sound card Problem
  1482. apb2:0:0DD4:10:000:Infinite Time
  1483. apb2:0:0D8B:FF:000:Infinite Gas
  1484. apb2:0:0DD5:00:000:Infinite Demerits
  1485.  
  1486. ; [ Appoooh ]
  1487. appoooh:0:E26D:09:000:Infinite Time
  1488. appoooh:0:E26B:00:000:Time Over Now! (1/3)
  1489. appoooh:0:E26C:00:501:Time Over Now! (2/3)
  1490. appoooh:0:E26D:00:501:Time Over Now! (3/3)
  1491.  
  1492. ; [ Arabian ]
  1493. arabian:0:D406:05:000:Infinite Lives PL1
  1494. arabian:0:D407:05:000:Infinite Lives PL2
  1495. arabian:0:D426:00:000:Always get ARABIAN bonus PL1
  1496. arabian:0:D427:00:000:Always get ARABIAN bonus PL2
  1497.  
  1498. ; [ Arabian (Atari) ]
  1499. arabiana:0:D406:05:000:Infinite Lives PL1
  1500. arabiana:0:D407:05:000:Infinite Lives PL2
  1501. arabiana:0:D426:00:000:Always get ARABIAN bonus PL1
  1502. arabiana:0:D427:00:000:Always get ARABIAN bonus PL2
  1503.  
  1504. ; [ Arcade Classics (prototype) ]
  1505. arcadecl:0:000000:00:999:[      Super Centipede      ]
  1506. arcadecl:0:000000:00:999:[      ~~~~~~~~~~~~~~~      ]
  1507. arcadecl:0:3E0AE9:07:000:Infinite Lives PL1
  1508. arcadecl:0:3E0B29:07:000:Infinite Lives PL2
  1509. arcadecl:0:000000:00:999:[                           ]
  1510. arcadecl:0:000000:00:999:[     Missile Command II    ]
  1511. arcadecl:0:000000:00:999:[     ~~~~~~~~~~~~~~~~~~    ]
  1512. arcadecl:0:3E0AFA:0A:000:Infinite shots (Left) PL1
  1513. arcadecl:0:3E0AFB:0A:000:Infinite shots (Center) PL1
  1514. arcadecl:0:3E0AFC:0A:000:Infinite shots (Right) PL1
  1515. arcadecl:0:3E0B3A:0A:000:Infinite shots (Left) PL2
  1516. arcadecl:0:3E0B3B:0A:000:Infinite shots (Center) PL2
  1517. arcadecl:0:3E0B3C:0A:000:Infinite shots (Right) PL2
  1518. arcadecl:0:000000:00:999:[  EXTRA!! EXTRA!! EXTRA!!  ]
  1519. arcadecl:0:000000:00:999:[Enter DIPs and turn Test   ]
  1520. arcadecl:0:000000:00:999:[Mode ON. Set Extra Stuff & ]
  1521. arcadecl:0:000000:00:999:[More Extra Stuff ON. Turn  ]
  1522. arcadecl:0:000000:00:999:[Test Mode OFF. Play! You'll]
  1523. arcadecl:0:000000:00:999:[notice some goodies in both]
  1524. arcadecl:0:000000:00:999:[Missile Command & Centipede]
  1525. arcadecl:0:000000:00:999:[like powerups & new enemies]
  1526.  
  1527. ; [ Arch Rivals (rev 2.0) ]
  1528. archriv2:0:061F2A:18:000:Infinite Shoot Time
  1529. archriv2:0:061F33:FF:000:Infinite Period Time
  1530. archriv2:0:061F33:00:001:Finish Period Now!
  1531. archriv2:0:0601E3:01:001:Make this Period 1 Now!
  1532. archriv2:0:0601E3:02:001:Make this Period 2 Now!
  1533. archriv2:0:0601E3:03:001:Make this Period 3 Now!
  1534. archriv2:0:0601E3:04:001:Make this Period 4 Now!
  1535. archriv2:0:0601E3:08:001:Make this Sudden Death Now!
  1536. archriv2:0:06020F:99:073:Select Score PL1
  1537. archriv2:0:06020F:00:000:Score always = 0 PL1
  1538. archriv2:0:06020F:10:000:Score always = 10 PL1
  1539. archriv2:0:06020F:00:001:Score = 0 Now! PL1
  1540. archriv2:0:06020F:10:001:Score = 10 Now! PL1
  1541. archriv2:0:060213:99:073:Select Score PL2
  1542. archriv2:0:060213:00:000:Score always = 0 PL2
  1543. archriv2:0:060213:10:000:Score always = 10 PL2
  1544. archriv2:0:060213:00:001:Score = 0 Now! PL2
  1545. archriv2:0:060213:10:001:Score = 10 Now! PL2
  1546.  
  1547. ; [ Arch Rivals (rev 4.0) ]
  1548. archrivl:0:061F2A:18:000:Infinite Shoot Time
  1549. archrivl:0:061F33:FF:000:Infinite Period Time
  1550. archrivl:0:061F33:00:001:Finish Period Now!
  1551. archrivl:0:0601E3:01:001:Make this Period 1 Now!
  1552. archrivl:0:0601E3:02:001:Make this Period 2 Now!
  1553. archrivl:0:0601E3:03:001:Make this Period 3 Now!
  1554. archrivl:0:0601E3:04:001:Make this Period 4 Now!
  1555. archrivl:0:0601E3:08:001:Make this Sudden Death Now!
  1556. archrivl:0:06020F:99:073:Select Score PL1
  1557. archrivl:0:06020F:00:000:Score always = 0 PL1
  1558. archrivl:0:06020F:10:000:Score always = 10 PL1
  1559. archrivl:0:06020F:00:001:Score = 0 Now! PL1
  1560. archrivl:0:06020F:10:001:Score = 10 Now! PL1
  1561. archrivl:0:060213:99:073:Select Score PL2
  1562. archrivl:0:060213:00:000:Score always = 0 PL2
  1563. archrivl:0:060213:10:000:Score always = 10 PL2
  1564. archrivl:0:060213:00:001:Score = 0 Now! PL2
  1565. archrivl:0:060213:10:001:Score = 10 Now! PL2
  1566.  
  1567. ; [ Area 88 (Japan) ]
  1568. area88:0:FFE00B:02:000:Pause/Unpause Shop Timer
  1569. area88:0:FF15CD:40:000:Invincibility PL1
  1570. area88:0:FF15D3:06:000:Max 2nd Weapon (level 7) PL1
  1571. area88:0:FF15E3:63:000:Infinite Second Weapon PL1
  1572. area88:0:FF160B:09:000:Infinite Money PL1
  1573. area88:0:FF164D:40:000:Invincibility PL2
  1574. area88:0:FF1653:06:000:Max 2nd Weapon (level 7) PL2
  1575. area88:0:FF1663:63:000:Infinite Second Weapon PL2
  1576. area88:0:FF168B:09:000:Infinite Money PL2
  1577. area88:0:FF2F00:05:000:Infinite Shield (1/6)
  1578. area88:0:FF2F03:05:500:Infinite Shield (2/6)
  1579. area88:0:FF15D7:02:500:Infinite Shield (3/6)
  1580. area88:0:FF2EA0:05:500:Infinite Shield (4/6)
  1581. area88:0:FF2EA3:05:500:Infinite Shield (5/6)
  1582. area88:0:FF1657:02:500:Infinite Shield (6/6)
  1583.  
  1584. ; [ Arkanoid - Revenge of DOH (Japan) ]
  1585. ark2jp:0:E00C:03:000:Infinite Lives PL1
  1586. ark2jp:0:E011:03:000:Infinite Lives PL2
  1587. ark2jp:0:E008:42:001:Goto Last Level Now!
  1588. ark2jp:0:E393:00:001:Finish Level Now!
  1589. ark2jp:0:E7EE:78:000:Infinite Time
  1590. ark2jp:0:E39D:80:020:Warp door (Always)
  1591. ark2jp:0:E39D:80:021:Warp door (Opened)
  1592. ark2jp:0:E39D:80:041:Warp door (Closed)
  1593. ark2jp:0:E39D:01:020:Always 10000 when next
  1594. ark2jp:0:E39D:01:021:Get 10000 when next Now!
  1595. ark2jp:0:E5EF:00:000:Always have Normal Bat
  1596. ark2jp:0:E5EF:01:000:Always have Laser Bat (1/2)
  1597. ark2jp:0:E5F0:01:500:Always have Laser Bat (2/2)
  1598. ark2jp:0:E5EF:02:000:Always have Enlarged Bat
  1599. ark2jp:0:E5EF:03:000:Always have Twin Bats
  1600. ark2jp:0:E5EF:06:000:Always have Catcher Bat
  1601. ark2jp:0:E5EF:07:000:Always have Tracing Bat
  1602. ark2jp:0:E5EF:08:000:Always have Reduced Bat
  1603. ark2jp:0:E5EF:00:001:Get Normal Bat Now!
  1604. ark2jp:0:E5EF:01:001:Get Laser Bat Now! (1/2)
  1605. ark2jp:0:E5F0:01:501:Get Laser Bat Now! (2/2)
  1606. ark2jp:0:E5EF:02:001:Get Enlarged Bat Now!
  1607. ark2jp:0:E5EF:03:001:Get Twin Bats Now!
  1608. ark2jp:0:E5EF:06:001:Get Catcher Bat Now!
  1609. ark2jp:0:E5EF:07:001:Get Tracing Bat Now!
  1610. ark2jp:0:E5EF:08:001:Get Reduced Bat Now!
  1611. ark2jp:0:E5F7:08:000:Always do BALL PLAQUE (1/2)
  1612. ark2jp:0:E5F6:00:500:Always do BALL PLAQUE (2/2)
  1613. ark2jp:0:E5F7:08:001:Do BALL PLAQUE Now! (1/2)
  1614. ark2jp:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2)
  1615. ark2jp:0:0000:00:999:[Use the following cheats   ]
  1616. ark2jp:0:0000:00:999:[only when you are playing  ]
  1617. ark2jp:0:0000:00:999:[and when a pill is falling!]
  1618. ark2jp:0:0000:00:999:[                           ]
  1619. ark2jp:0:0000:00:999:[L(Red)     = Laser         ]
  1620. ark2jp:0:0000:00:999:[E(Lt Blue) = Enlarged Bat  ]
  1621. ark2jp:0:0000:00:999:[T(Dk Blue) = Twin Bats     ]
  1622. ark2jp:0:0000:00:999:[C(Lt Green)= Catcher Bat   ]
  1623. ark2jp:0:0000:00:999:[I(Dk Green)= Tracing Bat   ]
  1624. ark2jp:0:0000:00:999:[R(Black)   = Reduced Bat   ]
  1625. ark2jp:0:0000:00:999:[P(Dk Grey) = Extra Life    ]
  1626. ark2jp:0:0000:00:999:[M(Purple)  = POW Multiballs]
  1627. ark2jp:0:0000:00:999:[S(Orange)  = Slower Ball   ]
  1628. ark2jp:0:0000:00:999:[B(Pink)    = Warp Door     ]
  1629. ark2jp:0:0000:00:999:[D(Cyan)    = Multiballs    ]
  1630. ark2jp:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls]
  1631. ark2jp:0:0000:00:999:[?(Multi)   = Mystery       ]
  1632. ark2jp:0:E5D6:81:001:1st pill's power - L
  1633. ark2jp:0:E5D6:82:001:1st pill's power - E
  1634. ark2jp:0:E5D6:83:001:1st pill's power - T
  1635. ark2jp:0:E5D6:86:001:1st pill's power - C
  1636. ark2jp:0:E5D6:87:001:1st pill's power - I
  1637. ark2jp:0:E5D6:88:001:1st pill's power - R
  1638. ark2jp:0:E5D6:8A:001:1st pill's power - P
  1639. ark2jp:0:E5D6:8D:001:1st pill's power - M
  1640. ark2jp:0:E5D6:8E:001:1st pill's power - S
  1641. ark2jp:0:E5D6:90:001:1st pill's power - B
  1642. ark2jp:0:E5D6:91:001:1st pill's power - D
  1643. ark2jp:0:E5D6:92:001:1st pill's power - N
  1644. ark2jp:0:E5D6:93:001:1st pill's power - ?
  1645. ark2jp:0:E5DA:81:001:2nd pill's power - L
  1646. ark2jp:0:E5DA:82:001:2nd pill's power - E
  1647. ark2jp:0:E5DA:83:001:2nd pill's power - T
  1648. ark2jp:0:E5DA:86:001:2nd pill's power - C
  1649. ark2jp:0:E5DA:87:001:2nd pill's power - I
  1650. ark2jp:0:E5DA:88:001:2nd pill's power - R
  1651. ark2jp:0:E5DA:8A:001:2nd pill's power - P
  1652. ark2jp:0:E5DA:8D:001:2nd pill's power - M
  1653. ark2jp:0:E5DA:8E:001:2nd pill's power - S
  1654. ark2jp:0:E5DA:90:001:2nd pill's power - B
  1655. ark2jp:0:E5DA:91:001:2nd pill's power - D
  1656. ark2jp:0:E5DA:92:001:2nd pill's power - N
  1657. ark2jp:0:E5DA:93:001:2nd pill's power - ?
  1658.  
  1659. ; [ Arkanoid - Revenge of DOH (US) ]
  1660. ark2us:0:E00C:03:000:Infinite Lives PL1
  1661. ark2us:0:E011:03:000:Infinite Lives PL2
  1662. ark2us:0:E008:42:001:Goto Last Level Now!
  1663. ark2us:0:E393:00:001:Finish Level Now!
  1664. ark2us:0:E7EE:78:000:Infinite Time
  1665. ark2us:0:E39D:80:020:Warp door (Always)
  1666. ark2us:0:E39D:80:021:Warp door (Opened)
  1667. ark2us:0:E39D:80:041:Warp door (Closed)
  1668. ark2us:0:E39D:01:020:Always 10000 when next
  1669. ark2us:0:E39D:01:021:Get 10000 when next Now!
  1670. ark2us:0:E5EF:00:000:Always have Normal Bat
  1671. ark2us:0:E5EF:01:000:Always have Laser Bat (1/2)
  1672. ark2us:0:E5F0:01:500:Always have Laser Bat (2/2)
  1673. ark2us:0:E5EF:02:000:Always have Enlarged Bat
  1674. ark2us:0:E5EF:03:000:Always have Twin Bats
  1675. ark2us:0:E5EF:06:000:Always have Catcher Bat
  1676. ark2us:0:E5EF:07:000:Always have Tracing Bat
  1677. ark2us:0:E5EF:08:000:Always have Reduced Bat
  1678. ark2us:0:E5EF:00:001:Get Normal Bat Now!
  1679. ark2us:0:E5EF:01:001:Get Laser Bat Now! (1/2)
  1680. ark2us:0:E5F0:01:501:Get Laser Bat Now! (2/2)
  1681. ark2us:0:E5EF:02:001:Get Enlarged Bat Now!
  1682. ark2us:0:E5EF:03:001:Get Twin Bats Now!
  1683. ark2us:0:E5EF:06:001:Get Catcher Bat Now!
  1684. ark2us:0:E5EF:07:001:Get Tracing Bat Now!
  1685. ark2us:0:E5EF:08:001:Get Reduced Bat Now!
  1686. ark2us:0:E5F7:08:000:Always do BALL PLAQUE (1/2)
  1687. ark2us:0:E5F6:00:500:Always do BALL PLAQUE (2/2)
  1688. ark2us:0:E5F7:08:001:Do BALL PLAQUE Now! (1/2)
  1689. ark2us:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2)
  1690. ark2us:0:0000:00:999:[Use the following cheats   ]
  1691. ark2us:0:0000:00:999:[only when you are playing  ]
  1692. ark2us:0:0000:00:999:[and when a pill is falling!]
  1693. ark2us:0:0000:00:999:[                           ]
  1694. ark2us:0:0000:00:999:[L(Red)     = Laser         ]
  1695. ark2us:0:0000:00:999:[E(Lt Blue) = Enlarged Bat  ]
  1696. ark2us:0:0000:00:999:[T(Dk Blue) = Twin Bats     ]
  1697. ark2us:0:0000:00:999:[C(Lt Green)= Catcher Bat   ]
  1698. ark2us:0:0000:00:999:[I(Dk Green)= Tracing Bat   ]
  1699. ark2us:0:0000:00:999:[R(Black)   = Reduced Bat   ]
  1700. ark2us:0:0000:00:999:[P(Dk Grey) = Extra Life    ]
  1701. ark2us:0:0000:00:999:[M(Purple)  = POW Multiballs]
  1702. ark2us:0:0000:00:999:[S(Orange)  = Slower Ball   ]
  1703. ark2us:0:0000:00:999:[B(Pink)    = Warp Door     ]
  1704. ark2us:0:0000:00:999:[D(Cyan)    = Multiballs    ]
  1705. ark2us:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls]
  1706. ark2us:0:0000:00:999:[?(Multi)   = Mystery       ]
  1707. ark2us:0:E5D6:81:001:1st pill's power - L
  1708. ark2us:0:E5D6:82:001:1st pill's power - E
  1709. ark2us:0:E5D6:83:001:1st pill's power - T
  1710. ark2us:0:E5D6:86:001:1st pill's power - C
  1711. ark2us:0:E5D6:87:001:1st pill's power - I
  1712. ark2us:0:E5D6:88:001:1st pill's power - R
  1713. ark2us:0:E5D6:8A:001:1st pill's power - P
  1714. ark2us:0:E5D6:8D:001:1st pill's power - M
  1715. ark2us:0:E5D6:8E:001:1st pill's power - S
  1716. ark2us:0:E5D6:90:001:1st pill's power - B
  1717. ark2us:0:E5D6:91:001:1st pill's power - D
  1718. ark2us:0:E5D6:92:001:1st pill's power - N
  1719. ark2us:0:E5D6:93:001:1st pill's power - ?
  1720. ark2us:0:E5DA:81:001:2nd pill's power - L
  1721. ark2us:0:E5DA:82:001:2nd pill's power - E
  1722. ark2us:0:E5DA:83:001:2nd pill's power - T
  1723. ark2us:0:E5DA:86:001:2nd pill's power - C
  1724. ark2us:0:E5DA:87:001:2nd pill's power - I
  1725. ark2us:0:E5DA:88:001:2nd pill's power - R
  1726. ark2us:0:E5DA:8A:001:2nd pill's power - P
  1727. ark2us:0:E5DA:8D:001:2nd pill's power - M
  1728. ark2us:0:E5DA:8E:001:2nd pill's power - S
  1729. ark2us:0:E5DA:90:001:2nd pill's power - B
  1730. ark2us:0:E5DA:91:001:2nd pill's power - D
  1731. ark2us:0:E5DA:92:001:2nd pill's power - N
  1732. ark2us:0:E5DA:93:001:2nd pill's power - ?
  1733.  
  1734. ; [ Arkanoid (Game Corporation bootleg) ]
  1735. arkangc:0:ED76:06:000:Infinite Lives PL1
  1736. arkangc:0:ED7B:06:000:Infinite Lives PL2
  1737. arkangc:0:ED72:20:000:Go to Last Level
  1738. arkangc:0:EF62:00:000:Don't die when ball is out
  1739. arkangc:0:C4CE:01:000:Warp door always open
  1740. arkangc:0:C4CE:00:000:Warp door never open
  1741. arkangc:0:C4CE:01:001:Open Warp door Now!
  1742. arkangc:0:C4CE:00:001:Shut Warp door Now!
  1743. arkangc:0:ED83:00:001:Finish this Level Now!
  1744. arkangc:0:EF62:01:001:Lose a Life Now!
  1745. arkangc:0:0000:00:999:[L (Red)    = Laser         ]
  1746. arkangc:0:0000:00:999:[E (Blue)   = Enlarged Bat  ]
  1747. arkangc:0:0000:00:999:[C (Green)  = Catcher Bat   ]
  1748. arkangc:0:0000:00:999:[S (Orange) = Slower Ball   ]
  1749. arkangc:0:0000:00:999:[B (Pink)   = Warp Door     ]
  1750. arkangc:0:0000:00:999:[D (Cyan)   = Multiballs    ]
  1751. arkangc:0:0000:00:999:[P (Grey)   = Extra Life    ]
  1752. arkangc:0:C658:80:000:No pills can fall
  1753. arkangc:0:C658:01:001:Drop Red Pill Now!
  1754. arkangc:0:C658:02:001:Drop Blue Pill Now!
  1755. arkangc:0:C658:03:001:Drop Green Pill Now!
  1756. arkangc:0:C658:04:001:Drop Orange Pill Now!
  1757. arkangc:0:C658:05:001:Drop Purple Pill Now!
  1758. arkangc:0:C658:06:001:Drop Cyan Pill Now!
  1759. arkangc:0:C658:07:001:Drop Black Pill Now!
  1760. arkangc:0:C658:01:004:Drop Red Pill every 5 s
  1761. arkangc:0:C658:02:004:Drop Blue Pill every 5 s
  1762. arkangc:0:C658:03:004:Drop Green Pill every 5 s
  1763. arkangc:0:C658:04:004:Drop Orange Pill every 5 s
  1764. arkangc:0:C658:05:004:Drop Purple Pill every 5 s
  1765. arkangc:0:C658:06:004:Drop Cyan Pill every 5 s
  1766. arkangc:0:C658:07:004:Drop Black Pill every 5 s
  1767. arkangc:0:C658:81:001:Change Pill to Red
  1768. arkangc:0:C658:82:001:Change Pill to Blue
  1769. arkangc:0:C658:83:001:Change Pill to Green
  1770. arkangc:0:C658:84:001:Change Pill to Orange
  1771. arkangc:0:C658:85:001:Change Pill to Purple
  1772. arkangc:0:C658:86:001:Change Pill to Cyan
  1773. arkangc:0:C658:87:001:Change Pill to Black
  1774.  
  1775. ; [ Arkanoid - Revenge of DOH (World) ]
  1776. arkanoi2:0:E00C:03:000:Infinite Lives PL1
  1777. arkanoi2:0:E011:03:000:Infinite Lives PL2
  1778. arkanoi2:0:E008:42:001:Goto Last Level Now!
  1779. arkanoi2:0:E393:00:001:Finish Level Now!
  1780. arkanoi2:0:E7EE:78:000:Infinite Time
  1781. arkanoi2:0:E39D:80:020:Warp door (Always)
  1782. arkanoi2:0:E39D:80:021:Warp door (Opened)
  1783. arkanoi2:0:E39D:80:041:Warp door (Closed)
  1784. arkanoi2:0:E39D:01:020:Always 10000 when next
  1785. arkanoi2:0:E39D:01:021:Get 10000 when next Now!
  1786. arkanoi2:0:E5EF:00:000:Always have Normal Bat
  1787. arkanoi2:0:E5EF:01:000:Always have Laser Bat (1/2)
  1788. arkanoi2:0:E5F0:01:500:Always have Laser Bat (2/2)
  1789. arkanoi2:0:E5EF:02:000:Always have Enlarged Bat
  1790. arkanoi2:0:E5EF:03:000:Always have Twin Bats
  1791. arkanoi2:0:E5EF:06:000:Always have Catcher Bat
  1792. arkanoi2:0:E5EF:07:000:Always have Tracing Bat
  1793. arkanoi2:0:E5EF:08:000:Always have Reduced Bat
  1794. arkanoi2:0:E5EF:00:001:Get Normal Bat Now!
  1795. arkanoi2:0:E5EF:01:001:Get Laser Bat Now! (1/2)
  1796. arkanoi2:0:E5F0:01:501:Get Laser Bat Now! (2/2)
  1797. arkanoi2:0:E5EF:02:001:Get Enlarged Bat Now!
  1798. arkanoi2:0:E5EF:03:001:Get Twin Bats Now!
  1799. arkanoi2:0:E5EF:06:001:Get Catcher Bat Now!
  1800. arkanoi2:0:E5EF:07:001:Get Tracing Bat Now!
  1801. arkanoi2:0:E5EF:08:001:Get Reduced Bat Now!
  1802. arkanoi2:0:E5F7:08:000:Always do BALL PLAQUE (1/2)
  1803. arkanoi2:0:E5F6:00:500:Always do BALL PLAQUE (2/2)
  1804. arkanoi2:0:E5F7:08:001:Do BALL PLAQUE Now! (1/2)
  1805. arkanoi2:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2)
  1806. arkanoi2:0:0000:00:999:[Use the following cheats   ]
  1807. arkanoi2:0:0000:00:999:[only when you are playing  ]
  1808. arkanoi2:0:0000:00:999:[and when a pill is falling!]
  1809. arkanoi2:0:0000:00:999:[                           ]
  1810. arkanoi2:0:0000:00:999:[L(Red)     = Laser         ]
  1811. arkanoi2:0:0000:00:999:[E(Lt Blue) = Enlarged Bat  ]
  1812. arkanoi2:0:0000:00:999:[T(Dk Blue) = Twin Bats     ]
  1813. arkanoi2:0:0000:00:999:[C(Lt Green)= Catcher Bat   ]
  1814. arkanoi2:0:0000:00:999:[I(Dk Green)= Tracing Bat   ]
  1815. arkanoi2:0:0000:00:999:[R(Black)   = Reduced Bat   ]
  1816. arkanoi2:0:0000:00:999:[P(Dk Grey) = Extra Life    ]
  1817. arkanoi2:0:0000:00:999:[M(Purple)  = POW Multiballs]
  1818. arkanoi2:0:0000:00:999:[S(Orange)  = Slower Ball   ]
  1819. arkanoi2:0:0000:00:999:[B(Pink)    = Warp Door     ]
  1820. arkanoi2:0:0000:00:999:[D(Cyan)    = Multiballs    ]
  1821. arkanoi2:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls]
  1822. arkanoi2:0:0000:00:999:[?(Multi)   = Mystery       ]
  1823. arkanoi2:0:E5D6:81:001:1st pill's power - L
  1824. arkanoi2:0:E5D6:82:001:1st pill's power - E
  1825. arkanoi2:0:E5D6:83:001:1st pill's power - T
  1826. arkanoi2:0:E5D6:86:001:1st pill's power - C
  1827. arkanoi2:0:E5D6:87:001:1st pill's power - I
  1828. arkanoi2:0:E5D6:88:001:1st pill's power - R
  1829. arkanoi2:0:E5D6:8A:001:1st pill's power - P
  1830. arkanoi2:0:E5D6:8D:001:1st pill's power - M
  1831. arkanoi2:0:E5D6:8E:001:1st pill's power - S
  1832. arkanoi2:0:E5D6:90:001:1st pill's power - B
  1833. arkanoi2:0:E5D6:91:001:1st pill's power - D
  1834. arkanoi2:0:E5D6:92:001:1st pill's power - N
  1835. arkanoi2:0:E5D6:93:001:1st pill's power - ?
  1836. arkanoi2:0:E5DA:81:001:2nd pill's power - L
  1837. arkanoi2:0:E5DA:82:001:2nd pill's power - E
  1838. arkanoi2:0:E5DA:83:001:2nd pill's power - T
  1839. arkanoi2:0:E5DA:86:001:2nd pill's power - C
  1840. arkanoi2:0:E5DA:87:001:2nd pill's power - I
  1841. arkanoi2:0:E5DA:88:001:2nd pill's power - R
  1842. arkanoi2:0:E5DA:8A:001:2nd pill's power - P
  1843. arkanoi2:0:E5DA:8D:001:2nd pill's power - M
  1844. arkanoi2:0:E5DA:8E:001:2nd pill's power - S
  1845. arkanoi2:0:E5DA:90:001:2nd pill's power - B
  1846. arkanoi2:0:E5DA:91:001:2nd pill's power - D
  1847. arkanoi2:0:E5DA:92:001:2nd pill's power - N
  1848. arkanoi2:0:E5DA:93:001:2nd pill's power - ?
  1849.  
  1850. ; [ Arkanoid (World) ]
  1851. arkanoid:0:ED76:06:000:Infinite Lives PL1
  1852. arkanoid:0:ED7B:06:000:Infinite Lives PL2
  1853. arkanoid:0:ED72:20:000:Go to Last Level
  1854. arkanoid:0:EF62:00:000:Don't die when ball is out
  1855. arkanoid:0:C4CE:01:000:Warp door always open
  1856. arkanoid:0:C4CE:00:000:Warp door never open
  1857. arkanoid:0:C4CE:01:001:Open Warp door Now!
  1858. arkanoid:0:C4CE:00:001:Shut Warp door Now!
  1859. arkanoid:0:ED83:00:001:Finish this Level Now!
  1860. arkanoid:0:EF62:01:001:Lose a Life Now!
  1861. arkanoid:0:0000:00:999:[L (Red)    = Laser         ]
  1862. arkanoid:0:0000:00:999:[E (Blue)   = Enlarged Bat  ]
  1863. arkanoid:0:0000:00:999:[C (Green)  = Catcher Bat   ]
  1864. arkanoid:0:0000:00:999:[S (Orange) = Slower Ball   ]
  1865. arkanoid:0:0000:00:999:[B (Pink)   = Warp Door     ]
  1866. arkanoid:0:0000:00:999:[D (Cyan)   = Multiballs    ]
  1867. arkanoid:0:0000:00:999:[P (Grey)   = Extra Life    ]
  1868. arkanoid:0:C658:80:000:No pills can fall
  1869. arkanoid:0:C658:01:001:Drop Red Pill Now!
  1870. arkanoid:0:C658:02:001:Drop Blue Pill Now!
  1871. arkanoid:0:C658:03:001:Drop Green Pill Now!
  1872. arkanoid:0:C658:04:001:Drop Orange Pill Now!
  1873. arkanoid:0:C658:05:001:Drop Purple Pill Now!
  1874. arkanoid:0:C658:06:001:Drop Cyan Pill Now!
  1875. arkanoid:0:C658:07:001:Drop Black Pill Now!
  1876. arkanoid:0:C658:01:004:Drop Red Pill every 5 s
  1877. arkanoid:0:C658:02:004:Drop Blue Pill every 5 s
  1878. arkanoid:0:C658:03:004:Drop Green Pill every 5 s
  1879. arkanoid:0:C658:04:004:Drop Orange Pill every 5 s
  1880. arkanoid:0:C658:05:004:Drop Purple Pill every 5 s
  1881. arkanoid:0:C658:06:004:Drop Cyan Pill every 5 s
  1882. arkanoid:0:C658:07:004:Drop Black Pill every 5 s
  1883. arkanoid:0:C658:81:001:Change Pill to Red
  1884. arkanoid:0:C658:82:001:Change Pill to Blue
  1885. arkanoid:0:C658:83:001:Change Pill to Green
  1886. arkanoid:0:C658:84:001:Change Pill to Orange
  1887. arkanoid:0:C658:85:001:Change Pill to Purple
  1888. arkanoid:0:C658:86:001:Change Pill to Cyan
  1889. arkanoid:0:C658:87:001:Change Pill to Black
  1890.  
  1891. ; [ Ark Area ]
  1892. arkarea:0:0000:00:999:[Only enable invincibility  ]
  1893. arkarea:0:0000:00:999:[during gameplay!!          ]
  1894. arkarea:0:D209:05:000:Infinite Lives PL1
  1895. arkarea:0:D208:01:000:Infinite Weapon Time PL1
  1896. arkarea:0:D200:1C:000:Always normal weapon PL1(1/3)
  1897. arkarea:0:D202:03:500:Always normal weapon PL1(2/3)
  1898. arkarea:0:D203:01:500:Always normal weapon PL1(3/3)
  1899. arkarea:0:D200:1F:000:Always tracer weapon PL1(1/3)
  1900. arkarea:0:D202:03:500:Always tracer weapon PL1(2/3)
  1901. arkarea:0:D203:01:500:Always tracer weapon PL1(3/3)
  1902. arkarea:0:D200:22:000:Always flamer weapon PL1(1/3)
  1903. arkarea:0:D202:03:500:Always flamer weapon PL1(2/3)
  1904. arkarea:0:D203:01:500:Always flamer weapon PL1(3/3)
  1905. arkarea:0:D200:25:000:Always 3-Way  weapon PL1(1/3)
  1906. arkarea:0:D202:03:500:Always 3-Way  weapon PL1(2/3)
  1907. arkarea:0:D203:03:500:Always 3-Way  weapon PL1(3/3)
  1908. arkarea:0:D200:2C:000:Always 8-Way  weapon PL1(1/3)
  1909. arkarea:0:D202:01:500:Always 8-Way  weapon PL1(2/3)
  1910. arkarea:0:D203:08:500:Always 8-Way  weapon PL1(3/3)
  1911. arkarea:0:D200:1C:001:Get normal weapon NowPL1(1/3)
  1912. arkarea:0:D202:03:501:Get normal weapon NowPL1(2/3)
  1913. arkarea:0:D203:01:501:Get normal weapon NowPL1(3/3)
  1914. arkarea:0:D200:1F:001:Get tracer weapon NowPL1(1/3)
  1915. arkarea:0:D202:03:501:Get tracer weapon NowPL1(2/3)
  1916. arkarea:0:D203:01:501:Get tracer weapon NowPL1(3/3)
  1917. arkarea:0:D200:22:001:Get flamer weapon NowPL1(1/3)
  1918. arkarea:0:D202:03:501:Get flamer weapon NowPL1(2/3)
  1919. arkarea:0:D203:01:501:Get flamer weapon NowPL1(3/3)
  1920. arkarea:0:D200:25:001:Get 3-Way weapon Now PL1(1/3)
  1921. arkarea:0:D202:03:501:Get 3-Way weapon Now PL1(2/3)
  1922. arkarea:0:D203:03:501:Get 3-Way weapon Now PL1(3/3)
  1923. arkarea:0:D200:2C:001:Get 8-Way weapon Now PL1(1/3)
  1924. arkarea:0:D202:01:501:Get 8-Way weapon Now PL1(2/3)
  1925. arkarea:0:D203:08:501:Get 8-Way weapon Now PL1(3/3)
  1926. arkarea:0:C00A:01:000:Invincibility "ON"  PL1
  1927. arkarea:0:C00A:00:001:Invincibility "OFF" PL1
  1928. arkarea:0:D259:05:000:Infinite Lives PL2
  1929. arkarea:0:D258:01:000:Infinite Weapon Time PL2
  1930. arkarea:0:D250:1C:000:Always normal weapon PL2(1/3)
  1931. arkarea:0:D252:03:500:Always normal weapon PL2(2/3)
  1932. arkarea:0:D253:01:500:Always normal weapon PL2(3/3)
  1933. arkarea:0:D250:1F:000:Always tracer weapon PL2(1/3)
  1934. arkarea:0:D252:03:500:Always tracer weapon PL2(2/3)
  1935. arkarea:0:D253:01:500:Always tracer weapon PL2(3/3)
  1936. arkarea:0:D250:22:000:Always flamer weapon PL2(1/3)
  1937. arkarea:0:D252:03:500:Always flamer weapon PL2(2/3)
  1938. arkarea:0:D253:01:500:Always flamer weapon PL2(3/3)
  1939. arkarea:0:D250:25:000:Always 3-Way  weapon PL2(1/3)
  1940. arkarea:0:D252:03:500:Always 3-Way  weapon PL2(2/3)
  1941. arkarea:0:D253:03:500:Always 3-Way  weapon PL2(3/3)
  1942. arkarea:0:D250:2C:000:Always 8-Way  weapon PL2(1/3)
  1943. arkarea:0:D252:01:500:Always 8-Way  weapon PL2(2/3)
  1944. arkarea:0:D253:08:500:Always 8-Way  weapon PL2(3/3)
  1945. arkarea:0:D250:1C:001:Get normal weapon NowPL2(1/3)
  1946. arkarea:0:D252:03:501:Get normal weapon NowPL2(2/3)
  1947. arkarea:0:D253:01:501:Get normal weapon NowPL2(3/3)
  1948. arkarea:0:D250:1F:001:Get tracer weapon NowPL2(1/3)
  1949. arkarea:0:D252:03:501:Get tracer weapon NowPL2(2/3)
  1950. arkarea:0:D253:01:501:Get tracer weapon NowPL2(3/3)
  1951. arkarea:0:D250:22:001:Get flamer weapon NowPL2(1/3)
  1952. arkarea:0:D252:03:501:Get flamer weapon NowPL2(2/3)
  1953. arkarea:0:D253:01:501:Get flamer weapon NowPL2(3/3)
  1954. arkarea:0:D250:25:001:Get 3-Way weapon Now PL2(1/3)
  1955. arkarea:0:D252:03:501:Get 3-Way weapon Now PL2(2/3)
  1956. arkarea:0:D253:03:501:Get 3-Way weapon Now PL2(3/3)
  1957. arkarea:0:D250:2C:001:Get 8-Way weapon Now PL2(1/3)
  1958. arkarea:0:D252:01:501:Get 8-Way weapon Now PL2(2/3)
  1959. arkarea:0:D253:08:501:Get 8-Way weapon Now PL2(3/3)
  1960. arkarea:0:C00B:01:000:Invincibility "ON"  PL2
  1961. arkarea:0:C00B:00:001:Invincibility "OFF" PL2
  1962.  
  1963. ; [ Arkanoid (Tayto bootleg, Japanese) ]
  1964. arkatayt:0:ED76:06:000:Infinite Lives PL1
  1965. arkatayt:0:ED7B:06:000:Infinite Lives PL2
  1966. arkatayt:0:ED72:20:000:Go to Last Level
  1967. arkatayt:0:EF62:00:000:Don't die when ball is out
  1968. arkatayt:0:C4CE:01:000:Warp door always open
  1969. arkatayt:0:C4CE:00:000:Warp door never open
  1970. arkatayt:0:C4CE:01:001:Open Warp door Now!
  1971. arkatayt:0:C4CE:00:001:Shut Warp door Now!
  1972. arkatayt:0:ED83:00:001:Finish this Level Now!
  1973. arkatayt:0:EF62:01:001:Lose a Life Now!
  1974. arkatayt:0:0000:00:999:[L (Red)    = Laser         ]
  1975. arkatayt:0:0000:00:999:[E (Blue)   = Enlarged Bat  ]
  1976. arkatayt:0:0000:00:999:[C (Green)  = Catcher Bat   ]
  1977. arkatayt:0:0000:00:999:[S (Orange) = Slower Ball   ]
  1978. arkatayt:0:0000:00:999:[B (Pink)   = Warp Door     ]
  1979. arkatayt:0:0000:00:999:[D (Cyan)   = Multiballs    ]
  1980. arkatayt:0:0000:00:999:[P (Grey)   = Extra Life    ]
  1981. arkatayt:0:C658:80:000:No pills can fall
  1982. arkatayt:0:C658:01:001:Drop Red Pill Now!
  1983. arkatayt:0:C658:02:001:Drop Blue Pill Now!
  1984. arkatayt:0:C658:03:001:Drop Green Pill Now!
  1985. arkatayt:0:C658:04:001:Drop Orange Pill Now!
  1986. arkatayt:0:C658:05:001:Drop Purple Pill Now!
  1987. arkatayt:0:C658:06:001:Drop Cyan Pill Now!
  1988. arkatayt:0:C658:07:001:Drop Black Pill Now!
  1989. arkatayt:0:C658:01:004:Drop Red Pill every 5 s
  1990. arkatayt:0:C658:02:004:Drop Blue Pill every 5 s
  1991. arkatayt:0:C658:03:004:Drop Green Pill every 5 s
  1992. arkatayt:0:C658:04:004:Drop Orange Pill every 5 s
  1993. arkatayt:0:C658:05:004:Drop Purple Pill every 5 s
  1994. arkatayt:0:C658:06:004:Drop Cyan Pill every 5 s
  1995. arkatayt:0:C658:07:004:Drop Black Pill every 5 s
  1996. arkatayt:0:C658:81:001:Change Pill to Red
  1997. arkatayt:0:C658:82:001:Change Pill to Blue
  1998. arkatayt:0:C658:83:001:Change Pill to Green
  1999. arkatayt:0:C658:84:001:Change Pill to Orange
  2000. arkatayt:0:C658:85:001:Change Pill to Purple
  2001. arkatayt:0:C658:86:001:Change Pill to Cyan
  2002. arkatayt:0:C658:87:001:Change Pill to Black
  2003.  
  2004. ; [ Arkanoid (Japanese bootleg Set 2) ]
  2005. arkbl2:0:ED76:06:000:Infinite Lives PL1
  2006. arkbl2:0:ED7B:06:000:Infinite Lives PL2
  2007. arkbl2:0:ED72:20:000:Go to Last Level
  2008. arkbl2:0:EF62:00:000:Don't die when ball is out
  2009. arkbl2:0:C4CE:01:000:Warp door always open
  2010. arkbl2:0:C4CE:00:000:Warp door never open
  2011. arkbl2:0:C4CE:01:001:Open Warp door Now!
  2012. arkbl2:0:C4CE:00:001:Shut Warp door Now!
  2013. arkbl2:0:ED83:00:001:Finish this Level Now!
  2014. arkbl2:0:EF62:01:001:Lose a Life Now!
  2015. arkbl2:0:0000:00:999:[L (Red)    = Laser         ]
  2016. arkbl2:0:0000:00:999:[E (Blue)   = Enlarged Bat  ]
  2017. arkbl2:0:0000:00:999:[C (Green)  = Catcher Bat   ]
  2018. arkbl2:0:0000:00:999:[S (Orange) = Slower Ball   ]
  2019. arkbl2:0:0000:00:999:[B (Pink)   = Warp Door     ]
  2020. arkbl2:0:0000:00:999:[D (Cyan)   = Multiballs    ]
  2021. arkbl2:0:0000:00:999:[P (Grey)   = Extra Life    ]
  2022. arkbl2:0:C658:80:000:No pills can fall
  2023. arkbl2:0:C658:01:001:Drop Red Pill Now!
  2024. arkbl2:0:C658:02:001:Drop Blue Pill Now!
  2025. arkbl2:0:C658:03:001:Drop Green Pill Now!
  2026. arkbl2:0:C658:04:001:Drop Orange Pill Now!
  2027. arkbl2:0:C658:05:001:Drop Purple Pill Now!
  2028. arkbl2:0:C658:06:001:Drop Cyan Pill Now!
  2029. arkbl2:0:C658:07:001:Drop Black Pill Now!
  2030. arkbl2:0:C658:01:004:Drop Red Pill every 5 s
  2031. arkbl2:0:C658:02:004:Drop Blue Pill every 5 s
  2032. arkbl2:0:C658:03:004:Drop Green Pill every 5 s
  2033. arkbl2:0:C658:04:004:Drop Orange Pill every 5 s
  2034. arkbl2:0:C658:05:004:Drop Purple Pill every 5 s
  2035. arkbl2:0:C658:06:004:Drop Cyan Pill every 5 s
  2036. arkbl2:0:C658:07:004:Drop Black Pill every 5 s
  2037. arkbl2:0:C658:81:001:Change Pill to Red
  2038. arkbl2:0:C658:82:001:Change Pill to Blue
  2039. arkbl2:0:C658:83:001:Change Pill to Green
  2040. arkbl2:0:C658:84:001:Change Pill to Orange
  2041. arkbl2:0:C658:85:001:Change Pill to Purple
  2042. arkbl2:0:C658:86:001:Change Pill to Cyan
  2043. arkbl2:0:C658:87:001:Change Pill to Black
  2044.  
  2045. ; [ Block (Game Corporation bootleg) ]
  2046. arkbloc2:0:ED76:06:000:Infinite Lives PL1
  2047. arkbloc2:0:ED7B:06:000:Infinite Lives PL2
  2048. arkbloc2:0:ED72:20:000:Go to Last Level
  2049. arkbloc2:0:EF62:00:000:Don't die when ball is out
  2050. arkbloc2:0:C4CE:01:000:Warp door always open
  2051. arkbloc2:0:C4CE:00:000:Warp door never open
  2052. arkbloc2:0:C4CE:01:001:Open Warp door Now!
  2053. arkbloc2:0:C4CE:00:001:Shut Warp door Now!
  2054. arkbloc2:0:ED83:00:001:Finish this Level Now!
  2055. arkbloc2:0:EF62:01:001:Lose a Life Now!
  2056. arkbloc2:0:0000:00:999:[L (Red)    = Laser         ]
  2057. arkbloc2:0:0000:00:999:[E (Blue)   = Enlarged Bat  ]
  2058. arkbloc2:0:0000:00:999:[C (Green)  = Catcher Bat   ]
  2059. arkbloc2:0:0000:00:999:[S (Orange) = Slower Ball   ]
  2060. arkbloc2:0:0000:00:999:[B (Pink)   = Warp Door     ]
  2061. arkbloc2:0:0000:00:999:[D (Cyan)   = Multiballs    ]
  2062. arkbloc2:0:0000:00:999:[P (Grey)   = Extra Life    ]
  2063. arkbloc2:0:C658:80:000:No pills can fall
  2064. arkbloc2:0:C658:01:001:Drop Red Pill Now!
  2065. arkbloc2:0:C658:02:001:Drop Blue Pill Now!
  2066. arkbloc2:0:C658:03:001:Drop Green Pill Now!
  2067. arkbloc2:0:C658:04:001:Drop Orange Pill Now!
  2068. arkbloc2:0:C658:05:001:Drop Purple Pill Now!
  2069. arkbloc2:0:C658:06:001:Drop Cyan Pill Now!
  2070. arkbloc2:0:C658:07:001:Drop Black Pill Now!
  2071. arkbloc2:0:C658:01:004:Drop Red Pill every 5 s
  2072. arkbloc2:0:C658:02:004:Drop Blue Pill every 5 s
  2073. arkbloc2:0:C658:03:004:Drop Green Pill every 5 s
  2074. arkbloc2:0:C658:04:004:Drop Orange Pill every 5 s
  2075. arkbloc2:0:C658:05:004:Drop Purple Pill every 5 s
  2076. arkbloc2:0:C658:06:004:Drop Cyan Pill every 5 s
  2077. arkbloc2:0:C658:07:004:Drop Black Pill every 5 s
  2078. arkbloc2:0:C658:81:001:Change Pill to Red
  2079. arkbloc2:0:C658:82:001:Change Pill to Blue
  2080. arkbloc2:0:C658:83:001:Change Pill to Green
  2081. arkbloc2:0:C658:84:001:Change Pill to Orange
  2082. arkbloc2:0:C658:85:001:Change Pill to Purple
  2083. arkbloc2:0:C658:86:001:Change Pill to Cyan
  2084. arkbloc2:0:C658:87:001:Change Pill to Black
  2085.  
  2086. ; [ Arkanoid (Japan) ]
  2087. arknoidj:0:ED76:06:000:Infinite Lives PL1
  2088. arknoidj:0:ED7B:06:000:Infinite Lives PL2
  2089. arknoidj:0:ED72:20:000:Go to Last Level
  2090. arknoidj:0:EF62:00:000:Don't die when ball is out
  2091. arknoidj:0:C4CE:01:000:Warp door always open
  2092. arknoidj:0:C4CE:00:000:Warp door never open
  2093. arknoidj:0:C4CE:01:001:Open Warp door Now!
  2094. arknoidj:0:C4CE:00:001:Shut Warp door Now!
  2095. arknoidj:0:ED83:00:001:Finish this Level Now!
  2096. arknoidj:0:EF62:01:001:Lose a Life Now!
  2097. arknoidj:0:0000:00:999:[L (Red)    = Laser         ]
  2098. arknoidj:0:0000:00:999:[E (Blue)   = Enlarged Bat  ]
  2099. arknoidj:0:0000:00:999:[C (Green)  = Catcher Bat   ]
  2100. arknoidj:0:0000:00:999:[S (Orange) = Slower Ball   ]
  2101. arknoidj:0:0000:00:999:[B (Pink)   = Warp Door     ]
  2102. arknoidj:0:0000:00:999:[D (Cyan)   = Multiballs    ]
  2103. arknoidj:0:0000:00:999:[P (Grey)   = Extra Life    ]
  2104. arknoidj:0:C658:80:000:No pills can fall
  2105. arknoidj:0:C658:01:001:Drop Red Pill Now!
  2106. arknoidj:0:C658:02:001:Drop Blue Pill Now!
  2107. arknoidj:0:C658:03:001:Drop Green Pill Now!
  2108. arknoidj:0:C658:04:001:Drop Orange Pill Now!
  2109. arknoidj:0:C658:05:001:Drop Purple Pill Now!
  2110. arknoidj:0:C658:06:001:Drop Cyan Pill Now!
  2111. arknoidj:0:C658:07:001:Drop Black Pill Now!
  2112. arknoidj:0:C658:01:004:Drop Red Pill every 5 s
  2113. arknoidj:0:C658:02:004:Drop Blue Pill every 5 s
  2114. arknoidj:0:C658:03:004:Drop Green Pill every 5 s
  2115. arknoidj:0:C658:04:004:Drop Orange Pill every 5 s
  2116. arknoidj:0:C658:05:004:Drop Purple Pill every 5 s
  2117. arknoidj:0:C658:06:004:Drop Cyan Pill every 5 s
  2118. arknoidj:0:C658:07:004:Drop Black Pill every 5 s
  2119. arknoidj:0:C658:81:001:Change Pill to Red
  2120. arknoidj:0:C658:82:001:Change Pill to Blue
  2121. arknoidj:0:C658:83:001:Change Pill to Green
  2122. arknoidj:0:C658:84:001:Change Pill to Orange
  2123. arknoidj:0:C658:85:001:Change Pill to Purple
  2124. arknoidj:0:C658:86:001:Change Pill to Cyan
  2125. arknoidj:0:C658:87:001:Change Pill to Black
  2126.  
  2127. ; [ Arkanoid (US) ]
  2128. arknoidu:0:ED76:06:000:Infinite Lives PL1
  2129. arknoidu:0:ED7B:06:000:Infinite Lives PL2
  2130. arknoidu:0:ED72:20:000:Go to Last Level
  2131. arknoidu:0:EF62:00:000:Don't die when ball is out
  2132. arknoidu:0:C4CE:01:000:Warp door always open
  2133. arknoidu:0:C4CE:00:000:Warp door never open
  2134. arknoidu:0:C4CE:01:001:Open Warp door Now!
  2135. arknoidu:0:C4CE:00:001:Shut Warp door Now!
  2136. arknoidu:0:ED83:00:001:Finish this Level Now!
  2137. arknoidu:0:EF62:01:001:Lose a Life Now!
  2138. arknoidu:0:0000:00:999:[L (Red)    = Laser         ]
  2139. arknoidu:0:0000:00:999:[E (Blue)   = Enlarged Bat  ]
  2140. arknoidu:0:0000:00:999:[C (Green)  = Catcher Bat   ]
  2141. arknoidu:0:0000:00:999:[S (Orange) = Slower Ball   ]
  2142. arknoidu:0:0000:00:999:[B (Pink)   = Warp Door     ]
  2143. arknoidu:0:0000:00:999:[D (Cyan)   = Multiballs    ]
  2144. arknoidu:0:0000:00:999:[P (Grey)   = Extra Life    ]
  2145. arknoidu:0:C658:80:000:No pills can fall
  2146. arknoidu:0:C658:01:001:Drop Red Pill Now!
  2147. arknoidu:0:C658:02:001:Drop Blue Pill Now!
  2148. arknoidu:0:C658:03:001:Drop Green Pill Now!
  2149. arknoidu:0:C658:04:001:Drop Orange Pill Now!
  2150. arknoidu:0:C658:05:001:Drop Purple Pill Now!
  2151. arknoidu:0:C658:06:001:Drop Cyan Pill Now!
  2152. arknoidu:0:C658:07:001:Drop Black Pill Now!
  2153. arknoidu:0:C658:01:004:Drop Red Pill every 5 s
  2154. arknoidu:0:C658:02:004:Drop Blue Pill every 5 s
  2155. arknoidu:0:C658:03:004:Drop Green Pill every 5 s
  2156. arknoidu:0:C658:04:004:Drop Orange Pill every 5 s
  2157. arknoidu:0:C658:05:004:Drop Purple Pill every 5 s
  2158. arknoidu:0:C658:06:004:Drop Cyan Pill every 5 s
  2159. arknoidu:0:C658:07:004:Drop Black Pill every 5 s
  2160. arknoidu:0:C658:81:001:Change Pill to Red
  2161. arknoidu:0:C658:82:001:Change Pill to Blue
  2162. arknoidu:0:C658:83:001:Change Pill to Green
  2163. arknoidu:0:C658:84:001:Change Pill to Orange
  2164. arknoidu:0:C658:85:001:Change Pill to Purple
  2165. arknoidu:0:C658:86:001:Change Pill to Cyan
  2166. arknoidu:0:C658:87:001:Change Pill to Black
  2167.  
  2168. ; [ Armed Formation ]
  2169. armedf:0:061106:03:000:Infinite Lives PL1
  2170. armedf:0:061126:03:000:Infinite Lives PL2
  2171. armedf:0:0613D3:00:000:Invincibility
  2172. armedf:0:063C52:03:000:Infinite polymorphs:Get the F first
  2173. armedf:0:063C47:F8:000:Infinite polymorph time
  2174. armedf:0:063C46:00:001:No more morph time  (1/2)
  2175. armedf:0:063C47:01:501:No more morph time  (2/2)
  2176. armedf:0:063970:04:000:Maximum speed
  2177. armedf:0:063C4A:02:000:Maximum fire power
  2178. armedf:0:000000:00:999:[These extra weapon cheats  ]
  2179. armedf:0:000000:00:999:[require you to have any    ]
  2180. armedf:0:000000:00:999:[extra weapon first!        ]
  2181. armedf:0:063C48:00:000:Extra weapon always Laser
  2182. armedf:0:063C48:02:000:Extra weapon always Bomb
  2183. armedf:0:063C48:04:000:Extra weapon always Cutter
  2184. armedf:0:063C48:06:000:Extra weapon always Homing
  2185. armedf:0:063C48:00:001:Extra weapon = Laser  Now!
  2186. armedf:0:063C48:02:001:Extra weapon = Bomb   Now!
  2187. armedf:0:063C48:04:001:Extra weapon = Cutter Now!
  2188. armedf:0:063C48:06:001:Extra weapon = Homing Now!
  2189.  
  2190. ; [ Armored Car (set 2) ]
  2191. armorca2:0:8628:FF:000:Infinite Lives
  2192. armorca2:0:8630:FF:000:Infinite Sawhorses
  2193. armorca2:0:885F:FF:000:Infinite Fuel (1/3)
  2194. armorca2:0:868F:5F:500:Infinite Fuel (2/3)
  2195. armorca2:0:8690:88:500:Infinite Fuel (3/3)
  2196. armorca2:0:869B:FF:000:Always have the key
  2197. armorca2:0:869B:FF:001:Get the key Now! 
  2198.  
  2199. ; [ Armored Car (set 1) ]
  2200. armorcar:0:8628:FF:000:Infinite Lives
  2201. armorcar:0:8630:FF:000:Infinite Sawhorses
  2202. armorcar:0:885F:FF:000:Infinite Fuel (1/3)
  2203. armorcar:0:868F:5F:500:Infinite Fuel (2/3)
  2204. armorcar:0:8690:88:500:Infinite Fuel (3/3)
  2205. armorcar:0:869B:FF:000:Always have the key
  2206. armorcar:0:869B:FF:001:Get the key Now! 
  2207.  
  2208. ; [ Arm Wrestling ]
  2209. armwrest:0:D0F4:00:000:Infinite Time
  2210. armwrest:0:D004:01:000:Level 1 - Texas Mac PL1 (1/2)
  2211. armwrest:0:D005:00:500:Level 1 - Texas Mac PL1 (2/2)
  2212. armwrest:0:D004:02:000:Level 2 - Kabuki PL1 (1/2)
  2213. armwrest:0:D005:01:500:Level 2 - Kabuki PL1 (2/2)
  2214. armwrest:0:D004:03:000:Level 3 - Mask X PL1 (1/2)
  2215. armwrest:0:D005:02:500:Level 3 - Mask X PL1 (2/2)
  2216. armwrest:0:D004:04:000:Level 4 - Ape III PL1 (1/2)
  2217. armwrest:0:D005:03:500:Level 4 - Ape III PL1 (2/2)
  2218. armwrest:0:D004:05:000:Level 5 - Frank Jr. PL1 (1/2)
  2219. armwrest:0:D005:04:500:Level 5 - Frank Jr. PL1 (2/2)
  2220.  
  2221. ; [ ASO - Armored Scrum Object ]
  2222. aso:0:DD00:2A:000:Maximum Power
  2223. aso:0:DCD5:00:000:Invincibility
  2224. aso:0:DCEB:09:000:Infinite Lives PL1
  2225. aso:0:DD4F:03:000:Infinite Lives PL2
  2226.  
  2227. ; [ Assault ]
  2228. assault:0:10012F:99:000:Infinite Time
  2229. assault:0:10010F:03:000:Infinite Lives
  2230.  
  2231. ; [ Assault (Japan) ]
  2232. assaultj:0:10012F:99:000:Infinite Time
  2233. assaultj:0:10010F:03:000:Infinite Lives
  2234.  
  2235. ; [ Assault Plus (Japan) ]
  2236. assaultp:0:10012F:99:000:Infinite Time
  2237. assaultp:0:10010F:03:000:Infinite Lives
  2238.  
  2239. ; [ Asteroids Deluxe (rev 1) ]
  2240. astdelu1:0:006F:06:000:Infinite Lives PL1
  2241. astdelu1:0:0070:06:000:Infinite Lives PL2
  2242. astdelu1:0:02EF:FF:000:Infinite Shield
  2243. astdelu1:0:0219:01:000:Invincibility (1/2)
  2244. astdelu1:0:02EB:00:500:Invincibility (2/2)
  2245. astdelu1:0:02E8:FF:000:No UFOs at all
  2246. astdelu1:0:02E8:01:002:Lots of UFOs
  2247.  
  2248. ; [ Asteroids Deluxe (rev 2) ]
  2249. astdelux:0:006F:06:000:Infinite Lives PL1
  2250. astdelux:0:0070:06:000:Infinite Lives PL2
  2251. astdelux:0:02EF:FF:000:Infinite Shield
  2252. astdelux:0:0219:01:000:Invincibility (1/2)
  2253. astdelux:0:02EB:00:500:Invincibility (2/2)
  2254. astdelux:0:02E8:FF:000:No UFOs at all
  2255. astdelux:0:02E8:01:002:Lots of UFOs
  2256.  
  2257. ; [ Asteroids (rev 1) ]
  2258. asteroi1:0:0056:05:000:Infinite Lives PL1
  2259. asteroi1:0:0057:05:000:Infinite Lives PL2
  2260. asteroi1:0:021B:01:000:Invincibility (1/2)
  2261. asteroi1:0:02FA:00:500:Invincibility (2/2)
  2262. asteroi1:0:02F7:FF:000:No UFOs at all
  2263. asteroi1:0:02F7:01:002:Lots of UFOs
  2264.  
  2265. ; [ Asteroids (bootleg on Lunar Lander hardware) ]
  2266. asteroib:0:0057:05:000:Infinite Lives PL1
  2267. asteroib:0:0058:05:000:Infinite Lives PL2
  2268. asteroib:0:021B:01:000:Invincibility (1/2)
  2269. asteroib:0:02FA:00:500:Invincibility (2/2)
  2270. asteroib:0:02F7:FF:000:No UFOs at all
  2271. asteroib:0:02F7:01:002:Lots of UFOs
  2272.  
  2273. ; [ Asteroids (rev 2) ]
  2274. asteroid:0:0057:05:000:Infinite Lives PL1
  2275. asteroid:0:0058:05:000:Infinite Lives PL2
  2276. asteroid:0:021B:01:000:Invincibility (1/2)
  2277. asteroid:0:02FA:00:500:Invincibility (2/2)
  2278. asteroid:0:02F7:FF:000:No UFOs at all
  2279. asteroid:0:02F7:01:002:Lots of UFOs
  2280.  
  2281. ; [ Astro Invader ]
  2282. astinvad:0:1D01:08:000:Infinite Lives
  2283. astinvad:0:1CD8:00:000:Invincibility
  2284.  
  2285. ; [ Alien Storm ]
  2286. astorm:0:000000:00:999:[Invincibility only works   ]
  2287. astorm:0:000000:00:999:[for the following missions ]
  2288. astorm:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5,  ]
  2289. astorm:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2,  ]
  2290. astorm:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5.  ]
  2291. astorm:0:FFE00D:30:000:Infinite Life PL1
  2292. astorm:0:FFE00E:80:000:Infinite Energy PL1
  2293. astorm:0:FFC061:78:000:Invincibility PL1
  2294. astorm:0:FFE031:00:000:No delay for extra weapon PL1
  2295. astorm:0:FFE08D:30:000:Infinite Life PL2
  2296. astorm:0:FFE08E:80:000:Infinite Energy PL2
  2297. astorm:0:FFC461:78:000:Invincibility PL2
  2298. astorm:0:FFE0B1:00:000:No delay for extra weapon PL2
  2299. astorm:0:FFE10D:30:000:Infinite Life PL3
  2300. astorm:0:FFE10E:80:000:Infinite Energy PL3
  2301. astorm:0:FFC861:78:000:Invincibility PL3
  2302. astorm:0:FFE131:00:000:No delay for extra weapon PL3
  2303.  
  2304. ; [ Alien Storm (2 Player) ]
  2305. astorm2p:0:000000:00:999:[Invincibility only works   ]
  2306. astorm2p:0:000000:00:999:[for the following missions ]
  2307. astorm2p:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5,  ]
  2308. astorm2p:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2,  ]
  2309. astorm2p:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5.  ]
  2310. astorm2p:0:FFE00D:30:000:Infinite Life PL1
  2311. astorm2p:0:FFE00E:80:000:Infinite Energy PL1
  2312. astorm2p:0:FFC061:78:000:Invincibility PL1
  2313. astorm2p:0:FFE031:00:000:No delay for extra weapon PL1
  2314. astorm2p:0:FFE08D:30:000:Infinite Life PL2
  2315. astorm2p:0:FFE08E:80:000:Infinite Energy PL2
  2316. astorm2p:0:FFC461:78:000:Invincibility PL2
  2317. astorm2p:0:FFE0B1:00:000:No delay for extra weapon PL2
  2318.  
  2319. ; [ Alien Storm (bootleg) ]
  2320. astormbl:0:000000:00:999:[Invincibility only works   ]
  2321. astormbl:0:000000:00:999:[for the following missions ]
  2322. astormbl:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5,  ]
  2323. astormbl:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2,  ]
  2324. astormbl:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5.  ]
  2325. astormbl:0:FFE00D:30:000:Infinite Life PL1
  2326. astormbl:0:FFE00E:80:000:Infinite Energy PL1
  2327. astormbl:0:FFC061:78:000:Invincibility PL1
  2328. astormbl:0:FFE031:00:000:No delay for extra weapon PL1
  2329. astormbl:0:FFE08D:30:000:Infinite Life PL2
  2330. astormbl:0:FFE08E:80:000:Infinite Energy PL2
  2331. astormbl:0:FFC461:78:000:Invincibility PL2
  2332. astormbl:0:FFE0B1:00:000:No delay for extra weapon PL2
  2333. astormbl:0:FFE10D:30:000:Infinite Life PL3
  2334. astormbl:0:FFE10E:80:000:Infinite Energy PL3
  2335. astormbl:0:FFC861:78:000:Invincibility PL3
  2336. astormbl:0:FFE131:00:000:No delay for extra weapon PL3
  2337.  
  2338. ; [ Astro Blaster (version 2) ]
  2339. astrob:0:CCEE:1A:000:Infinite Lives PL1
  2340. astrob:0:CCEF:1A:000:Infinite Lives PL2
  2341. astrob:0:CCDC:FF:000:Infinite Fuel
  2342. astrob:0:CC7C:00:000:Invincibility
  2343. astrob:0:CD4A:05:000:Laser never overheats
  2344. astrob:0:CD4A:00:000:Anti-Firing Overheater
  2345. astrob:0:CCF3:FF:000:Warp always available
  2346.  
  2347. ; [ Astro Blaster (version 1) ]
  2348. astrob1:0:CCEE:1A:000:Infinite Lives PL1
  2349. astrob1:0:CCEF:1A:000:Infinite Lives PL2
  2350. astrob1:0:CCDC:FF:000:Infinite Fuel
  2351. astrob1:0:CC7C:00:000:Invincibility
  2352. astrob1:0:CD4A:05:000:Laser never overheats
  2353. astrob1:0:CD4A:00:000:Anti-Firing Overheater
  2354. astrob1:0:CCF3:FF:000:Warp always available
  2355.  
  2356. ; [ Astro Fighter (set 1) ]
  2357. astrof:0:0095:09:000:Infinite Lives PL1
  2358. astrof:0:0096:09:000:Infinite Lives PL2
  2359. astrof:0:0012:00:000:Invincibility
  2360.  
  2361. ; [ Astro Fighter (set 2) ]
  2362. astrof2:0:0095:05:000:Infinite Lives PL1
  2363. astrof2:0:0096:05:000:Infinite Lives PL2
  2364. astrof2:0:0012:00:000:Invincibility
  2365.  
  2366. ; [ Astro Fighter (set 3) ]
  2367. astrof3:0:0095:05:000:Infinite Lives PL1
  2368. astrof3:0:0096:05:000:Infinite Lives PL2
  2369. astrof3:0:0012:00:000:Invincibility
  2370.  
  2371. ; [ Astyanax, The ]
  2372. astyanax:0:000000:00:999:[Always have Shield cheats  ]
  2373. astyanax:0:000000:00:999:[should be enabled on the   ]
  2374. astyanax:0:000000:00:999:[title screen or it won't   ]
  2375. astyanax:0:000000:00:999:[display until you've lost a]
  2376. astyanax:0:000000:00:999:[life!!                     ]
  2377. astyanax:0:FFFB72:01:000:Infinite Time (1/2)
  2378. astyanax:0:FFFB73:99:500:Infinite Time (2/2)
  2379. astyanax:0:FF8881:06:000:Infinite Lives PL1
  2380. astyanax:0:FFD2B5:40:000:Infinite Energy PL1
  2381. astyanax:0:FFD2B7:01:000:Invincibility 'ON' PL1 (1/2)
  2382. astyanax:0:FFD290:40:540:Invincibility 'ON' PL1 (2/2)
  2383. astyanax:0:FFD2B7:01:001:Invincibility 'OFF' PL1 (1/2)
  2384. astyanax:0:FFD290:40:521:Invincibility 'OFF' PL1 (2/2)
  2385. astyanax:0:FF8897:3C:000:Maximum fire power PL1
  2386. astyanax:0:FF88AD:0B:000:Maximum magic power PL1
  2387. astyanax:0:FFD31D:03:000:Infinite Shield PL1:Seems to be buggy!
  2388. astyanax:0:FF8889:01:000:Always have Shield PL1
  2389. astyanax:0:FF8889:01:001:Get Shield Now! PL1
  2390. astyanax:0:FF88C9:06:000:Infinite Lives PL2
  2391. astyanax:0:FFD435:40:000:Infinite Energy PL2
  2392. astyanax:0:FFD437:01:000:Invincibility 'ON' PL2 (1/2)
  2393. astyanax:0:FFD410:40:540:Invincibility 'ON' PL2 (2/2)
  2394. astyanax:0:FFD437:01:001:Invincibility 'OFF' PL2 (1/2)
  2395. astyanax:0:FFD410:40:521:Invincibility 'OFF' PL2 (2/2)
  2396. astyanax:0:FF88DF:3C:000:Maximum fire power PL2
  2397. astyanax:0:FF88F5:0B:000:Maximum magic power PL2
  2398. astyanax:0:FFD49D:03:000:Infinite Shield PL2:Seems to be buggy!
  2399. astyanax:0:FF81BF:01:000:Always have Shield PL2
  2400. astyanax:0:FF81BF:01:001:Get Shield Now! PL2
  2401.  
  2402. ; [ Atari Football (revision 2) ]
  2403. atarifb:0:005B:59:000:Infinite Time
  2404.  
  2405. ; [ Atari Football (revision 1) ]
  2406. atarifb1:0:005B:59:000:Infinite Time
  2407.  
  2408. ; [ Atari Football (4 players) ]
  2409. atarifb4:0:005B:59:000:Infinite Time
  2410.  
  2411. ; [ Tetris (Cocktail set 2) ]
  2412. atetckt2:0:0030:30:001:Finish This Level PL1 (1/2)
  2413. atetckt2:0:0031:30:501:Finish This Level PL1 (2/2)
  2414. atetckt2:0:0032:30:001:Finish This Level PL2 (1/2)
  2415. atetckt2:0:0033:30:501:Finish This Level PL2 (2/2)
  2416. atetckt2:0:008D:01:000:Always Red Shape PL1
  2417. atetckt2:0:008D:02:000:Always Green Shape PL1
  2418. atetckt2:0:008D:03:000:Always Dark Blue Shape PL1
  2419. atetckt2:0:008D:04:000:Always Yellow Shape PL1
  2420. atetckt2:0:008D:05:000:Always Purple Shape PL1
  2421. atetckt2:0:008D:06:000:Always Light Blue Shape PL1
  2422. atetckt2:0:008D:07:000:Always Orange Shape PL1
  2423. atetckt2:0:008E:01:000:Always Red Shape PL2
  2424. atetckt2:0:008E:02:000:Always Green Shape PL2
  2425. atetckt2:0:008E:03:000:Always Dark Blue Shape PL2
  2426. atetckt2:0:008E:04:000:Always Yellow Shape PL2
  2427. atetckt2:0:008E:05:000:Always Purple Shape PL2
  2428. atetckt2:0:008E:06:000:Always Light Blue Shape PL2
  2429. atetckt2:0:008E:07:000:Always Orange Shape PL2
  2430. atetckt2:0:008D:01:001:Red Shape Next PL1
  2431. atetckt2:0:008D:02:001:Green Shape Next PL1
  2432. atetckt2:0:008D:03:001:Dark Blue Shape Next PL1
  2433. atetckt2:0:008D:04:001:Yellow Shape Next PL1
  2434. atetckt2:0:008D:05:001:Purple Shape Next PL1
  2435. atetckt2:0:008D:06:001:Light Blue Shape Next PL1
  2436. atetckt2:0:008D:07:001:Orange Shape Next PL1
  2437. atetckt2:0:008E:01:001:Red Shape Next PL2
  2438. atetckt2:0:008E:02:001:Green Shape Next PL2
  2439. atetckt2:0:008E:03:001:Dark Blue Shape Next PL2
  2440. atetckt2:0:008E:04:001:Yellow Shape Next PL2
  2441. atetckt2:0:008E:05:001:Purple Shape Next PL2
  2442. atetckt2:0:008E:06:001:Light Blue Shape Next PL2
  2443. atetckt2:0:008E:07:001:Orange Shape Next PL2
  2444.  
  2445. ; [ Tetris (Cocktail set 1) ]
  2446. atetcktl:0:0030:30:001:Finish This Level PL1 (1/2)
  2447. atetcktl:0:0031:30:501:Finish This Level PL1 (2/2)
  2448. atetcktl:0:0032:30:001:Finish This Level PL2 (1/2)
  2449. atetcktl:0:0033:30:501:Finish This Level PL2 (2/2)
  2450. atetcktl:0:008D:01:000:Always Red Shape PL1
  2451. atetcktl:0:008D:02:000:Always Green Shape PL1
  2452. atetcktl:0:008D:03:000:Always Dark Blue Shape PL1
  2453. atetcktl:0:008D:04:000:Always Yellow Shape PL1
  2454. atetcktl:0:008D:05:000:Always Purple Shape PL1
  2455. atetcktl:0:008D:06:000:Always Light Blue Shape PL1
  2456. atetcktl:0:008D:07:000:Always Orange Shape PL1
  2457. atetcktl:0:008E:01:000:Always Red Shape PL2
  2458. atetcktl:0:008E:02:000:Always Green Shape PL2
  2459. atetcktl:0:008E:03:000:Always Dark Blue Shape PL2
  2460. atetcktl:0:008E:04:000:Always Yellow Shape PL2
  2461. atetcktl:0:008E:05:000:Always Purple Shape PL2
  2462. atetcktl:0:008E:06:000:Always Light Blue Shape PL2
  2463. atetcktl:0:008E:07:000:Always Orange Shape PL2
  2464. atetcktl:0:008D:01:001:Red Shape Next PL1
  2465. atetcktl:0:008D:02:001:Green Shape Next PL1
  2466. atetcktl:0:008D:03:001:Dark Blue Shape Next PL1
  2467. atetcktl:0:008D:04:001:Yellow Shape Next PL1
  2468. atetcktl:0:008D:05:001:Purple Shape Next PL1
  2469. atetcktl:0:008D:06:001:Light Blue Shape Next PL1
  2470. atetcktl:0:008D:07:001:Orange Shape Next PL1
  2471. atetcktl:0:008E:01:001:Red Shape Next PL2
  2472. atetcktl:0:008E:02:001:Green Shape Next PL2
  2473. atetcktl:0:008E:03:001:Dark Blue Shape Next PL2
  2474. atetcktl:0:008E:04:001:Yellow Shape Next PL2
  2475. atetcktl:0:008E:05:001:Purple Shape Next PL2
  2476. atetcktl:0:008E:06:001:Light Blue Shape Next PL2
  2477. atetcktl:0:008E:07:001:Orange Shape Next PL2
  2478.  
  2479. ; [ Tetris (set 1) ]
  2480. atetris:0:0030:30:001:Finish This Level PL1 (1/2)
  2481. atetris:0:0031:30:501:Finish This Level PL1 (2/2)
  2482. atetris:0:0032:30:001:Finish This Level PL2 (1/2)
  2483. atetris:0:0033:30:501:Finish This Level PL2 (2/2)
  2484. atetris:0:008D:01:000:Always Red Shape PL1
  2485. atetris:0:008D:02:000:Always Green Shape PL1
  2486. atetris:0:008D:03:000:Always Dark Blue Shape PL1
  2487. atetris:0:008D:04:000:Always Yellow Shape PL1
  2488. atetris:0:008D:05:000:Always Purple Shape PL1
  2489. atetris:0:008D:06:000:Always Light Blue Shape PL1
  2490. atetris:0:008D:07:000:Always Orange Shape PL1
  2491. atetris:0:008E:01:000:Always Red Shape PL2
  2492. atetris:0:008E:02:000:Always Green Shape PL2
  2493. atetris:0:008E:03:000:Always Dark Blue Shape PL2
  2494. atetris:0:008E:04:000:Always Yellow Shape PL2
  2495. atetris:0:008E:05:000:Always Purple Shape PL2
  2496. atetris:0:008E:06:000:Always Light Blue Shape PL2
  2497. atetris:0:008E:07:000:Always Orange Shape PL2
  2498. atetris:0:008D:01:001:Red Shape Next PL1
  2499. atetris:0:008D:02:001:Green Shape Next PL1
  2500. atetris:0:008D:03:001:Dark Blue Shape Next PL1
  2501. atetris:0:008D:04:001:Yellow Shape Next PL1
  2502. atetris:0:008D:05:001:Purple Shape Next PL1
  2503. atetris:0:008D:06:001:Light Blue Shape Next PL1
  2504. atetris:0:008D:07:001:Orange Shape Next PL1
  2505. atetris:0:008E:01:001:Red Shape Next PL2
  2506. atetris:0:008E:02:001:Green Shape Next PL2
  2507. atetris:0:008E:03:001:Dark Blue Shape Next PL2
  2508. atetris:0:008E:04:001:Yellow Shape Next PL2
  2509. atetris:0:008E:05:001:Purple Shape Next PL2
  2510. atetris:0:008E:06:001:Light Blue Shape Next PL2
  2511. atetris:0:008E:07:001:Orange Shape Next PL2
  2512.  
  2513. ; [ Tetris (set 2) ]
  2514. atetrisa:0:0030:30:001:Finish This Level PL1 (1/2)
  2515. atetrisa:0:0031:30:501:Finish This Level PL1 (2/2)
  2516. atetrisa:0:0032:30:001:Finish This Level PL2 (1/2)
  2517. atetrisa:0:0033:30:501:Finish This Level PL2 (2/2)
  2518. atetrisa:0:008D:01:000:Always Red Shape PL1
  2519. atetrisa:0:008D:02:000:Always Green Shape PL1
  2520. atetrisa:0:008D:03:000:Always Dark Blue Shape PL1
  2521. atetrisa:0:008D:04:000:Always Yellow Shape PL1
  2522. atetrisa:0:008D:05:000:Always Purple Shape PL1
  2523. atetrisa:0:008D:06:000:Always Light Blue Shape PL1
  2524. atetrisa:0:008D:07:000:Always Orange Shape PL1
  2525. atetrisa:0:008E:01:000:Always Red Shape PL2
  2526. atetrisa:0:008E:02:000:Always Green Shape PL2
  2527. atetrisa:0:008E:03:000:Always Dark Blue Shape PL2
  2528. atetrisa:0:008E:04:000:Always Yellow Shape PL2
  2529. atetrisa:0:008E:05:000:Always Purple Shape PL2
  2530. atetrisa:0:008E:06:000:Always Light Blue Shape PL2
  2531. atetrisa:0:008E:07:000:Always Orange Shape PL2
  2532. atetrisa:0:008D:01:001:Red Shape Next PL1
  2533. atetrisa:0:008D:02:001:Green Shape Next PL1
  2534. atetrisa:0:008D:03:001:Dark Blue Shape Next PL1
  2535. atetrisa:0:008D:04:001:Yellow Shape Next PL1
  2536. atetrisa:0:008D:05:001:Purple Shape Next PL1
  2537. atetrisa:0:008D:06:001:Light Blue Shape Next PL1
  2538. atetrisa:0:008D:07:001:Orange Shape Next PL1
  2539. atetrisa:0:008E:01:001:Red Shape Next PL2
  2540. atetrisa:0:008E:02:001:Green Shape Next PL2
  2541. atetrisa:0:008E:03:001:Dark Blue Shape Next PL2
  2542. atetrisa:0:008E:04:001:Yellow Shape Next PL2
  2543. atetrisa:0:008E:05:001:Purple Shape Next PL2
  2544. atetrisa:0:008E:06:001:Light Blue Shape Next PL2
  2545. atetrisa:0:008E:07:001:Orange Shape Next PL2
  2546.  
  2547. ; [ Tetris (bootleg) ]
  2548. atetrisb:0:0030:30:001:Finish This Level PL1 (1/2)
  2549. atetrisb:0:0031:30:501:Finish This Level PL1 (2/2)
  2550. atetrisb:0:0032:30:001:Finish This Level PL2 (1/2)
  2551. atetrisb:0:0033:30:501:Finish This Level PL2 (2/2)
  2552. atetrisb:0:008D:01:000:Always Red Shape PL1
  2553. atetrisb:0:008D:02:000:Always Green Shape PL1
  2554. atetrisb:0:008D:03:000:Always Dark Blue Shape PL1
  2555. atetrisb:0:008D:04:000:Always Yellow Shape PL1
  2556. atetrisb:0:008D:05:000:Always Purple Shape PL1
  2557. atetrisb:0:008D:06:000:Always Light Blue Shape PL1
  2558. atetrisb:0:008D:07:000:Always Orange Shape PL1
  2559. atetrisb:0:008E:01:000:Always Red Shape PL2
  2560. atetrisb:0:008E:02:000:Always Green Shape PL2
  2561. atetrisb:0:008E:03:000:Always Dark Blue Shape PL2
  2562. atetrisb:0:008E:04:000:Always Yellow Shape PL2
  2563. atetrisb:0:008E:05:000:Always Purple Shape PL2
  2564. atetrisb:0:008E:06:000:Always Light Blue Shape PL2
  2565. atetrisb:0:008E:07:000:Always Orange Shape PL2
  2566. atetrisb:0:008D:01:001:Red Shape Next PL1
  2567. atetrisb:0:008D:02:001:Green Shape Next PL1
  2568. atetrisb:0:008D:03:001:Dark Blue Shape Next PL1
  2569. atetrisb:0:008D:04:001:Yellow Shape Next PL1
  2570. atetrisb:0:008D:05:001:Purple Shape Next PL1
  2571. atetrisb:0:008D:06:001:Light Blue Shape Next PL1
  2572. atetrisb:0:008D:07:001:Orange Shape Next PL1
  2573. atetrisb:0:008E:01:001:Red Shape Next PL2
  2574. atetrisb:0:008E:02:001:Green Shape Next PL2
  2575. atetrisb:0:008E:03:001:Dark Blue Shape Next PL2
  2576. atetrisb:0:008E:04:001:Yellow Shape Next PL2
  2577. atetrisb:0:008E:05:001:Purple Shape Next PL2
  2578. atetrisb:0:008E:06:001:Light Blue Shape Next PL2
  2579. atetrisb:0:008E:07:001:Orange Shape Next PL2
  2580.  
  2581. ; [ Athena ]
  2582. athena:0:FE1C:59:000:Infinite Time
  2583. athena:0:FD2F:03:000:Infinite Lives PL1
  2584. athena:0:FD17:0C:000:Infinite Energy PL1
  2585. athena:0:FD18:0C:000:Infinite Strength PL1
  2586. athena:0:FD16:01:000:Invincibility PL1
  2587. athena:0:FD93:03:000:Infinite Lives PL2
  2588. athena:0:FD7B:0C:000:Infinite Energy PL2
  2589. athena:0:FD7C:0C:000:Infinite Strength PL2
  2590. athena:0:FD7A:01:000:Invincibility PL2
  2591. athena:0:FD38:20:000:Always have Bat (1/2)
  2592. athena:0:FD3A:23:500:Always have Bat (2/2)
  2593. athena:0:FD38:24:000:Always have Hammer (1/2)
  2594. athena:0:FD3A:27:500:Always have Hammer (2/2)
  2595. athena:0:FD38:34:000:Always have Crossbow (1/2)
  2596. athena:0:FD3A:37:500:Always have Crossbow (2/2)
  2597. athena:0:FD38:18:000:Always have Red Sword (1/2)
  2598. athena:0:FD3A:1B:500:Always have Red Sword (2/2)
  2599. athena:0:FD38:28:000:Always have Mace (1/2)
  2600. athena:0:FD3A:2B:500:Always have Mace (2/2)
  2601. athena:0:FD38:1C:000:Always have FlamingSword(1/2)
  2602. athena:0:FD3A:1C:500:Always have FlamingSword(2/2)
  2603. athena:0:FD38:20:001:Get Bat Now! (1/2)
  2604. athena:0:FD3A:23:501:Get Bat Now! (2/2)
  2605. athena:0:FD38:24:001:Get Hammer Now! (1/2)
  2606. athena:0:FD3A:27:501:Get Hammer Now! (2/2)
  2607. athena:0:FD38:34:001:Get Crossbow Now! (1/2)
  2608. athena:0:FD3A:37:501:Get Crossbow Now! (2/2)
  2609. athena:0:FD38:18:001:Get Red Sword Now! (1/2)
  2610. athena:0:FD3A:1B:501:Get Red Sword Now! (2/2)
  2611. athena:0:FD38:28:001:Get Mace Now! (1/2)
  2612. athena:0:FD3A:2B:501:Get Mace Now! (2/2)
  2613. athena:0:FD38:1C:001:Get Flaming Sword Now! (1/2)
  2614. athena:0:FD3A:1C:501:Get Flaming Sword Now! (2/2)
  2615.  
  2616. ; [ Battle of Atlantis (set 1) ]
  2617. atlantis:0:4022:06:000:Infinite Lives PL1
  2618. atlantis:0:4025:06:000:Infinite Lives PL2
  2619. atlantis:0:401A:64:000:Invincibility (1/8)
  2620. atlantis:0:4076:28:500:Invincibility (2/8)
  2621. atlantis:0:4078:04:500:Invincibility (3/8)
  2622. atlantis:0:43F2:2C:500:Invincibility (4/8)
  2623. atlantis:0:43F3:40:500:Invincibility (5/8)
  2624. atlantis:0:43FD:04:500:Invincibility (6/8)
  2625. atlantis:0:5041:28:500:Invincibility (7/8)
  2626. atlantis:0:5042:00:500:Invincibility (8/8)
  2627.  
  2628. ; [ Battle of Atlantis (set 2) ]
  2629. atlants2:0:4024:06:000:Infinite Lives PL1
  2630. atlants2:0:4027:06:000:Infinite Lives PL2
  2631.  
  2632. ; [ Atomic Point ]
  2633. atomicp:0:FFDBA6:00:000:Infinite Time PL1
  2634. atomicp:0:FFDB80:62:001:Go to level 99 PL1:Use on "level select" screen
  2635. atomicp:0:FFDB80:62:061:Select next level PL1
  2636. atomicp:0:FFDB81:00:000:Difficulty always set = 0 PL1
  2637. atomicp:0:FFDBAE:80:000:Always "power" PL1
  2638. atomicp:0:FFDB81:00:001:Set Difficulty to 0 Now! PL1
  2639. atomicp:0:FFDBAE:80:001:Get "power" Now! PL1
  2640. atomicp:0:FFDC50:00:000:Infinite Time PL2
  2641. atomicp:0:FFDC2A:62:001:Go to level 99 PL2:Use on "level select" screen
  2642. atomicp:0:FFDC2A:62:061:Select next level PL2
  2643. atomicp:0:FFDC2B:00:000:Difficulty always set = 0 PL2
  2644. atomicp:0:FFDC58:80:000:Always "power" PL2
  2645. atomicp:0:FFDC2B:00:001:Set Difficulty to 0 Now! PL2
  2646. atomicp:0:FFDC58:80:001:Get "power" Now! PL2
  2647.  
  2648. ; [ Aurail (set 1) ]
  2649. aurail:0:FFE741:04:000:Infinite Lives
  2650. aurail:0:FFE979:FF:000:Infinite Energy
  2651. aurail:0:FFC421:00:000:Invincibility
  2652.  
  2653. ; [ Aurail (set 2) ]
  2654. auraila:0:FFE741:04:000:Infinite Lives
  2655. auraila:0:FFE979:FF:000:Infinite Energy
  2656. auraila:0:FFC421:00:000:Invincibility
  2657.  
  2658. ; [ Avalanche ]
  2659. avalnche:0:0079:00:000:Infinite Lives
  2660.  
  2661. ; [ Avengers (set 2) ]
  2662. avenger2:0:C0EB:9A:000:Infinite Time (1/2)
  2663. avenger2:0:C0EA:09:500:Infinite Time (2/2)
  2664. avenger2:0:C0A4:9B:000:Infinite Lives PL1
  2665. avenger2:0:C41D:08:000:Infinite Energy PL1
  2666. avenger2:0:C400:80:040:Invincibility PL1
  2667. avenger2:0:C0A5:9B:000:Infinite Lives PL2
  2668. avenger2:0:C43D:08:000:Infinite Energy PL2
  2669. avenger2:0:C420:80:040:Invincibility PL2
  2670.  
  2671. ; [ Avengers (set 1) ]
  2672. avengers:0:C0EB:9A:000:Infinite Time (1/2)
  2673. avengers:0:C0EA:09:500:Infinite Time (2/2)
  2674. avengers:0:C0A4:9B:000:Infinite Lives PL1
  2675. avengers:0:C41D:08:000:Infinite Energy PL1
  2676. avengers:0:C400:80:040:Invincibility PL1
  2677. avengers:0:C0A5:9B:000:Infinite Lives PL2
  2678. avengers:0:C43D:08:000:Infinite Energy PL2
  2679. avengers:0:C420:80:040:Invincibility PL2
  2680.  
  2681. ; [ Avenging Spirit ]
  2682. avspirit:0:07A527:78:000:Invincibility
  2683. avspirit:0:079E55:C8:000:Infinite Energy (ghost)
  2684. avspirit:0:079F51:68:000:Infinite Energy (player)
  2685. avspirit:0:079F51:01:001:No more energy (player):Get hit to be a ghost
  2686. avspirit:0:07F038:28:000:Infinite Time for bosses
  2687.  
  2688. ; [ Aztarac ]
  2689. aztarac:0:000000:00:999:[The bases can STILL        ]
  2690. aztarac:0:000000:00:999:[explode, but you will get  ]
  2691. aztarac:0:000000:00:999:[the bonuses and progress   ]
  2692. aztarac:0:000000:00:999:[                           ]
  2693. aztarac:0:000000:00:999:[Normal game - Normal  bonus]
  2694. aztarac:0:000000:00:999:[                           ]
  2695. aztarac:0:FFE8F5:04:020:Infinite Bases (1/2)
  2696. aztarac:0:FFE1E0:10:520:Infinite Bases (2/2)
  2697. aztarac:0:000000:00:999:[                           ]
  2698. aztarac:0:000000:00:999:[Easier game - Maximum bonus]
  2699. aztarac:0:000000:00:999:[In 'easier game',ALL aliens]
  2700. aztarac:0:000000:00:999:[will disappear when a base ]
  2701. aztarac:0:000000:00:999:[is hit.                    ]
  2702. aztarac:0:000000:00:999:[                           ]
  2703. aztarac:0:FFE8F5:04:000:Infinite Bases (1/2)
  2704. aztarac:0:FFE1E0:0F:500:Infinite Bases (2/2)
  2705.  
  2706. ; [ Azurian Attack ]
  2707. azurian:0:401D:09:000:Infinite Lives
  2708. azurian:0:4001:00:000:Invincibility (buggy!)
  2709.  
  2710. ; [ Bad Lands ]
  2711. badlands:0:FFF2B6:63:000:Infinite Missiles PL1
  2712. badlands:0:FFF2BB:63:000:Infinite Shields PL1
  2713. badlands:0:FFF2C5:09:000:Infinite Wrenches PL1
  2714. badlands:0:FFF2B7:06:000:Always have Maximum Tires PL1
  2715. badlands:0:FFF2B8:06:000:Always have Maximum Speed PL1
  2716. badlands:0:FFF2B9:06:000:Always have Maximum Turbo PL1
  2717. badlands:0:FFF336:63:000:Infinite Missiles PL2
  2718. badlands:0:FFF33B:63:000:Infinite Shields PL2
  2719. badlands:0:FFF345:09:000:Infinite Wrenches PL2
  2720. badlands:0:FFF337:06:000:Always have Maximum Tires PL2
  2721. badlands:0:FFF338:06:000:Always have Maximum Speed PL2
  2722. badlands:0:FFF339:06:000:Always have Maximum Turbo PL2
  2723.  
  2724. ; [ Bad Dudes vs. Dragonninja (US) ]
  2725. baddudes:0:FFA8C6:99:000:Infinite Time
  2726. baddudes:0:FF95C0:01:001:Kill BOSS with One Hit Now!
  2727. baddudes:0:FFA39A:03:000:Infinite Lives PL1
  2728. baddudes:0:FFA380:14:000:Infinite Energy PL1
  2729. baddudes:0:FFA386:10:000:Invincibility PL1
  2730. baddudes:0:FFA365:00:000:Always have No Weapon PL1
  2731. baddudes:0:FFA365:02:000:Always have Nunchaku PL1
  2732. baddudes:0:FFA365:04:000:Always have Knife PL1
  2733. baddudes:0:FFA365:00:001:Get No Weapon Now! PL1
  2734. baddudes:0:FFA365:02:001:Get Nunchaku Now! PL1
  2735. baddudes:0:FFA365:04:001:Get Knife Now! PL1
  2736. baddudes:0:FFA25A:03:000:Infinite Lives PL2
  2737. baddudes:0:FFA240:14:000:Infinite Energy PL2
  2738. baddudes:0:FFA246:10:000:Invincibility PL2
  2739. baddudes:0:FFA225:00:000:Always have No Weapon PL2
  2740. baddudes:0:FFA225:02:000:Always have Nunchaku PL2
  2741. baddudes:0:FFA225:04:000:Always have Knife PL2
  2742. baddudes:0:FFA225:00:001:Get No Weapon Now! PL2
  2743. baddudes:0:FFA225:02:001:Get Nunchaku Now! PL2
  2744. baddudes:0:FFA225:04:001:Get Knife Now! PL2
  2745.  
  2746. ; [ Bagman ]
  2747. bagman:0:6056:05:000:Infinite Lives
  2748. bagman:0:61E8:99:000:Infinite Time
  2749. bagman:0:6025:00:000:Invincibility (1/2):You still die if you fall
  2750. bagman:0:6029:01:500:Invincibility (2/2)
  2751. bagman:0:61E8:00:001:Game Over Now!
  2752. bagman:0:61CF:01:000:Always carry a pick:Turn off when not needed!
  2753. bagman:0:61CF:01:001:Get the pick Now!
  2754.  
  2755. ; [ Bagman (Stern set 1) ]
  2756. bagmans:0:6056:05:000:Infinite Lives
  2757. bagmans:0:61E8:99:000:Infinite Time
  2758. bagmans:0:6025:00:000:Invincibility (1/2):You still die if you fall
  2759. bagmans:0:6029:01:500:Invincibility (2/2)
  2760. bagmans:0:61E8:00:001:Game Over Now!
  2761. bagmans:0:61CF:01:000:Always carry a pick:Turn off when not needed!
  2762. bagmans:0:61CF:01:001:Get the pick Now!
  2763.  
  2764. ; [ Bagman (Stern set 2) ]
  2765. bagmans2:0:6056:05:000:Infinite Lives
  2766. bagmans2:0:61E8:99:000:Infinite Time
  2767. bagmans2:0:6025:00:000:Invincibility (1/2):You still die if you fall
  2768. bagmans2:0:6029:01:500:Invincibility (2/2)
  2769. bagmans2:0:61E8:00:001:Game Over Now!
  2770. bagmans2:0:61CF:01:000:Always carry a pick:Turn off when not needed!
  2771. bagmans2:0:61CF:01:001:Get the pick Now!
  2772.  
  2773. ; [ Le Bagnard ]
  2774. bagnard:0:6056:05:000:Infinite Lives
  2775. bagnard:0:61E8:99:000:Infinite Time
  2776. bagnard:0:6025:00:000:Invincibility (1/2):You still die if you fall
  2777. bagnard:0:6029:01:500:Invincibility (2/2)
  2778. bagnard:0:61E8:00:001:Game Over Now!
  2779. bagnard:0:61CF:01:000:Always carry a pick:Turn off when not needed!
  2780. bagnard:0:61CF:01:001:Get the pick Now!
  2781.  
  2782. ; [ Bakatonosama Mahjong Manyuki ]
  2783. bakatono:0:1000FD:EF:000:Infinite Move Time
  2784. bakatono:0:000000:00:999:[The winning hand cheat must]
  2785. bakatono:0:000000:00:999:[be activated when there are]
  2786. bakatono:0:000000:00:999:[14 tiles in your hand, then]
  2787. bakatono:0:000000:00:999:[select 'RON' - the only    ]
  2788. bakatono:0:000000:00:999:[yellow option. The tiles do]
  2789. bakatono:0:000000:00:999:[not visually change until  ]
  2790. bakatono:0:000000:00:999:[you make a move.           ]
  2791. bakatono:0:101844:31:501:Get winning hand Now! (01/14)
  2792. bakatono:0:101845:31:501:Get winning hand Now! (02/14)
  2793. bakatono:0:101846:31:501:Get winning hand Now! (03/14)
  2794. bakatono:0:101847:32:501:Get winning hand Now! (04/14)
  2795. bakatono:0:101848:32:501:Get winning hand Now! (05/14)
  2796. bakatono:0:101849:32:501:Get winning hand Now! (06/14)
  2797. bakatono:0:10184A:33:501:Get winning hand Now! (07/14)
  2798. bakatono:0:10184B:33:501:Get winning hand Now! (08/14)
  2799. bakatono:0:10184C:33:501:Get winning hand Now! (09/14)
  2800. bakatono:0:10184D:34:501:Get winning hand Now! (10/14)
  2801. bakatono:0:10184E:34:501:Get winning hand Now! (11/14)
  2802. bakatono:0:10184F:34:501:Get winning hand Now! (12/14)
  2803. bakatono:0:101850:35:501:Get winning hand Now! (13/14)
  2804. bakatono:0:101851:35:501:Get winning hand Now! (14/14)
  2805. bakatono:0:000000:00:999:[See this URL for mahjong   ]
  2806. bakatono:0:000000:00:999:[rules (merge both lines!)  ]
  2807. bakatono:0:000000:00:999:[www.tky.hut.fi/~kjmjm/     ]
  2808. bakatono:0:000000:00:999:[English/majiang/rules.html ]
  2809.  
  2810. ; [ Balloon Bomber ]
  2811. ballbomb:0:2127:03:000:Infinite Lives PL1
  2812. ballbomb:0:2227:03:000:Infinite Lives PL2
  2813. ballbomb:0:2083:C8:000:Stop bombs falling freely
  2814.  
  2815. ; [ Baluba-louk no Densetsu ]
  2816. baluba:0:841D:78:000:Infinite Time
  2817. baluba:0:8404:80:040:Invincibility
  2818. baluba:0:80FE:03:000:Infinite Lives PL1
  2819. baluba:0:810B:01:001:One treasure needed Now! PL1
  2820. baluba:0:812E:03:000:Infinite Lives PL2
  2821. baluba:0:813B:01:001:One treasure needed Now! PL2
  2822. baluba:0:0000:00:999:[These Select starting round]
  2823. baluba:0:0000:00:999:[cheats are *NOT* linked so ]
  2824. baluba:0:0000:00:999:[they must BOTH be selected ]
  2825. baluba:0:0000:00:999:[individually one after the ]
  2826. baluba:0:0000:00:999:[other!                     ]
  2827. baluba:0:0000:00:999:[                           ]
  2828. baluba:0:0000:00:999:[You should enable these    ]
  2829. baluba:0:0000:00:999:[cheats on the press 1 or 2 ]
  2830. baluba:0:0000:00:999:[player button screen.      ]
  2831. baluba:0:811A:FF:021:Select starting round(1/2)PL1
  2832. baluba:0:811A:1F:061:Select starting round(2/2)PL1:Round display wont be correct
  2833. baluba:0:814A:FF:021:Select starting round(1/2)PL2
  2834. baluba:0:814A:1F:061:Select starting round(2/2)PL2:Round display wont be correct
  2835. baluba:0:0000:00:999:[                           ]
  2836. baluba:0:811A:1F:061:Select next round PL1:Round display wont be correct
  2837. baluba:0:814A:1F:061:Select next round PL2:Round display wont be correct
  2838.  
  2839. ; [ Bandido ]
  2840. bandido:0:61FF:09:000:Infinite Lives PL1
  2841. bandido:0:62FF:09:000:Infinite Lives PL2
  2842. bandido:0:6035:FF:000:Invincibility
  2843.  
  2844. ; [ Bank Panic ]
  2845. bankp:0:E0A0:06:000:Infinite Lives
  2846. bankp:0:E0A5:38:000:Infinite Time
  2847. bankp:0:E0CC:0B:001:One Money Bag needed Now!
  2848.  
  2849. ; [ Baraduke ]
  2850. baraduke:0:00C0:08:000:Infinite Lives
  2851. baraduke:0:00D5:08:000:Infinite Shield (1/2)
  2852. baraduke:0:00D6:08:500:Infinite Shield (2/2)
  2853. baraduke:0:00DE:03:000:Always have Maximum Power Gun
  2854. baraduke:0:00C9:08:000:Maximum Saved Packet (Friend)
  2855.  
  2856. ; [ Batman ]
  2857. batman:0:104CED:64:000:Infinite Time
  2858. batman:0:103BEB:0D:000:Infinite Lives
  2859. batman:0:103BEC:06:000:Infinite Energy
  2860. batman:0:103BEE:63:000:Infinite Ammo:Get a weapon first
  2861. batman:0:103BED:02:000:Always have No weapon
  2862. batman:0:103BED:00:000:Always have Batarang
  2863. batman:0:103BED:01:000:Always have Bat Rope
  2864. batman:0:103BED:04:000:Always have Gas Grenades
  2865. batman:0:103BED:02:001:Lose all weapons Now!
  2866. batman:0:103BED:00:001:Get Batarang Now!
  2867. batman:0:103BED:01:001:Get Bat Rope Now!
  2868. batman:0:103BED:04:001:Get Gas Grenades Now!
  2869.  
  2870. ; [ Batsugun ]
  2871. batsugun:0:10139B:09:000:Infinite Lives PL1
  2872. batsugun:0:101415:07:000:Infinite Bombs PL1
  2873. batsugun:0:10141E:01:000:Invincibility PL1
  2874. batsugun:0:101411:02:000:Always have Max Weapon PL1
  2875. batsugun:0:101413:04:000:Always have Max Shot PowerPL1
  2876. batsugun:0:101411:02:001:Get Max Weapon Now! PL1
  2877. batsugun:0:101413:04:001:Get Max Shot Power Now! PL1
  2878. batsugun:0:1013E7:09:000:Next 'P' always=10000 pts PL1:Get maximum fire power
  2879. batsugun:0:1013E7:09:001:Next 'P' = 10000 pts Now! PL1:Get maximum fire power
  2880. batsugun:0:101416:03:001:Up fire level Now! PL1 (1/2)
  2881. batsugun:0:101417:00:501:Up fire level Now! PL1 (2/2)
  2882. batsugun:0:10139D:09:000:Infinite Lives PL2
  2883. batsugun:0:101455:07:000:Infinite Bombs PL2
  2884. batsugun:0:10145E:01:000:Invincibility PL2
  2885. batsugun:0:101451:02:000:Always have Max Weapon PL2
  2886. batsugun:0:101453:04:000:Always have Max Shot PowerPL2
  2887. batsugun:0:101451:02:001:Get Max Weapon Now! PL2
  2888. batsugun:0:101453:04:001:Get Max Shot Power Now! PL2
  2889. batsugun:0:1013EB:09:000:Next 'P' always=10000 pts PL2:Get maximum fire power
  2890. batsugun:0:1013EB:09:001:Next 'P' = 10000 pts Now! PL2:Get maximum fire power
  2891. batsugun:0:101456:03:001:Up fire level Now! PL2 (1/2)
  2892. batsugun:0:101457:00:501:Up fire level Now! PL2 (2/2)
  2893.  
  2894. ; [ Battle Lane Vol. 5 (set 2) ]
  2895. battlan2:0:0CDA:03:000:Infinite Lives PL1
  2896. battlan2:0:0CE9:03:000:Infinite Lives PL2
  2897.  
  2898. ; [ Battle Lane Vol. 5 (set 3) ]
  2899. battlan3:0:0CDA:03:000:Infinite Lives PL1
  2900. battlan3:0:0CE9:03:000:Infinite Lives PL2
  2901.  
  2902. ; [ Battle Lane Vol. 5 (set 1) ]
  2903. battlane:0:0CDA:03:000:Infinite Lives PL1
  2904. battlane:0:0CE9:03:000:Infinite Lives PL2
  2905.  
  2906. ; [ Battlantis (Japan) ]
  2907. battlntj:0:1090:FF:000:Infinite Lives
  2908. battlntj:0:10A4:00:000:Infinite Continues
  2909. battlntj:0:13B9:0C:000:Infinite Item Time
  2910. battlntj:0:0000:00:999:[Enable Infinite Item Time  ]
  2911. battlntj:0:0000:00:999:[before using these codes.  ]
  2912. battlntj:0:1399:00:000:Never any special item
  2913. battlntj:0:1399:02:000:Always have Machine Gun
  2914. battlntj:0:1399:03:000:Always have Harpoon
  2915. battlntj:0:1399:06:000:Always have Invisibility
  2916. battlntj:0:1399:07:000:Always have Bombs
  2917. battlntj:0:1399:08:000:Always have Side Shot
  2918. battlntj:0:1399:00:000:Lose any special item Now!
  2919. battlntj:0:1399:02:001:Get Machine Gun Now!
  2920. battlntj:0:1399:03:001:Get Harpoon Now!
  2921. battlntj:0:1399:06:001:Get Invisibility Now!
  2922. battlntj:0:1399:07:001:Get Bombs Now!
  2923. battlntj:0:1399:08:001:Get Side Shot Now!
  2924. battlntj:0:1B05:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  2925.  
  2926. ; [ Battlantis ]
  2927. battlnts:0:1090:FF:000:Infinite Lives
  2928. battlnts:0:10A4:00:000:Infinite Continues
  2929. battlnts:0:13B9:0C:000:Infinite Item Time
  2930. battlnts:0:0000:00:999:[Enable Infinite Item Time  ]
  2931. battlnts:0:0000:00:999:[before using these codes.  ]
  2932. battlnts:0:1399:00:000:Never any special item
  2933. battlnts:0:1399:02:000:Always have Machine Gun
  2934. battlnts:0:1399:03:000:Always have Harpoon
  2935. battlnts:0:1399:06:000:Always have Invisibility
  2936. battlnts:0:1399:07:000:Always have Bombs
  2937. battlnts:0:1399:08:000:Always have Side Shot
  2938. battlnts:0:1399:00:000:Lose any special item Now!
  2939. battlnts:0:1399:02:001:Get Machine Gun Now!
  2940. battlnts:0:1399:03:001:Get Harpoon Now!
  2941. battlnts:0:1399:06:001:Get Invisibility Now!
  2942. battlnts:0:1399:07:001:Get Bombs Now!
  2943. battlnts:0:1399:08:001:Get Side Shot Now!
  2944. battlnts:0:1B05:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  2945.  
  2946. ; [ Battle-Road, The ]
  2947. battroad:0:E305:60:000:Infinite Fuel
  2948.  
  2949. ; [ Bay Route (set 2) ]
  2950. bayrouta:0:500A15:99:000:Infinite Lives PL1
  2951. bayrouta:0:500A14:02:000:Infinite Energy PL1
  2952. bayrouta:0:500A17:3F:000:Invincibility PL1
  2953. bayrouta:0:500A35:99:000:Infinite Lives PL2
  2954. bayrouta:0:500A34:02:000:Infinite Energy PL2
  2955. bayrouta:0:500A37:3F:000:Invincibility PL2
  2956.  
  2957. ; [ Bay Route (set 1) ]
  2958. bayroute:0:500A15:99:000:Infinite Lives PL1
  2959. bayroute:0:500A14:02:000:Infinite Energy PL1
  2960. bayroute:0:500A17:3F:000:Invincibility PL1
  2961. bayroute:0:500A35:99:000:Infinite Lives PL2
  2962. bayroute:0:500A34:02:000:Infinite Energy PL2
  2963. bayroute:0:500A37:3F:000:Invincibility PL2
  2964.  
  2965. ; [ Bay Route (bootleg set 1) ]
  2966. bayrtbl1:0:500A15:99:000:Infinite Lives PL1
  2967. bayrtbl1:0:500A14:02:000:Infinite Energy PL1
  2968. bayrtbl1:0:500A17:3F:000:Invincibility PL1
  2969. bayrtbl1:0:500A35:99:000:Infinite Lives PL2
  2970. bayrtbl1:0:500A34:02:000:Infinite Energy PL2
  2971. bayrtbl1:0:500A37:3F:000:Invincibility PL2
  2972.  
  2973. ; [ Bay Route (bootleg set 2) ]
  2974. bayrtbl2:0:500A15:99:000:Infinite Lives PL1
  2975. bayrtbl2:0:500A14:02:000:Infinite Energy PL1
  2976. bayrtbl2:0:500A17:3F:000:Invincibility PL1
  2977. bayrtbl2:0:500A35:99:000:Infinite Lives PL2
  2978. bayrtbl2:0:500A34:02:000:Infinite Energy PL2
  2979. bayrtbl2:0:500A37:3F:000:Invincibility PL2
  2980.  
  2981. ; [ Buster Bros (US) ]
  2982. bbros:0:E221:5B:000:Invincibility (1/2)
  2983. bbros:0:E200:04:500:Invincibility (2/2)
  2984. bbros:0:E01A:99:000:Infinite Time
  2985. bbros:0:E027:01:001:Stop the Bubbles Now!
  2986. bbros:0:E027:00:001:Restart the Bubbles Now!
  2987. bbros:0:E028:8C:000:Infinite Balloon Freeze Time
  2988. bbros:0:E018:10:001:Goto Last level on comp.(1/2)
  2989. bbros:0:E019:30:501:Goto Last level on comp.(2/2)
  2990. bbros:0:E018:10:001:Goto Last level on death(1/2)
  2991. bbros:0:E019:31:501:Goto Last level on death(2/2)
  2992. bbros:0:E230:0A:000:Infinite Lives PL1
  2993. bbros:0:E228:01:000:Always Have Protection PL1
  2994. bbros:0:E229:00:000:Always Normal Weap. PL1 (1/3)
  2995. bbros:0:E22C:00:500:Always Normal Weap. PL1 (2/3)
  2996. bbros:0:E244:00:500:Always Normal Weap. PL1 (3/3)
  2997. bbros:0:E229:01:000:Always Double Weap. PL1 (1/3)
  2998. bbros:0:E22C:00:500:Always Double Weap. PL1 (2/3)
  2999. bbros:0:E244:00:500:Always Double Weap. PL1 (3/3)
  3000. bbros:0:E229:00:000:Always M. gun Weap. PL1 (1/3)
  3001. bbros:0:E22C:01:500:Always M. gun Weap. PL1 (2/3)
  3002. bbros:0:E244:00:500:Always M. gun Weap. PL1 (3/3)
  3003. bbros:0:E229:00:000:Always Blocker Weap.PL1 (1/3)
  3004. bbros:0:E22C:00:500:Always Blocker Weap.PL1 (2/3)
  3005. bbros:0:E244:01:500:Always Blocker Weap.PL1 (3/3)
  3006. bbros:0:E229:00:001:Get Normal Weap.PL1 Now!(1/3)
  3007. bbros:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3)
  3008. bbros:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3)
  3009. bbros:0:E229:01:001:Get Double Weap.PL1 Now!(1/3)
  3010. bbros:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3)
  3011. bbros:0:E244:00:501:Get Double Weap.PL1 Now!(3/3)
  3012. bbros:0:E229:00:001:Get M. gun Weap.PL1 Now!(1/3)
  3013. bbros:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3)
  3014. bbros:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3)
  3015. bbros:0:E229:00:001:Get Blocker Weap.PL1 Now(1/3)
  3016. bbros:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3)
  3017. bbros:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3)
  3018. bbros:0:E2B0:0A:000:Infinite Lives PL2
  3019. bbros:0:E2A8:01:000:Always Have Protection PL2
  3020. bbros:0:E2A9:00:000:Always Normal Weap. PL2 (1/3)
  3021. bbros:0:E2AC:00:500:Always Normal Weap. PL2 (2/3)
  3022. bbros:0:E2C4:00:500:Always Normal Weap. PL2 (3/3)
  3023. bbros:0:E2A9:01:000:Always Double Weap. PL2 (1/3)
  3024. bbros:0:E2AC:00:500:Always Double Weap. PL2 (2/3)
  3025. bbros:0:E2C4:00:500:Always Double Weap. PL2 (3/3)
  3026. bbros:0:E2A9:00:000:Always M. gun Weap. PL2 (1/3)
  3027. bbros:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3)
  3028. bbros:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3)
  3029. bbros:0:E2A9:00:000:Always Blocker Weap.PL2 (1/3)
  3030. bbros:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3)
  3031. bbros:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3)
  3032. bbros:0:E2A9:00:001:Get Normal Weap.PL2 Now!(1/3)
  3033. bbros:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3)
  3034. bbros:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3)
  3035. bbros:0:E2A9:01:001:Get Double Weap.PL2 Now!(1/3)
  3036. bbros:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3)
  3037. bbros:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3)
  3038. bbros:0:E2A9:00:001:Get M. gun Weap.PL2 Now!(1/3)
  3039. bbros:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3)
  3040. bbros:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3)
  3041. bbros:0:E2A9:00:001:Get Blocker Weap.PL2 Now(1/3)
  3042. bbros:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3)
  3043. bbros:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3)
  3044.  
  3045. ; [ Battle Chopper ]
  3046. bchopper:0:A3760:3F:000:Infinite Time (1/2)
  3047. bchopper:0:A3761:83:500:Infinite Time (2/2)
  3048. bchopper:0:A2964:0A:000:Infinite Lives
  3049. bchopper:0:A007E:FF:000:Infinite Energy
  3050. bchopper:0:A3754:90:000:Infinite Money (1/3)
  3051. bchopper:0:A3755:99:500:Infinite Money (2/3)
  3052. bchopper:0:A3756:99:500:Infinite Money (3/3)
  3053. bchopper:0:A001B:02:000:Maximum Power Bomb
  3054. bchopper:0:A001C:02:000:Maximum Power Shot
  3055. bchopper:0:A001D:02:000:Maximum Power Missile 
  3056.  
  3057. ; [ Beastie Feastie ]
  3058. beastf:0:4C96:05:000:Infinite Lives PL1
  3059. beastf:0:4C98:05:000:Infinite Lives PL2
  3060. beastf:0:4C9D:A8:000:Infinite Energy
  3061.  
  3062. ; [ Beraboh Man (Japan) ]
  3063. berabohm:0:2064:78:000:Infinite Energy
  3064. berabohm:0:20C9:C0:000:Invincibility
  3065.  
  3066. ; [ Berlin Wall, The (set 1) ]
  3067. berlwall:0:202890:09:000:Infinite Time (1/2)
  3068. berlwall:0:202891:99:500:Infinite Time (2/2)
  3069. berlwall:0:202982:09:000:Infinite Lives PL1
  3070. berlwall:0:20299D:EF:000:Invincibility PL1
  3071. berlwall:0:2029C6:09:000:Infinite Lives PL2
  3072. berlwall:0:2029E1:EF:000:Invincibility PL2
  3073.  
  3074. ; [ Berlin Wall, The (set 2) ]
  3075. berlwalt:0:202890:09:000:Infinite Time (1/2)
  3076. berlwalt:0:202891:99:500:Infinite Time (2/2)
  3077. berlwalt:0:20297E:09:000:Infinite Lives PL1
  3078. berlwalt:0:202999:EF:000:Invincibility PL1
  3079. berlwalt:0:2029C0:09:000:Infinite Lives PL2
  3080. berlwalt:0:2029DB:EF:000:Invincibility PL2
  3081.  
  3082. ; [ Bermuda Triangle (US early version) ]
  3083. bermudaa:0:E400:99:000:Infinite Lives PL1
  3084. bermudaa:0:E417:12:000:Infinite Energy PL1
  3085. bermudaa:0:E42B:9D:000:Invincibility PL1
  3086. bermudaa:0:E450:99:000:Infinite Lives PL2
  3087. bermudaa:0:E467:12:000:Infinite Energy PL2
  3088. bermudaa:0:E47B:9D:000:Invincibility PL2
  3089.  
  3090. ; [ Bermuda Triangle (Japan) ]
  3091. bermudaj:0:E428:00:000:Infinite Time PL1 (1/2)
  3092. bermudaj:0:E429:30:500:Infinite Time PL1 (2/2)
  3093. bermudaj:0:E400:99:000:Infinite Lives PL1
  3094. bermudaj:0:E417:BF:000:Infinite Energy PL1
  3095. bermudaj:0:E42B:9D:000:Invincibility PL1
  3096. bermudaj:0:E478:00:000:Infinite Time PL2 (1/2)
  3097. bermudaj:0:E479:30:500:Infinite Time PL2 (2/2)
  3098. bermudaj:0:E450:99:000:Infinite Lives PL2
  3099. bermudaj:0:E467:BF:000:Infinite Energy PL2
  3100. bermudaj:0:E47B:9D:000:Invincibility PL2
  3101.  
  3102. ; [ Bermuda Triangle (US) ]
  3103. bermudat:0:E428:00:000:Infinite Time PL1 (1/2)
  3104. bermudat:0:E429:30:500:Infinite Time PL1 (2/2)
  3105. bermudat:0:E400:99:000:Infinite Lives PL1
  3106. bermudat:0:E417:BF:000:Infinite Energy PL1
  3107. bermudat:0:E42B:9D:000:Invincibility PL1
  3108. bermudat:0:E478:00:000:Infinite Time PL2 (1/2)
  3109. bermudat:0:E479:30:500:Infinite Time PL2 (2/2)
  3110. bermudat:0:E450:99:000:Infinite Lives PL2
  3111. bermudat:0:E467:BF:000:Infinite Energy PL2
  3112. bermudat:0:E47B:9D:000:Invincibility PL2
  3113.  
  3114. ; [ Berzerk (set 1) ]
  3115. berzerk:0:4349:05:000:Infinite Lives
  3116. berzerk:0:434E:0F:000:No Evil Otto
  3117. berzerk:0:434B:00:000:Robots Don't Fire
  3118. berzerk:0:437A:00:000:Robots shoot slow lasers
  3119. berzerk:0:437A:02:000:Robots shoot fast lasers
  3120.  
  3121. ; [ Berzerk (set 2) ]
  3122. berzerk1:0:4349:05:000:Infinite Lives
  3123. berzerk1:0:434E:0F:000:No Evil Otto
  3124. berzerk1:0:434B:00:000:Robots Don't Fire
  3125. berzerk1:0:437A:00:000:Robots shoot slow lasers
  3126. berzerk1:0:437A:02:000:Robots shoot fast lasers
  3127.  
  3128. ; [ Big Pro Wrestling!, The ]
  3129. bigprowr:0:00AC:10:000:Infinite Power
  3130.  
  3131. ; [ Big Striker ]
  3132. bigstrik:0:FF885D:09:000:Infinite Time (1/2)
  3133. bigstrik:0:FF885F:59:500:Infinite Time (2/2)
  3134. bigstrik:0:FF885D:00:001:Finish Game Now! (1/2)
  3135. bigstrik:0:FF885F:00:501:Finish Game Now! (2/2)
  3136. bigstrik:0:000000:00:999:[The score will not display ]
  3137. bigstrik:0:000000:00:999:[until the score changes!   ]
  3138. bigstrik:0:FF8A79:99:073:Select Score PL1
  3139. bigstrik:0:FF8A7B:99:073:Select Score PL2
  3140.  
  3141. ; [ Billiards, The ]
  3142. billiard:0:81C0:03:000:Infinite Lives
  3143. billiard:0:81A6:03:000:Infinite Rests
  3144.  
  3145. ; [ Bio Attack ]
  3146. bioatack:0:8044:03:000:Infinite Lives
  3147. bioatack:0:8023:0D:007:Infinite Oxygen (1/2)
  3148. bioatack:0:8024:0B:507:Infinite Oxygen (2/2)
  3149.  
  3150. ; [ Bionic Commando (US set 1) ]
  3151. bionicc:0:FFC67B:BF:000:Invincibility (buggy!)
  3152. bionicc:0:FFC57E:08:000:Infinite Lives
  3153. bionicc:0:FFC5A1:99:000:Infinite Time
  3154. bionicc:0:FFC999:01:000:Always have fast arm "ON"
  3155. bionicc:0:FFC999:00:001:Turn fast arm "OFF"
  3156.  
  3157. ; [ Bionic Commando (US set 2) ]
  3158. bionicc2:0:FFC67B:BF:000:Invincibility (buggy!)
  3159. bionicc2:0:FFC57E:08:000:Infinite Lives
  3160. bionicc2:0:FFC5A1:99:000:Infinite Time
  3161. bionicc2:0:FFC999:01:000:Always have fast arm "ON"
  3162. bionicc2:0:FFC999:00:001:Turn fast arm "OFF"
  3163.  
  3164. ; [ Blue's Journey / Raguy ]
  3165. bjourney:0:106906:38:002:Infinite Time (1/2)
  3166. bjourney:0:106907:40:502:Infinite Time (2/2)
  3167. bjourney:0:10783F:09:000:Infinite Shop Time
  3168. bjourney:0:107000:09:000:Infinite Lives PL1
  3169. bjourney:0:107009:7F:000:Invincibility PL1
  3170. bjourney:0:107011:05:000:Infinite Hearts PL1 (1/2)
  3171. bjourney:0:107020:05:500:Infinite Hearts PL1 (2/2)
  3172. bjourney:0:107010:FF:001:Get 255 Roses Now! PL1
  3173. bjourney:0:107010:FF:000:Infinite Money PL1 (1/2)
  3174. bjourney:0:10701B:FF:500:Infinite Money PL1 (2/2)
  3175. bjourney:0:107017:04:000:Always 1 cocoon for life PL1
  3176. bjourney:0:107017:04:001:Get 1 cocoon for life Now!PL1
  3177. bjourney:0:107012:02:000:Always have leaf PL1 (1/3)
  3178. bjourney:0:10702B:00:500:Always have leaf PL1 (2/3)
  3179. bjourney:0:10702C:00:500:Always have leaf PL1 (3/3)
  3180. bjourney:0:107012:00:000:Always have boomrang PL1(1/3)
  3181. bjourney:0:10702B:03:500:Always have boomrang PL1(2/3)
  3182. bjourney:0:10702C:00:500:Always have boomrang PL1(3/3)
  3183. bjourney:0:107012:00:000:Always have "bomb" PL1 (1/3)
  3184. bjourney:0:10702B:00:500:Always have "bomb" PL1 (2/3)
  3185. bjourney:0:10702C:03:500:Always have "bomb" PL1 (3/3)
  3186. bjourney:0:107012:02:001:Get leaf Now! PL1 (1/3)
  3187. bjourney:0:10702B:00:501:Get leaf Now! PL1 (2/3)
  3188. bjourney:0:10702C:00:501:Get leaf Now! PL1 (3/3)
  3189. bjourney:0:107012:00:001:Get boomrang Now! PL1(1/3)
  3190. bjourney:0:10702B:03:501:Get boomrang Now! PL1(2/3)
  3191. bjourney:0:10702C:00:501:Get boomrang Now! PL1(3/3)
  3192. bjourney:0:107012:00:001:Get "bomb" Now! PL1 (1/3)
  3193. bjourney:0:10702B:00:501:Get "bomb" Now! PL1 (2/3)
  3194. bjourney:0:10702C:03:501:Get "bomb" Now! PL1 (3/3)
  3195. bjourney:0:10701C:01:000:Never lose flowers PL1
  3196. bjourney:0:107019:00:000:Never get cursed PL1
  3197. bjourney:0:10701A:01:000:Get the lucky ring PL1
  3198. bjourney:0:10701A:01:000:Always have the club PL1
  3199. bjourney:0:107013:01:000:Always have the spikes PL1
  3200. bjourney:0:107014:01:000:Always have the spring PL1
  3201. bjourney:0:107015:01:000:Always have the swin fin PL1
  3202. bjourney:0:107015:01:000:Always have the light safePL1
  3203. bjourney:0:107015:02:000:Always have the super safePL1
  3204. bjourney:0:10701A:01:001:Get the club Now! PL1
  3205. bjourney:0:107013:01:001:Get the spikes Now! PL1
  3206. bjourney:0:107014:01:001:Get the spring Now! PL1
  3207. bjourney:0:107015:01:001:Get the swin fin Now! PL1
  3208. bjourney:0:107015:01:001:Get the light safe Now!PL1
  3209. bjourney:0:107015:02:001:Get the super safe Now!PL1
  3210. bjourney:0:107400:09:000:Infinite Lives PL2
  3211. bjourney:0:107409:7F:000:Invincibility PL2
  3212. bjourney:0:107411:05:000:Infinite Hearts PL2 (1/2)
  3213. bjourney:0:107420:05:500:Infinite Hearts PL2 (2/2)
  3214. bjourney:0:107410:FF:001:Get 255 Roses Now! PL2
  3215. bjourney:0:107410:FF:000:Infinite Money PL2 (1/2)
  3216. bjourney:0:10741B:FF:500:Infinite Money PL2 (2/2)
  3217. bjourney:0:107417:04:000:Always 1 cocoon for life PL2
  3218. bjourney:0:107417:04:001:Get 1 cocoon for life Now!PL2
  3219. bjourney:0:107412:02:000:Always have leaf PL2 (1/3)
  3220. bjourney:0:10742B:00:500:Always have leaf PL2 (2/3)
  3221. bjourney:0:10742C:00:500:Always have leaf PL2 (3/3)
  3222. bjourney:0:107412:00:000:Always have boomrang PL2(1/3)
  3223. bjourney:0:10742B:03:500:Always have boomrang PL2(2/3)
  3224. bjourney:0:10742C:00:500:Always have boomrang PL2(3/3)
  3225. bjourney:0:107412:00:000:Always have "bomb" PL2 (1/3)
  3226. bjourney:0:10742B:00:500:Always have "bomb" PL2 (2/3)
  3227. bjourney:0:10742C:03:500:Always have "bomb" PL2 (3/3)
  3228. bjourney:0:107412:02:001:Get leaf Now! PL2 (1/3)
  3229. bjourney:0:10742B:00:501:Get leaf Now! PL2 (2/3)
  3230. bjourney:0:10742C:00:501:Get leaf Now! PL2 (3/3)
  3231. bjourney:0:107412:00:001:Get boomrang Now! PL2(1/3)
  3232. bjourney:0:10742B:03:501:Get boomrang Now! PL2(2/3)
  3233. bjourney:0:10742C:00:501:Get boomrang Now! PL2(3/3)
  3234. bjourney:0:107412:00:001:Get "bomb" Now! PL2 (1/3)
  3235. bjourney:0:10742B:00:501:Get "bomb" Now! PL2 (2/3)
  3236. bjourney:0:10742C:03:501:Get "bomb" Now! PL2 (3/3)
  3237. bjourney:0:10741C:01:000:Never lose flowers PL2
  3238. bjourney:0:107419:00:000:Never get cursed PL2
  3239. bjourney:0:10741A:01:000:Get the lucky ring PL2
  3240. bjourney:0:10741A:01:000:Always have the club PL2
  3241. bjourney:0:107413:01:000:Always have the spikes PL2
  3242. bjourney:0:107414:01:000:Always have the spring PL2
  3243. bjourney:0:107415:01:000:Always have the swin fin PL2
  3244. bjourney:0:107415:01:000:Always have the light safePL2
  3245. bjourney:0:107415:02:000:Always have the super safePL2
  3246. bjourney:0:10741A:01:001:Get the club Now! PL2
  3247. bjourney:0:107413:01:001:Get the spikes Now! PL2
  3248. bjourney:0:107414:01:001:Get the spring Now! PL2
  3249. bjourney:0:107415:01:001:Get the swin fin Now! PL2
  3250. bjourney:0:107415:01:001:Get the light safe Now!PL2
  3251. bjourney:0:107415:02:001:Get the super safe Now!PL2
  3252.  
  3253. ; [ Bombjack Twin ]
  3254. bjtwin:0:0F9003:09:000:Infinite Credits
  3255. bjtwin:0:0F9092:09:000:Infinite Bonus Game Time(1/2)
  3256. bjtwin:0:0F9093:90:500:Infinite Bonus Game Time(2/2)
  3257. bjtwin:0:0F1204:01:000:Infinite "Power" Time (1/2)
  3258. bjtwin:0:0F1205:40:500:Infinite "Power" Time (2/2)
  3259. bjtwin:0:0F9071:04:000:Always x5 Bonus Multiplier
  3260. bjtwin:0:0F9073:13:000:Always next bomb for "power"
  3261. bjtwin:0:0F9071:04:001:Get x5 Bonus Multiplier Next!
  3262. bjtwin:0:0F9073:13:001:Get next bomb for "power"Now!
  3263. bjtwin:0:0F1037:06:000:Infinite Lives PL1
  3264. bjtwin:0:0F106F:FF:000:Invincibility PL1
  3265. bjtwin:0:0F105D:63:000:Maximum items PL1
  3266. bjtwin:0:0F106B:18:000:Max bombs (solo/bonus) PL1
  3267. bjtwin:0:0F106D:17:000:Max fire bombs(solo/bonus)PL1
  3268. bjtwin:0:0F106B:46:000:Max bombs (dual game) PL1
  3269. bjtwin:0:0F106D:45:000:Max fire bombs (dual game)PL1
  3270. bjtwin:0:0F1137:06:000:Infinite Lives PL2
  3271. bjtwin:0:0F116F:FF:000:Invincibility PL2
  3272. bjtwin:0:0F115D:63:000:Maximum items PL2
  3273. bjtwin:0:0F116B:18:000:Max bombs (solo/bonus) PL2
  3274. bjtwin:0:0F116D:17:000:Max fire bombs(solo/bonus)PL2
  3275. bjtwin:0:0F116B:46:000:Max bombs (dual game) PL2
  3276. bjtwin:0:0F116D:45:000:Max fire bombs (dual game)PL2
  3277.  
  3278. ; [ Birdie King 2 ]
  3279. bking2:0:9336:39:000:Infinite Time
  3280. bking2:0:80C3:00:000:Infinite Strokes PL1
  3281. bking2:0:80CC:12:000:Infinite Holes PL1
  3282. bking2:0:80C3:00:001:Reset Strokes Now! PL1
  3283. bking2:0:80C2:11:001:Goto last hole, next hole PL1
  3284. bking2:0:80D3:00:000:Infinite Strokes PL2
  3285. bking2:0:80DC:12:000:Infinite Holes PL2
  3286. bking2:0:80D3:00:001:Reset Strokes Now! PL2
  3287. bking2:0:80D2:11:001:Goto last hole, next hole PL2
  3288.  
  3289. ; [ Black Tiger (bootleg) ]
  3290. bktigerb:0:F3A0:09:000:Infinite Lives
  3291. bktigerb:0:F3B1:3B:000:Infinite Time
  3292. bktigerb:0:F3AD:06:000:Infinite Shield
  3293. bktigerb:0:F3A8:FF:000:Infinite Money
  3294. bktigerb:0:F3B0:09:000:Infinite Potions
  3295. bktigerb:0:F3AB:09:000:Infinite Keys
  3296. bktigerb:0:F3AC:04:000:Have the Best weapon
  3297. bktigerb:0:F3A1:01:000:Level 2 Start
  3298. bktigerb:0:F3A1:02:000:Level 3 Start
  3299. bktigerb:0:F3A1:03:000:Level 4 Start
  3300. bktigerb:0:F3A1:04:000:Level 5 Start
  3301. bktigerb:0:F3A1:05:000:Level 6 Start
  3302. bktigerb:0:F3A1:06:000:Level 7 Start
  3303. bktigerb:0:F3A1:07:000:Level 8 Start
  3304. bktigerb:0:F3A1:07:071:Select current level
  3305. bktigerb:0:F3A1:07:061:Select next level
  3306.  
  3307. ; [ Blades of Steel (version T) ]
  3308. bladestl:0:4041:99:000:Infinite Time (1/2)
  3309. bladestl:0:4042:59:500:Infinite Time (2/2)
  3310. bladestl:0:4041:00:001:Finish Period Now! (1/2)
  3311. bladestl:0:4042:00:501:Finish Period Now! (2/2)
  3312. bladestl:0:4045:99:000:Infinite Play Time (1/2)
  3313. bladestl:0:4046:59:500:Infinite Play Time (2/2)
  3314. bladestl:0:4049:99:073:Select Score 0-99 PL1
  3315. bladestl:0:4048:09:073:Select Score 100-900 PL1
  3316. bladestl:0:404B:99:073:Select Score 0-99 PL2
  3317. bladestl:0:404A:09:073:Select Score 100-900 PL2
  3318. bladestl:0:41FF:FF:000:Sound Test Timer Stop:[Unknown]Next Code
  3319.  
  3320. ; [ Blades of Steel (version E) ]
  3321. bladstle:0:4041:99:000:Infinite Time (1/2)
  3322. bladstle:0:4042:59:500:Infinite Time (2/2)
  3323. bladstle:0:4041:00:001:Finish Period Now! (1/2)
  3324. bladstle:0:4042:00:501:Finish Period Now! (2/2)
  3325. bladstle:0:4045:99:000:Infinite Play Time (1/2)
  3326. bladstle:0:4046:59:500:Infinite Play Time (2/2)
  3327. bladstle:0:4049:99:073:Select Score 0-99 PL1
  3328. bladstle:0:4048:09:073:Select Score 100-900 PL1
  3329. bladstle:0:404B:99:073:Select Score 0-99 PL2
  3330. bladstle:0:404A:09:073:Select Score 100-900 PL2
  3331. bladstle:0:41FF:FF:000:Sound Test Timer Stop:[Unknown]Next Code
  3332.  
  3333. ; [ Blasted ]
  3334. blasted:0:060BBB:32:000:Infinite Energy PL1
  3335. blasted:0:060E3B:32:000:Infinite Energy PL2
  3336.  
  3337. ; [ Blaster ]
  3338. blaster:0:BD26:09:000:Infinite Lives
  3339. blaster:0:973E:03:000:Invincibility
  3340. blaster:0:BD29:13:000:Level 20 (Paradise)
  3341.  
  3342. ; [ Blasto ]
  3343. blasto:0:FF06:30:000:Infinite Time
  3344.  
  3345. ; [ Blast Off (Japan) ]
  3346. blastoff:0:431F:04:000:Infinite Lives PL1
  3347. blastoff:0:435F:04:000:Infinite Lives PL2
  3348. blastoff:0:4300:00:000:Invincibility
  3349.  
  3350. ; [ Blazer (Japan) ]
  3351. blazer:0:2040:0A:000:Infinite Lives
  3352. blazer:0:205C:66:000:Infinite Fuel
  3353. blazer:0:2065:00:000:Always have normal shot (1/2)
  3354. blazer:0:2063:00:500:Always have normal shot (2/2)
  3355. blazer:0:2065:01:000:Always have 4 way shot (1/2)
  3356. blazer:0:2063:00:500:Always have 4 way shot (2/2)
  3357. blazer:0:2063:01:000:Always have Torpedo shot(1/2)
  3358. blazer:0:2065:00:500:Always have Torpedo shot(2/2)
  3359. blazer:0:2065:00:001:Get normal shot Now! (1/2)
  3360. blazer:0:2063:00:501:Get normal shot Now! (2/2)
  3361. blazer:0:2065:01:001:Get 4 way shot Now! (1/2)
  3362. blazer:0:2063:00:501:Get 4 way shot Now! (2/2)
  3363. blazer:0:2063:01:001:Get Torpedo shot Now! (1/2)
  3364. blazer:0:2065:00:501:Get Torpedo shot Now! (2/2) 
  3365.  
  3366. ; [ Blazing Star ]
  3367. blazstar:0:101BA1:09:000:Infinite Lives PL1
  3368. blazstar:0:101B79:03:000:Max Power PL1
  3369. blazstar:0:101B7C:01:005:Auto Fire PL1:Press F5 to stop fire
  3370. blazstar:0:101B9D:02:000:Invincibility PL1 (1/2)
  3371. blazstar:0:103805:01:520:Invincibility PL1 (2/2)
  3372. blazstar:0:101BA3:09:000:Infinite Lives PL2
  3373. blazstar:0:101B7B:03:000:Max Power PL2
  3374. blazstar:0:101B7E:01:005:Auto Fire PL2:Press F5 to stop fire
  3375. blazstar:0:101B9F:02:000:Invincibility PL2 (1/2)
  3376. blazstar:0:104405:01:520:Invincibility PL2 (2/2)
  3377. blazstar:0:000000:00:999:[These Select starting round]
  3378. blazstar:0:000000:00:999:[cheats are *NOT* linked so ]
  3379. blazstar:0:000000:00:999:[they must BOTH be selected ]
  3380. blazstar:0:000000:00:999:[individually one after the ]
  3381. blazstar:0:000000:00:999:[other!                     ]
  3382. blazstar:0:000000:00:999:[                           ]
  3383. blazstar:0:000000:00:999:[You should enable these    ]
  3384. blazstar:0:000000:00:999:[cheats on the press START  ]
  3385. blazstar:0:000000:00:999:[button screen.             ]
  3386. blazstar:0:101C87:FF:021:Select starting round (1/2)
  3387. blazstar:0:101C87:06:061:Select starting round (2/2)
  3388. blazstar:0:101C87:06:061:Select next round
  3389.  
  3390. ; [ Block Gal (bootleg) ]
  3391. blckgalb:0:C019:02:000:Infinite Lives
  3392.  
  3393. ; [ Block Out (set 2) ]
  3394. blckout2:0:1D5F15:63:000:Infinite bonus time PL1
  3395. blckout2:0:1D5E8D:00:001:End round Now! PL1
  3396. blckout2:0:1D5E95:01:000:PL1 One face to beat PL2
  3397. blckout2:0:1D5E97:01:000:PL2 One face to beat PL1
  3398. blckout2:0:1D5E95:01:001:PL1 One face to beat PL2 Now!
  3399. blckout2:0:1D5E97:01:001:PL2 One face to beat PL1 Now!
  3400. blckout2:0:1D5E91:00:000:Score always set to 0 PL1
  3401. blckout2:0:1D5E93:00:000:Score always set to 0 PL2
  3402. blckout2:0:1D5E91:00:001:Set score to 0 Now! PL1
  3403. blckout2:0:1D5E93:00:001:Set score to 0 Now! PL2
  3404.  
  3405. ; [ Black Dragon (bootleg) ]
  3406. blkdrgnb:0:F3A0:09:000:Infinite Lives
  3407. blkdrgnb:0:F3B1:3B:000:Infinite Time
  3408. blkdrgnb:0:F3AD:06:000:Infinite Shield
  3409. blkdrgnb:0:F3A8:FF:000:Infinite Money
  3410. blkdrgnb:0:F3B0:09:000:Infinite Potions
  3411. blkdrgnb:0:F3AB:09:000:Infinite Keys
  3412. blkdrgnb:0:F3AC:04:000:Have the Best weapon
  3413. blkdrgnb:0:F3A1:07:071:Select current level
  3414. blkdrgnb:0:F3A1:07:061:Select next level
  3415.  
  3416. ; [ Black Dragon ]
  3417. blkdrgon:0:F3A0:09:000:Infinite Lives
  3418. blkdrgon:0:F3B1:3B:000:Infinite Time
  3419. blkdrgon:0:F3AD:06:000:Infinite Shield
  3420. blkdrgon:0:F3A8:FF:000:Infinite Money
  3421. blkdrgon:0:F3B0:09:000:Infinite Potions
  3422. blkdrgon:0:F3AB:09:000:Infinite Keys
  3423. blkdrgon:0:F3AC:04:000:Have the Best weapon
  3424. blkdrgon:0:F3A1:07:071:Select current level
  3425. blkdrgon:0:F3A1:07:061:Select next level
  3426.  
  3427. ; [ Black Hole ]
  3428. blkhole:0:40F0:03:000:Infinite Lives PL1
  3429. blkhole:0:4130:03:000:Infinite Lives PL1
  3430.  
  3431. ; [ Black Tiger ]
  3432. blktiger:0:F3A0:09:000:Infinite Lives
  3433. blktiger:0:F3B1:3B:000:Infinite Time
  3434. blktiger:0:F3AD:06:000:Infinite Shield
  3435. blktiger:0:F3A8:FF:000:Infinite Money
  3436. blktiger:0:F3B0:09:000:Infinite Potions
  3437. blktiger:0:F3AB:09:000:Infinite Keys
  3438. blktiger:0:F3AC:04:000:Have the Best weapon
  3439. blktiger:0:F3A1:07:071:Select current level
  3440. blktiger:0:F3A1:07:061:Select next level
  3441.  
  3442. ; [ Block Block (World) ]
  3443. block:0:E05B:09:000:Infinite Bonus (1/2)
  3444. block:0:E05C:99:500:Infinite Bonus (2/2)
  3445. block:0:E045:31:001:Level 50 when level ends
  3446. block:0:E045:32:062:Select next level
  3447. block:0:E1AD:03:000:Infinite Lives PL1
  3448. block:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first
  3449. block:0:E1B3:63:000:Bat never reduces PL1 (1/3)
  3450. block:0:E1AA:00:500:Bat never reduces PL1 (2/3)
  3451. block:0:E1AB:99:500:Bat never reduces PL1 (3/3)
  3452. block:0:E1B1:06:000:Maximum bat size PL1
  3453. block:0:E1A9:00:000:Always have normal ball PL1
  3454. block:0:E1A9:01:000:Always have super ball PL1
  3455. block:0:E1B4:43:000:Always have magnet PL1
  3456. block:0:E1A9:00:001:Get the normal ball Now! PL1
  3457. block:0:E1A9:01:001:Get the super ball Now! PL1
  3458. block:0:E1B4:43:001:Get the magnet Now! PL1
  3459. block:0:E1B4:00:001:Lose the magnet Now! PL1
  3460. block:0:E1ED:03:000:Infinite Lives PL2
  3461. block:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first
  3462. block:0:E1F3:63:000:Bat never reduces PL2 (1/3)
  3463. block:0:E1EA:00:500:Bat never reduces PL2 (2/3)
  3464. block:0:E1EB:99:500:Bat never reduces PL2 (3/3)
  3465. block:0:E1F1:06:000:Maximum bat size PL2
  3466. block:0:E1E9:01:000:Always have normal ball PL2
  3467. block:0:E1E9:01:000:Always have super ball PL2
  3468. block:0:E1F4:43:000:Always have magnet PL2
  3469. block:0:E1E9:01:001:Get the normal ball Now! PL2
  3470. block:0:E1E9:01:001:Get the super ball  Now! PL2
  3471. block:0:E1F4:43:001:Get the magnet Now! PL2
  3472. block:0:E1F4:00:001:Lose the magnet Now! PL2
  3473.  
  3474. ; [ Blockade ]
  3475. blockade:0:FF07:00:000:Score always set to 0 PL1
  3476. blockade:0:FF08:00:000:Score always set to 0 PL2
  3477. blockade:0:FF07:00:001:Set Score to 0 Now! PL1
  3478. blockade:0:FF08:00:001:Set Score to 0 Now! PL2
  3479. blockade:0:FF07:06:070:Select score PL1
  3480. blockade:0:FF08:06:070:Select score PL2
  3481.  
  3482. ; [ Block Block (bootleg) ]
  3483. blockbl:0:E05B:09:000:Infinite Bonus (1/2)
  3484. blockbl:0:E05C:99:500:Infinite Bonus (2/2)
  3485. blockbl:0:E045:31:001:Level 50 when level ends
  3486. blockbl:0:E045:32:062:Select next level
  3487. blockbl:0:E1AD:03:000:Infinite Lives PL1
  3488. blockbl:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first
  3489. blockbl:0:E1B3:63:000:Bat never reduces PL1 (1/3)
  3490. blockbl:0:E1AA:00:500:Bat never reduces PL1 (2/3)
  3491. blockbl:0:E1AB:99:500:Bat never reduces PL1 (3/3)
  3492. blockbl:0:E1B1:06:000:Maximum bat size PL1
  3493. blockbl:0:E1A9:00:000:Always have normal ball PL1
  3494. blockbl:0:E1A9:01:000:Always have super ball PL1
  3495. blockbl:0:E1B4:43:000:Always have magnet PL1
  3496. blockbl:0:E1A9:00:001:Get the normal ball Now! PL1
  3497. blockbl:0:E1A9:01:001:Get the super ball Now! PL1
  3498. blockbl:0:E1B4:43:001:Get the magnet Now! PL1
  3499. blockbl:0:E1B4:00:001:Lose the magnet Now! PL1
  3500. blockbl:0:E1ED:03:000:Infinite Lives PL2
  3501. blockbl:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first
  3502. blockbl:0:E1F3:63:000:Bat never reduces PL2 (1/3)
  3503. blockbl:0:E1EA:00:500:Bat never reduces PL2 (2/3)
  3504. blockbl:0:E1EB:99:500:Bat never reduces PL2 (3/3)
  3505. blockbl:0:E1F1:06:000:Maximum bat size PL2
  3506. blockbl:0:E1E9:01:000:Always have normal ball PL2
  3507. blockbl:0:E1E9:01:000:Always have super ball PL2
  3508. blockbl:0:E1F4:43:000:Always have magnet PL2
  3509. blockbl:0:E1E9:01:001:Get the normal ball Now! PL2
  3510. blockbl:0:E1E9:01:001:Get the super ball  Now! PL2
  3511. blockbl:0:E1F4:43:001:Get the magnet Now! PL2
  3512. blockbl:0:E1F4:00:001:Lose the magnet Now! PL2
  3513.  
  3514. ; [ Block Gal ]
  3515. blockgal:0:C019:02:000:Infinite Lives
  3516.  
  3517. ; [ Block Hole ]
  3518. blockhl:0:40A0:02:000:Infinite Lives PL1
  3519. blockhl:0:40B0:02:000:Infinite Lives PL2
  3520. blockhl:0:4007:00:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
  3521.  
  3522. ; [ Block Block (Japan) ]
  3523. blockj:0:E05B:09:000:Infinite Bonus (1/2)
  3524. blockj:0:E05C:99:500:Infinite Bonus (2/2)
  3525. blockj:0:E045:31:001:Level 50 when level ends
  3526. blockj:0:E045:32:062:Select next level
  3527. blockj:0:E1AD:03:000:Infinite Lives PL1
  3528. blockj:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first
  3529. blockj:0:E1B3:63:000:Bat never reduces PL1 (1/3)
  3530. blockj:0:E1AA:00:500:Bat never reduces PL1 (2/3)
  3531. blockj:0:E1AB:99:500:Bat never reduces PL1 (3/3)
  3532. blockj:0:E1B1:06:000:Maximum bat size PL1
  3533. blockj:0:E1A9:00:000:Always have normal ball PL1
  3534. blockj:0:E1A9:01:000:Always have super ball PL1
  3535. blockj:0:E1B4:43:000:Always have magnet PL1
  3536. blockj:0:E1A9:00:001:Get the normal ball Now! PL1
  3537. blockj:0:E1A9:01:001:Get the super ball Now! PL1
  3538. blockj:0:E1B4:43:001:Get the magnet Now! PL1
  3539. blockj:0:E1B4:00:001:Lose the magnet Now! PL1
  3540. blockj:0:E1ED:03:000:Infinite Lives PL2
  3541. blockj:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first
  3542. blockj:0:E1F3:63:000:Bat never reduces PL2 (1/3)
  3543. blockj:0:E1EA:00:500:Bat never reduces PL2 (2/3)
  3544. blockj:0:E1EB:99:500:Bat never reduces PL2 (3/3)
  3545. blockj:0:E1F1:06:000:Maximum bat size PL2
  3546. blockj:0:E1E9:01:000:Always have normal ball PL2
  3547. blockj:0:E1E9:01:000:Always have super ball PL2
  3548. blockj:0:E1F4:43:000:Always have magnet PL2
  3549. blockj:0:E1E9:01:001:Get the normal ball Now! PL2
  3550. blockj:0:E1E9:01:001:Get the super ball  Now! PL2
  3551. blockj:0:E1F4:43:001:Get the magnet Now! PL2
  3552. blockj:0:E1F4:00:001:Lose the magnet Now! PL2
  3553.  
  3554. ; [ Block Out (set 1) ]
  3555. blockout:0:1D5F15:63:000:Infinite bonus time PL1
  3556. blockout:0:1D5E8D:00:001:End round Now! PL1
  3557. blockout:0:1D5E95:01:000:PL1 One face to beat PL2
  3558. blockout:0:1D5E97:01:000:PL2 One face to beat PL1
  3559. blockout:0:1D5E95:01:001:PL1 One face to beat PL2 Now!
  3560. blockout:0:1D5E97:01:001:PL2 One face to beat PL1 Now!
  3561. blockout:0:1D5E91:00:000:Score always set to 0 PL1
  3562. blockout:0:1D5E93:00:000:Score always set to 0 PL2
  3563. blockout:0:1D5E91:00:001:Set score to 0 Now! PL1
  3564. blockout:0:1D5E93:00:001:Set score to 0 Now! PL2
  3565.  
  3566. ; [ Blood Bros. ]
  3567. bloodbro:0:085C21:01:001:One enemy ends levelNow!(1/2):Also one hit for boss
  3568. bloodbro:0:085C22:02:501:One enemy ends levelNow!(2/2):Also one hit for boss
  3569. bloodbro:0:08086C:03:000:Infinite Lives PL1
  3570. bloodbro:0:08086D:63:000:Infinite Bombs PL1
  3571. bloodbro:0:080825:78:000:Invincibility PL1 (1/2)
  3572. bloodbro:0:080821:03:520:Invincibility PL1 (2/2)
  3573. bloodbro:0:080874:00:000:Always Use Normal Gun PL1
  3574. bloodbro:0:080874:01:000:Always Use Semi-Auto Gun PL1
  3575. bloodbro:0:080874:02:000:Always Use Full-Auto Gun PL1
  3576. bloodbro:0:080874:00:001:Get Normal Gun Now! PL1
  3577. bloodbro:0:080874:01:001:Get Semi-Auto Gun Now! PL1
  3578. bloodbro:0:080874:02:001:Get Full-Auto Gun Now! PL1
  3579. bloodbro:0:080F2C:03:000:Infinite Lives PL2
  3580. bloodbro:0:080F2D:63:000:Infinite Bombs PL2
  3581. bloodbro:0:080EE5:78:000:Invincibility PL2 (1/2)
  3582. bloodbro:0:080EE1:03:520:Invincibility PL2 (2/2)
  3583. bloodbro:0:080F34:00:000:Always Use Normal Gun PL2
  3584. bloodbro:0:080F34:01:000:Always Use Semi-Auto Gun PL2
  3585. bloodbro:0:080F34:02:000:Always Use Full-Auto Gun PL2
  3586. bloodbro:0:080F34:00:001:Get Normal Gun Now! PL2
  3587. bloodbro:0:080F34:01:001:Get Semi-Auto Gun Now! PL2
  3588. bloodbro:0:080F34:02:001:Get Full-Auto Gun Now! PL2 
  3589.  
  3590. ; [ Blasteroids (version 2) ]
  3591. blstroi2:0:FFF60A:19:000:Fix No Soundcard Problem
  3592. blstroi2:0:FFE548:A0:000:Infinite Energy PL1
  3593. blstroi2:0:FFE55E:63:000:Infinite Shields PL1
  3594. blstroi2:0:FFE55C:80:020:Always Death Blossom PL1
  3595. blstroi2:0:FFE55C:40:020:Always Blaster PL1 (1/2)
  3596. blstroi2:0:FFE5BD:A0:500:Always Blaster PL1 (2/2)
  3597. blstroi2:0:FFE55C:20:020:Always Power Shots PL1
  3598. blstroi2:0:FFE55C:01:020:Always RipStar PL1
  3599. blstroi2:0:FFE55D:08:020:Always Crystal Magnet PL1
  3600. blstroi2:0:FFE55D:04:020:Always Booster PL1
  3601. blstroi2:0:FFE55D:02:020:Always Cloak PL1
  3602. blstroi2:0:FFE55D:01:020:Always Extra Fuel Tank PL1
  3603. blstroi2:0:FFE55C:80:021:Get Death Blossom Now! PL1
  3604. blstroi2:0:FFE55C:40:021:Get Blaster Now! PL1 (1/2)
  3605. blstroi2:0:FFE5BD:A0:501:Get Blaster Now! PL1 (2/2)
  3606. blstroi2:0:FFE55C:20:021:Get Power Shots Now! PL1
  3607. blstroi2:0:FFE55C:01:021:Get RipStar Now! PL1
  3608. blstroi2:0:FFE55D:08:021:Get Crystal Magnet Now! PL1
  3609. blstroi2:0:FFE55D:04:021:Get Booster Now! PL1
  3610. blstroi2:0:FFE55D:02:021:Get Cloak Now! PL1
  3611. blstroi2:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1
  3612. blstroi2:0:FFE578:A0:000:Infinite Energy PL2
  3613. blstroi2:0:FFE58E:63:000:Infinite Shields PL2
  3614. blstroi2:0:FFE58C:80:020:Always Death Blossom PL2
  3615. blstroi2:0:FFE58C:40:020:Always Blaster PL2 (1/2)
  3616. blstroi2:0:FFE5ED:A0:500:Always Blaster PL2 (2/2)
  3617. blstroi2:0:FFE58C:20:020:Always Power Shots PL2
  3618. blstroi2:0:FFE58C:01:020:Always RipStar PL2
  3619. blstroi2:0:FFE58D:08:020:Always Crystal Magnet PL2
  3620. blstroi2:0:FFE58D:04:020:Always Booster PL2
  3621. blstroi2:0:FFE58D:02:020:Always Cloak PL2
  3622. blstroi2:0:FFE58D:01:020:Always Extra Fuel Tank PL2
  3623. blstroi2:0:FFE58C:80:021:Get Death Blossom Now! PL2
  3624. blstroi2:0:FFE58C:40:021:Get Blaster Now! PL2 (1/2)
  3625. blstroi2:0:FFE5ED:A0:501:Get Blaster Now! PL2 (2/2)
  3626. blstroi2:0:FFE58C:20:021:Get Power Shots Now! PL2
  3627. blstroi2:0:FFE58C:01:021:Get RipStar Now! PL2
  3628. blstroi2:0:FFE58D:08:021:Get Crystal Magnet Now! PL2
  3629. blstroi2:0:FFE58D:04:021:Get Booster Now! PL2
  3630. blstroi2:0:FFE58D:02:021:Get Cloak Now! PL2
  3631. blstroi2:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2
  3632.  
  3633. ; [ Blasteroids (version 4) ]
  3634. blstroid:0:FFF60A:19:000:Fix No Soundcard Problem
  3635. blstroid:0:FFE548:A0:000:Infinite Energy PL1
  3636. blstroid:0:FFE55E:63:000:Infinite Shields PL1
  3637. blstroid:0:FFE55C:80:020:Always Death Blossom PL1
  3638. blstroid:0:FFE55C:40:020:Always Blaster PL1 (1/2)
  3639. blstroid:0:FFE5BD:A0:500:Always Blaster PL1 (2/2)
  3640. blstroid:0:FFE55C:20:020:Always Power Shots PL1
  3641. blstroid:0:FFE55C:01:020:Always RipStar PL1
  3642. blstroid:0:FFE55D:08:020:Always Crystal Magnet PL1
  3643. blstroid:0:FFE55D:04:020:Always Booster PL1
  3644. blstroid:0:FFE55D:02:020:Always Cloak PL1
  3645. blstroid:0:FFE55D:01:020:Always Extra Fuel Tank PL1
  3646. blstroid:0:FFE55C:80:021:Get Death Blossom Now! PL1
  3647. blstroid:0:FFE55C:40:021:Get Blaster Now! PL1 (1/2)
  3648. blstroid:0:FFE5BD:A0:501:Get Blaster Now! PL1 (2/2)
  3649. blstroid:0:FFE55C:20:021:Get Power Shots Now! PL1
  3650. blstroid:0:FFE55C:01:021:Get RipStar Now! PL1
  3651. blstroid:0:FFE55D:08:021:Get Crystal Magnet Now! PL1
  3652. blstroid:0:FFE55D:04:021:Get Booster Now! PL1
  3653. blstroid:0:FFE55D:02:021:Get Cloak Now! PL1
  3654. blstroid:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1
  3655. blstroid:0:FFE578:A0:000:Infinite Energy PL2
  3656. blstroid:0:FFE58E:63:000:Infinite Shields PL2
  3657. blstroid:0:FFE58C:80:020:Always Death Blossom PL2
  3658. blstroid:0:FFE58C:40:020:Always Blaster PL2 (1/2)
  3659. blstroid:0:FFE5ED:A0:500:Always Blaster PL2 (2/2)
  3660. blstroid:0:FFE58C:20:020:Always Power Shots PL2
  3661. blstroid:0:FFE58C:01:020:Always RipStar PL2
  3662. blstroid:0:FFE58D:08:020:Always Crystal Magnet PL2
  3663. blstroid:0:FFE58D:04:020:Always Booster PL2
  3664. blstroid:0:FFE58D:02:020:Always Cloak PL2
  3665. blstroid:0:FFE58D:01:020:Always Extra Fuel Tank PL2
  3666. blstroid:0:FFE58C:80:021:Get Death Blossom Now! PL2
  3667. blstroid:0:FFE58C:40:021:Get Blaster Now! PL2 (1/2)
  3668. blstroid:0:FFE5ED:A0:501:Get Blaster Now! PL2 (2/2)
  3669. blstroid:0:FFE58C:20:021:Get Power Shots Now! PL2
  3670. blstroid:0:FFE58C:01:021:Get RipStar Now! PL2
  3671. blstroid:0:FFE58D:08:021:Get Crystal Magnet Now! PL2
  3672. blstroid:0:FFE58D:04:021:Get Booster Now! PL2
  3673. blstroid:0:FFE58D:02:021:Get Cloak Now! PL2
  3674. blstroid:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2
  3675.  
  3676. ; [ Bells & Whistles ]
  3677. blswhstl:0:204096:06:000:Infinite Lives PL1
  3678. blswhstl:0:3002D4:09:000:Maximum speed PL1
  3679. blswhstl:0:3002C9:3F:000:Maximum fire charge PL1
  3680. blswhstl:0:3002D7:09:000:Infinite Shields PL1:Get the red bell first
  3681. blswhstl:0:3002AA:00:000:Invincibility "ON" PL1
  3682. blswhstl:0:3002AA:D7:001:Invincibility "OFF" PL1
  3683. blswhstl:0:3002E0:7F:040:All items available PL1
  3684. blswhstl:0:300344:00:000:Right arm "ON" PL1 (1/2)
  3685. blswhstl:0:300320:80:500:Right arm "ON" PL1 (2/2)
  3686. blswhstl:0:300344:01:001:Right arm "OFF" PL1 (1/2)
  3687. blswhstl:0:300320:00:501:Right arm "OFF" PL1 (2/2)
  3688. blswhstl:0:3003C4:00:000:Left arm "ON" PL1 (1/2)
  3689. blswhstl:0:3003A0:80:500:Left arm "ON" PL1 (2/2)
  3690. blswhstl:0:3003C4:01:001:Left arm "OFF" PL1 (1/2)
  3691. blswhstl:0:3003A0:00:501:Left arm "OFF" PL1 (2/2)
  3692. blswhstl:0:3002D8:01:001:Followers "ON" Now! PL1
  3693. blswhstl:0:3002D8:00:001:Followers "OFF" Now! PL1
  3694. blswhstl:0:3002DD:01:001:Tail shield "ON" Now! PL1
  3695. blswhstl:0:3002DD:00:001:Tail shield "OFF" Now! PL1
  3696. blswhstl:0:3002C0:00:000:Always have Single Fire PL1
  3697. blswhstl:0:3002C0:01:000:Always have Double Fire PL1
  3698. blswhstl:0:3002C0:02:000:Always have 3-way Fire PL1
  3699. blswhstl:0:3002C0:00:001:Get Single Fire Now! PL1
  3700. blswhstl:0:3002C0:01:001:Get Double Fire Now! PL1
  3701. blswhstl:0:3002C0:02:001:Get 3-way Fire Now! PL1
  3702. blswhstl:0:204097:06:000:Infinite Lives PL2
  3703. blswhstl:0:3006D4:09:000:Maximum speed PL2
  3704. blswhstl:0:3006C9:3F:000:Maximum fire charge PL2
  3705. blswhstl:0:3006D7:09:000:Infinite Shields PL2:Get the red bell first
  3706. blswhstl:0:3006AA:00:000:Invincibility "ON" PL2
  3707. blswhstl:0:3006AA:D7:001:Invincibility "OFF" PL2
  3708. blswhstl:0:3006E0:7F:040:All items available PL2
  3709. blswhstl:0:300744:00:000:Right arm "ON" PL2 (1/2)
  3710. blswhstl:0:300720:80:500:Right arm "ON" PL2 (2/2)
  3711. blswhstl:0:300744:01:001:Right arm "OFF" PL2 (1/2)
  3712. blswhstl:0:300720:00:501:Right arm "OFF" PL2 (2/2)
  3713. blswhstl:0:3007C4:00:000:Left arm "ON" PL2 (1/2)
  3714. blswhstl:0:3007A0:80:500:Left arm "ON" PL2 (2/2)
  3715. blswhstl:0:3007C4:01:001:Left arm "OFF" PL2 (1/2)
  3716. blswhstl:0:3007A0:00:501:Left arm "OFF" PL2 (2/2)
  3717. blswhstl:0:3006D8:01:001:Followers "ON" Now! PL2
  3718. blswhstl:0:3006D8:00:001:Followers "OFF" Now! PL2
  3719. blswhstl:0:3006DD:01:001:Tail shield "ON" Now! PL2
  3720. blswhstl:0:3006DD:00:001:Tail shield "OFF" Now! PL2
  3721. blswhstl:0:3006C0:00:000:Always have Single Fire PL2
  3722. blswhstl:0:3006C0:01:000:Always have Double Fire PL2
  3723. blswhstl:0:3006C0:02:000:Always have 3-way Fire PL2
  3724. blswhstl:0:3006C0:00:001:Get Single Fire Now! PL2
  3725. blswhstl:0:3006C0:01:001:Get Double Fire Now! PL2
  3726. blswhstl:0:3006C0:02:001:Get 3-way Fire Now! PL2
  3727. blswhstl:0:20406F:04:000:Yellow bell always = 50000pts
  3728. blswhstl:0:20406F:04:001:Yellow bell = 50000pts Now!
  3729. blswhstl:0:204011:F0:002:Sound Test Code Stop:[PL2 Start]Next Code
  3730.  
  3731. ; [ Blue Print (Jaleco) ]
  3732. blueprnj:0:80E1:0A:000:Infinite Lives
  3733. blueprnj:0:80C0:FF:000:Infinite Run
  3734.  
  3735. ; [ Blue Print (Midway) ]
  3736. blueprnt:0:80E1:0A:000:Infinite Lives
  3737. blueprnt:0:80C0:FF:000:Infinite Run
  3738.  
  3739. ; [ Blue Shark ]
  3740. blueshrk:0:203C:99:000:Infinite Time
  3741.  
  3742. ; [ Blade Master (World) ]
  3743. bmaster:0:E7070:9A:000:Infinite Time
  3744. bmaster:0:00000:00:999:[These Start on Stage cheats]
  3745. bmaster:0:00000:00:999:[must be enabled on the     ]
  3746. bmaster:0:00000:00:999:[character selection screen ]
  3747. bmaster:0:E704A:01:001:Start on Stage 2
  3748. bmaster:0:E704A:02:001:Start on Stage 3A
  3749. bmaster:0:E704A:03:001:Start on Stage 3B
  3750. bmaster:0:E704A:04:001:Start on Stage 4
  3751. bmaster:0:E704A:05:001:Start on Stage 5
  3752. bmaster:0:E704A:06:001:Start on Stage 6
  3753. bmaster:0:E704A:07:001:Start on Stage 7A
  3754. bmaster:0:E704A:08:001:Start on Stage 7B
  3755. bmaster:0:E704A:09:001:Start on Stage 7C
  3756. bmaster:0:E704A:0A:001:Start on Stage 7D
  3757. bmaster:0:E704A:0B:001:Start on Stage 7E(Final Boss)
  3758. bmaster:0:E74F2:0A:000:Infinite Lives PL1
  3759. bmaster:0:E74F3:0A:000:Infinite Lives PL2
  3760. bmaster:0:E6C31:08:000:Infinite Energy ROY
  3761. bmaster:0:E6C98:01:000:Invincibility ROY
  3762. bmaster:0:E6DF1:08:000:Infinite Energy ARNOLD
  3763. bmaster:0:E6E58:01:000:Invincibility ARNOLD 
  3764.  
  3765. ; [ Bump 'n' Jump ]
  3766. bnj:0:001A:05:000:Infinite Lives
  3767. bnj:0:0090:01:000:Jump Always O.K.
  3768. bnj:0:0080:19:000:Never Come Down From Jump
  3769. bnj:0:0021:00:000:0 cars smashed (50000 pts)
  3770.  
  3771. ; [ Bobble Bobble ]
  3772. boblbobl:0:0000:00:999:[This game has got a LOT of ]
  3773. boblbobl:0:0000:00:999:[cheats. Don't go too mad as]
  3774. boblbobl:0:0000:00:999:[it may spoil the game!!!   ]
  3775. boblbobl:0:E366:63:000:Infinite Credits
  3776. boblbobl:0:E645:06:000:Infinite Lives PL1
  3777. boblbobl:0:E6B6:77:000:Invincibility PL1
  3778. boblbobl:0:E6C1:0C:000:Speed Always Normal PL1 
  3779. boblbobl:0:E6C1:14:000:Speed Always Power-up PL1 
  3780. boblbobl:0:E6C1:28:000:Speed Always Ultimate PL1 
  3781. boblbobl:0:E6C1:0C:001:Speed to Normal Now! PL1 
  3782. boblbobl:0:E6C1:14:001:Speed to Power-up Now! PL1 
  3783. boblbobl:0:E6C1:28:001:Speed to Ultimate Now! PL1
  3784. boblbobl:0:E6BF:14:001:Fire Speed to Normal Now! PL1
  3785. boblbobl:0:E6BF:05:001:Fire Speed to Power-up NowPL1
  3786. boblbobl:0:E6BF:01:000:Fire Speed Always UltimatePL1
  3787. boblbobl:0:E6C2:80:000:Normal Range Bubbles PL1 
  3788. boblbobl:0:E6C2:80:000:Long Range Bubbles PL1 
  3789. boblbobl:0:E6C2:FF:000:Extra Long Range Bubbles PL1
  3790. boblbobl:0:E6C0:03:001:Head Power to Normal Now! PL1
  3791. boblbobl:0:E6C0:06:001:Head Power to Power-up NowPL1
  3792. boblbobl:0:E6C0:09:000:Head Power Always UltimatePL1
  3793. boblbobl:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
  3794. boblbobl:0:F60F:01:001:Fire lightnings Now! PL1
  3795. boblbobl:0:E742:3F:001:Get EXTEND PL1
  3796. boblbobl:0:E742:01:021:Get letter - E (red) PL1
  3797. boblbobl:0:E742:02:021:Get letter - X (pink) PL1
  3798. boblbobl:0:E742:04:021:Get letter - T (yellow) PL1
  3799. boblbobl:0:E742:08:021:Get letter - E (green) PL1
  3800. boblbobl:0:E742:10:021:Get letter - N (blue) PL1
  3801. boblbobl:0:E742:20:021:Get letter - D (purple) PL1
  3802. boblbobl:0:E64A:06:000:Infinite Lives PL2
  3803. boblbobl:0:E6E8:77:000:Invincibility PL2 
  3804. boblbobl:0:E6F3:0C:000:Speed Always Normal PL2 
  3805. boblbobl:0:E6F3:14:000:Speed Always Power-up PL2 
  3806. boblbobl:0:E6F3:28:000:Speed Always Ultimate PL2 
  3807. boblbobl:0:E6F3:0C:001:Speed to Normal Now! PL2 
  3808. boblbobl:0:E6F3:14:001:Speed to Power-up Now! PL2 
  3809. boblbobl:0:E6F3:28:001:Speed to Ultimate Now! PL2
  3810. boblbobl:0:E6F1:14:001:Fire Speed to Normal Now! PL2
  3811. boblbobl:0:E6F1:05:001:Fire Speed to Power-up NowPL2
  3812. boblbobl:0:E6F1:01:000:Fire Speed Always UltimatePL2
  3813. boblbobl:0:E6F4:40:000:Normal Range Bubbles PL2
  3814. boblbobl:0:E6F4:80:000:Long Range Bubbles PL2 
  3815. boblbobl:0:E6F4:FF:000:Extra Long Range Bubbles PL2
  3816. boblbobl:0:E6F2:03:001:Head Power to Normal Now! PL2
  3817. boblbobl:0:E6F2:06:001:Head Power to Power-up NowPL2
  3818. boblbobl:0:E6F2:09:000:Head Power Always UltimatePL2
  3819. boblbobl:0:F610:00:001:Fire bubbles Bubbles Now! PL2
  3820. boblbobl:0:F610:01:001:Fire lightnings Now! PL2
  3821. boblbobl:0:E743:3F:001:Get EXTEND PL2
  3822. boblbobl:0:E743:01:021:Get letter - E (red) PL2
  3823. boblbobl:0:E743:02:021:Get letter - X (pink) PL2
  3824. boblbobl:0:E743:04:021:Get letter - T (yellow) PL2
  3825. boblbobl:0:E743:08:021:Get letter - E (green) PL2
  3826. boblbobl:0:E743:10:021:Get letter - N (blue) PL2
  3827. boblbobl:0:E743:20:021:Get letter - D (purple) PL2
  3828. boblbobl:0:E5DB:01:000:'Super' (1JBLRJ1R) 
  3829. boblbobl:0:E5D1:01:000:'Original Game' (BJBJBJR1)
  3830. boblbobl:0:E5D2:01:000:'Power Up' (LJL1LBL1) 
  3831. boblbobl:0:E613:01:000:Always get Bonus doors
  3832. boblbobl:0:F676:01:000:Constant Extend Letters
  3833. boblbobl:0:E603:01:000:Always Warn (Bell Item)
  3834. boblbobl:0:E5FA:03:000:Apple or Orange? You decide! 
  3835. boblbobl:0:E608:01:000:Coke Can Item 
  3836. boblbobl:0:6E30:01:000:Fireball Bubble - Always! 
  3837. boblbobl:0:6E30:03:000:Fireball Bubble - 1 in 2 
  3838. boblbobl:0:6E30:05:000:Fireball Bubble - 1 in 3 
  3839. boblbobl:0:6E30:07:000:Fireball Bubble - 1 in 4 
  3840. boblbobl:0:6E30:15:000:Fireball Bubble - 1 in 16 
  3841. boblbobl:0:6E30:1D:000:Fireball Bubble - 1 in 256 
  3842. boblbobl:0:6E30:25:000:Fireball Bubble - 1 in 4096 
  3843. boblbobl:0:5C2B:C9:000:Disable Bubbles? 
  3844. boblbobl:0:E6BB:05:001:Fireballs for 5 levels 
  3845. boblbobl:0:E6BE:40:000:Fireballs 
  3846. boblbobl:0:E5EE:07:000:Fireball Cross 
  3847. boblbobl:0:0000:00:999:[Use these cheats only at   ]
  3848. boblbobl:0:0000:00:999:[the begining of a level,   ]
  3849. boblbobl:0:0000:00:999:[before the item appears!!  ]
  3850. boblbobl:0:0000:00:999:[When you are given a       ]
  3851. boblbobl:0:0000:00:999:[distribution, each bubble  ]
  3852. boblbobl:0:0000:00:999:[turns into an object.      ]
  3853. boblbobl:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
  3854. boblbobl:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
  3855. boblbobl:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
  3856. boblbobl:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
  3857. boblbobl:0:F45E:04:001:1st Item = clock:Slows down the monsters
  3858. boblbobl:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
  3859. boblbobl:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
  3860. boblbobl:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
  3861. boblbobl:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
  3862. boblbobl:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
  3863. boblbobl:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
  3864. boblbobl:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
  3865. boblbobl:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
  3866. boblbobl:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
  3867. boblbobl:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
  3868. boblbobl:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
  3869. boblbobl:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
  3870. boblbobl:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
  3871. boblbobl:0:F45E:12:001:1st Item = blue cross:Fills screen with water
  3872. boblbobl:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
  3873. boblbobl:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
  3874. boblbobl:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
  3875. boblbobl:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
  3876. boblbobl:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
  3877. boblbobl:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
  3878. boblbobl:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
  3879. boblbobl:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
  3880. boblbobl:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
  3881. boblbobl:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
  3882. boblbobl:0:F45E:1D:001:1st Item = fork:Makes fruits fall
  3883. boblbobl:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
  3884. boblbobl:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
  3885. boblbobl:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
  3886. boblbobl:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
  3887. boblbobl:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
  3888. boblbobl:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
  3889. boblbobl:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
  3890. boblbobl:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
  3891. boblbobl:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
  3892. boblbobl:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
  3893. boblbobl:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
  3894. boblbobl:0:F45E:29:001:1st Item = bell:Destructive Item warning
  3895. boblbobl:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
  3896. boblbobl:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
  3897. boblbobl:0:F45E:2C:001:1st Item = glass of beer:???? on level end
  3898. boblbobl:0:F45E:2D:001:1st Item = knife:Makes fruits fall
  3899. boblbobl:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
  3900. boblbobl:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
  3901. boblbobl:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
  3902. boblbobl:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
  3903. boblbobl:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
  3904. boblbobl:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
  3905. boblbobl:0:F44C:2A:000:Fruit 2A 
  3906. boblbobl:0:F44C:2B:000:Fruit 2B 
  3907. boblbobl:0:F44C:2C:000:Fruit 2C 
  3908. boblbobl:0:F44C:2D:000:Fruit 2D 
  3909. boblbobl:0:F44C:2E:000:Fruit 2E 
  3910. boblbobl:0:F44C:2F:000:Fruit 2F 
  3911. boblbobl:0:F44C:30:000:Fruit 30 
  3912. boblbobl:0:F44C:31:000:Fruit 31 
  3913. boblbobl:0:F44C:32:000:Fruit 32 
  3914. boblbobl:0:F44C:33:000:Fruit 33 
  3915. boblbobl:0:F44C:34:000:Fruit 34 
  3916. boblbobl:0:F44C:35:000:Fruit 35 
  3917. boblbobl:0:F44C:36:000:Fruit 36 
  3918. boblbobl:0:F44C:37:000:Fruit 37 
  3919. boblbobl:0:F44C:38:000:Fruit 38 
  3920. boblbobl:0:F44C:39:000:Fruit 39 
  3921. boblbobl:0:F44C:3A:000:Fruit 3A 
  3922. boblbobl:0:F44C:3B:000:Fruit 3B 
  3923. boblbobl:0:F44D:01:000:Quick Fruit at start 
  3924. boblbobl:0:E60A:01:000:Lipstick 
  3925. boblbobl:0:E345:05:000:Stop the Baron 
  3926. boblbobl:0:0000:00:999:[These five cheats will make]
  3927. boblbobl:0:0000:00:999:[a potion appear on the next]
  3928. boblbobl:0:0000:00:999:[screen. It will be of the  ]
  3929. boblbobl:0:0000:00:999:[type requested unless you  ]
  3930. boblbobl:0:0000:00:999:[have earned a higher potion]
  3931. boblbobl:0:0000:00:999:[or you have fallen off the ]
  3932. boblbobl:0:0000:00:999:[bottom of the screen since ]
  3933. boblbobl:0:0000:00:999:[setting the cheat. Falling ]
  3934. boblbobl:0:0000:00:999:[off the bottom will upgrade]
  3935. boblbobl:0:0000:00:999:[the potion to the next one!]
  3936. boblbobl:0:E5E7:0F:001:Sunflower Potion(next screen)
  3937. boblbobl:0:E5E7:10:001:Flower Potion (next screen) 
  3938. boblbobl:0:E5E7:11:001:Clover Potion (next screen)
  3939. boblbobl:0:E5E7:12:001:Rainbow Potion (next screen)
  3940. boblbobl:0:E5E7:13:001:Musical Potion (next screen)
  3941. boblbobl:0:0000:00:999:[These two cheats are useful]
  3942. boblbobl:0:0000:00:999:[when you get stuck on one  ]
  3943. boblbobl:0:0000:00:999:[screen. Use only one at a  ]
  3944. boblbobl:0:0000:00:999:[time.                      ]
  3945. boblbobl:0:F590:01:001:Drown 'em All! Now! OR--->
  3946. boblbobl:0:E720:01:001:Throw The Book At Them Now!
  3947. boblbobl:0:0000:00:999:[These Select starting round]
  3948. boblbobl:0:0000:00:999:[cheats are *NOT* linked so ]
  3949. boblbobl:0:0000:00:999:[they must BOTH be selected ]
  3950. boblbobl:0:0000:00:999:[individually one after the ]
  3951. boblbobl:0:0000:00:999:[other!                     ]
  3952. boblbobl:0:0000:00:999:[                           ]
  3953. boblbobl:0:0000:00:999:[You should enable these    ]
  3954. boblbobl:0:0000:00:999:[cheats on the press 1 or 2 ]
  3955. boblbobl:0:0000:00:999:[player button screen.      ]
  3956. boblbobl:0:E64B:FF:021:Select starting round (1/2)
  3957. boblbobl:0:E64B:63:061:Select starting round (2/2)
  3958. boblbobl:0:0000:00:999:[                           ]
  3959. boblbobl:0:E64B:63:061:Select next round
  3960.  
  3961. ; [ Body Slam ]
  3962. bodyslam:0:FFC202:59:000:Infinite Time
  3963.  
  3964. ; [ Bogey Manor ]
  3965. bogeyman:0:0032:03:000:Infinite Lives
  3966. bogeyman:0:07BA:59:000:Infinite Time
  3967. bogeyman:0:069F:00:000:Invincibility
  3968. bogeyman:0:06FE:01:000:Transformation
  3969. bogeyman:0:07CF:00:000:Floor Lighting (1/4)
  3970. bogeyman:0:07D0:00:500:Floor Lighting (2/4)
  3971. bogeyman:0:07D1:00:500:Floor Lighting (3/4)
  3972. bogeyman:0:07D2:00:500:Floor Lighting (4/4)
  3973. bogeyman:0:071C:E0:000:Open Exit Door Now!
  3974. bogeyman:0:07D8:08:001:Finish Floor Now!
  3975. bogeyman:0:040A:00:998:Display Remain Crystal
  3976. bogeyman:0:002A:01:000:House Select (1/2)
  3977. bogeyman:0:152E:39:500:House Select (2/2) 
  3978.  
  3979. ; [ Bomb Bee ]
  3980. bombbee:0:22A4:01:000:Infinite Balls
  3981.  
  3982. ; [ Bomb Jack (set 2) ]
  3983. bombjac2:0:819B:05:000:Infinite Lives
  3984. bombjac2:0:824A:1E:000:Invincibility
  3985. bombjac2:0:81AC:04:000:Always Bonus Multiplier x 5
  3986. bombjac2:0:81AC:04:001:Bonus Multiplier x 5 Now!
  3987. bombjac2:0:8036:FF:000:Infinite Power Time
  3988. bombjac2:0:81A2:00:001:Finish this Level Now!
  3989. bombjac2:0:81AB:23:000:Always Perfect Firebombs
  3990. bombjac2:0:81AB:23:001:Perfect Firebombs Now!
  3991. bombjac2:0:890C:01:000:Bonus gives multiplier
  3992. bombjac2:0:890C:02:000:Bonus gives extra life
  3993. bombjac2:0:890C:03:000:Bonus gives extra credit
  3994. bombjac2:0:81A7:14:000:P always present
  3995.  
  3996. ; [ Bomb Jack (set 1) ]
  3997. bombjack:0:819B:05:000:Infinite Lives
  3998. bombjack:0:824A:1E:000:Invincibility
  3999. bombjack:0:81AC:04:000:Always Bonus Multiplier x 5
  4000. bombjack:0:81AC:04:001:Bonus Multiplier x 5 Now!
  4001. bombjack:0:8036:FF:000:Infinite Power Time
  4002. bombjack:0:81A2:00:001:Finish this Level Now!
  4003. bombjack:0:81AB:23:000:Always Perfect Firebombs
  4004. bombjack:0:81AB:23:001:Perfect Firebombs Now!
  4005. bombjack:0:890C:01:000:Bonus gives multiplier
  4006. bombjack:0:890C:02:000:Bonus gives extra life
  4007. bombjack:0:890C:03:000:Bonus gives extra credit
  4008. bombjack:0:81A7:14:000:P always present
  4009.  
  4010. ; [ Boot Camp ]
  4011. bootcamp:0:0A8D:99:000:Infinite Time PL1
  4012. bootcamp:0:0A8C:00:001:Reset Timer Now! PL1 (1/2)
  4013. bootcamp:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
  4014. bootcamp:0:0855:70:000:Always done 70 targets PL1
  4015. bootcamp:0:0855:70:001:Get 70 targets Now! PL1
  4016. bootcamp:0:0AAD:99:000:Infinite Time PL2
  4017. bootcamp:0:0AAC:00:001:Reset Timer Now! PL2 (1/2)
  4018. bootcamp:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
  4019. bootcamp:0:0857:70:000:Always done 70 targets PL2
  4020. bootcamp:0:0857:70:001:Get 70 targets Now! PL2
  4021. bootcamp:0:0C76:01:001:One hit for Instructor Now!
  4022. bootcamp:0:0000:00:999:[Ensure the infinite damage ]
  4023. bootcamp:0:0000:00:999:[cheat is NOT turned on for ]
  4024. bootcamp:0:0000:00:999:[the Assault Course!!       ]
  4025. bootcamp:0:0C16:08:000:Infinite Damage PL1
  4026. bootcamp:0:0C46:08:000:Infinite Damage PL2
  4027. bootcamp:0:0000:00:999:[Enable these cheats on the ]
  4028. bootcamp:0:0000:00:999:[Player 1/2 Intro page, ie. ]
  4029. bootcamp:0:0000:00:999:[before the Obstacle Course ]
  4030. bootcamp:0:0991:02:001:Goto the Firing Range 1 Now!
  4031. bootcamp:0:0991:03:001:Goto the Iron Man Race Now!
  4032. bootcamp:0:0991:05:001:Goto the Firing Range 2 Now!
  4033. bootcamp:0:0991:06:001:Goto the Arm Wrestle Now!
  4034. bootcamp:0:0991:07:001:Goto the Firing Range 3 Now!
  4035. bootcamp:0:0991:09:001:Goto the Instructor Now!
  4036. bootcamp:0:0991:0E:001:Goto the Mission Now! 
  4037. bootcamp:0:0000:00:999:[The invincibility cheat is ]
  4038. bootcamp:0:0000:00:999:[buggy, you have to turn it ]
  4039. bootcamp:0:0000:00:999:[off with F5 to jump or to  ]
  4040. bootcamp:0:0000:00:999:[walk down stairs-YOU MUST!!]
  4041. bootcamp:0:0C01:02:020:Mission Invincibility (1/3)
  4042. bootcamp:0:0C01:F8:540:Mission Invincibility (2/3)
  4043. bootcamp:0:0C16:08:500:Mission Invincibility (3/3)
  4044.  
  4045. ; [ Boot Hill ]
  4046. boothill:0:2008:60:000:Infinite Time
  4047. boothill:0:205A:00:000:Infinite Bullets PL1
  4048. boothill:0:2059:00:000:Infinite Bullets PL2
  4049. boothill:0:200E:00:000:Score Always = 0 PL1
  4050. boothill:0:200D:00:000:Score Always = 0 PL2
  4051. boothill:0:200E:00:001:Set Score to 0 Now! PL1
  4052. boothill:0:200D:00:001:Set Score to 0 Now! PL2
  4053. boothill:0:200E:99:073:Select Score PL1
  4054. boothill:0:200D:99:073:Select Score PL2
  4055.  
  4056. ; [ Bosconian (new version) ]
  4057. bosco:0:83E2:05:000:Infinite Lives
  4058.  
  4059. ; [ Bosconian (Midway, new version) ]
  4060. boscomd:0:83E2:05:000:Infinite Lives
  4061.  
  4062. ; [ Bosconian (Midway, old version) ]
  4063. boscomdo:0:83E2:05:000:Infinite Lives
  4064.  
  4065. ; [ Bosconian (old version) ]
  4066. boscoo:0:83E2:05:000:Infinite Lives
  4067.  
  4068. ; [ Bottom of the Ninth (version T) ]
  4069. bottom9:0:410E:63:070:Select score PL1
  4070. bottom9:0:411E:63:070:Select score PL2
  4071. bottom9:0:4098:59:000:Infinite Time (1/3)
  4072. bottom9:0:4097:59:500:Infinite Time (2/3)
  4073. bottom9:0:4096:99:500:Infinite Time (3/3)
  4074. bottom9:0:4120:00:000:Infinite Strikes
  4075. bottom9:0:4121:00:000:Infinite Balls
  4076. bottom9:0:4122:00:000:Infinite Outs
  4077. bottom9:0:4098:00:001:Set Play Time to 0 Now! (1/3)
  4078. bottom9:0:4097:00:501:Set Play Time to 0 Now! (2/3)
  4079. bottom9:0:4096:00:501:Set Play Time to 0 Now! (3/3)
  4080. bottom9:0:4120:00:001:Set Strikes to 0 Now!
  4081. bottom9:0:4120:03:001:Set Strikes to 3 Now!
  4082. bottom9:0:4121:00:001:Set Balls to 0 Now!
  4083. bottom9:0:4121:04:001:Set Balls to 4 Now!
  4084. bottom9:0:4122:00:001:Set Outs to 0 Now!
  4085. bottom9:0:4122:03:001:Set Outs to 3 Now!
  4086. bottom9:0:4012:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  4087.  
  4088. ; [ Bottom of the Ninth (version N) ]
  4089. bottom9n:0:410E:63:070:Select score PL1
  4090. bottom9n:0:411E:63:070:Select score PL2
  4091. bottom9n:0:4098:59:000:Infinite Time (1/3)
  4092. bottom9n:0:4097:59:500:Infinite Time (2/3)
  4093. bottom9n:0:4096:99:500:Infinite Time (3/3)
  4094. bottom9n:0:4120:00:000:Infinite Strikes
  4095. bottom9n:0:4121:00:000:Infinite Balls
  4096. bottom9n:0:4122:00:000:Infinite Outs
  4097. bottom9n:0:4098:00:001:Set Play Time to 0 Now! (1/3)
  4098. bottom9n:0:4097:00:501:Set Play Time to 0 Now! (2/3)
  4099. bottom9n:0:4096:00:501:Set Play Time to 0 Now! (3/3)
  4100. bottom9n:0:4120:00:001:Set Strikes to 0 Now!
  4101. bottom9n:0:4120:03:001:Set Strikes to 3 Now!
  4102. bottom9n:0:4121:00:001:Set Balls to 0 Now!
  4103. bottom9n:0:4121:04:001:Set Balls to 4 Now!
  4104. bottom9n:0:4122:00:001:Set Outs to 0 Now!
  4105. bottom9n:0:4122:03:001:Set Outs to 3 Now!
  4106. bottom9n:0:4012:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  4107.  
  4108. ; [ Boulder Dash / Boulder Dash Part 2 (World) ]
  4109. bouldash:0:306959:63:000:Infinite Time
  4110. bouldash:0:306E05:99:000:Infinite reserve time
  4111. bouldash:0:306AF7:05:000:Infinite Lives
  4112. bouldash:0:306991:00:000:Exit always Open
  4113. bouldash:0:306991:00:001:Open Exit Now!
  4114. bouldash:0:306959:01:001:Zero Timer Now! (bonus level)
  4115.  
  4116. ; [ 4 Player Bowling ]
  4117. bowler:0:0000:00:999:[Pin is always Top Left, and]
  4118. bowler:0:0000:00:999:[you will score 9 pts aswell]
  4119. bowler:0:2234:01:000:Always 1 pin left to drop
  4120. bowler:0:2234:01:001:1 pin left to drop Now!
  4121.  
  4122. ; [ Bowl-O-Rama ]
  4123. bowlrama:0:5297:10:000:Infinite Time
  4124. bowlrama:0:5629:07:000:Always 800 (Flash-O-Matic)
  4125.  
  4126. ; [ Brain ]
  4127. brain:0:C04E:06:000:Infinite Lives PL1
  4128. brain:0:C04F:06:000:Infinite Lives PL2
  4129. brain:0:CE94:09:000:Infinite Bombs
  4130. brain:0:EEA6:37:000:Infinite Air
  4131. brain:0:CE82:00:000:Invincibility (1/2):This cheat is Buggy
  4132. brain:0:F038:7E:500:Invincibility (2/2):This cheat is Buggy
  4133. brain:0:CE92:00:000:Always Single/normal shot
  4134. brain:0:CE92:01:000:Always Double/heavy shot
  4135. brain:0:CE92:00:001:Get Single/normal shot Now!
  4136. brain:0:CE92:01:001:Get Double/heavy shot Now!
  4137.  
  4138. ; [ Breakers ]
  4139. breakers:0:107C0B:64:000:Infinite Time
  4140. breakers:0:107332:1E:000:Infinite Energy PL1
  4141. breakers:0:107332:00:001:Drain All Energy Now! PL1
  4142. breakers:0:107345:03:000:Infinite Chi PL1
  4143. breakers:0:107345:00:000:Always minimum Chi PL1
  4144. breakers:0:107892:1E:000:Infinite Energy PL2
  4145. breakers:0:107892:00:001:Drain All Energy Now! PL2
  4146. breakers:0:1078A5:03:000:Infinite Chi PL2
  4147. breakers:0:1078A5:00:000:Always minimum Chi PL1
  4148. breakers:0:000000:00:999:[The Goto Boss Fight Screen ]
  4149. breakers:0:000000:00:999:[should be activated on the ]
  4150. breakers:0:000000:00:999:[character selection screen.]
  4151. breakers:0:000000:00:999:[If you activate it during  ]
  4152. breakers:0:000000:00:999:[any fight however you will ]
  4153. breakers:0:000000:00:999:[see the ENDING after you   ]
  4154. breakers:0:000000:00:999:[you win that match!        ]
  4155. breakers:0:1070C5:09:001:Goto Boss Fight Screen Now!
  4156. breakers:0:000000:00:999:[  Use on selection screen  ]
  4157. breakers:0:107155:08:000:Play with Bai-Hu PL1
  4158. breakers:0:1076B5:08:000:Play with Bai-Hu PL2
  4159.  
  4160. ; [ Breakers Revenge ]
  4161. breakrev:0:107C27:63:000:Infinite Time
  4162. breakrev:0:10734E:1E:000:Infinite Energy PL1
  4163. breakrev:0:10734E:00:001:Drain All Energy Now! PL1
  4164. breakrev:0:107361:03:000:Infinite Chi PL1
  4165. breakrev:0:107361:00:000:Always minimum Chi PL1
  4166. breakrev:0:1078AE:1E:000:Infinite Energy PL2
  4167. breakrev:0:1078AE:00:001:Drain All Energy Now! PL2
  4168. breakrev:0:1078C1:03:000:Infinite Chi PL2
  4169. breakrev:0:1078C1:00:000:Always minimum Chi PL2
  4170. breakrev:0:000000:00:999:[The Goto Boss Fight Screen ]
  4171. breakrev:0:000000:00:999:[should be activated on the ]
  4172. breakrev:0:000000:00:999:[character selection screen.]
  4173. breakrev:0:000000:00:999:[If you activate it during  ]
  4174. breakrev:0:000000:00:999:[any fight however you will ]
  4175. breakrev:0:000000:00:999:[see the ENDING after you   ]
  4176. breakrev:0:000000:00:999:[you win that match!        ]
  4177. breakrev:0:1070D1:0A:001:Goto Boss Fight Screen Now!
  4178.  
  4179. ; [ Breywood (Japan revision 2) ]
  4180. breywood:0:00A8:09:000:Infinite Energy PL1 (1/3)
  4181. breywood:0:00A8:99:500:Infinite Energy PL1 (2/3)
  4182. breywood:0:00A9:99:500:Infinite Energy PL1 (3/3)
  4183. breywood:0:00B4:08:000:Infinite Keys PL1
  4184. breywood:0:00C2:09:000:Infinite Energy PL2 (1/3)
  4185. breywood:0:00C3:99:500:Infinite Energy PL2 (2/3)
  4186. breywood:0:00C4:99:500:Infinite Energy PL2 (3/3)
  4187. breywood:0:00CF:08:000:Infinite Keys PL2
  4188.  
  4189. ; [ Brix ]
  4190. brix:0:460E:05:000:Infinite Lives
  4191.  
  4192. ; [ Break Thru (US) ]
  4193. brkthru:0:040F:99:000:Infinite Lives
  4194. brkthru:0:0492:63:000:Infinite Powerup Time
  4195. brkthru:0:05A3:80:000:Always 3-Way Powerup
  4196. brkthru:0:05A3:80:001:Get 3-Way Powerup Now!
  4197. brkthru:0:0426:01:000:Invincible Flying Jeep
  4198. brkthru:0:0000:00:999:[These Select starting level]
  4199. brkthru:0:0000:00:999:[cheats are *NOT* linked so ]
  4200. brkthru:0:0000:00:999:[they must BOTH be selected ]
  4201. brkthru:0:0000:00:999:[individually one after the ]
  4202. brkthru:0:0000:00:999:[other!                     ]
  4203. brkthru:0:0000:00:999:[                           ]
  4204. brkthru:0:0000:00:999:[Enable on the title screen,]
  4205. brkthru:0:0000:00:999:[press 1 or 2 before it     ]
  4206. brkthru:0:0000:00:999:[enters the demo mode which ]
  4207. brkthru:0:0000:00:999:[would disable the cheat.   ]
  4208. brkthru:0:040E:FF:021:Select starting level (1/2)
  4209. brkthru:0:040E:04:061:Select starting level (2/2)
  4210. brkthru:0:0000:00:999:[                           ]
  4211. brkthru:0:040E:04:061:Select next level
  4212. brkthru:0:040E:04:071:Select current level
  4213.  
  4214. ; [ Kyohkoh-Toppa (Japan) ]
  4215. brkthruj:0:040F:99:000:Infinite Lives
  4216. brkthruj:0:0492:63:000:Infinite Powerup Time
  4217. brkthruj:0:05A3:80:000:Always 3-Way Powerup
  4218. brkthruj:0:05A3:80:001:Get 3-Way Powerup Now!
  4219. brkthruj:0:0426:01:000:Invincible Flying Jeep
  4220. brkthruj:0:0000:00:999:[These Select starting level]
  4221. brkthruj:0:0000:00:999:[cheats are *NOT* linked so ]
  4222. brkthruj:0:0000:00:999:[they must BOTH be selected ]
  4223. brkthruj:0:0000:00:999:[individually one after the ]
  4224. brkthruj:0:0000:00:999:[other!                     ]
  4225. brkthruj:0:0000:00:999:[                           ]
  4226. brkthruj:0:0000:00:999:[Enable on the title screen,]
  4227. brkthruj:0:0000:00:999:[press 1 or 2 before it     ]
  4228. brkthruj:0:0000:00:999:[enters the demo mode which ]
  4229. brkthruj:0:0000:00:999:[would disable the cheat.   ]
  4230. brkthruj:0:040E:FF:021:Select starting level (1/2)
  4231. brkthruj:0:040E:04:061:Select starting level (2/2)
  4232. brkthruj:0:0000:00:999:[                           ]
  4233. brkthruj:0:040E:04:061:Select next level
  4234. brkthruj:0:040E:04:071:Select current level
  4235.  
  4236. ; [ Burnin' Rubber ]
  4237. brubber:0:001A:05:000:Infinite Lives
  4238. brubber:0:0090:01:000:Jump Always O.K.
  4239. brubber:0:0080:19:000:Never Come Down From Jump
  4240. brubber:0:0021:00:000:0 cars smashed (50000 pts)
  4241.  
  4242. ; [ Basketball ]
  4243. bsktball:0:008A:59:000:Infinite Time
  4244.  
  4245. ; [ Baseball Stars Professional ]
  4246. bstars:0:10004B:60:000:Infinite Time
  4247.  
  4248. ; [ Baseball Stars 2 ]
  4249. bstars2:0:1041D9:39:000:Infinite Time
  4250. bstars2:0:104422:63:000:Always have Max POW PL1
  4251. bstars2:0:104423:63:000:Always have Max POW PL2
  4252. bstars2:0:1043F2:99:000:Always win game PL1
  4253. bstars2:0:1043F3:99:000:Always win game PL2
  4254. bstars2:0:104422:63:001:Get Max POW Now! PL1
  4255. bstars2:0:104423:63:001:Get Max POW Now! PL2
  4256. bstars2:0:1043F2:99:000:Win this game Now! PL1
  4257. bstars2:0:1043F3:99:000:Win this game Now! PL2
  4258. bstars2:0:104422:63:070:Select POW Points Now! PL1
  4259. bstars2:0:104423:63:070:Select POW Points Now! PL2
  4260. bstars2:0:1043F2:99:073:Select Score PL1
  4261. bstars2:0:1043F3:99:073:Select Score PL2
  4262.  
  4263. ; [ Burger Time (Data East set 1) ]
  4264. btime:0:0029:05:000:Infinite Lives PL1
  4265. btime:0:002B:99:000:Infinite Pepper PL1
  4266. btime:0:002A:05:000:Infinite Lives PL2
  4267. btime:0:002C:99:000:Infinite Pepper PL2
  4268. btime:0:0000:00:999:[Turn off Invincibility     ]
  4269. btime:0:0000:00:999:[with F5 before you drop the]
  4270. btime:0:0000:00:999:[last top burger bun!!!     ]
  4271. btime:0:006F:00:000:Invincibility (1/2)
  4272. btime:0:00A0:01:500:Invincibility (2/2)
  4273.  
  4274. ; [ Burger Time (Data East set 2) ]
  4275. btime2:0:0029:05:000:Infinite Lives PL1
  4276. btime2:0:002B:99:000:Infinite Pepper PL1
  4277. btime2:0:002A:05:000:Infinite Lives PL2
  4278. btime2:0:002C:99:000:Infinite Pepper PL2
  4279. btime2:0:0000:00:999:[Turn off Invincibility     ]
  4280. btime2:0:0000:00:999:[with F5 before you drop the]
  4281. btime2:0:0000:00:999:[last top burger bun!!!     ]
  4282. btime2:0:006F:00:000:Invincibility (1/2)
  4283. btime2:0:00A0:01:500:Invincibility (2/2)
  4284.  
  4285. ; [ Burger Time (Midway) ]
  4286. btimem:0:0029:05:000:Infinite Lives PL1
  4287. btimem:0:002B:99:000:Infinite Pepper PL1
  4288. btimem:0:002A:05:000:Infinite Lives PL2
  4289. btimem:0:002C:99:000:Infinite Pepper PL2
  4290. btimem:0:0000:00:999:[Turn off Invincibility     ]
  4291. btimem:0:0000:00:999:[with F5 before you drop the]
  4292. btimem:0:0000:00:999:[last top burger bun!!!     ]
  4293. btimem:0:006F:00:000:Invincibility (1/2)
  4294. btimem:0:00A0:01:500:Invincibility (2/2)
  4295.  
  4296. ; [ Battlefield (Japan) ]
  4297. btlfield:0:04041F:99:000:Infinite Lives PL1
  4298. btlfield:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first
  4299. btlfield:0:040163:64:000:Infinite Bombs PL1
  4300. btlfield:0:040419:80:000:Invincibility PL1
  4301. btlfield:0:04043F:99:000:Infinite Lives PL2
  4302. btlfield:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first
  4303. btlfield:0:040165:64:000:Infinite Bombs PL2
  4304. btlfield:0:040439:80:000:Invincibility PL2
  4305.  
  4306. ; [ Bubbles ]
  4307. bubbles:0:9866:05:000:Infinite Lives
  4308. bubbles:0:9867:12:000:Always have mouth
  4309. bubbles:0:986C:00:000:No brushes
  4310. bubbles:0:986D:00:000:No sponges
  4311. bubbles:0:9870:00:000:No razors
  4312.  
  4313. ; [ Bubbles (Solid Red label) ]
  4314. bubblesr:0:9866:05:000:Infinite Lives
  4315. bubblesr:0:9867:12:000:Always have mouth
  4316. bubblesr:0:986C:00:000:No brushes
  4317. bubblesr:0:986D:00:000:No sponges
  4318. bubblesr:0:9870:00:000:No razors
  4319.  
  4320. ; [ Bubble Bobble (US set 2) ]
  4321. bubbobr1:0:0000:00:999:[This game has got a LOT of ]
  4322. bubbobr1:0:0000:00:999:[cheats. Don't go too mad as]
  4323. bubbobr1:0:0000:00:999:[it may spoil the game!!!   ]
  4324. bubbobr1:0:E366:63:000:Infinite Credits
  4325. bubbobr1:0:E645:06:000:Infinite Lives PL1
  4326. bubbobr1:0:E6B6:77:000:Invincibility PL1
  4327. bubbobr1:0:E6C1:0C:000:Speed Always Normal PL1 
  4328. bubbobr1:0:E6C1:14:000:Speed Always Power-up PL1 
  4329. bubbobr1:0:E6C1:28:000:Speed Always Ultimate PL1 
  4330. bubbobr1:0:E6C1:0C:001:Speed to Normal Now! PL1 
  4331. bubbobr1:0:E6C1:14:001:Speed to Power-up Now! PL1 
  4332. bubbobr1:0:E6C1:28:001:Speed to Ultimate Now! PL1
  4333. bubbobr1:0:E6BF:14:001:Fire Speed to Normal Now! PL1
  4334. bubbobr1:0:E6BF:05:001:Fire Speed to Power-up NowPL1
  4335. bubbobr1:0:E6BF:01:000:Fire Speed Always UltimatePL1
  4336. bubbobr1:0:E6C2:80:000:Normal Range Bubbles PL1 
  4337. bubbobr1:0:E6C2:80:000:Long Range Bubbles PL1 
  4338. bubbobr1:0:E6C2:FF:000:Extra Long Range Bubbles PL1
  4339. bubbobr1:0:E6C0:03:001:Head Power to Normal Now! PL1
  4340. bubbobr1:0:E6C0:06:001:Head Power to Power-up NowPL1
  4341. bubbobr1:0:E6C0:09:000:Head Power Always UltimatePL1
  4342. bubbobr1:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
  4343. bubbobr1:0:F60F:01:001:Fire lightnings Now! PL1
  4344. bubbobr1:0:E742:3F:001:Get EXTEND PL1
  4345. bubbobr1:0:E742:01:021:Get letter - E (red) PL1
  4346. bubbobr1:0:E742:02:021:Get letter - X (pink) PL1
  4347. bubbobr1:0:E742:04:021:Get letter - T (yellow) PL1
  4348. bubbobr1:0:E742:08:021:Get letter - E (green) PL1
  4349. bubbobr1:0:E742:10:021:Get letter - N (blue) PL1
  4350. bubbobr1:0:E742:20:021:Get letter - D (purple) PL1
  4351. bubbobr1:0:E64A:06:000:Infinite Lives PL2
  4352. bubbobr1:0:E6E8:77:000:Invincibility PL2 
  4353. bubbobr1:0:E6F3:0C:000:Speed Always Normal PL2 
  4354. bubbobr1:0:E6F3:14:000:Speed Always Power-up PL2 
  4355. bubbobr1:0:E6F3:28:000:Speed Always Ultimate PL2 
  4356. bubbobr1:0:E6F3:0C:001:Speed to Normal Now! PL2 
  4357. bubbobr1:0:E6F3:14:001:Speed to Power-up Now! PL2 
  4358. bubbobr1:0:E6F3:28:001:Speed to Ultimate Now! PL2
  4359. bubbobr1:0:E6F1:14:001:Fire Speed to Normal Now! PL2
  4360. bubbobr1:0:E6F1:05:001:Fire Speed to Power-up NowPL2
  4361. bubbobr1:0:E6F1:01:000:Fire Speed Always UltimatePL2
  4362. bubbobr1:0:E6F4:40:000:Normal Range Bubbles PL2
  4363. bubbobr1:0:E6F4:80:000:Long Range Bubbles PL2 
  4364. bubbobr1:0:E6F4:FF:000:Extra Long Range Bubbles PL2
  4365. bubbobr1:0:E6F2:03:001:Head Power to Normal Now! PL2
  4366. bubbobr1:0:E6F2:06:001:Head Power to Power-up NowPL2
  4367. bubbobr1:0:E6F2:09:000:Head Power Always UltimatePL2
  4368. bubbobr1:0:F610:00:001:Fire bubbles Bubbles Now! PL2
  4369. bubbobr1:0:F610:01:001:Fire lightnings Now! PL2
  4370. bubbobr1:0:E743:3F:001:Get EXTEND PL2
  4371. bubbobr1:0:E743:01:021:Get letter - E (red) PL2
  4372. bubbobr1:0:E743:02:021:Get letter - X (pink) PL2
  4373. bubbobr1:0:E743:04:021:Get letter - T (yellow) PL2
  4374. bubbobr1:0:E743:08:021:Get letter - E (green) PL2
  4375. bubbobr1:0:E743:10:021:Get letter - N (blue) PL2
  4376. bubbobr1:0:E743:20:021:Get letter - D (purple) PL2
  4377. bubbobr1:0:E5DB:01:000:'Super' (1JBLRJ1R) 
  4378. bubbobr1:0:E5D1:01:000:'Original Game' (BJBJBJR1)
  4379. bubbobr1:0:E5D2:01:000:'Power Up' (LJL1LBL1) 
  4380. bubbobr1:0:E613:01:000:Always get Bonus doors
  4381. bubbobr1:0:F676:01:000:Constant Extend Letters
  4382. bubbobr1:0:E603:01:000:Always Warn (Bell Item)
  4383. bubbobr1:0:E5FA:03:000:Apple or Orange? You decide! 
  4384. bubbobr1:0:E608:01:000:Coke Can Item 
  4385. bubbobr1:0:6E30:01:000:Fireball Bubble - Always! 
  4386. bubbobr1:0:6E30:03:000:Fireball Bubble - 1 in 2 
  4387. bubbobr1:0:6E30:05:000:Fireball Bubble - 1 in 3 
  4388. bubbobr1:0:6E30:07:000:Fireball Bubble - 1 in 4 
  4389. bubbobr1:0:6E30:15:000:Fireball Bubble - 1 in 16 
  4390. bubbobr1:0:6E30:1D:000:Fireball Bubble - 1 in 256 
  4391. bubbobr1:0:6E30:25:000:Fireball Bubble - 1 in 4096 
  4392. bubbobr1:0:5C2B:C9:000:Disable Bubbles? 
  4393. bubbobr1:0:E6BB:05:001:Fireballs for 5 levels 
  4394. bubbobr1:0:E6BE:40:000:Fireballs 
  4395. bubbobr1:0:E5EE:07:000:Fireball Cross 
  4396. bubbobr1:0:0000:00:999:[Use these cheats only at   ]
  4397. bubbobr1:0:0000:00:999:[the begining of a level,   ]
  4398. bubbobr1:0:0000:00:999:[before the item appears!!  ]
  4399. bubbobr1:0:0000:00:999:[When you are given a       ]
  4400. bubbobr1:0:0000:00:999:[distribution, each bubble  ]
  4401. bubbobr1:0:0000:00:999:[turns into an object.      ]
  4402. bubbobr1:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
  4403. bubbobr1:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
  4404. bubbobr1:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
  4405. bubbobr1:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
  4406. bubbobr1:0:F45E:04:001:1st Item = clock:Slows down the monsters
  4407. bubbobr1:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
  4408. bubbobr1:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
  4409. bubbobr1:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
  4410. bubbobr1:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
  4411. bubbobr1:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
  4412. bubbobr1:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
  4413. bubbobr1:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
  4414. bubbobr1:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
  4415. bubbobr1:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
  4416. bubbobr1:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
  4417. bubbobr1:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
  4418. bubbobr1:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
  4419. bubbobr1:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
  4420. bubbobr1:0:F45E:12:001:1st Item = blue cross:Fills screen with water
  4421. bubbobr1:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
  4422. bubbobr1:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
  4423. bubbobr1:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
  4424. bubbobr1:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
  4425. bubbobr1:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
  4426. bubbobr1:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
  4427. bubbobr1:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
  4428. bubbobr1:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
  4429. bubbobr1:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
  4430. bubbobr1:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
  4431. bubbobr1:0:F45E:1D:001:1st Item = fork:Makes fruits fall
  4432. bubbobr1:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
  4433. bubbobr1:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
  4434. bubbobr1:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
  4435. bubbobr1:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
  4436. bubbobr1:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
  4437. bubbobr1:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
  4438. bubbobr1:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
  4439. bubbobr1:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
  4440. bubbobr1:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
  4441. bubbobr1:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
  4442. bubbobr1:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
  4443. bubbobr1:0:F45E:29:001:1st Item = bell:Destructive Item warning
  4444. bubbobr1:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
  4445. bubbobr1:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
  4446. bubbobr1:0:F45E:2C:001:1st Item = glass of beer:???? on level end
  4447. bubbobr1:0:F45E:2D:001:1st Item = knife:Makes fruits fall
  4448. bubbobr1:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
  4449. bubbobr1:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
  4450. bubbobr1:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
  4451. bubbobr1:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
  4452. bubbobr1:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
  4453. bubbobr1:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
  4454. bubbobr1:0:F44C:2A:000:Fruit 2A 
  4455. bubbobr1:0:F44C:2B:000:Fruit 2B 
  4456. bubbobr1:0:F44C:2C:000:Fruit 2C 
  4457. bubbobr1:0:F44C:2D:000:Fruit 2D 
  4458. bubbobr1:0:F44C:2E:000:Fruit 2E 
  4459. bubbobr1:0:F44C:2F:000:Fruit 2F 
  4460. bubbobr1:0:F44C:30:000:Fruit 30 
  4461. bubbobr1:0:F44C:31:000:Fruit 31 
  4462. bubbobr1:0:F44C:32:000:Fruit 32 
  4463. bubbobr1:0:F44C:33:000:Fruit 33 
  4464. bubbobr1:0:F44C:34:000:Fruit 34 
  4465. bubbobr1:0:F44C:35:000:Fruit 35 
  4466. bubbobr1:0:F44C:36:000:Fruit 36 
  4467. bubbobr1:0:F44C:37:000:Fruit 37 
  4468. bubbobr1:0:F44C:38:000:Fruit 38 
  4469. bubbobr1:0:F44C:39:000:Fruit 39 
  4470. bubbobr1:0:F44C:3A:000:Fruit 3A 
  4471. bubbobr1:0:F44C:3B:000:Fruit 3B 
  4472. bubbobr1:0:F44D:01:000:Quick Fruit at start 
  4473. bubbobr1:0:E60A:01:000:Lipstick 
  4474. bubbobr1:0:E345:05:000:Stop the Baron 
  4475. bubbobr1:0:0000:00:999:[These five cheats will make]
  4476. bubbobr1:0:0000:00:999:[a potion appear on the next]
  4477. bubbobr1:0:0000:00:999:[screen. It will be of the  ]
  4478. bubbobr1:0:0000:00:999:[type requested unless you  ]
  4479. bubbobr1:0:0000:00:999:[have earned a higher potion]
  4480. bubbobr1:0:0000:00:999:[or you have fallen off the ]
  4481. bubbobr1:0:0000:00:999:[bottom of the screen since ]
  4482. bubbobr1:0:0000:00:999:[setting the cheat. Falling ]
  4483. bubbobr1:0:0000:00:999:[off the bottom will upgrade]
  4484. bubbobr1:0:0000:00:999:[the potion to the next one!]
  4485. bubbobr1:0:E5E7:0F:001:Sunflower Potion(next screen)
  4486. bubbobr1:0:E5E7:10:001:Flower Potion (next screen) 
  4487. bubbobr1:0:E5E7:11:001:Clover Potion (next screen)
  4488. bubbobr1:0:E5E7:12:001:Rainbow Potion (next screen)
  4489. bubbobr1:0:E5E7:13:001:Musical Potion (next screen)
  4490. bubbobr1:0:0000:00:999:[These two cheats are useful]
  4491. bubbobr1:0:0000:00:999:[when you get stuck on one  ]
  4492. bubbobr1:0:0000:00:999:[screen. Use only one at a  ]
  4493. bubbobr1:0:0000:00:999:[time.                      ]
  4494. bubbobr1:0:F590:01:001:Drown 'em All! Now! OR--->
  4495. bubbobr1:0:E720:01:001:Throw The Book At Them Now!
  4496. bubbobr1:0:0000:00:999:[These Select starting round]
  4497. bubbobr1:0:0000:00:999:[cheats are *NOT* linked so ]
  4498. bubbobr1:0:0000:00:999:[they must BOTH be selected ]
  4499. bubbobr1:0:0000:00:999:[individually one after the ]
  4500. bubbobr1:0:0000:00:999:[other!                     ]
  4501. bubbobr1:0:0000:00:999:[                           ]
  4502. bubbobr1:0:0000:00:999:[You should enable these    ]
  4503. bubbobr1:0:0000:00:999:[cheats on the press 1 or 2 ]
  4504. bubbobr1:0:0000:00:999:[player button screen.      ]
  4505. bubbobr1:0:E64B:FF:021:Select starting round (1/2)
  4506. bubbobr1:0:E64B:63:061:Select starting round (2/2)
  4507. bubbobr1:0:0000:00:999:[                           ]
  4508. bubbobr1:0:E64B:63:061:Select next round
  4509.  
  4510. ; [ Bubble Bobble ]
  4511. bublbobl:0:0000:00:999:[This game has got a LOT of ]
  4512. bublbobl:0:0000:00:999:[cheats. Don't go too mad as]
  4513. bublbobl:0:0000:00:999:[it may spoil the game!!!   ]
  4514. bublbobl:0:E366:63:000:Infinite Credits
  4515. bublbobl:0:E645:06:000:Infinite Lives PL1
  4516. bublbobl:0:E6B6:77:000:Invincibility PL1
  4517. bublbobl:0:E6C1:0C:000:Speed Always Normal PL1 
  4518. bublbobl:0:E6C1:14:000:Speed Always Power-up PL1 
  4519. bublbobl:0:E6C1:28:000:Speed Always Ultimate PL1 
  4520. bublbobl:0:E6C1:0C:001:Speed to Normal Now! PL1 
  4521. bublbobl:0:E6C1:14:001:Speed to Power-up Now! PL1 
  4522. bublbobl:0:E6C1:28:001:Speed to Ultimate Now! PL1
  4523. bublbobl:0:E6BF:14:001:Fire Speed to Normal Now! PL1
  4524. bublbobl:0:E6BF:05:001:Fire Speed to Power-up NowPL1
  4525. bublbobl:0:E6BF:01:000:Fire Speed Always UltimatePL1
  4526. bublbobl:0:E6C2:80:000:Normal Range Bubbles PL1 
  4527. bublbobl:0:E6C2:80:000:Long Range Bubbles PL1 
  4528. bublbobl:0:E6C2:FF:000:Extra Long Range Bubbles PL1
  4529. bublbobl:0:E6C0:03:001:Head Power to Normal Now! PL1
  4530. bublbobl:0:E6C0:06:001:Head Power to Power-up NowPL1
  4531. bublbobl:0:E6C0:09:000:Head Power Always UltimatePL1
  4532. bublbobl:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
  4533. bublbobl:0:F60F:01:001:Fire lightnings Now! PL1
  4534. bublbobl:0:E742:3F:001:Get EXTEND PL1
  4535. bublbobl:0:E742:01:021:Get letter - E (red) PL1
  4536. bublbobl:0:E742:02:021:Get letter - X (pink) PL1
  4537. bublbobl:0:E742:04:021:Get letter - T (yellow) PL1
  4538. bublbobl:0:E742:08:021:Get letter - E (green) PL1
  4539. bublbobl:0:E742:10:021:Get letter - N (blue) PL1
  4540. bublbobl:0:E742:20:021:Get letter - D (purple) PL1
  4541. bublbobl:0:E64A:06:000:Infinite Lives PL2
  4542. bublbobl:0:E6E8:77:000:Invincibility PL2 
  4543. bublbobl:0:E6F3:0C:000:Speed Always Normal PL2 
  4544. bublbobl:0:E6F3:14:000:Speed Always Power-up PL2 
  4545. bublbobl:0:E6F3:28:000:Speed Always Ultimate PL2 
  4546. bublbobl:0:E6F3:0C:001:Speed to Normal Now! PL2 
  4547. bublbobl:0:E6F3:14:001:Speed to Power-up Now! PL2 
  4548. bublbobl:0:E6F3:28:001:Speed to Ultimate Now! PL2
  4549. bublbobl:0:E6F1:14:001:Fire Speed to Normal Now! PL2
  4550. bublbobl:0:E6F1:05:001:Fire Speed to Power-up NowPL2
  4551. bublbobl:0:E6F1:01:000:Fire Speed Always UltimatePL2
  4552. bublbobl:0:E6F4:40:000:Normal Range Bubbles PL2
  4553. bublbobl:0:E6F4:80:000:Long Range Bubbles PL2 
  4554. bublbobl:0:E6F4:FF:000:Extra Long Range Bubbles PL2
  4555. bublbobl:0:E6F2:03:001:Head Power to Normal Now! PL2
  4556. bublbobl:0:E6F2:06:001:Head Power to Power-up NowPL2
  4557. bublbobl:0:E6F2:09:000:Head Power Always UltimatePL2
  4558. bublbobl:0:F610:00:001:Fire bubbles Bubbles Now! PL2
  4559. bublbobl:0:F610:01:001:Fire lightnings Now! PL2
  4560. bublbobl:0:E743:3F:001:Get EXTEND PL2
  4561. bublbobl:0:E743:01:021:Get letter - E (red) PL2
  4562. bublbobl:0:E743:02:021:Get letter - X (pink) PL2
  4563. bublbobl:0:E743:04:021:Get letter - T (yellow) PL2
  4564. bublbobl:0:E743:08:021:Get letter - E (green) PL2
  4565. bublbobl:0:E743:10:021:Get letter - N (blue) PL2
  4566. bublbobl:0:E743:20:021:Get letter - D (purple) PL2
  4567. bublbobl:0:E5DB:01:000:'Super' (1JBLRJ1R) 
  4568. bublbobl:0:E5D1:01:000:'Original Game' (BJBJBJR1)
  4569. bublbobl:0:E5D2:01:000:'Power Up' (LJL1LBL1) 
  4570. bublbobl:0:E613:01:000:Always get Bonus doors
  4571. bublbobl:0:F676:01:000:Constant Extend Letters
  4572. bublbobl:0:E603:01:000:Always Warn (Bell Item)
  4573. bublbobl:0:E5FA:03:000:Apple or Orange? You decide! 
  4574. bublbobl:0:E608:01:000:Coke Can Item 
  4575. bublbobl:0:6E30:01:000:Fireball Bubble - Always! 
  4576. bublbobl:0:6E30:03:000:Fireball Bubble - 1 in 2 
  4577. bublbobl:0:6E30:05:000:Fireball Bubble - 1 in 3 
  4578. bublbobl:0:6E30:07:000:Fireball Bubble - 1 in 4 
  4579. bublbobl:0:6E30:15:000:Fireball Bubble - 1 in 16 
  4580. bublbobl:0:6E30:1D:000:Fireball Bubble - 1 in 256 
  4581. bublbobl:0:6E30:25:000:Fireball Bubble - 1 in 4096 
  4582. bublbobl:0:5C2B:C9:000:Disable Bubbles? 
  4583. bublbobl:0:E6BB:05:001:Fireballs for 5 levels 
  4584. bublbobl:0:E6BE:40:000:Fireballs 
  4585. bublbobl:0:E5EE:07:000:Fireball Cross 
  4586. bublbobl:0:0000:00:999:[Use these cheats only at   ]
  4587. bublbobl:0:0000:00:999:[the begining of a level,   ]
  4588. bublbobl:0:0000:00:999:[before the item appears!!  ]
  4589. bublbobl:0:0000:00:999:[When you are given a       ]
  4590. bublbobl:0:0000:00:999:[distribution, each bubble  ]
  4591. bublbobl:0:0000:00:999:[turns into an object.      ]
  4592. bublbobl:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
  4593. bublbobl:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
  4594. bublbobl:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
  4595. bublbobl:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
  4596. bublbobl:0:F45E:04:001:1st Item = clock:Slows down the monsters
  4597. bublbobl:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
  4598. bublbobl:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
  4599. bublbobl:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
  4600. bublbobl:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
  4601. bublbobl:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
  4602. bublbobl:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
  4603. bublbobl:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
  4604. bublbobl:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
  4605. bublbobl:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
  4606. bublbobl:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
  4607. bublbobl:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
  4608. bublbobl:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
  4609. bublbobl:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
  4610. bublbobl:0:F45E:12:001:1st Item = blue cross:Fills screen with water
  4611. bublbobl:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
  4612. bublbobl:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
  4613. bublbobl:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
  4614. bublbobl:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
  4615. bublbobl:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
  4616. bublbobl:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
  4617. bublbobl:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
  4618. bublbobl:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
  4619. bublbobl:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
  4620. bublbobl:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
  4621. bublbobl:0:F45E:1D:001:1st Item = fork:Makes fruits fall
  4622. bublbobl:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
  4623. bublbobl:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
  4624. bublbobl:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
  4625. bublbobl:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
  4626. bublbobl:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
  4627. bublbobl:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
  4628. bublbobl:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
  4629. bublbobl:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
  4630. bublbobl:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
  4631. bublbobl:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
  4632. bublbobl:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
  4633. bublbobl:0:F45E:29:001:1st Item = bell:Destructive Item warning
  4634. bublbobl:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
  4635. bublbobl:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
  4636. bublbobl:0:F45E:2C:001:1st Item = glass of beer:???? on level end
  4637. bublbobl:0:F45E:2D:001:1st Item = knife:Makes fruits fall
  4638. bublbobl:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
  4639. bublbobl:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
  4640. bublbobl:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
  4641. bublbobl:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
  4642. bublbobl:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
  4643. bublbobl:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
  4644. bublbobl:0:F44C:2A:000:Fruit 2A 
  4645. bublbobl:0:F44C:2B:000:Fruit 2B 
  4646. bublbobl:0:F44C:2C:000:Fruit 2C 
  4647. bublbobl:0:F44C:2D:000:Fruit 2D 
  4648. bublbobl:0:F44C:2E:000:Fruit 2E 
  4649. bublbobl:0:F44C:2F:000:Fruit 2F 
  4650. bublbobl:0:F44C:30:000:Fruit 30 
  4651. bublbobl:0:F44C:31:000:Fruit 31 
  4652. bublbobl:0:F44C:32:000:Fruit 32 
  4653. bublbobl:0:F44C:33:000:Fruit 33 
  4654. bublbobl:0:F44C:34:000:Fruit 34 
  4655. bublbobl:0:F44C:35:000:Fruit 35 
  4656. bublbobl:0:F44C:36:000:Fruit 36 
  4657. bublbobl:0:F44C:37:000:Fruit 37 
  4658. bublbobl:0:F44C:38:000:Fruit 38 
  4659. bublbobl:0:F44C:39:000:Fruit 39 
  4660. bublbobl:0:F44C:3A:000:Fruit 3A 
  4661. bublbobl:0:F44C:3B:000:Fruit 3B 
  4662. bublbobl:0:F44D:01:000:Quick Fruit at start 
  4663. bublbobl:0:E60A:01:000:Lipstick 
  4664. bublbobl:0:E345:05:000:Stop the Baron 
  4665. bublbobl:0:0000:00:999:[These five cheats will make]
  4666. bublbobl:0:0000:00:999:[a potion appear on the next]
  4667. bublbobl:0:0000:00:999:[screen. It will be of the  ]
  4668. bublbobl:0:0000:00:999:[type requested unless you  ]
  4669. bublbobl:0:0000:00:999:[have earned a higher potion]
  4670. bublbobl:0:0000:00:999:[or you have fallen off the ]
  4671. bublbobl:0:0000:00:999:[bottom of the screen since ]
  4672. bublbobl:0:0000:00:999:[setting the cheat. Falling ]
  4673. bublbobl:0:0000:00:999:[off the bottom will upgrade]
  4674. bublbobl:0:0000:00:999:[the potion to the next one!]
  4675. bublbobl:0:E5E7:0F:001:Sunflower Potion(next screen)
  4676. bublbobl:0:E5E7:10:001:Flower Potion (next screen) 
  4677. bublbobl:0:E5E7:11:001:Clover Potion (next screen)
  4678. bublbobl:0:E5E7:12:001:Rainbow Potion (next screen)
  4679. bublbobl:0:E5E7:13:001:Musical Potion (next screen)
  4680. bublbobl:0:0000:00:999:[These two cheats are useful]
  4681. bublbobl:0:0000:00:999:[when you get stuck on one  ]
  4682. bublbobl:0:0000:00:999:[screen. Use only one at a  ]
  4683. bublbobl:0:0000:00:999:[time.                      ]
  4684. bublbobl:0:F590:01:001:Drown 'em All! Now! OR--->
  4685. bublbobl:0:E720:01:001:Throw The Book At Them Now!
  4686. bublbobl:0:0000:00:999:[These Select starting round]
  4687. bublbobl:0:0000:00:999:[cheats are *NOT* linked so ]
  4688. bublbobl:0:0000:00:999:[they must BOTH be selected ]
  4689. bublbobl:0:0000:00:999:[individually one after the ]
  4690. bublbobl:0:0000:00:999:[other!                     ]
  4691. bublbobl:0:0000:00:999:[                           ]
  4692. bublbobl:0:0000:00:999:[You should enable these    ]
  4693. bublbobl:0:0000:00:999:[cheats on the press 1 or 2 ]
  4694. bublbobl:0:0000:00:999:[player button screen.      ]
  4695. bublbobl:0:E64B:FF:021:Select starting round (1/2)
  4696. bublbobl:0:E64B:63:061:Select starting round (2/2)
  4697. bublbobl:0:0000:00:999:[                           ]
  4698. bublbobl:0:E64B:63:061:Select next round
  4699.  
  4700. ; [ Bubble Bobble (US set 1) ]
  4701. bublbobr:0:0000:00:999:[This game has got a LOT of ]
  4702. bublbobr:0:0000:00:999:[cheats. Don't go too mad as]
  4703. bublbobr:0:0000:00:999:[it may spoil the game!!!   ]
  4704. bublbobr:0:E366:63:000:Infinite Credits
  4705. bublbobr:0:E645:06:000:Infinite Lives PL1
  4706. bublbobr:0:E6B6:77:000:Invincibility PL1
  4707. bublbobr:0:E6C1:0C:000:Speed Always Normal PL1 
  4708. bublbobr:0:E6C1:14:000:Speed Always Power-up PL1 
  4709. bublbobr:0:E6C1:28:000:Speed Always Ultimate PL1 
  4710. bublbobr:0:E6C1:0C:001:Speed to Normal Now! PL1 
  4711. bublbobr:0:E6C1:14:001:Speed to Power-up Now! PL1 
  4712. bublbobr:0:E6C1:28:001:Speed to Ultimate Now! PL1
  4713. bublbobr:0:E6BF:14:001:Fire Speed to Normal Now! PL1
  4714. bublbobr:0:E6BF:05:001:Fire Speed to Power-up NowPL1
  4715. bublbobr:0:E6BF:01:000:Fire Speed Always UltimatePL1
  4716. bublbobr:0:E6C2:80:000:Normal Range Bubbles PL1 
  4717. bublbobr:0:E6C2:80:000:Long Range Bubbles PL1 
  4718. bublbobr:0:E6C2:FF:000:Extra Long Range Bubbles PL1
  4719. bublbobr:0:E6C0:03:001:Head Power to Normal Now! PL1
  4720. bublbobr:0:E6C0:06:001:Head Power to Power-up NowPL1
  4721. bublbobr:0:E6C0:09:000:Head Power Always UltimatePL1
  4722. bublbobr:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
  4723. bublbobr:0:F60F:01:001:Fire lightnings Now! PL1
  4724. bublbobr:0:E742:3F:001:Get EXTEND PL1
  4725. bublbobr:0:E742:01:021:Get letter - E (red) PL1
  4726. bublbobr:0:E742:02:021:Get letter - X (pink) PL1
  4727. bublbobr:0:E742:04:021:Get letter - T (yellow) PL1
  4728. bublbobr:0:E742:08:021:Get letter - E (green) PL1
  4729. bublbobr:0:E742:10:021:Get letter - N (blue) PL1
  4730. bublbobr:0:E742:20:021:Get letter - D (purple) PL1
  4731. bublbobr:0:E64A:06:000:Infinite Lives PL2
  4732. bublbobr:0:E6E8:77:000:Invincibility PL2 
  4733. bublbobr:0:E6F3:0C:000:Speed Always Normal PL2 
  4734. bublbobr:0:E6F3:14:000:Speed Always Power-up PL2 
  4735. bublbobr:0:E6F3:28:000:Speed Always Ultimate PL2 
  4736. bublbobr:0:E6F3:0C:001:Speed to Normal Now! PL2 
  4737. bublbobr:0:E6F3:14:001:Speed to Power-up Now! PL2 
  4738. bublbobr:0:E6F3:28:001:Speed to Ultimate Now! PL2
  4739. bublbobr:0:E6F1:14:001:Fire Speed to Normal Now! PL2
  4740. bublbobr:0:E6F1:05:001:Fire Speed to Power-up NowPL2
  4741. bublbobr:0:E6F1:01:000:Fire Speed Always UltimatePL2
  4742. bublbobr:0:E6F4:40:000:Normal Range Bubbles PL2
  4743. bublbobr:0:E6F4:80:000:Long Range Bubbles PL2 
  4744. bublbobr:0:E6F4:FF:000:Extra Long Range Bubbles PL2
  4745. bublbobr:0:E6F2:03:001:Head Power to Normal Now! PL2
  4746. bublbobr:0:E6F2:06:001:Head Power to Power-up NowPL2
  4747. bublbobr:0:E6F2:09:000:Head Power Always UltimatePL2
  4748. bublbobr:0:F610:00:001:Fire bubbles Bubbles Now! PL2
  4749. bublbobr:0:F610:01:001:Fire lightnings Now! PL2
  4750. bublbobr:0:E743:3F:001:Get EXTEND PL2
  4751. bublbobr:0:E743:01:021:Get letter - E (red) PL2
  4752. bublbobr:0:E743:02:021:Get letter - X (pink) PL2
  4753. bublbobr:0:E743:04:021:Get letter - T (yellow) PL2
  4754. bublbobr:0:E743:08:021:Get letter - E (green) PL2
  4755. bublbobr:0:E743:10:021:Get letter - N (blue) PL2
  4756. bublbobr:0:E743:20:021:Get letter - D (purple) PL2
  4757. bublbobr:0:E5DB:01:000:'Super' (1JBLRJ1R) 
  4758. bublbobr:0:E5D1:01:000:'Original Game' (BJBJBJR1)
  4759. bublbobr:0:E5D2:01:000:'Power Up' (LJL1LBL1) 
  4760. bublbobr:0:E613:01:000:Always get Bonus doors
  4761. bublbobr:0:F676:01:000:Constant Extend Letters
  4762. bublbobr:0:E603:01:000:Always Warn (Bell Item)
  4763. bublbobr:0:E5FA:03:000:Apple or Orange? You decide! 
  4764. bublbobr:0:E608:01:000:Coke Can Item 
  4765. bublbobr:0:6E30:01:000:Fireball Bubble - Always! 
  4766. bublbobr:0:6E30:03:000:Fireball Bubble - 1 in 2 
  4767. bublbobr:0:6E30:05:000:Fireball Bubble - 1 in 3 
  4768. bublbobr:0:6E30:07:000:Fireball Bubble - 1 in 4 
  4769. bublbobr:0:6E30:15:000:Fireball Bubble - 1 in 16 
  4770. bublbobr:0:6E30:1D:000:Fireball Bubble - 1 in 256 
  4771. bublbobr:0:6E30:25:000:Fireball Bubble - 1 in 4096 
  4772. bublbobr:0:5C2B:C9:000:Disable Bubbles? 
  4773. bublbobr:0:E6BB:05:001:Fireballs for 5 levels 
  4774. bublbobr:0:E6BE:40:000:Fireballs 
  4775. bublbobr:0:E5EE:07:000:Fireball Cross 
  4776. bublbobr:0:0000:00:999:[Use these cheats only at   ]
  4777. bublbobr:0:0000:00:999:[the begining of a level,   ]
  4778. bublbobr:0:0000:00:999:[before the item appears!!  ]
  4779. bublbobr:0:0000:00:999:[When you are given a       ]
  4780. bublbobr:0:0000:00:999:[distribution, each bubble  ]
  4781. bublbobr:0:0000:00:999:[turns into an object.      ]
  4782. bublbobr:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
  4783. bublbobr:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
  4784. bublbobr:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
  4785. bublbobr:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
  4786. bublbobr:0:F45E:04:001:1st Item = clock:Slows down the monsters
  4787. bublbobr:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
  4788. bublbobr:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
  4789. bublbobr:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
  4790. bublbobr:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
  4791. bublbobr:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
  4792. bublbobr:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
  4793. bublbobr:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
  4794. bublbobr:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
  4795. bublbobr:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
  4796. bublbobr:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
  4797. bublbobr:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
  4798. bublbobr:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
  4799. bublbobr:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
  4800. bublbobr:0:F45E:12:001:1st Item = blue cross:Fills screen with water
  4801. bublbobr:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
  4802. bublbobr:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
  4803. bublbobr:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
  4804. bublbobr:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
  4805. bublbobr:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
  4806. bublbobr:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
  4807. bublbobr:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
  4808. bublbobr:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
  4809. bublbobr:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
  4810. bublbobr:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
  4811. bublbobr:0:F45E:1D:001:1st Item = fork:Makes fruits fall
  4812. bublbobr:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
  4813. bublbobr:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
  4814. bublbobr:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
  4815. bublbobr:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
  4816. bublbobr:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
  4817. bublbobr:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
  4818. bublbobr:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
  4819. bublbobr:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
  4820. bublbobr:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
  4821. bublbobr:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
  4822. bublbobr:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
  4823. bublbobr:0:F45E:29:001:1st Item = bell:Destructive Item warning
  4824. bublbobr:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
  4825. bublbobr:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
  4826. bublbobr:0:F45E:2C:001:1st Item = glass of beer:???? on level end
  4827. bublbobr:0:F45E:2D:001:1st Item = knife:Makes fruits fall
  4828. bublbobr:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
  4829. bublbobr:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
  4830. bublbobr:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
  4831. bublbobr:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
  4832. bublbobr:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
  4833. bublbobr:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
  4834. bublbobr:0:F44C:2A:000:Fruit 2A 
  4835. bublbobr:0:F44C:2B:000:Fruit 2B 
  4836. bublbobr:0:F44C:2C:000:Fruit 2C 
  4837. bublbobr:0:F44C:2D:000:Fruit 2D 
  4838. bublbobr:0:F44C:2E:000:Fruit 2E 
  4839. bublbobr:0:F44C:2F:000:Fruit 2F 
  4840. bublbobr:0:F44C:30:000:Fruit 30 
  4841. bublbobr:0:F44C:31:000:Fruit 31 
  4842. bublbobr:0:F44C:32:000:Fruit 32 
  4843. bublbobr:0:F44C:33:000:Fruit 33 
  4844. bublbobr:0:F44C:34:000:Fruit 34 
  4845. bublbobr:0:F44C:35:000:Fruit 35 
  4846. bublbobr:0:F44C:36:000:Fruit 36 
  4847. bublbobr:0:F44C:37:000:Fruit 37 
  4848. bublbobr:0:F44C:38:000:Fruit 38 
  4849. bublbobr:0:F44C:39:000:Fruit 39 
  4850. bublbobr:0:F44C:3A:000:Fruit 3A 
  4851. bublbobr:0:F44C:3B:000:Fruit 3B 
  4852. bublbobr:0:F44D:01:000:Quick Fruit at start 
  4853. bublbobr:0:E60A:01:000:Lipstick 
  4854. bublbobr:0:E345:05:000:Stop the Baron 
  4855. bublbobr:0:0000:00:999:[These five cheats will make]
  4856. bublbobr:0:0000:00:999:[a potion appear on the next]
  4857. bublbobr:0:0000:00:999:[screen. It will be of the  ]
  4858. bublbobr:0:0000:00:999:[type requested unless you  ]
  4859. bublbobr:0:0000:00:999:[have earned a higher potion]
  4860. bublbobr:0:0000:00:999:[or you have fallen off the ]
  4861. bublbobr:0:0000:00:999:[bottom of the screen since ]
  4862. bublbobr:0:0000:00:999:[setting the cheat. Falling ]
  4863. bublbobr:0:0000:00:999:[off the bottom will upgrade]
  4864. bublbobr:0:0000:00:999:[the potion to the next one!]
  4865. bublbobr:0:E5E7:0F:001:Sunflower Potion(next screen)
  4866. bublbobr:0:E5E7:10:001:Flower Potion (next screen) 
  4867. bublbobr:0:E5E7:11:001:Clover Potion (next screen)
  4868. bublbobr:0:E5E7:12:001:Rainbow Potion (next screen)
  4869. bublbobr:0:E5E7:13:001:Musical Potion (next screen)
  4870. bublbobr:0:0000:00:999:[These two cheats are useful]
  4871. bublbobr:0:0000:00:999:[when you get stuck on one  ]
  4872. bublbobr:0:0000:00:999:[screen. Use only one at a  ]
  4873. bublbobr:0:0000:00:999:[time.                      ]
  4874. bublbobr:0:F590:01:001:Drown 'em All! Now! OR--->
  4875. bublbobr:0:E720:01:001:Throw The Book At Them Now!
  4876. bublbobr:0:0000:00:999:[These Select starting round]
  4877. bublbobr:0:0000:00:999:[cheats are *NOT* linked so ]
  4878. bublbobr:0:0000:00:999:[they must BOTH be selected ]
  4879. bublbobr:0:0000:00:999:[individually one after the ]
  4880. bublbobr:0:0000:00:999:[other! Use before starting ]
  4881. bublbobr:0:0000:00:999:[other!                     ]
  4882. bublbobr:0:0000:00:999:[                           ]
  4883. bublbobr:0:0000:00:999:[You should enable these    ]
  4884. bublbobr:0:0000:00:999:[cheats on the press 1 or 2 ]
  4885. bublbobr:0:0000:00:999:[player button screen.      ]
  4886. bublbobr:0:E64B:FF:021:Select starting round (1/2)
  4887. bublbobr:0:E64B:63:061:Select starting round (2/2)
  4888. bublbobr:0:0000:00:999:[                           ]
  4889. bublbobr:0:E64B:63:061:Select next round
  4890.  
  4891. ; [ Tougyuu, The (Japan) ]
  4892. bullfgtj:0:C061:06:000:Infinite Lives PL1
  4893. bullfgtj:0:C062:06:000:Infinite Lives PL2
  4894. bullfgtj:0:F8E3:7E:000:Invincibility (1/2)
  4895. bullfgtj:0:F903:7E:500:Invincibility (2/2)
  4896.  
  4897. ; [ Burning Force (Japan) ]
  4898. burnforc:0:40AC39:03:000:Infinite Lives 
  4899. burnforc:0:40ABE9:06:000:Infinite Missiles
  4900. burnforc:0:409049:0A:000:Invincibility
  4901. burnforc:0:40AC2B:01:001:Get Laser Now!
  4902. burnforc:0:40AC2B:02:001:Get Fireball Now!
  4903. burnforc:0:40AC2B:03:001:Get Multishot Now!
  4904. burnforc:0:40AC2B:01:000:Always have Laser
  4905. burnforc:0:40AC2B:02:000:Always have Fireball
  4906. burnforc:0:40AC2B:03:000:Always have Multishot
  4907. burnforc:0:40AC41:70:000:Infinite Time (F5):Turn off at level end
  4908. burnforc:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  4909.  
  4910. ; [ Burning Fight (set 1) ]
  4911. burningf:0:10D002:99:000:Infinite Time
  4912. burningf:0:100230:09:000:Infinite Lives PL1
  4913. burningf:0:100221:FF:000:Infinite Energy PL1
  4914. burningf:0:1002B0:09:000:Infinite Lives PL2
  4915. burningf:0:1002A1:FF:000:Infinite Energy PL2
  4916.  
  4917. ; [ Burning Fight (set 2) ]
  4918. burningh:0:10D002:99:000:Infinite Time
  4919. burningh:0:100230:09:000:Infinite Lives PL1
  4920. burningh:0:100221:FF:000:Infinite Energy PL1
  4921. burningh:0:1002B0:09:000:Infinite Lives PL2
  4922. burningh:0:1002A1:FF:000:Infinite Energy PL2
  4923.  
  4924. ; [ Black Widow ]
  4925. bwidow:0:0440:06:000:Infinite Lives
  4926.  
  4927. ; [ Battle Zone (set 1) ]
  4928. bzone:0:00CC:06:000:Infinite Lives
  4929. bzone:0:0026:00:000:Enemy Tanks Can't Fire
  4930.  
  4931. ; [ Battle Zone (set 2) ]
  4932. bzone2:0:00CC:06:000:Infinite Lives
  4933. bzone2:0:0026:00:000:Enemy Tanks Can't Fire
  4934.  
  4935. ; [ Cabal (US set 1) ]
  4936. cabal:0:040084:01:001:One enemy ends level Now!:Also one hit for boss
  4937. cabal:0:04005E:03:000:Infinite Lives PL1
  4938. cabal:0:040052:99:000:Infinite Bombs PL1
  4939. cabal:0:041658:01:000:Invincibility PL1
  4940. cabal:0:04005F:03:000:Infinite Lives PL2
  4941. cabal:0:040053:99:000:Infinite Bombs PL2
  4942. cabal:0:041659:01:000:Invincibility PL2
  4943.  
  4944. ; [ Cabal (US set 2) ]
  4945. cabal2:0:040084:01:001:One enemy ends level Now!:Also one hit for boss
  4946. cabal2:0:04005E:03:000:Infinite Lives PL1
  4947. cabal2:0:040052:99:000:Infinite Bombs PL1
  4948. cabal2:0:041658:01:000:Invincibility PL1
  4949. cabal2:0:04005F:03:000:Infinite Lives PL2
  4950. cabal2:0:040053:99:000:Infinite Bombs PL2
  4951. cabal2:0:041659:01:000:Invincibility PL2
  4952.  
  4953. ; [ Cabal (bootleg) ]
  4954. cabalbl:0:040084:01:001:One enemy ends level Now!:Also one hit for boss
  4955. cabalbl:0:04005E:03:000:Infinite Lives PL1
  4956. cabalbl:0:040052:99:000:Infinite Bombs PL1
  4957. cabalbl:0:041658:01:000:Invincibility PL1
  4958. cabalbl:0:04005F:03:000:Infinite Lives PL2
  4959. cabalbl:0:040053:99:000:Infinite Bombs PL2
  4960. cabalbl:0:041659:01:000:Invincibility PL2
  4961.  
  4962. ; [ Cachat (Japan) ]
  4963. cachat:0:0000:00:999:[The game makes you complete]
  4964. cachat:0:0000:00:999:[a no. of pipes before you  ]
  4965. cachat:0:0000:00:999:[finish that level.The cheat]
  4966. cachat:0:0000:00:999:[enables you to select the  ]
  4967. cachat:0:0000:00:999:[number of pipes completed. ]
  4968. cachat:0:0000:00:999:[BUT, the number of pipes   ]
  4969. cachat:0:0000:00:999:[required for eact level is ]
  4970. cachat:0:0000:00:999:[semi random, Sometimes     ]
  4971. cachat:0:0000:00:999:[level 1 needs 10 pipes &   ]
  4972. cachat:0:0000:00:999:[sometimes more.            ]
  4973. cachat:0:8DB4:99:070:Select No. of pipes completed
  4974. cachat:0:8DA0:10:021:Finish Level Now! PL1
  4975. cachat:0:8DD0:10:021:Finish Level Now! PL2
  4976.  
  4977. ; [ Calipso ]
  4978. calipso:0:8633:06:000:Infinite Lives PL1
  4979. calipso:0:8691:09:000:Infinite Air PL1
  4980. calipso:0:8647:06:000:Infinite Lives PL2
  4981. calipso:0:8695:09:000:Infinite Air PL2
  4982.  
  4983. ; [ Canyon Bomber (prototype) ]
  4984. canbprot:0:0024:09:000:Infinite Misses (Black) PL1
  4985. canbprot:0:0025:09:000:Infinite Misses (White) PL2
  4986.  
  4987. ; [ Canyon Bomber ]
  4988. canyon:0:0024:09:000:Infinite Misses (Black) PL1
  4989. canyon:0:0025:09:000:Infinite Misses (White) PL2
  4990.  
  4991. ; [ Capcom Bowling (set 1) ]
  4992. capbowl:0:50E1:00:000:Infinite Time
  4993. capbowl:0:5083:0A:000:Always make a strike
  4994.  
  4995. ; [ Capcom Bowling (set 2) ]
  4996. capbowl2:0:50E1:00:000:Infinite Time
  4997. capbowl2:0:5083:0A:000:Always make a strike
  4998.  
  4999. ; [ Captain Commando (Japan) ]
  5000. captcomj:0:FFAA7C:64:000:Infinite Lives PL1
  5001. captcomj:0:FFA9D1:48:000:Infinite Energy PL1
  5002. captcomj:0:FFAA41:02:000:Infinite Ammo on pickup PL1
  5003. captcomj:0:FFAA69:C8:000:Invincibility PL1
  5004. captcomj:0:FFAB7C:64:000:Infinite Lives PL2
  5005. captcomj:0:FFAAD1:48:000:Infinite Energy PL2
  5006. captcomj:0:FFAB41:02:000:Infinite Ammo on pickup PL2
  5007. captcomj:0:FFAB69:C8:000:Invincibility PL2
  5008. captcomj:0:FFAC7C:64:000:Infinite Lives PL3
  5009. captcomj:0:FFABD1:48:000:Infinite Energy PL3
  5010. captcomj:0:FFAC41:02:000:Infinite Ammo on pickup PL3
  5011. captcomj:0:FFAC69:C8:000:Invincibility PL3
  5012. captcomj:0:FFAD7C:64:000:Infinite Lives PL4
  5013. captcomj:0:FFACD1:48:000:Infinite Energy PL4
  5014. captcomj:0:FFAD41:02:000:Infinite Ammo on pickup PL4
  5015. captcomj:0:FFAD69:C8:000:Invincibility PL4
  5016.  
  5017. ; [ Captain Commando (World) ]
  5018. captcomm:0:FFAA7C:64:000:Infinite Lives PL1
  5019. captcomm:0:FFA9D1:48:000:Infinite Energy PL1
  5020. captcomm:0:FFAA41:02:000:Infinite Ammo on pickup PL1
  5021. captcomm:0:FFAA69:C8:000:Invincibility PL1
  5022. captcomm:0:FFAB7C:64:000:Infinite Lives PL2
  5023. captcomm:0:FFAAD1:48:000:Infinite Energy PL2
  5024. captcomm:0:FFAB41:02:000:Infinite Ammo on pickup PL2
  5025. captcomm:0:FFAB69:C8:000:Invincibility PL2
  5026. captcomm:0:FFAC7C:64:000:Infinite Lives PL3
  5027. captcomm:0:FFABD1:48:000:Infinite Energy PL3
  5028. captcomm:0:FFAC41:02:000:Infinite Ammo on pickup PL3
  5029. captcomm:0:FFAC69:C8:000:Invincibility PL3
  5030. captcomm:0:FFAD7C:64:000:Infinite Lives PL4
  5031. captcomm:0:FFACD1:48:000:Infinite Energy PL4
  5032. captcomm:0:FFAD41:02:000:Infinite Ammo on pickup PL4
  5033. captcomm:0:FFAD69:C8:000:Invincibility PL4
  5034.  
  5035. ; [ Captain Commando (US) ]
  5036. captcomu:0:FFAA7C:64:000:Infinite Lives PL1
  5037. captcomu:0:FFA9D1:48:000:Infinite Energy PL1
  5038. captcomu:0:FFAA41:02:000:Infinite Ammo on pickup PL1
  5039. captcomu:0:FFAA69:C8:000:Invincibility PL1
  5040. captcomu:0:FFAB7C:64:000:Infinite Lives PL2
  5041. captcomu:0:FFAAD1:48:000:Infinite Energy PL2
  5042. captcomu:0:FFAB41:02:000:Infinite Ammo on pickup PL2
  5043. captcomu:0:FFAB69:C8:000:Invincibility PL2
  5044. captcomu:0:FFAC7C:64:000:Infinite Lives PL3
  5045. captcomu:0:FFABD1:48:000:Infinite Energy PL3
  5046. captcomu:0:FFAC41:02:000:Infinite Ammo on pickup PL3
  5047. captcomu:0:FFAC69:C8:000:Invincibility PL3
  5048. captcomu:0:FFAD7C:64:000:Infinite Lives PL4
  5049. captcomu:0:FFACD1:48:000:Infinite Energy PL4
  5050. captcomu:0:FFAD41:02:000:Infinite Ammo on pickup PL4
  5051. captcomu:0:FFAD69:C8:000:Invincibility PL4
  5052.  
  5053. ; [ Car Action ]
  5054. caractn:0:001A:04:000:Infinite Lives
  5055. caractn:0:0090:01:000:Jump Always O.K.
  5056. caractn:0:0080:19:000:Never Come Down From Jump
  5057. caractn:0:0021:00:000:0 cars smashed (50000 pts)
  5058.  
  5059. ; [ Carnival (Upright) ]
  5060. carnival:0:E590:30:007:Infinite Ammo
  5061.  
  5062. ; [ Carnival (Cocktail) ]
  5063. carnvckt:0:E590:30:007:Infinite Ammo
  5064.  
  5065. ; [ Cosmic Avenger ]
  5066. cavenger:0:60E7:06:000:Infinite Lives PL1
  5067. cavenger:0:6216:06:000:Infinite Lives PL2
  5068. cavenger:0:0000:00:999:[Activate during play only!]
  5069. cavenger:0:6354:AA:000:Invincibility
  5070.  
  5071. ; [ Carrier Air Wing (World) ]
  5072. cawing:0:FF800B:99:000:Infinite Time
  5073. cawing:0:FF838D:60:000:Infinite Energy PL1 (1/2)
  5074. cawing:0:FF838F:60:500:Infinite Energy PL1 (2/2)
  5075. cawing:0:FF8341:02:000:Invincibility PL1
  5076. cawing:0:FF83BB:99:000:Infinite Ammo PL1
  5077. cawing:0:FF83B3:90:000:Infinite Money PL1
  5078. cawing:0:FF83BD:04:000:Infinite Shield on pickup PL1
  5079. cawing:0:FF83B0:05:000:Weapon level 6 (max) PL1
  5080. cawing:0:FF848D:60:000:Infinite Energy PL2 (1/2)
  5081. cawing:0:FF848F:60:500:Infinite Energy PL2 (2/2)
  5082. cawing:0:FF8400:02:000:Invincibility PL2
  5083. cawing:0:FF84BB:99:000:Infinite Ammo.PL2
  5084. cawing:0:FF84B3:90:000:Infinite Money PL2
  5085. cawing:0:FF84BD:04:000:Infinite Shield on pickup PL2
  5086. cawing:0:FF84B0:05:000:Weapon level 6 (max) PL2
  5087.  
  5088. ; [ U.S. Navy (Japan) ]
  5089. cawingj:0:FF800B:99:000:Infinite Time
  5090. cawingj:0:FF838D:60:000:Infinite Energy PL1 (1/2)
  5091. cawingj:0:FF838F:60:500:Infinite Energy PL1 (2/2)
  5092. cawingj:0:FF8341:02:000:Invincibility PL1
  5093. cawingj:0:FF83BB:99:000:Infinite Ammo PL1
  5094. cawingj:0:FF83B3:90:000:Infinite Money PL1
  5095. cawingj:0:FF83BD:04:000:Infinite Shield on pickup PL1
  5096. cawingj:0:FF83B0:05:000:Weapon level 6 (max) PL1
  5097. cawingj:0:FF848D:60:000:Infinite Energy PL2 (1/2)
  5098. cawingj:0:FF848F:60:500:Infinite Energy PL2 (2/2)
  5099. cawingj:0:FF8400:02:000:Invincibility PL2
  5100. cawingj:0:FF84BB:99:000:Infinite Ammo.PL2
  5101. cawingj:0:FF84B3:90:000:Infinite Money PL2
  5102. cawingj:0:FF84BD:04:000:Infinite Shield on pickup PL2
  5103. cawingj:0:FF84B0:05:000:Weapon level 6 (max) PL2
  5104.  
  5105. ; [ Capcom Baseball (Japan) ]
  5106. cbasebal:0:F19A:99:073:Select score PL1
  5107. cbasebal:0:F19B:99:073:Select score PL2
  5108. cbasebal:0:F1B9:00:000:Infinite Strikes
  5109. cbasebal:0:F1BA:00:000:Infinite Balls
  5110. cbasebal:0:F1BB:00:000:Infinite Outs
  5111. cbasebal:0:F1B9:00:001:Set Strikes to 0 Now!
  5112. cbasebal:0:F1B9:03:001:Set Strikes to 3 Now!
  5113. cbasebal:0:F1BA:00:001:Set Balls to 0 Now!
  5114. cbasebal:0:F1BA:04:001:Set Balls to 4 Now!
  5115. cbasebal:0:F1BB:00:001:Set Outs to 0 Now!
  5116. cbasebal:0:F1BB:03:001:Set Outs to 3 Now!
  5117.  
  5118. ; [ Crude Buster (World FX version) ]
  5119. cbuster:0:080043:99:000:Infinite Time (1/2)
  5120. cbuster:0:080042:09:500:Infinite Time (2/2)
  5121. cbuster:0:081005:00:001:1 hit to kill enemy Now!(1/5)
  5122. cbuster:0:081045:00:501:1 hit to kill enemy Now!(2/5)
  5123. cbuster:0:081085:00:501:1 hit to kill enemy Now!(3/5)
  5124. cbuster:0:0810C5:00:501:1 hit to kill enemy Now!(4/5)
  5125. cbuster:0:081105:00:501:1 hit to kill enemy Now!(5/5)
  5126. cbuster:0:080114:09:000:Infinite Lives PL1
  5127. cbuster:0:080113:38:000:Infinite Energy PL1
  5128. cbuster:0:080137:02:000:Invincibility PL1:Sprite Flickers
  5129. cbuster:0:080194:09:000:Infinite Lives PL2
  5130. cbuster:0:080193:38:000:Infinite Energy PL2
  5131. cbuster:0:0801B7:02:000:Invincibility PL2:Sprite Flickers
  5132.  
  5133. ; [ Crude Buster (Japan) ]
  5134. cbusterj:0:080043:99:000:Infinite Time (1/2)
  5135. cbusterj:0:080042:09:500:Infinite Time (2/2)
  5136. cbusterj:0:081005:00:001:1 hit to kill enemy Now!(1/5)
  5137. cbusterj:0:081045:00:501:1 hit to kill enemy Now!(2/5)
  5138. cbusterj:0:081085:00:501:1 hit to kill enemy Now!(3/5)
  5139. cbusterj:0:0810C5:00:501:1 hit to kill enemy Now!(4/5)
  5140. cbusterj:0:081105:00:501:1 hit to kill enemy Now!(5/5)
  5141. cbusterj:0:080114:09:000:Infinite Lives PL1
  5142. cbusterj:0:080113:38:000:Infinite Energy PL1
  5143. cbusterj:0:080137:02:000:Invincibility PL1:Sprite Flickers
  5144. cbusterj:0:080194:09:000:Infinite Lives PL2
  5145. cbusterj:0:080193:38:000:Infinite Energy PL2
  5146. cbusterj:0:0801B7:02:000:Invincibility PL2:Sprite Flickers
  5147.  
  5148. ; [ Crude Buster (World FU version) ]
  5149. cbusterw:0:080043:99:000:Infinite Time (1/2)
  5150. cbusterw:0:080042:09:500:Infinite Time (2/2)
  5151. cbusterw:0:081005:00:001:1 hit to kill enemy Now!(1/5)
  5152. cbusterw:0:081045:00:501:1 hit to kill enemy Now!(2/5)
  5153. cbusterw:0:081085:00:501:1 hit to kill enemy Now!(3/5)
  5154. cbusterw:0:0810C5:00:501:1 hit to kill enemy Now!(4/5)
  5155. cbusterw:0:081105:00:501:1 hit to kill enemy Now!(5/5)
  5156. cbusterw:0:080114:09:000:Infinite Lives PL1
  5157. cbusterw:0:080113:38:000:Infinite Energy PL1
  5158. cbusterw:0:080137:02:000:Invincibility PL1:Sprite Flickers
  5159. cbusterw:0:080194:09:000:Infinite Lives PL2
  5160. cbusterw:0:080193:38:000:Infinite Energy PL2
  5161. cbusterw:0:0801B7:02:000:Invincibility PL2:Sprite Flickers
  5162.  
  5163. ; [ Crystal Castles (set 2) ]
  5164. ccastle2:0:840A:08:000:Infinite Lives
  5165. ccastle2:0:862E:FF:000:Invincibility
  5166. ccastle2:0:006B:00:001:Finish Screen Now! (1/2)
  5167. ccastle2:0:006C:00:501:Finish Screen Now! (2/2)
  5168.  
  5169. ; [ Crystal Castles (set 1) ]
  5170. ccastles:0:840A:08:000:Infinite Lives
  5171. ccastles:0:862E:FF:000:Invincibility
  5172. ccastles:0:006C:00:001:Finish Screen Now! (1/2)
  5173. ccastles:0:006D:00:501:Finish Screen Now! (2/2)
  5174.  
  5175. ; [ Crazy Climber (bootleg set 1) ]
  5176. ccboot:0:80D8:06:000:Infinite Lives
  5177. ccboot:0:80E5:89:007:Infinite Bonus
  5178. ccboot:0:82AD:FF:000:No Closing Windows
  5179. ccboot:0:0000:00:999:[You still have to look out ]
  5180. ccboot:0:0000:00:999:[for falling 'Crazy Climber']
  5181. ccboot:0:0000:00:999:[Boards and watch out for   ]
  5182. ccboot:0:0000:00:999:[one beam in the 4th Buildng]
  5183. ccboot:0:815C:00:000:Dumb Enemies (1/3)
  5184. ccboot:0:8164:00:500:Dumb Enemies (2/3)
  5185. ccboot:0:816C:00:500:Dumb Enemies (3/3)
  5186.  
  5187. ; [ Crazy Climber (bootleg set 2) ]
  5188. ccboot2:0:80D8:06:000:Infinite Lives
  5189. ccboot2:0:80E5:89:007:Infinite Bonus
  5190. ccboot2:0:82AD:FF:000:No Closing Windows
  5191. ccboot2:0:0000:00:999:[You still have to look out ]
  5192. ccboot2:0:0000:00:999:[for falling 'Crazy Climber']
  5193. ccboot2:0:0000:00:999:[Boards and watch out for   ]
  5194. ccboot2:0:0000:00:999:[one beam in the 4th Buildng]
  5195. ccboot2:0:815C:00:000:Dumb Enemies (1/3)
  5196. ccboot2:0:8164:00:500:Dumb Enemies (2/3)
  5197. ccboot2:0:816C:00:500:Dumb Enemies (3/3)
  5198.  
  5199. ; [ Cosmic Chasm (set 1) ]
  5200. cchasm:0:FFEC9B:06:000:Infinite Lives PL1
  5201. cchasm:0:FFEC9D:06:000:Infinite Lives PL2
  5202.  
  5203. ; [ Cosmic Chasm (set 2) ]
  5204. cchasm1:0:FFEC9B:06:000:Infinite Lives PL1
  5205. cchasm1:0:FFEC9D:06:000:Infinite Lives PL2
  5206.  
  5207. ; [ Crazy Climber (US) ]
  5208. cclimber:0:80D8:06:000:Infinite Lives
  5209. cclimber:0:80E5:89:007:Infinite Bonus
  5210. cclimber:0:82AD:FF:000:No Closing Windows
  5211. cclimber:0:0000:00:999:[You still have to look out ]
  5212. cclimber:0:0000:00:999:[for falling 'Crazy Climber']
  5213. cclimber:0:0000:00:999:[Boards and watch out for   ]
  5214. cclimber:0:0000:00:999:[one beam in the 4th Buildng]
  5215. cclimber:0:815C:00:000:Dumb Enemies (1/3)
  5216. cclimber:0:8164:00:500:Dumb Enemies (2/3)
  5217. cclimber:0:816C:00:500:Dumb Enemies (3/3)
  5218.  
  5219. ; [ Crazy Climber 2 (Japan) ]
  5220. cclimbr2:0:0611F3:0A:000:Infinite Lives PL1
  5221. cclimbr2:0:0611F4:03:000:Infinite Continues PL1
  5222. cclimbr2:0:06121D:0A:000:Infinite Lives PL2
  5223. cclimbr2:0:06121E:03:000:Infinite Continues PL2
  5224. cclimbr2:0:0625AA:99:000:Infinite Bonus (F5):F5 at the end of level
  5225. cclimbr2:0:000000:00:999:[These Select starting round]
  5226. cclimbr2:0:000000:00:999:[cheats are *NOT* linked so ]
  5227. cclimbr2:0:000000:00:999:[they must BOTH be selected ]
  5228. cclimbr2:0:000000:00:999:[individually one after the ]
  5229. cclimbr2:0:000000:00:999:[other!                     ]
  5230. cclimbr2:0:000000:00:999:[                           ]
  5231. cclimbr2:0:000000:00:999:[You should enable these    ]
  5232. cclimbr2:0:000000:00:999:[cheats on the select PL1/2 ]
  5233. cclimbr2:0:000000:00:999:[screen. These cheats only  ]
  5234. cclimbr2:0:000000:00:999:[work for PL1!!             ]
  5235. cclimbr2:0:062623:FF:021:Select starting round (1/2)
  5236. cclimbr2:0:062623:05:061:Select starting round (2/2)
  5237. cclimbr2:0:000000:00:999:[These Select round cheats  ]
  5238. cclimbr2:0:000000:00:999:[work for whichever player  ]
  5239. cclimbr2:0:000000:00:999:[is playing at the time that]
  5240. cclimbr2:0:000000:00:999:[you enable it.             ]
  5241. cclimbr2:0:062623:05:071:Select current round
  5242. cclimbr2:0:062623:05:061:Select next round
  5243. cclimbr2:0:000000:00:999:[These Start on Round cheats]
  5244. cclimbr2:0:000000:00:999:[must be enabled on the     ]
  5245. cclimbr2:0:000000:00:999:[title screen and turned off]
  5246. cclimbr2:0:000000:00:999:[when you start the round.  ]
  5247. cclimbr2:0:000000:00:999:[They will work for PL2 if  ]
  5248. cclimbr2:0:000000:00:999:[you it OFF during PL2s game]
  5249. cclimbr2:0:062623:01:000:Start on Round 2
  5250. cclimbr2:0:062623:02:000:Start on Round 3
  5251. cclimbr2:0:062623:03:000:Start on Round 4
  5252. cclimbr2:0:062623:04:000:Start on Round 5
  5253. cclimbr2:0:062623:05:000:Start on Round 6
  5254.  
  5255. ; [ Crazy Climber (Japan) ]
  5256. cclimbrj:0:80D8:06:000:Infinite Lives
  5257. cclimbrj:0:80E5:89:007:Infinite Bonus
  5258. cclimbrj:0:82AD:FF:000:No Closing Windows
  5259. cclimbrj:0:0000:00:999:[You still have to look out ]
  5260. cclimbrj:0:0000:00:999:[for falling 'Crazy Climber']
  5261. cclimbrj:0:0000:00:999:[Boards and watch out for   ]
  5262. cclimbrj:0:0000:00:999:[one beam in the 4th Buildng]
  5263. cclimbrj:0:815C:00:000:Dumb Enemies (1/3)
  5264. cclimbrj:0:8164:00:500:Dumb Enemies (2/3)
  5265. cclimbrj:0:816C:00:500:Dumb Enemies (3/3)
  5266.  
  5267. ; [ Centipede (bootleg set 2) ]
  5268. centipb2:0:00A5:06:000:Infinite Lives PL1
  5269. centipb2:0:00A6:06:000:Infinite Lives PL2
  5270. centipb2:0:0070:F8:000:No Fleas and Scorpions
  5271. centipb2:0:0061:FF:000:No Spiders
  5272. centipb2:0:00B5:00:000:No Spider sound
  5273. centipb2:0:0070:3B:000:Alter Flea Behaviour 1
  5274. centipb2:0:0040:2C:000:Alter Flea Behaviour 2
  5275.  
  5276. ; [ Centipede (revision 2) ]
  5277. centipd2:0:00A5:06:000:Infinite Lives PL1
  5278. centipd2:0:00A6:06:000:Infinite Lives PL2
  5279. centipd2:0:0070:F8:000:No Fleas and Scorpions
  5280. centipd2:0:0061:FF:000:No Spiders
  5281. centipd2:0:00B5:00:000:No Spider sound
  5282. centipd2:0:0070:3B:000:Alter Flea Behaviour 1
  5283. centipd2:0:0040:2C:000:Alter Flea Behaviour 2
  5284.  
  5285. ; [ Centipede (bootleg set 1) ]
  5286. centipdb:0:00A5:06:000:Infinite Lives PL1
  5287. centipdb:0:00A6:06:000:Infinite Lives PL2
  5288. centipdb:0:0070:F8:000:No Fleas and Scorpions
  5289. centipdb:0:0061:FF:000:No Spiders
  5290. centipdb:0:00B5:00:000:No Spider sound
  5291. centipdb:0:0070:3B:000:Alter Flea Behaviour 1
  5292. centipdb:0:0040:2C:000:Alter Flea Behaviour 2
  5293.  
  5294. ; [ Centipede (revision 3) ]
  5295. centiped:0:00A5:06:000:Infinite Lives PL1
  5296. centiped:0:00A6:06:000:Infinite Lives PL2
  5297. centiped:0:0070:F8:000:No Fleas and Scorpions
  5298. centiped:0:0061:FF:000:No Spiders
  5299. centiped:0:00B5:00:000:No Spider sound
  5300. centiped:0:0070:3B:000:Alter Flea Behaviour 1
  5301. centiped:0:0040:2C:000:Alter Flea Behaviour 2
  5302.  
  5303. ; [ Challenger ]
  5304. challeng:0:00BE:09:000:Infinite Lives PL1
  5305. challeng:0:00BF:09:000:Infinite Lives PL2
  5306. challeng:0:004C:01:000:Infinite Bombs
  5307. challeng:0:0000:00:999:[The Worms Invincibility    ]
  5308. challeng:0:0000:00:999:[cheat must be turned OFF   ]
  5309. challeng:0:0000:00:999:[with the 'OFF' cheat if you]
  5310. challeng:0:0000:00:999:[get hit by anything else!! ]
  5311. challeng:0:0023:00:000:Worms Invincibility 'ON'
  5312. challeng:0:0023:01:001:Worms Invincibility 'OFF'
  5313.  
  5314. ; [ Champion Baseball ]
  5315. champbas:0:8C97:00:000:Infinite Outs
  5316. champbas:0:8C98:00:000:Infinite Strikes
  5317. champbas:0:8C99:00:000:Infinite Balls
  5318. champbas:0:8C97:03:001:Change sides
  5319. champbas:0:8C99:04:001:Base on balls
  5320. champbas:0:8C83:09:000:Your R1 score always = 9
  5321. champbas:0:8C84:09:000:Your R2 score always = 9
  5322. champbas:0:8C85:09:000:Your R3 score always = 9
  5323. champbas:0:8C86:09:000:Your R4 score always = 9
  5324. champbas:0:8C87:09:000:Your R5 score always = 9
  5325. champbas:0:8C88:09:000:Your R6 score always = 9
  5326. champbas:0:8C89:09:000:Your R7 score always = 9
  5327. champbas:0:8C8A:09:000:Your R8 score always = 9
  5328. champbas:0:8C8B:09:000:Your R9 score always = 9
  5329. champbas:0:8C8D:00:000:CPUs R1 score always = 0
  5330. champbas:0:8C8E:00:000:CPUs R2 score always = 0
  5331. champbas:0:8C8F:00:000:CPUs R3 score always = 0
  5332. champbas:0:8C90:00:000:CPUs R4 score always = 0
  5333. champbas:0:8C91:00:000:CPUs R5 score always = 0
  5334. champbas:0:8C92:00:000:CPUs R6 score always = 0
  5335. champbas:0:8C93:00:000:CPUs R7 score always = 0
  5336. champbas:0:8C94:00:000:CPUs R8 score always = 0
  5337. champbas:0:8C95:00:000:CPUs R9 score always = 0
  5338. champbas:0:8C83:09:001:Your R1 score = 9 Now!
  5339. champbas:0:8C84:09:001:Your R2 score = 9 Now!
  5340. champbas:0:8C85:09:001:Your R3 score = 9 Now!
  5341. champbas:0:8C86:09:001:Your R4 score = 9 Now!
  5342. champbas:0:8C87:09:001:Your R5 score = 9 Now!
  5343. champbas:0:8C88:09:001:Your R6 score = 9 Now!
  5344. champbas:0:8C89:09:001:Your R7 score = 9 Now!
  5345. champbas:0:8C8A:09:001:Your R8 score = 9 Now!
  5346. champbas:0:8C8B:09:001:Your R9 score = 9 Now!
  5347. champbas:0:8C8D:00:001:CPUs R1 score = 0 Now!
  5348. champbas:0:8C8E:00:001:CPUs R2 score = 0 Now!
  5349. champbas:0:8C8F:00:001:CPUs R3 score = 0 Now!
  5350. champbas:0:8C90:00:001:CPUs R4 score = 0 Now!
  5351. champbas:0:8C91:00:001:CPUs R5 score = 0 Now!
  5352. champbas:0:8C92:00:001:CPUs R6 score = 0 Now!
  5353. champbas:0:8C93:00:001:CPUs R7 score = 0 Now!
  5354. champbas:0:8C94:00:001:CPUs R8 score = 0 Now!
  5355. champbas:0:8C95:00:001:CPUs R9 score = 0 Now!
  5356. champbas:0:8C83:79:070:Select your R1 Score
  5357. champbas:0:8C84:79:070:Select your R2 Score
  5358. champbas:0:8C85:79:070:Select your R3 Score
  5359. champbas:0:8C86:79:070:Select your R4 Score
  5360. champbas:0:8C87:79:070:Select your R5 Score
  5361. champbas:0:8C88:79:070:Select your R6 Score
  5362. champbas:0:8C89:79:070:Select your R7 Score
  5363. champbas:0:8C8A:79:070:Select your R8 Score
  5364. champbas:0:8C8B:79:070:Select your R9 Score
  5365. champbas:0:8C8D:79:070:Select CPUs R1 Score
  5366. champbas:0:8C8E:79:070:Select CPUs R2 Score
  5367. champbas:0:8C8F:79:070:Select CPUs R3 Score
  5368. champbas:0:8C90:79:070:Select CPUs R4 Score
  5369. champbas:0:8C91:79:070:Select CPUs R5 Score
  5370. champbas:0:8C92:79:070:Select CPUs R6 Score
  5371. champbas:0:8C93:79:070:Select CPUs R7 Score
  5372. champbas:0:8C94:79:070:Select CPUs R8 Score
  5373. champbas:0:8C95:79:070:Select CPUs R9 Score
  5374.  
  5375. ; [ Champion Wrestler (World) ]
  5376. champwr:0:8A8A:09:000:Infinite Round Time
  5377. champwr:0:8A88:00:001:Round Time Up Now! (1/3)
  5378. champwr:0:8A89:00:501:Round Time Up Now! (2/3)
  5379. champwr:0:8A8A:00:501:Round Time Up Now! (3/3)
  5380. champwr:0:0000:00:999:[The Referee never counts   ]
  5381. champwr:0:0000:00:999:[cheat gives you Infinite   ]
  5382. champwr:0:0000:00:999:[Time out of the ring, when ]
  5383. champwr:0:0000:00:999:[you are on the corner and  ]
  5384. champwr:0:0000:00:999:[makes it impossible to get ]
  5385. champwr:0:0000:00:999:[a fall. Either disable it  ]
  5386. champwr:0:0000:00:999:[or use the CORRECT 'Time =']
  5387. champwr:0:0000:00:999:[cheats. These can also be  ]
  5388. champwr:0:0000:00:999:[useful to enable when it's ]
  5389. champwr:0:0000:00:999:[to your advantage!! ;-)    ]
  5390. champwr:0:A83C:01:000:Referee never counts
  5391. champwr:0:A83C:14:001:Out of Ring Time = 20 Now!
  5392. champwr:0:A83C:03:001:Fall Count Time = 3 Now!(1/2)
  5393. champwr:0:A83D:03:501:Fall Count Time = 3 Now!(2/2)
  5394. champwr:0:A83C:04:001:Corner Count Time = 4 Now!
  5395. champwr:0:0000:00:999:[                           ]
  5396. champwr:0:A039:A0:000:Infinite Energy PL1 (1/2)
  5397. champwr:0:A66E:A0:500:Infinite Energy PL1 (2/2)
  5398. champwr:0:A66D:A0:000:Infinite Power PL1
  5399. champwr:0:A039:00:001:Drain all Energy Now!PL1(1/2)
  5400. champwr:0:A039:00:501:Drain all Energy Now!PL1(2/2)
  5401. champwr:0:A66D:00:001:Drain all Power Now! PL1
  5402. champwr:0:A139:A0:000:Infinite Energy PL2 (1/2)
  5403. champwr:0:A670:A0:500:Infinite Energy PL2 (2/2)
  5404. champwr:0:A66F:A0:000:Infinite Power PL2
  5405. champwr:0:A139:00:001:Drain all Energy Now!PL2(1/2)
  5406. champwr:0:A670:00:501:Drain all Energy Now!PL2(2/2)
  5407. champwr:0:A66F:00:001:Drain all Power Now! PL2
  5408.  
  5409. ; [ Champion Wrestler (Japan) ]
  5410. champwrj:0:8A8A:09:000:Infinite Round Time
  5411. champwrj:0:8A88:00:001:Round Time Up Now! (1/3)
  5412. champwrj:0:8A89:00:501:Round Time Up Now! (2/3)
  5413. champwrj:0:8A8A:00:501:Round Time Up Now! (3/3)
  5414. champwrj:0:0000:00:999:[The Referee never counts   ]
  5415. champwrj:0:0000:00:999:[cheat gives you Infinite   ]
  5416. champwrj:0:0000:00:999:[Time out of the ring, when ]
  5417. champwrj:0:0000:00:999:[you are on the corner and  ]
  5418. champwrj:0:0000:00:999:[makes it impossible to get ]
  5419. champwrj:0:0000:00:999:[a fall. Either disable it  ]
  5420. champwrj:0:0000:00:999:[or use the CORRECT 'Time =']
  5421. champwrj:0:0000:00:999:[cheats. These can also be  ]
  5422. champwrj:0:0000:00:999:[useful to enable when it's ]
  5423. champwrj:0:0000:00:999:[to your advantage!! ;-)    ]
  5424. champwrj:0:A83C:01:000:Referee never counts
  5425. champwrj:0:A83C:14:001:Out of Ring Time = 20 Now!
  5426. champwrj:0:A83C:03:001:Fall Count Time = 3 Now!(1/2)
  5427. champwrj:0:A83D:03:501:Fall Count Time = 3 Now!(2/2)
  5428. champwrj:0:A83C:04:001:Corner Count Time = 4 Now!
  5429. champwrj:0:0000:00:999:[                           ]
  5430. champwrj:0:A039:A0:000:Infinite Energy PL1 (1/2)
  5431. champwrj:0:A66E:A0:500:Infinite Energy PL1 (2/2)
  5432. champwrj:0:A66D:A0:000:Infinite Power PL1
  5433. champwrj:0:A039:00:001:Drain all Energy Now!PL1(1/2)
  5434. champwrj:0:A039:00:501:Drain all Energy Now!PL1(2/2)
  5435. champwrj:0:A66D:00:001:Drain all Power Now! PL1
  5436. champwrj:0:A139:A0:000:Infinite Energy PL2 (1/2)
  5437. champwrj:0:A670:A0:500:Infinite Energy PL2 (2/2)
  5438. champwrj:0:A66F:A0:000:Infinite Power PL2
  5439. champwrj:0:A139:00:001:Drain all Energy Now!PL2(1/2)
  5440. champwrj:0:A670:00:501:Drain all Energy Now!PL2(2/2)
  5441. champwrj:0:A66F:00:001:Drain all Power Now! PL2
  5442.  
  5443. ; [ Champion Wrestler (US) ]
  5444. champwru:0:8A8A:09:000:Infinite Round Time
  5445. champwru:0:8A88:00:001:Round Time Up Now! (1/3)
  5446. champwru:0:8A89:00:501:Round Time Up Now! (2/3)
  5447. champwru:0:8A8A:00:501:Round Time Up Now! (3/3)
  5448. champwru:0:0000:00:999:[The Referee never counts   ]
  5449. champwru:0:0000:00:999:[cheat gives you Infinite   ]
  5450. champwru:0:0000:00:999:[Time out of the ring, when ]
  5451. champwru:0:0000:00:999:[you are on the corner and  ]
  5452. champwru:0:0000:00:999:[makes it impossible to get ]
  5453. champwru:0:0000:00:999:[a fall. Either disable it  ]
  5454. champwru:0:0000:00:999:[or use the CORRECT 'Time =']
  5455. champwru:0:0000:00:999:[cheats. These can also be  ]
  5456. champwru:0:0000:00:999:[useful to enable when it's ]
  5457. champwru:0:0000:00:999:[to your advantage!! ;-)    ]
  5458. champwru:0:A83C:01:000:Referee never counts
  5459. champwru:0:A83C:14:001:Out of Ring Time = 20 Now!
  5460. champwru:0:A83C:03:001:Fall Count Time = 3 Now!(1/2)
  5461. champwru:0:A83D:03:501:Fall Count Time = 3 Now!(2/2)
  5462. champwru:0:A83C:04:001:Corner Count Time = 4 Now!
  5463. champwru:0:0000:00:999:[                           ]
  5464. champwru:0:A039:A0:000:Infinite Energy PL1 (1/2)
  5465. champwru:0:A66E:A0:500:Infinite Energy PL1 (2/2)
  5466. champwru:0:A66D:A0:000:Infinite Power PL1
  5467. champwru:0:A039:00:001:Drain all Energy Now!PL1(1/2)
  5468. champwru:0:A039:00:501:Drain all Energy Now!PL1(2/2)
  5469. champwru:0:A66D:00:001:Drain all Power Now! PL1
  5470. champwru:0:A139:A0:000:Infinite Energy PL2 (1/2)
  5471. champwru:0:A670:A0:500:Infinite Energy PL2 (2/2)
  5472. champwru:0:A66F:A0:000:Infinite Power PL2
  5473. champwru:0:A139:00:001:Drain all Energy Now!PL2(1/2)
  5474. champwru:0:A670:00:501:Drain all Energy Now!PL2(2/2)
  5475. champwru:0:A66F:00:001:Drain all Power Now! PL2
  5476.  
  5477. ; [ Changes ]
  5478. changes:0:8026:09:020:Invincibility
  5479. changes:0:8029:09:000:Infinite Lives PL1
  5480. changes:0:8027:63:062:Select next round PL1
  5481. changes:0:8027:63:072:Select current round PL1
  5482. changes:0:802A:09:000:Infinite Lives PL2
  5483. changes:0:8028:63:062:Select next round PL2
  5484. changes:0:8028:63:072:Select current round PL2
  5485. changes:0:0000:00:999:[These Select starting round]
  5486. changes:0:0000:00:999:[cheats are *NOT* linked so ]
  5487. changes:0:0000:00:999:[they must BOTH be selected ]
  5488. changes:0:0000:00:999:[individually one after the ]
  5489. changes:0:0000:00:999:[other! Enable each time you]
  5490. changes:0:0000:00:999:[need them, use before start]
  5491. changes:0:8027:FF:021:Select starting roundPL1(1/2)
  5492. changes:0:8027:63:062:Select starting roundPL1(2/2)
  5493. changes:0:8028:FF:021:Select starting roundPL2(1/2)
  5494. changes:0:8028:63:062:Select starting roundPL2(2/2)
  5495.  
  5496. ; [ Checkman (Japan) ]
  5497. checkmaj:0:4102:07:000:Infinite Lives
  5498. checkmaj:0:4101:00:000:Infinite Time
  5499.  
  5500. ; [ Checkman ]
  5501. checkman:0:8107:07:000:Infinite Lives
  5502. checkman:0:8106:00:000:Infinite Time
  5503.  
  5504. ; [ Checkmate ]
  5505. checkmat:0:2008:05:000:Infinite Rounds
  5506. checkmat:0:2027:00:000:Score always = 0 PL1
  5507. checkmat:0:2028:00:000:Score always = 0 PL2
  5508. checkmat:0:2029:00:000:Score always = 0 PL3
  5509. checkmat:0:202A:00:000:Score always = 0 PL4
  5510. checkmat:0:2027:00:001:Set Score = 0 Now! PL1
  5511. checkmat:0:2028:00:001:Set Score = 0 Now! PL2
  5512. checkmat:0:2029:00:001:Set Score = 0 Now! PL3
  5513. checkmat:0:202A:00:001:Set Score = 0 Now! PL4
  5514. checkmat:0:2027:99:073:Select Score PL1
  5515. checkmat:0:2028:99:073:Select Score PL2
  5516. checkmat:0:2029:99:073:Select Score PL3
  5517. checkmat:0:202A:99:073:Select Score PL4
  5518.  
  5519. ; [ Cheeky Mouse ]
  5520. cheekyms:0:3012:09:000:Infinite Lives PL1
  5521. cheekyms:0:3013:09:000:Infinite Lives PL2
  5522.  
  5523. ; [ Chelnov - Atomic Runner (US) ]
  5524. chelnov:0:060182:09:000:Infinite Lives
  5525. chelnov:0:000000:00:999:[You must turn Invincibility]
  5526. chelnov:0:000000:00:999:[off with the 'OFF' cheat   ]
  5527. chelnov:0:000000:00:999:[when you fall down a pit!! ]
  5528. chelnov:0:000000:00:999:[At all other times to turn ]
  5529. chelnov:0:000000:00:999:[it off just deselect the   ]
  5530. chelnov:0:000000:00:999:[Invincibility 'ON' cheat   ]
  5531. chelnov:0:060194:00:000:Invincibility 'ON'
  5532. chelnov:0:060194:FF:001:Invincibility 'OFF':This actually kills you!
  5533. chelnov:0:060191:07:000:Always Long shot
  5534. chelnov:0:060192:08:000:Always Power shot
  5535. chelnov:0:060193:04:000:Always Rapid shot
  5536. chelnov:0:060190:00:000:Always have Laser
  5537. chelnov:0:060190:01:000:Always have Fireball
  5538. chelnov:0:060190:02:000:Always have Rotating Balls
  5539. chelnov:0:060190:03:000:Always have Bouncing Ls
  5540. chelnov:0:060190:04:000:Always have Chain
  5541. chelnov:0:060190:05:000:Always have Missile
  5542. chelnov:0:060190:00:001:Get Laser Now!
  5543. chelnov:0:060190:01:001:Get Fireball Now!
  5544. chelnov:0:060190:02:001:Get Rotating Balls Now!
  5545. chelnov:0:060190:03:001:Get Bouncing Ls Now!
  5546. chelnov:0:060190:04:001:Get Chain Now!
  5547. chelnov:0:060190:05:001:Get Missile Now!
  5548. chelnov:0:000000:00:999:[These Select starting level]
  5549. chelnov:0:000000:00:999:[cheats are *NOT* linked so ]
  5550. chelnov:0:000000:00:999:[they must BOTH be selected ]
  5551. chelnov:0:000000:00:999:[individually one after the ]
  5552. chelnov:0:000000:00:999:[other! Use before starting ]
  5553. chelnov:0:000000:00:999:[other!                     ]
  5554. chelnov:0:000000:00:999:[                           ]
  5555. chelnov:0:000000:00:999:[You should enable these    ]
  5556. chelnov:0:000000:00:999:[cheats on the 'Press Start']
  5557. chelnov:0:000000:00:999:[screen ie. after credits   ]
  5558. chelnov:0:000000:00:999:[have been inserted!        ]
  5559. chelnov:0:060189:FF:021:Select starting level (1/2)
  5560. chelnov:0:060189:06:061:Select starting level (2/2)
  5561. chelnov:0:000000:00:999:[                           ]
  5562. chelnov:0:060189:06:071:Select current level
  5563. chelnov:0:060189:06:061:Select next level
  5564. chelnov:0:060189:06:001:Go to last level when you die
  5565.  
  5566. ; [ Chelnov - Atomic Runner (Japan) ]
  5567. chelnovj:0:060182:09:000:Infinite Lives
  5568. chelnovj:0:000000:00:999:[You must turn Invincibility]
  5569. chelnovj:0:000000:00:999:[off with the 'OFF' cheat   ]
  5570. chelnovj:0:000000:00:999:[when you fall down a pit!! ]
  5571. chelnovj:0:000000:00:999:[At all other times to turn ]
  5572. chelnovj:0:000000:00:999:[it off just deselect the   ]
  5573. chelnovj:0:000000:00:999:[Invincibility 'ON' cheat   ]
  5574. chelnovj:0:060194:00:000:Invincibility 'ON'
  5575. chelnovj:0:060194:FF:001:Invincibility 'OFF':This actually kills you!
  5576. chelnovj:0:060191:07:000:Always Long shot
  5577. chelnovj:0:060192:08:000:Always Power shot
  5578. chelnovj:0:060193:04:000:Always Rapid shot
  5579. chelnovj:0:060190:00:000:Always have Laser
  5580. chelnovj:0:060190:01:000:Always have Fireball
  5581. chelnovj:0:060190:02:000:Always have Rotating Balls
  5582. chelnovj:0:060190:03:000:Always have Bouncing Ls
  5583. chelnovj:0:060190:04:000:Always have Chain
  5584. chelnovj:0:060190:05:000:Always have Missile
  5585. chelnovj:0:060190:00:001:Get Laser Now!
  5586. chelnovj:0:060190:01:001:Get Fireball Now!
  5587. chelnovj:0:060190:02:001:Get Rotating Balls Now!
  5588. chelnovj:0:060190:03:001:Get Bouncing Ls Now!
  5589. chelnovj:0:060190:04:001:Get Chain Now!
  5590. chelnovj:0:060190:05:001:Get Missile Now!
  5591. chelnovj:0:000000:00:999:[These Select starting level]
  5592. chelnovj:0:000000:00:999:[cheats are *NOT* linked so ]
  5593. chelnovj:0:000000:00:999:[they must BOTH be selected ]
  5594. chelnovj:0:000000:00:999:[individually one after the ]
  5595. chelnovj:0:000000:00:999:[other! Use before starting ]
  5596. chelnovj:0:000000:00:999:[other!                     ]
  5597. chelnovj:0:000000:00:999:[                           ]
  5598. chelnovj:0:000000:00:999:[You should enable these    ]
  5599. chelnovj:0:000000:00:999:[cheats on the 'Press Start']
  5600. chelnovj:0:000000:00:999:[screen ie. after credits   ]
  5601. chelnovj:0:000000:00:999:[have been inserted!        ]
  5602. chelnovj:0:060189:FF:021:Select starting level (1/2)
  5603. chelnovj:0:060189:06:061:Select starting level (2/2)
  5604. chelnovj:0:000000:00:999:[                           ]
  5605. chelnovj:0:060189:06:071:Select current level
  5606. chelnovj:0:060189:06:061:Select next level
  5607. chelnovj:0:060189:06:001:Go to last level when you die
  5608.  
  5609. ; [ Cheyenne (version 1.0) ]
  5610. cheyenne:0:381C:83:000:Infinite Lives PL1
  5611. cheyenne:0:3806:00:000:No time between bullets PL1
  5612. cheyenne:0:3830:00:000:Only 2 enemies to kill PL1:To be used on level select
  5613. cheyenne:0:0000:00:999:[* Hit F5 when cashing in  *]
  5614. cheyenne:0:3825:99:000:Bonus always x99 (1/2)
  5615. cheyenne:0:3834:63:500:Bonus always x99 (2/2)
  5616. cheyenne:0:3825:00:070:Select x Bonus Now! (1/2)
  5617. cheyenne:0:3834:C8:500:Select x Bonus Now! (2/2)
  5618. cheyenne:0:0000:00:999:[Use only when the gang to  ]
  5619. cheyenne:0:0000:00:999:[capture is displayed       ]
  5620. cheyenne:0:3831:05:001:Goto Saloon Level Now! PL1
  5621. cheyenne:0:3831:06:001:Goto Old mine Level Now! PL1
  5622. cheyenne:0:3831:07:001:Goto Desert Level Now! PL1
  5623. cheyenne:0:3831:08:001:Goto Ghost town Level Now!PL1
  5624. cheyenne:0:3831:09:001:Goto Forrest Level Now! PL1
  5625. cheyenne:0:3831:0A:001:Goto Hills Level Now! PL1
  5626. cheyenne:0:3831:0B:001:Goto Graveyard Level Now! PL1
  5627.  
  5628. ; [ Chiki Chiki Boys (Japan) ]
  5629. chikij:0:FF0F69:59:000:Infinite Time
  5630. chikij:0:FF147B:03:000:Infinite Lives PL1
  5631. chikij:0:FF149B:7F:000:Invincibility PL1
  5632. chikij:0:FF14AB:40:000:Infinite Energy PL1
  5633. chikij:0:FF14D3:06:000:Infinite Magic PL1
  5634. chikij:0:FF153B:03:000:Infinite Lives PL2
  5635. chikij:0:FF155B:7F:000:Invincibility PL2
  5636. chikij:0:FF156B:40:000:Infinite Energy PL2
  5637. chikij:0:FF1593:06:000:Infinite Magic PL2
  5638.  
  5639. ; [ Chiller (version 3.0) ]
  5640. chiller:0:3415:00:000:No time between bullets
  5641. chiller:0:3438:80:000:Infinite Time PL1
  5642. chiller:0:3435:01:001:1 Monster to go Now! PL1
  5643. chiller:0:3435:10:001:10 Monsters to go Now! PL1
  5644. chiller:0:344D:80:000:Infinite Time PL2
  5645. chiller:0:344A:01:001:1 Monster to go Now! PL2
  5646. chiller:0:344A:10:001:10 Monsters to go Now! PL2
  5647.  
  5648. ; [ Chimera Beast ]
  5649. chimerab:0:FFCBCF:09:000:Infinite Lives PL1
  5650. chimerab:0:FFCBCB:09:000:Infinite Energy PL1
  5651. chimerab:0:FFCCD3:00:000:Invincibility PL1
  5652. chimerab:0:FFCC7F:09:000:Infinite Lives PL2
  5653. chimerab:0:FFCC7B:09:000:Infinite Energy PL2
  5654. chimerab:0:FFE053:00:000:Invincibility PL2
  5655.  
  5656. ; [ Chopper I ]
  5657. chopper:0:E3A0:03:000:Infinite Lives PL1
  5658. chopper:0:E3B9:55:000:Infinite Plane Bombs PL1
  5659. chopper:0:E3B9:AA:000:Infinite Circle Bombs PL1
  5660. chopper:0:E3B9:FF:000:Infinite Atomic Bombs PL1
  5661. chopper:0:E3F0:03:000:Infinite Lives PL2
  5662. chopper:0:E409:55:000:Infinite Plane Bombs PL2
  5663. chopper:0:E409:AA:000:Infinite Circle Bombs PL2
  5664. chopper:0:E409:FF:000:Infinite Atomic Bombs PL2
  5665.  
  5666. ; [ Choplifter ]
  5667. chplft:0:C02D:95:000:Infinite Lives
  5668. chplft:0:E118:C8:000:Infinite Fuel
  5669. chplft:0:C303:41:000:Invincibility
  5670. chplft:0:C084:01:000:Always Have Prisoners
  5671. chplft:0:C085:20:001:Finish Level Level Now!
  5672. chplft:0:C083:00:001:No dead hostages
  5673. chplft:0:C084:08:001:Max. load hostages = 08
  5674. chplft:0:C084:20:001:Max. load hostages = 20
  5675.  
  5676. ; [ Choplifter (alternate) ]
  5677. chplftb:0:C02D:95:000:Infinite Lives
  5678. chplftb:0:E118:C8:000:Infinite Fuel
  5679. chplftb:0:C303:41:000:Invincibility
  5680. chplftb:0:C084:01:000:Always Have Prisoners
  5681. chplftb:0:C085:20:001:Finish Level Level Now!
  5682. chplftb:0:C083:00:001:No dead hostages
  5683. chplftb:0:C084:08:001:Max. load hostages = 08
  5684. chplftb:0:C084:20:001:Max. load hostages = 20
  5685.  
  5686. ; [ Choplifter (bootleg) ]
  5687. chplftbl:0:C02D:95:000:Infinite Lives PL1
  5688. chplftbl:0:E118:C8:000:Infinite Fuel
  5689. chplftbl:0:C303:41:000:Invincibility
  5690. chplftbl:0:C084:01:000:Always Have Prisoners
  5691. chplftbl:0:C085:20:001:Finish Level Level Now!
  5692. chplftbl:0:C083:00:001:No dead hostages
  5693. chplftbl:0:C084:08:001:Max. load hostages = 08
  5694. chplftbl:0:C084:20:001:Max. load hostages = 20
  5695.  
  5696. ; [ Chuka Taisen (Japan) ]
  5697. chukatai:0:EE28:10:000:Infinite Shop Time
  5698. chukatai:0:E218:64:000:Infinite Lives
  5699. chukatai:0:E26B:00:000:Invincibility
  5700. chukatai:0:E214:08:000:Always have Max Fire Power
  5701. chukatai:0:E214:08:071:Select Fire Power Now!
  5702. chukatai:0:E217:06:000:Always have Maximum speed
  5703. chukatai:0:E217:06:071:Select Speed Now!
  5704. chukatai:0:E220:01:000:Infinite Special Shot "ON":Enable to use Special Shots
  5705. chukatai:0:E220:00:001:Infinite Special Shot "OFF"
  5706. chukatai:0:E223:01:000:Turn Auto fire ON
  5707. chukatai:0:E223:00:001:Turn Auto fire OFF
  5708. chukatai:0:0000:00:999:[    Special Shots Below    ]
  5709. chukatai:0:E215:00:000:Always have Shield Flames 1
  5710. chukatai:0:E215:01:000:Always have Shield Flames 2
  5711. chukatai:0:E215:02:000:Always have Side + Rear Shot
  5712. chukatai:0:E215:03:000:Always have Diagonal Shot
  5713. chukatai:0:E215:04:000:Always have Little Men Shot
  5714. chukatai:0:E215:05:000:Always have Banana Shot
  5715. chukatai:0:E215:06:000:Always have Big Banana Shot
  5716. chukatai:0:E215:08:000:Always have Circle Shot
  5717. chukatai:0:E215:09:000:Always have Splitting Bombs
  5718. chukatai:0:E215:0A:000:Always have Normal Bombs
  5719. chukatai:0:E215:0B:000:Always have Homing Bombs
  5720. chukatai:0:E215:0C:000:Always have Bouncing Bombs
  5721. chukatai:0:E215:0D:000:Always have Bouncing Flames
  5722. chukatai:0:E215:00:001:Get Shield Flames 1 Now!
  5723. chukatai:0:E215:01:001:Get Shield Flames 2 Now!
  5724. chukatai:0:E215:02:001:Get Side + Rear Shot Now!
  5725. chukatai:0:E215:03:001:Get Diagonal Shot Now!
  5726. chukatai:0:E215:04:001:Get Little Men Shot Now!
  5727. chukatai:0:E215:05:001:Get Banana Shot Now!
  5728. chukatai:0:E215:06:001:Get Big Banana Shot Now!
  5729. chukatai:0:E215:08:001:Get Circle Shot Now!
  5730. chukatai:0:E215:09:001:Get Splitting Bombs Now!
  5731. chukatai:0:E215:0A:001:Get Normal Bombs Now!
  5732. chukatai:0:E215:0B:001:Get Homing Bombs Now!
  5733. chukatai:0:E215:0C:001:Get Bouncing Bombs Now!
  5734. chukatai:0:E215:0D:001:Get Bouncing Flames Now!
  5735. chukatai:0:0000:00:999:[  Level associated cheats  ]
  5736. chukatai:0:E219:04:071:Select current level
  5737. chukatai:0:E219:04:061:Select next level
  5738. chukatai:0:E219:04:001:Go to last level Now!
  5739. chukatai:0:E219:70:001:Go to begining of level Now!
  5740. chukatai:0:E219:70:001:Go to boss - levels 1&3 Now!
  5741. chukatai:0:E219:80:001:Go to boss - levels 2&4 Now!
  5742. chukatai:0:E219:A0:001:Go to boss - level  5 Now!
  5743.  
  5744. ; [ Circus ]
  5745. circus:0:002C:0A:000:Infinite Lives/Jumps
  5746. circus:0:0038:80:000:Always get a free jump
  5747. circus:0:0038:80:001:Get a free jump Now!
  5748.  
  5749. ; [ Circus Charlie ]
  5750. circusc:0:2200:07:000:Infinite Lives
  5751. circusc:0:227C:07:000:Infinite Time
  5752.  
  5753. ; [ Circus Charlie (no level select) ]
  5754. circusc2:0:2200:07:000:Infinite Lives
  5755. circusc2:0:227C:07:000:Infinite Time
  5756. circusc2:0:2201:01:000:Start on Level 2
  5757. circusc2:0:2201:02:000:Start on Level 3
  5758. circusc2:0:2201:03:000:Start on Level 4
  5759. circusc2:0:2201:04:000:Start on Level 5
  5760. circusc2:0:2201:05:000:Start on Level 6
  5761.  
  5762. ; [ Circus Charlie (Centuri) ]
  5763. circuscc:0:2200:07:000:Infinite Lives
  5764. circuscc:0:227C:07:000:Infinite Time
  5765.  
  5766. ; [ Circus Charlie (Centuri, earlier) ]
  5767. circusce:0:2200:07:000:Infinite Lives
  5768. circusce:0:227C:07:000:Infinite Time
  5769.  
  5770. ; [ Cisco Heat ]
  5771. cischeat:0:000000:00:999:[Only enable Infinite Time  ]
  5772. cischeat:0:000000:00:999:[during the race, make sure ]
  5773. cischeat:0:000000:00:999:[it's OFF during the start  ]
  5774. cischeat:0:000000:00:999:[countdown!!                ]
  5775. cischeat:0:0F0280:27:000:Infinite Time (1/2)
  5776. cischeat:0:0F0281:0F:500:Infinite Time (2/2)
  5777. cischeat:0:0F0280:00:001:No time left Now! (1/2)
  5778. cischeat:0:0F0281:01:501:No time left Now! (2/2)
  5779.  
  5780. ; [ City Connection (set 1) ]
  5781. citycon:0:004C:03:000:Infinite Lives PL1
  5782. citycon:0:00AE:01:000:Infinite Oil PL1
  5783. citycon:0:004D:03:000:Infinite Lives PL2
  5784. citycon:0:00AF:01:000:Infinite Oil PL2
  5785. citycon:0:0000:02:000:Invincibility
  5786. citycon:0:0000:07:001:Finish Stage Now!
  5787. citycon:0:0000:00:999:[NOTE- Both parts of the    ]
  5788. citycon:0:0000:00:999:[select stage cheats must be]
  5789. citycon:0:0000:00:999:[enabled individually. You  ]
  5790. citycon:0:0000:00:999:[must select the same value!]
  5791. citycon:0:0002:0B:071:Select current stage (1/2)
  5792. citycon:0:0003:0B:071:Select current stage (2/2)
  5793. citycon:0:0002:0B:061:Select next stage (1/2)
  5794. citycon:0:0003:0B:061:Select next stage (2/2)
  5795.  
  5796. ; [ City Connection (set 2) ]
  5797. citycona:0:004C:03:000:Infinite Lives PL1
  5798. citycona:0:00AE:01:000:Infinite Oil PL1
  5799. citycona:0:004D:03:000:Infinite Lives PL2
  5800. citycona:0:00AF:01:000:Infinite Oil PL2
  5801. citycona:0:0000:02:000:Invincibility
  5802. citycona:0:0000:07:001:Finish Stage Now!
  5803. citycona:0:0000:00:999:[NOTE- Both parts of the    ]
  5804. citycona:0:0000:00:999:[select stage cheats must be]
  5805. citycona:0:0000:00:999:[enabled individually. You  ]
  5806. citycona:0:0000:00:999:[must select the same value!]
  5807. citycona:0:0002:0B:071:Select current stage (1/2)
  5808. citycona:0:0003:0B:071:Select current stage (2/2)
  5809. citycona:0:0002:0B:061:Select next stage (1/2)
  5810. citycona:0:0003:0B:061:Select next stage (2/2)
  5811.  
  5812. ; [ Crazy Kong (set 1) ]
  5813. ckong:0:6228:06:000:Infinite Lives
  5814. ckong:0:6394:0F:002:Infinite hammer upon pickup
  5815. ckong:0:62B1:63:000:Infinite bonus time (1/2)
  5816. ckong:0:638C:99:502:Infinite bonus time (2/2)
  5817. ckong:0:62B9:00:000:No fireballs on ramps
  5818. ckong:0:6403:00:000:No fireballs on factory
  5819. ckong:0:65A0:00:000:No pies on factory
  5820. ckong:0:6400:00:000:No fireballs on rivets
  5821. ckong:0:6500:00:000:No jacks on elevators
  5822. ckong:0:6392:00:000:No barrels on ramps
  5823. ckong:0:6215:01:000:Always climb
  5824. ckong:0:6215:00:001:Deactivate climb
  5825. ckong:0:6217:01:000:Hammer (1/2)
  5826. ckong:0:6691:01:500:Hammer (2/2)
  5827. ckong:0:6290:00:001:Finish sub-level 4 Now!
  5828. ckong:0:6229:FF:072:Select current round
  5829. ckong:0:6229:FF:062:Select next round
  5830.  
  5831. ; [ Crazy Kong (set 2) ]
  5832. ckonga:0:6228:06:000:Infinite Lives
  5833. ckonga:0:6394:0F:002:Infinite hammer upon pickup
  5834. ckonga:0:62B1:63:000:Infinite bonus time (1/2)
  5835. ckonga:0:638C:99:502:Infinite bonus time (2/2)
  5836. ckonga:0:62B9:00:000:No fireballs on ramps
  5837. ckonga:0:6403:00:000:No fireballs on factory
  5838. ckonga:0:65A0:00:000:No pies on factory
  5839. ckonga:0:6400:00:000:No fireballs on rivets
  5840. ckonga:0:6500:00:000:No jacks on elevators
  5841. ckonga:0:6392:00:000:No barrels on ramps
  5842. ckonga:0:6215:01:000:Always climb
  5843. ckonga:0:6215:00:001:Deactivate climb
  5844. ckonga:0:6217:01:000:Hammer (1/2)
  5845. ckonga:0:6691:01:500:Hammer (2/2)
  5846. ckonga:0:6290:00:001:Finish sub-level 4 Now!
  5847. ckonga:0:6229:FF:072:Select current round
  5848. ckonga:0:6229:FF:062:Select next round
  5849.  
  5850. ; [ Crazy Kong (Alca bootleg) ]
  5851. ckongalc:0:6228:06:000:Infinite Lives
  5852. ckongalc:0:6394:0F:002:Infinite hammer upon pickup
  5853. ckongalc:0:62B1:63:000:Infinite bonus time (1/2)
  5854. ckongalc:0:638C:99:502:Infinite bonus time (2/2)
  5855. ckongalc:0:62B9:00:000:No fireballs on ramps
  5856. ckongalc:0:6403:00:000:No fireballs on factory
  5857. ckongalc:0:65A0:00:000:No pies on factory
  5858. ckongalc:0:6400:00:000:No fireballs on rivets
  5859. ckongalc:0:6500:00:000:No jacks on elevators
  5860. ckongalc:0:6392:00:000:No barrels on ramps
  5861. ckongalc:0:6215:01:000:Always climb
  5862. ckongalc:0:6215:00:001:Deactivate climb
  5863. ckongalc:0:6217:01:000:Hammer (1/2)
  5864. ckongalc:0:6691:01:500:Hammer (2/2)
  5865. ckongalc:0:6290:00:001:Finish sub-level 4 Now!
  5866. ckongalc:0:6229:FF:072:Select current round
  5867. ckongalc:0:6229:FF:062:Select next round
  5868.  
  5869. ; [ Crazy Kong (Jeutel bootleg) ]
  5870. ckongjeu:0:6228:06:000:Infinite Lives
  5871. ckongjeu:0:6394:0F:002:Infinite hammer upon pickup
  5872. ckongjeu:0:62B1:63:000:Infinite bonus time (1/2)
  5873. ckongjeu:0:638C:99:502:Infinite bonus time (2/2)
  5874. ckongjeu:0:62B9:00:000:No fireballs on ramps
  5875. ckongjeu:0:6403:00:000:No fireballs on factory
  5876. ckongjeu:0:65A0:00:000:No pies on factory
  5877. ckongjeu:0:6400:00:000:No fireballs on rivets
  5878. ckongjeu:0:6500:00:000:No jacks on elevators
  5879. ckongjeu:0:6392:00:000:No barrels on ramps
  5880. ckongjeu:0:6215:01:000:Always climb
  5881. ckongjeu:0:6215:00:001:Deactivate climb
  5882. ckongjeu:0:6217:01:000:Hammer (1/2)
  5883. ckongjeu:0:6691:01:500:Hammer (2/2)
  5884. ckongjeu:0:6290:00:001:Finish sub-level 4 Now!
  5885. ckongjeu:0:6229:FF:072:Select current round
  5886. ckongjeu:0:6229:FF:062:Select next round
  5887.  
  5888. ; [ Crazy Kong (Orca bootleg) ]
  5889. ckongo:0:6228:06:000:Infinite Lives
  5890. ckongo:0:6394:0F:002:Infinite hammer upon pickup
  5891. ckongo:0:62B1:63:000:Infinite bonus time (1/2)
  5892. ckongo:0:638C:99:502:Infinite bonus time (2/2)
  5893. ckongo:0:62B9:00:000:No fireballs on ramps
  5894. ckongo:0:6403:00:000:No fireballs on factory
  5895. ckongo:0:65A0:00:000:No pies on factory
  5896. ckongo:0:6400:00:000:No fireballs on rivets
  5897. ckongo:0:6500:00:000:No jacks on elevators
  5898. ckongo:0:6392:00:000:No barrels on ramps
  5899. ckongo:0:6215:01:000:Always climb
  5900. ckongo:0:6215:00:001:Deactivate climb
  5901. ckongo:0:6217:01:000:Hammer (1/2)
  5902. ckongo:0:6691:01:500:Hammer (2/2)
  5903. ckongo:0:6290:00:001:Finish sub-level 4 Now!
  5904. ckongo:0:6229:FF:072:Select current round
  5905. ckongo:0:6229:FF:062:Select next round
  5906.  
  5907. ; [ Crazy Kong (Scramble hardware) ]
  5908. ckongs:0:6228:06:000:Infinite Lives
  5909. ckongs:0:6394:0F:002:Infinite hammer upon pickup
  5910. ckongs:0:62B1:63:000:Infinite bonus time (1/2)
  5911. ckongs:0:638C:99:502:Infinite bonus time (2/2)
  5912. ckongs:0:62B9:00:000:No fireballs on ramps
  5913. ckongs:0:6403:00:000:No fireballs on factory
  5914. ckongs:0:65A0:00:000:No pies on factory
  5915. ckongs:0:6400:00:000:No fireballs on rivets
  5916. ckongs:0:6500:00:000:No jacks on elevators
  5917. ckongs:0:6392:00:000:No barrels on ramps
  5918. ckongs:0:6215:01:000:Always climb
  5919. ckongs:0:6215:00:001:Deactivate climb
  5920. ckongs:0:6217:01:000:Hammer (1/2)
  5921. ckongs:0:6691:01:500:Hammer (2/2)
  5922. ckongs:0:6290:00:001:Finish sub-level 4 Now!
  5923. ckongs:0:6229:FF:072:Select current round
  5924. ckongs:0:6229:FF:062:Select next round
  5925.  
  5926. ; [ Clay Pigeon (version 2.0) ]
  5927. claypign:0:2236:03:000:Infinite Shoots
  5928. claypign:0:3024:00:000:No time between bullets
  5929.  
  5930. ; [ Coors Light Bowling ]
  5931. clbowl:0:50E1:00:000:Infinite Time
  5932. clbowl:0:5083:0A:000:Always make a strike
  5933.  
  5934. ; [ Cloak & Dagger ]
  5935. cloak:0:027D:05:000:Infinite Lives PL1
  5936. cloak:0:02BF:05:000:Infinite Lives PL2
  5937. cloak:0:0279:1F:001:Go to level 33 
  5938. cloak:0:0279:00:001:Go to level 1
  5939.  
  5940. ; [ Cloud 9 (prototype) ]
  5941. cloud9:0:00EC:04:000:Infinite Lives
  5942. cloud9:0:0018:04:000:No Monsters
  5943. cloud9:0:0015:04:000:No Birds
  5944.  
  5945. ; [ Clowns ]
  5946. clowns:0:2010:09:000:Infinite Jumps
  5947.  
  5948. ; [ Caveman Ninja (World revision 3) ]
  5949. cninja:0:184D99:03:000:Infinite Lives PL1
  5950. cninja:0:184E4D:12:000:Infinite Energy PL1
  5951. cninja:0:184DD9:03:000:Infinite Lives PL2
  5952. cninja:0:184ECD:12:000:Infinite Energy PL2
  5953. cninja:0:18534D:01:001:One hit for boss 1   Now!
  5954. cninja:0:18654D:01:001:One hit for boss 2-1 Now!
  5955. cninja:0:18654D:01:001:One hit for boss 2-2 Now!
  5956. cninja:0:1877F4:01:001:One hit for boss 3-1 Now!
  5957. cninja:0:186CCD:01:001:One hit for boss 3-2 Now!
  5958. cninja:0:18654D:01:001:One hit for boss 4-1 Now!
  5959. cninja:0:186BCD:01:001:One hit for boss 4-2 Now!
  5960. cninja:0:18654D:01:001:One hit for boss 5-1 Now!
  5961. cninja:0:1868CD:01:001:One hit for boss 5-2 Now!
  5962. cninja:0:18654D:01:001:One hit for boss 5-3 Now!
  5963.  
  5964. ; [ Caveman Ninja (World revision 0) ]
  5965. cninja0:0:184D99:03:000:Infinite Lives PL1
  5966. cninja0:0:184E4D:12:000:Infinite Energy PL1
  5967. cninja0:0:184DD9:03:000:Infinite Lives PL2
  5968. cninja0:0:184ECD:12:000:Infinite Energy PL2
  5969. cninja0:0:18534D:01:001:One hit for boss 1   Now!
  5970. cninja0:0:18654D:01:001:One hit for boss 2-1 Now!
  5971. cninja0:0:18654D:01:001:One hit for boss 2-2 Now!
  5972. cninja0:0:1877F4:01:001:One hit for boss 3-1 Now!
  5973. cninja0:0:186CCD:01:001:One hit for boss 3-2 Now!
  5974. cninja0:0:18654D:01:001:One hit for boss 4-1 Now!
  5975. cninja0:0:186BCD:01:001:One hit for boss 4-2 Now!
  5976. cninja0:0:18654D:01:001:One hit for boss 5-1 Now!
  5977. cninja0:0:1868CD:01:001:One hit for boss 5-2 Now!
  5978. cninja0:0:18654D:01:001:One hit for boss 5-3 Now!
  5979.  
  5980. ; [ Caveman Ninja (US) ]
  5981. cninjau:0:184D99:03:000:Infinite Lives PL1
  5982. cninjau:0:184E4D:12:000:Infinite Energy PL1
  5983. cninjau:0:184DD9:03:000:Infinite Lives PL2
  5984. cninjau:0:184ECD:12:000:Infinite Energy PL2
  5985. cninjau:0:18534D:01:001:One hit for boss 1   Now!
  5986. cninjau:0:18654D:01:001:One hit for boss 2-1 Now!
  5987. cninjau:0:18654D:01:001:One hit for boss 2-2 Now!
  5988. cninjau:0:1877F4:01:001:One hit for boss 3-1 Now!
  5989. cninjau:0:186CCD:01:001:One hit for boss 3-2 Now!
  5990. cninjau:0:18654D:01:001:One hit for boss 4-1 Now!
  5991. cninjau:0:186BCD:01:001:One hit for boss 4-2 Now!
  5992. cninjau:0:18654D:01:001:One hit for boss 5-1 Now!
  5993. cninjau:0:1868CD:01:001:One hit for boss 5-2 Now!
  5994. cninjau:0:18654D:01:001:One hit for boss 5-3 Now!
  5995.  
  5996. ; [ Cobra-Command (Japan) ]
  5997. cobracmj:0:011F:09:000:Infinite Lives PL1
  5998. cobracmj:0:0120:09:000:Infinite Lives PL2
  5999. cobracmj:0:003B:01:000:Get the laser
  6000. cobracmj:0:0037:02:000:Maximum speed
  6001. cobracmj:0:0038:03:000:Maximum fire power
  6002. cobracmj:0:0039:03:000:Maximum missile power
  6003. cobracmj:0:0143:00:000:Always 1 hit to kill boss
  6004. cobracmj:0:0143:00:001:1 hit to kill this boss Now!
  6005. cobracmj:0:0000:00:999:[Turn OFF the following     ]
  6006. cobracmj:0:0000:00:999:[cheat if you crash into the]
  6007. cobracmj:0:0000:00:999:[scenery! You also need to  ]
  6008. cobracmj:0:0000:00:999:[turn it OFF on the last    ]
  6009. cobracmj:0:0000:00:999:[screen to turn the copter  ]
  6010. cobracmj:0:0000:00:999:[around!                    ]
  6011. cobracmj:0:001D:00:000:No Sprite/Sprite Collision
  6012. cobracmj:0:0000:00:999:[Enable these select        ]
  6013. cobracmj:0:0000:00:999:[starting stage/scene cheats]
  6014. cobracmj:0:0000:00:999:[on the 'Good Luck' screens.]
  6015. cobracmj:0:011D:04:071:Select the Starting Stage
  6016. cobracmj:0:011E:02:071:Select the Starting Scene
  6017.  
  6018. ; [ Cobra-Command (World revision 5) ]
  6019. cobracom:0:011F:09:000:Infinite Lives PL1
  6020. cobracom:0:0120:09:000:Infinite Lives PL2
  6021. cobracom:0:003B:01:000:Get the laser
  6022. cobracom:0:0037:02:000:Maximum speed
  6023. cobracom:0:0038:03:000:Maximum fire power
  6024. cobracom:0:0039:03:000:Maximum missile power
  6025. cobracom:0:0143:00:000:Always 1 hit to kill boss
  6026. cobracom:0:0143:00:001:1 hit to kill this boss Now!
  6027. cobracom:0:0000:00:999:[Turn OFF the following     ]
  6028. cobracom:0:0000:00:999:[cheat if you crash into the]
  6029. cobracom:0:0000:00:999:[scenery! You also need to  ]
  6030. cobracom:0:0000:00:999:[turn it OFF on the last    ]
  6031. cobracom:0:0000:00:999:[screen to turn the copter  ]
  6032. cobracom:0:0000:00:999:[around!                    ]
  6033. cobracom:0:001D:00:000:No Sprite/Sprite Collision
  6034. cobracom:0:0000:00:999:[Enable these select        ]
  6035. cobracom:0:0000:00:999:[starting stage/scene cheats]
  6036. cobracom:0:0000:00:999:[on the 'Good Luck' screens.]
  6037. cobracom:0:011D:04:071:Select the Starting Stage
  6038. cobracom:0:011E:02:071:Select the Starting Scene
  6039.  
  6040. ; [ Colony 7 (set 1) ]
  6041. colony7:0:A00C:00:000:Infinite Lives
  6042. colony7:0:A07F:00:000:Infinite Scatter Shots
  6043. colony7:0:A073:02:000:Keep Shooting after Gun Loss
  6044. colony7:0:0000:00:999:[To set Fighters to One,    ]
  6045. colony7:0:0000:00:999:[press F5 in game twice.    ]
  6046. colony7:0:A020:01:000:Set Fighters to One
  6047.  
  6048. ; [ Colony 7 (set 2) ]
  6049. colony7a:0:A00C:00:000:Infinite Lives
  6050. colony7a:0:A07F:00:000:Infinite Scatter Shots
  6051. colony7a:0:A073:02:000:Keep Shooting after Gun Loss
  6052. colony7a:0:0000:00:999:[To set Fighters to One,    ]
  6053. colony7a:0:0000:00:999:[press F5 in game twice.    ]
  6054. colony7a:0:A020:01:000:Set Fighters to One
  6055.  
  6056. ; [ Combat School (joystick) ]
  6057. combasc:0:0A8D:99:000:Infinite Time PL1
  6058. combasc:0:0A8C:00:001:Reset Timer Now! PL1 (1/2)
  6059. combasc:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
  6060. combasc:0:0855:70:000:Always done 70 targets PL1
  6061. combasc:0:0855:70:001:Get 70 targets Now! PL1
  6062. combasc:0:0AAD:99:000:Infinite Time PL2
  6063. combasc:0:0AAC:00:001:Reset Timer Now! PL2 (1/2)
  6064. combasc:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
  6065. combasc:0:0857:70:000:Always done 70 targets PL2
  6066. combasc:0:0857:70:001:Get 70 targets Now! PL2
  6067. combasc:0:0C76:01:001:One hit for Instructor Now!
  6068. combasc:0:0000:00:999:[Ensure the infinite damage ]
  6069. combasc:0:0000:00:999:[cheat is NOT turned on for ]
  6070. combasc:0:0000:00:999:[the Assault Course!!       ]
  6071. combasc:0:0C16:08:000:Infinite Damage PL1
  6072. combasc:0:0C46:08:000:Infinite Damage PL2
  6073. combasc:0:0000:00:999:[Enable these cheats on the ]
  6074. combasc:0:0000:00:999:[Player 1/2 Intro page, ie. ]
  6075. combasc:0:0000:00:999:[before the Obstacle Course ]
  6076. combasc:0:0991:02:001:Goto the Firing Range 1 Now!
  6077. combasc:0:0991:03:001:Goto the Iron Man Race Now!
  6078. combasc:0:0991:05:001:Goto the Firing Range 2 Now!
  6079. combasc:0:0991:06:001:Goto the Arm Wrestle Now!
  6080. combasc:0:0991:07:001:Goto the Firing Range 3 Now!
  6081. combasc:0:0991:09:001:Goto the Instructor Now!
  6082. combasc:0:0991:0E:001:Goto the Mission Now! 
  6083. combasc:0:0000:00:999:[The invincibility cheat is ]
  6084. combasc:0:0000:00:999:[buggy, you have to turn it ]
  6085. combasc:0:0000:00:999:[off with F5 to jump or to  ]
  6086. combasc:0:0000:00:999:[walk down stairs-YOU MUST!!]
  6087. combasc:0:0C01:02:020:Mission Invincibility (1/3)
  6088. combasc:0:0C01:F8:540:Mission Invincibility (2/3)
  6089. combasc:0:0C16:08:500:Mission Invincibility (3/3)
  6090.  
  6091. ; [ Combat School (bootleg) ]
  6092. combascb:0:0A8D:99:000:Infinite Time PL1
  6093. combascb:0:0A8C:00:001:Reset Timer Now! PL1 (1/2)
  6094. combascb:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
  6095. combascb:0:0855:70:000:Always done 70 targets PL1
  6096. combascb:0:0855:70:001:Get 70 targets Now! PL1
  6097. combascb:0:0AAD:99:000:Infinite Time PL2
  6098. combascb:0:0AAC:00:001:Reset Timer Now! PL2 (1/2)
  6099. combascb:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
  6100. combascb:0:0857:70:000:Always done 70 targets PL2
  6101. combascb:0:0857:70:001:Get 70 targets Now! PL2
  6102. combascb:0:0C76:01:001:One hit for Instructor Now!
  6103. combascb:0:0000:00:999:[Ensure the infinite damage ]
  6104. combascb:0:0000:00:999:[cheat is NOT turned on for ]
  6105. combascb:0:0000:00:999:[the Assault Course!!       ]
  6106. combascb:0:0C16:08:000:Infinite Damage PL1
  6107. combascb:0:0C46:08:000:Infinite Damage PL2
  6108. combascb:0:0000:00:999:[Enable these cheats on the ]
  6109. combascb:0:0000:00:999:[Player 1/2 Intro page, ie. ]
  6110. combascb:0:0000:00:999:[before the Obstacle Course ]
  6111. combascb:0:0991:02:001:Goto the Firing Range 1 Now!
  6112. combascb:0:0991:03:001:Goto the Iron Man Race Now!
  6113. combascb:0:0991:05:001:Goto the Firing Range 2 Now!
  6114. combascb:0:0991:06:001:Goto the Arm Wrestle Now!
  6115. combascb:0:0991:07:001:Goto the Firing Range 3 Now!
  6116. combascb:0:0991:09:001:Goto the Instructor Now!
  6117. combascb:0:0991:0E:001:Goto the Mission Now! 
  6118. combascb:0:0000:00:999:[The invincibility cheat is ]
  6119. combascb:0:0000:00:999:[buggy, you have to turn it ]
  6120. combascb:0:0000:00:999:[off with F5 to jump or to  ]
  6121. combascb:0:0000:00:999:[walk down stairs-YOU MUST!!]
  6122. combascb:0:0C01:02:020:Mission Invincibility (1/3)
  6123. combascb:0:0C01:F8:540:Mission Invincibility (2/3)
  6124. combascb:0:0C16:08:500:Mission Invincibility (3/3)
  6125.  
  6126. ; [ Combat School (Japan trackball) ]
  6127. combascj:0:0A8D:99:000:Infinite Time PL1
  6128. combascj:0:0A8C:00:001:Reset Timer Now! PL1 (1/2)
  6129. combascj:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
  6130. combascj:0:0855:70:000:Always done 70 targets PL1
  6131. combascj:0:0855:70:001:Get 70 targets Now! PL1
  6132. combascj:0:0AAD:99:000:Infinite Time PL2
  6133. combascj:0:0AAC:00:001:Reset Timer Now! PL2 (1/2)
  6134. combascj:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
  6135. combascj:0:0857:70:000:Always done 70 targets PL2
  6136. combascj:0:0857:70:001:Get 70 targets Now! PL2
  6137. combascj:0:0C76:01:001:One hit for Instructor Now!
  6138. combascj:0:0000:00:999:[Ensure the infinite damage ]
  6139. combascj:0:0000:00:999:[cheat is NOT turned on for ]
  6140. combascj:0:0000:00:999:[the Assault Course!!       ]
  6141. combascj:0:0C16:08:000:Infinite Damage PL1
  6142. combascj:0:0C46:08:000:Infinite Damage PL2
  6143. combascj:0:0000:00:999:[Enable these cheats on the ]
  6144. combascj:0:0000:00:999:[Player 1/2 Intro page, ie. ]
  6145. combascj:0:0000:00:999:[before the Obstacle Course ]
  6146. combascj:0:0991:02:001:Goto the Firing Range 1 Now!
  6147. combascj:0:0991:03:001:Goto the Iron Man Race Now!
  6148. combascj:0:0991:05:001:Goto the Firing Range 2 Now!
  6149. combascj:0:0991:06:001:Goto the Arm Wrestle Now!
  6150. combascj:0:0991:07:001:Goto the Firing Range 3 Now!
  6151. combascj:0:0991:09:001:Goto the Instructor Now!
  6152. combascj:0:0991:0E:001:Goto the Mission Now! 
  6153. combascj:0:0000:00:999:[The invincibility cheat is ]
  6154. combascj:0:0000:00:999:[buggy, you have to turn it ]
  6155. combascj:0:0000:00:999:[off with F5 to jump or to  ]
  6156. combascj:0:0000:00:999:[walk down stairs-YOU MUST!!]
  6157. combascj:0:0C01:02:020:Mission Invincibility (1/3)
  6158. combascj:0:0C01:F8:540:Mission Invincibility (2/3)
  6159. combascj:0:0C16:08:500:Mission Invincibility (3/3)
  6160.  
  6161. ; [ Combat School (trackball) ]
  6162. combasct:0:0A8D:99:000:Infinite Time PL1
  6163. combasct:0:0A8C:00:001:Reset Timer Now! PL1 (1/2)
  6164. combasct:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
  6165. combasct:0:0855:70:000:Always done 70 targets PL1
  6166. combasct:0:0855:70:001:Get 70 targets Now! PL1
  6167. combasct:0:0AAD:99:000:Infinite Time PL2
  6168. combasct:0:0AAC:00:001:Reset Timer Now! PL2 (1/2)
  6169. combasct:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
  6170. combasct:0:0857:70:000:Always done 70 targets PL2
  6171. combasct:0:0857:70:001:Get 70 targets Now! PL2
  6172. combasct:0:0C76:01:001:One hit for Instructor Now!
  6173. combasct:0:0000:00:999:[Ensure the infinite damage ]
  6174. combasct:0:0000:00:999:[cheat is NOT turned on for ]
  6175. combasct:0:0000:00:999:[the Assault Course!!       ]
  6176. combasct:0:0C16:08:000:Infinite Damage PL1
  6177. combasct:0:0C46:08:000:Infinite Damage PL2
  6178. combasct:0:0000:00:999:[Enable these cheats on the ]
  6179. combasct:0:0000:00:999:[Player 1/2 Intro page, ie. ]
  6180. combasct:0:0000:00:999:[before the Obstacle Course ]
  6181. combasct:0:0991:02:001:Goto the Firing Range 1 Now!
  6182. combasct:0:0991:03:001:Goto the Iron Man Race Now!
  6183. combasct:0:0991:05:001:Goto the Firing Range 2 Now!
  6184. combasct:0:0991:06:001:Goto the Arm Wrestle Now!
  6185. combasct:0:0991:07:001:Goto the Firing Range 3 Now!
  6186. combasct:0:0991:09:001:Goto the Instructor Now!
  6187. combasct:0:0991:0E:001:Goto the Mission Now! 
  6188. combasct:0:0000:00:999:[The invincibility cheat is ]
  6189. combasct:0:0000:00:999:[buggy, you have to turn it ]
  6190. combasct:0:0000:00:999:[off with F5 to jump or to  ]
  6191. combasct:0:0000:00:999:[walk down stairs-YOU MUST!!]
  6192. combasct:0:0C01:02:020:Mission Invincibility (1/3)
  6193. combasct:0:0C01:F8:540:Mission Invincibility (2/3)
  6194. combasct:0:0C16:08:500:Mission Invincibility (3/3)
  6195.  
  6196. ; [ Combat (version 3.0) ]
  6197. combat:0:3318:00:000:No time between bullets
  6198.  
  6199. ; [ Senjo no Ookami ]
  6200. commandj:0:EDA0:06:000:Infinite Lives
  6201. commandj:0:E100:FF:000:Invincibilty
  6202. commandj:0:EDA8:09:000:Infinite Grenades
  6203.  
  6204. ; [ Commando (World) ]
  6205. commando:0:EDA0:06:000:Infinite Lives
  6206. commando:0:E100:FF:000:Invincibilty
  6207. commando:0:EDA8:09:000:Infinite Grenades
  6208.  
  6209. ; [ Commando (US) ]
  6210. commandu:0:EDA0:06:000:Infinite Lives
  6211. commandu:0:E100:FF:000:Invincibilty
  6212. commandu:0:EDA8:09:000:Infinite Grenades
  6213.  
  6214. ; [ Commando (Sega) ]
  6215. commsega:0:9BE4:05:000:Infinite Lives PL1
  6216. commsega:0:9BE5:05:000:Infinite Lives PL2
  6217.  
  6218. ; [ Comotion ]
  6219. comotion:0:E36E:08:000:Infinite Lives Bottom Player
  6220. comotion:0:E00D:0A:000:Infinite Lives Top Player
  6221. comotion:0:E180:09:000:Infinite Lives Left Player
  6222. comotion:0:E17F:0B:000:Infinite Lives Right Player
  6223.  
  6224. ; [ Congo Bongo ]
  6225. congo:0:8220:06:000:Infinite Lives
  6226. congo:0:8304:99:000:Infinite Bonus
  6227. congo:0:840D:00:000:No sprite/sprite collision
  6228. congo:0:0000:00:999:[Use 'Walk on water' with   ]
  6229. congo:0:0000:00:999:[caution. To complete the   ]
  6230. congo:0:0000:00:999:[level you must press F5.   ]
  6231. congo:0:8417:00:000:Walk on water
  6232.  
  6233. ; [ Contra (US) ]
  6234. contra:0:3B1C:09:000:Infinite Time
  6235. contra:0:1081:99:000:Infinite Lives PL1
  6236. contra:0:1245:01:000:Invincibility PL1 (1/2)
  6237. contra:0:1246:7F:500:Invincibility PL1 (2/2)
  6238. contra:0:1215:01:000:Always Use Normal Weapon PL1
  6239. contra:0:1215:02:000:Always Use Long Laser PL1
  6240. contra:0:1215:03:000:Always Use Short Laser PL1
  6241. contra:0:1215:04:000:Always Use Rapid Cannon PL1
  6242. contra:0:1215:0A:000:Always Use Spread Cannon PL1
  6243. contra:0:1215:14:000:Always Use Fireball PL1
  6244. contra:0:1215:00:001:Get Normal weapon Now! PL1
  6245. contra:0:1215:02:001:Get Long Laser Now! PL1
  6246. contra:0:1215:03:001:Get Short Laser Now! PL1
  6247. contra:0:1215:04:001:Get Rapid Cannon Now! PL1
  6248. contra:0:1215:0A:001:Get Spread Cannon Now! PL1
  6249. contra:0:1215:14:001:Get Fireball Now! PL1
  6250. contra:0:108D:99:000:Infinite Lives PL2
  6251. contra:0:1305:01:000:Invincibility PL2 (1/2)
  6252. contra:0:1306:7F:500:Invincibility PL2 (2/2)
  6253. contra:0:12D5:01:000:Always Use Normal Weapon PL2
  6254. contra:0:12D5:02:000:Always Use Long Laser PL2
  6255. contra:0:12D5:03:000:Always Use Short Laser PL2
  6256. contra:0:12D5:04:000:Always Use Rapid Cannon PL2
  6257. contra:0:12D5:0A:000:Always Use Spread Cannon PL2
  6258. contra:0:12D5:14:000:Always Use Fireball PL2
  6259. contra:0:12D5:00:001:Get Normal weapon Now! PL2
  6260. contra:0:12D5:02:001:Get Long Laser Now! PL2
  6261. contra:0:12D5:03:001:Get Short Laser Now! PL2
  6262. contra:0:12D5:04:001:Get Rapid Cannon Now! PL2
  6263. contra:0:12D5:0A:001:Get Spread Cannon Now! PL2
  6264. contra:0:12D5:14:001:Get Fireball Now! PL2
  6265. contra:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
  6266.  
  6267. ; [ Contra (US bootleg) ]
  6268. contrab:0:3B1C:09:000:Infinite Time
  6269. contrab:0:1081:99:000:Infinite Lives PL1
  6270. contrab:0:1245:01:000:Invincibility PL1 (1/2)
  6271. contrab:0:1246:7F:500:Invincibility PL1 (2/2)
  6272. contrab:0:1215:01:000:Always Use Normal Weapon PL1
  6273. contrab:0:1215:02:000:Always Use Long Laser PL1
  6274. contrab:0:1215:03:000:Always Use Short Laser PL1
  6275. contrab:0:1215:04:000:Always Use Rapid Cannon PL1
  6276. contrab:0:1215:0A:000:Always Use Spread Cannon PL1
  6277. contrab:0:1215:14:000:Always Use Fireball PL1
  6278. contrab:0:1215:00:001:Get Normal weapon Now! PL1
  6279. contrab:0:1215:02:001:Get Long Laser Now! PL1
  6280. contrab:0:1215:03:001:Get Short Laser Now! PL1
  6281. contrab:0:1215:04:001:Get Rapid Cannon Now! PL1
  6282. contrab:0:1215:0A:001:Get Spread Cannon Now! PL1
  6283. contrab:0:1215:14:001:Get Fireball Now! PL1
  6284. contrab:0:108D:99:000:Infinite Lives PL2
  6285. contrab:0:1305:01:000:Invincibility PL2 (1/2)
  6286. contrab:0:1306:7F:500:Invincibility PL2 (2/2)
  6287. contrab:0:12D5:01:000:Always Use Normal Weapon PL2
  6288. contrab:0:12D5:02:000:Always Use Long Laser PL2
  6289. contrab:0:12D5:03:000:Always Use Short Laser PL2
  6290. contrab:0:12D5:04:000:Always Use Rapid Cannon PL2
  6291. contrab:0:12D5:0A:000:Always Use Spread Cannon PL2
  6292. contrab:0:12D5:14:000:Always Use Fireball PL2
  6293. contrab:0:12D5:00:001:Get Normal weapon Now! PL2
  6294. contrab:0:12D5:02:001:Get Long Laser Now! PL2
  6295. contrab:0:12D5:03:001:Get Short Laser Now! PL2
  6296. contrab:0:12D5:04:001:Get Rapid Cannon Now! PL2
  6297. contrab:0:12D5:0A:001:Get Spread Cannon Now! PL2
  6298. contrab:0:12D5:14:001:Get Fireball Now! PL2
  6299. contrab:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
  6300.  
  6301. ; [ Contra (Japan) ]
  6302. contraj:0:3B1C:09:000:Infinite Time
  6303. contraj:0:1081:99:000:Infinite Lives PL1
  6304. contraj:0:1245:01:000:Invincibility PL1 (1/2)
  6305. contraj:0:1246:7F:500:Invincibility PL1 (2/2)
  6306. contraj:0:1215:01:000:Always Use Normal Weapon PL1
  6307. contraj:0:1215:02:000:Always Use Long Laser PL1
  6308. contraj:0:1215:03:000:Always Use Short Laser PL1
  6309. contraj:0:1215:04:000:Always Use Rapid Cannon PL1
  6310. contraj:0:1215:0A:000:Always Use Spread Cannon PL1
  6311. contraj:0:1215:14:000:Always Use Fireball PL1
  6312. contraj:0:1215:00:001:Get Normal weapon Now! PL1
  6313. contraj:0:1215:02:001:Get Long Laser Now! PL1
  6314. contraj:0:1215:03:001:Get Short Laser Now! PL1
  6315. contraj:0:1215:04:001:Get Rapid Cannon Now! PL1
  6316. contraj:0:1215:0A:001:Get Spread Cannon Now! PL1
  6317. contraj:0:1215:14:001:Get Fireball Now! PL1
  6318. contraj:0:108D:99:000:Infinite Lives PL2
  6319. contraj:0:1305:01:000:Invincibility PL2 (1/2)
  6320. contraj:0:1306:7F:500:Invincibility PL2 (2/2)
  6321. contraj:0:12D5:01:000:Always Use Normal Weapon PL2
  6322. contraj:0:12D5:02:000:Always Use Long Laser PL2
  6323. contraj:0:12D5:03:000:Always Use Short Laser PL2
  6324. contraj:0:12D5:04:000:Always Use Rapid Cannon PL2
  6325. contraj:0:12D5:0A:000:Always Use Spread Cannon PL2
  6326. contraj:0:12D5:14:000:Always Use Fireball PL2
  6327. contraj:0:12D5:00:001:Get Normal weapon Now! PL2
  6328. contraj:0:12D5:02:001:Get Long Laser Now! PL2
  6329. contraj:0:12D5:03:001:Get Short Laser Now! PL2
  6330. contraj:0:12D5:04:001:Get Rapid Cannon Now! PL2
  6331. contraj:0:12D5:0A:001:Get Spread Cannon Now! PL2
  6332. contraj:0:12D5:14:001:Get Fireball Now! PL2
  6333. contraj:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
  6334.  
  6335. ; [ Contra (Japan bootleg) ]
  6336. contrajb:0:3B1C:09:000:Infinite Time
  6337. contrajb:0:1081:99:000:Infinite Lives PL1
  6338. contrajb:0:1245:01:000:Invincibility PL1 (1/2)
  6339. contrajb:0:1246:7F:500:Invincibility PL1 (2/2)
  6340. contrajb:0:1215:01:000:Always Use Normal Weapon PL1
  6341. contrajb:0:1215:02:000:Always Use Long Laser PL1
  6342. contrajb:0:1215:03:000:Always Use Short Laser PL1
  6343. contrajb:0:1215:04:000:Always Use Rapid Cannon PL1
  6344. contrajb:0:1215:0A:000:Always Use Spread Cannon PL1
  6345. contrajb:0:1215:14:000:Always Use Fireball PL1
  6346. contrajb:0:1215:00:001:Get Normal weapon Now! PL1
  6347. contrajb:0:1215:02:001:Get Long Laser Now! PL1
  6348. contrajb:0:1215:03:001:Get Short Laser Now! PL1
  6349. contrajb:0:1215:04:001:Get Rapid Cannon Now! PL1
  6350. contrajb:0:1215:0A:001:Get Spread Cannon Now! PL1
  6351. contrajb:0:1215:14:001:Get Fireball Now! PL1
  6352. contrajb:0:108D:99:000:Infinite Lives PL2
  6353. contrajb:0:1305:01:000:Invincibility PL2 (1/2)
  6354. contrajb:0:1306:7F:500:Invincibility PL2 (2/2)
  6355. contrajb:0:12D5:01:000:Always Use Normal Weapon PL2
  6356. contrajb:0:12D5:02:000:Always Use Long Laser PL2
  6357. contrajb:0:12D5:03:000:Always Use Short Laser PL2
  6358. contrajb:0:12D5:04:000:Always Use Rapid Cannon PL2
  6359. contrajb:0:12D5:0A:000:Always Use Spread Cannon PL2
  6360. contrajb:0:12D5:14:000:Always Use Fireball PL2
  6361. contrajb:0:12D5:00:001:Get Normal weapon Now! PL2
  6362. contrajb:0:12D5:02:001:Get Long Laser Now! PL2
  6363. contrajb:0:12D5:03:001:Get Short Laser Now! PL2
  6364. contrajb:0:12D5:04:001:Get Rapid Cannon Now! PL2
  6365. contrajb:0:12D5:0A:001:Get Spread Cannon Now! PL2
  6366. contrajb:0:12D5:14:001:Get Fireball Now! PL2
  6367. contrajb:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
  6368.  
  6369. ; [ Cook Race ]
  6370. cookrace:0:0028:05:000:Infinite Lives PL1
  6371. cookrace:0:002A:99:000:Infinite Pepper PL1
  6372. cookrace:0:0029:05:000:Infinite Lives PL2
  6373. cookrace:0:002B:99:000:Infinite Pepper PL2
  6374. cookrace:0:0000:00:999:[Turn off Invincibility     ]
  6375. cookrace:0:0000:00:999:[with F5 before you drop the]
  6376. cookrace:0:0000:00:999:[last top burger bun!!!     ]
  6377. cookrace:0:006B:00:000:Invincibility (1/2)
  6378. cookrace:0:009C:01:500:Invincibility (2/2)
  6379.  
  6380. ; [ Cop 01 (set 1) ]
  6381. cop01:0:C41D:63:000:Infinite Lives
  6382. cop01:0:C041:07:000:Invincibility
  6383. cop01:0:C426:FF:000:Charge Always = 255
  6384.  
  6385. ; [ Cop 01 (set 2) ]
  6386. cop01a:0:C41E:63:000:Infinite Lives
  6387. cop01a:0:C042:07:000:Invincibility
  6388. cop01a:0:C427:FF:000:Charge Always = 255
  6389.  
  6390. ; [ Cops'n Robbers ]
  6391. copsnrob:0:0054:39:000:Infinite Time
  6392.  
  6393. ; [ Cosmic Alien ]
  6394. cosmica:0:4003:06:000:Infinite Lives PL1
  6395. cosmica:0:4004:06:000:Infinite Lives PL2
  6396. cosmica:0:4000:40:000:Invincibility (1/2)
  6397. cosmica:0:404A:A0:500:Invincibility (2/2)
  6398.  
  6399. ; [ Cosmic Alien (older) ]
  6400. cosmica2:0:4003:06:000:Infinite Lives PL1
  6401. cosmica2:0:4004:06:000:Infinite Lives PL2
  6402. cosmica2:0:4000:40:000:Invincibility (1/2)
  6403. cosmica2:0:404A:A0:500:Invincibility (2/2)
  6404.  
  6405. ; [ Cosmic Guerilla ]
  6406. cosmicg:0:3C05:05:000:Infinite Lives PL1
  6407. cosmicg:0:3C07:05:000:Infinite Lives PL2
  6408.  
  6409. ; [ Cosmic Monsters ]
  6410. cosmicmo:0:21FF:03:000:Infinite Lives PL1
  6411. cosmicmo:0:22FF:07:000:Infinite Lives PL2
  6412. cosmicmo:0:2009:78:000:Invaders never drop
  6413. cosmicmo:0:2069:00:000:Invaders don't fire (1/2)
  6414. cosmicmo:0:206A:30:500:Invaders don't fire (2/2)
  6415.  
  6416. ; [ Cosmo Gang the Video (US) ]
  6417. cosmogng:0:409B29:03:000:Infinite Lives
  6418. cosmogng:0:100715:22:000:Double Shot PL1
  6419. cosmogng:0:1008CD:08:000:Bonus Multiplier always=9 PL1
  6420. cosmogng:0:10100B:01:000:Invincibility PL1
  6421. cosmogng:0:100717:22:000:Double Shot PL2
  6422. cosmogng:0:1008CF:08:000:Bonus Multiplier always=9 PL2
  6423. cosmogng:0:101089:01:000:Invincibility PL2
  6424. cosmogng:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  6425.  
  6426. ; [ Cosmo Gang the Video (Japan) ]
  6427. cosmognj:0:409B29:03:000:Infinite Lives
  6428. cosmognj:0:100715:22:000:Double Shot PL1
  6429. cosmognj:0:1008CD:08:000:Bonus Multiplier always=9 PL1
  6430. cosmognj:0:10100B:01:000:Invincibility PL1
  6431. cosmognj:0:100717:22:000:Double Shot PL2
  6432. cosmognj:0:1008CF:08:000:Bonus Multiplier always=9 PL2
  6433. cosmognj:0:101089:01:000:Invincibility PL2
  6434. cosmognj:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  6435.  
  6436. ; [ Cotocoto Cottong ]
  6437. cottong:0:9900:06:000:Infinite Lives
  6438.  
  6439. ; [ Crackshot (version 2.0) ]
  6440. cracksht:0:3317:00:000:No time between bullets
  6441. cracksht:0:333A:80:004:Infinite Time PL1
  6442. cracksht:0:3335:00:001:Finish level Now! PL1  (1/3)
  6443. cracksht:0:3336:00:501:Finish level Now! PL1  (2/3)
  6444. cracksht:0:3337:00:501:Finish level Now! PL1  (3/3)
  6445. cracksht:0:334E:80:004:Infinite Time PL2
  6446. cracksht:0:3349:00:001:Finish level Now! PL2  (1/3)
  6447. cracksht:0:334A:00:501:Finish level Now! PL2  (2/3)
  6448. cracksht:0:334B:00:501:Finish level Now! PL2  (3/3)
  6449.  
  6450. ; [ Crash ]
  6451. crash:0:000E:02:000:Infinite Lives
  6452.  
  6453. ; [ Crater Raider ]
  6454. crater:0:F4F3:04:000:Infinite Lives
  6455. crater:0:F4F4:09:000:Infinite Time
  6456. crater:0:F4F1:80:000:Infinite Energy
  6457.  
  6458. ; [ Crazy Cop (Japan) ]
  6459. crazycop:0:0000:00:999:[Only enable invincibility  ]
  6460. crazycop:0:0000:00:999:[during gameplay and press  ]
  6461. crazycop:0:0000:00:999:[F5 to arrest the gangster  ]
  6462. crazycop:0:0000:00:999:[whenever the Message       ]
  6463. crazycop:0:0000:00:999:['Good Luck' appears!       ]
  6464. crazycop:0:0000:00:999:[Reactivate cheat with F5.  ]
  6465. crazycop:0:40A0:06:000:Infinite Lives PL1
  6466. crazycop:0:4801:01:000:Invincibility PL1
  6467. crazycop:0:40B0:06:000:Infinite Lives PL2        
  6468. crazycop:0:4891:01:000:Invincibility PL2
  6469. crazycop:0:500A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
  6470.  
  6471. ; [ Crazy Balloon (set 2) ]
  6472. crbalon2:0:40F0:05:000:Infinite Lives PL1
  6473. crbalon2:0:40F1:05:000:Infinite Lives PL2
  6474.  
  6475. ; [ Crazy Balloon (set 1) ]
  6476. crbaloon:0:40F0:05:000:Infinite Lives PL1
  6477. crbaloon:0:40F1:05:000:Infinite Lives PL2
  6478.  
  6479. ; [ Crime Fighters (US 4 players) ]
  6480. crimfght:0:0562:99:000:Infinite Energy PL1 (1/2)
  6481. crimfght:0:0563:99:500:Infinite Energy PL1 (2/2)
  6482. crimfght:0:093C:FF:000:Invincibility PL1:Only in "fair" fights
  6483. crimfght:0:091C:0F:000:Infinite Ammo PL1
  6484. crimfght:0:0918:01:000:Always have Knife PL1 (1/3)
  6485. crimfght:0:04E0:60:500:Always have Knife PL1 (2/3)
  6486. crimfght:0:04E1:84:500:Always have Knife PL1 (3/3)
  6487. crimfght:0:0918:02:000:Always have Pipe PL1 (1/3)
  6488. crimfght:0:04E0:61:500:Always have Pipe PL1 (2/3)
  6489. crimfght:0:04E1:02:500:Always have Pipe PL1 (3/3)
  6490. crimfght:0:0918:03:000:Always have Gun PL1 (1/3)
  6491. crimfght:0:04E0:61:500:Always have Gun PL1 (2/3)
  6492. crimfght:0:04E1:80:500:Always have Gun PL1 (3/3)
  6493. crimfght:0:0918:01:001:Get Knife Now! PL1 (1/3)
  6494. crimfght:0:04E0:60:501:Get Knife Now! PL1 (2/3)
  6495. crimfght:0:04E1:84:501:Get Knife Now! PL1 (3/3)
  6496. crimfght:0:0918:02:001:Get Pipe Now! PL1 (1/3)
  6497. crimfght:0:04E0:61:501:Get Pipe Now! PL1 (2/3)
  6498. crimfght:0:04E1:02:501:Get Pipe Now! PL1 (3/3)
  6499. crimfght:0:0918:03:001:Get Gun Now! PL1 (1/3)
  6500. crimfght:0:04E0:61:501:Get Gun Now! PL1 (2/3)
  6501. crimfght:0:04E1:80:501:Get Gun Now! PL1 (3/3)
  6502. crimfght:0:0564:99:000:Infinite Energy PL2 (1/2)
  6503. crimfght:0:0565:99:500:Infinite Energy PL2 (2/2)
  6504. crimfght:0:097C:FF:000:Invincibility PL2:Only in "fair" fights
  6505. crimfght:0:095C:0F:000:Infinite Ammo PL2
  6506. crimfght:0:0958:01:000:Always have Knife PL2 (1/3)
  6507. crimfght:0:04E2:60:500:Always have Knife PL2 (2/3)
  6508. crimfght:0:04E3:84:500:Always have Knife PL2 (3/3)
  6509. crimfght:0:0958:02:000:Always have Pipe PL2 (1/3)
  6510. crimfght:0:04E2:61:500:Always have Pipe PL2 (2/3)
  6511. crimfght:0:04E3:02:500:Always have Pipe PL2 (3/3)
  6512. crimfght:0:0958:03:000:Always have Gun PL2 (1/3)
  6513. crimfght:0:04E2:61:500:Always have Gun PL2 (2/3)
  6514. crimfght:0:04E3:80:500:Always have Gun PL2 (3/3)
  6515. crimfght:0:0958:01:001:Get Knife Now! PL2 (1/3)
  6516. crimfght:0:04E2:60:501:Get Knife Now! PL2 (2/3)
  6517. crimfght:0:04E3:84:501:Get Knife Now! PL2 (3/3)
  6518. crimfght:0:0958:02:001:Get Pipe Now! PL2 (1/3)
  6519. crimfght:0:04E2:61:501:Get Pipe Now! PL2 (2/3)
  6520. crimfght:0:04E3:02:501:Get Pipe Now! PL2 (3/3)
  6521. crimfght:0:0958:03:001:Get Gun Now! PL2 (1/3)
  6522. crimfght:0:04E2:61:501:Get Gun Now! PL2 (2/3)
  6523. crimfght:0:04E3:80:501:Get Gun Now! PL2 (3/3)
  6524. crimfght:0:0566:99:000:Infinite Energy PL3 (1/2)
  6525. crimfght:0:0567:99:500:Infinite Energy PL3 (2/2)
  6526. crimfght:0:09BC:FF:000:Invincibility PL3:Only in "fair" fights
  6527. crimfght:0:099C:0F:000:Infinite Ammo PL3
  6528. crimfght:0:0998:01:000:Always have Knife PL3 (1/3)
  6529. crimfght:0:04E4:60:500:Always have Knife PL3 (2/3)
  6530. crimfght:0:04E5:84:500:Always have Knife PL3 (3/3)
  6531. crimfght:0:0998:02:000:Always have Pipe PL3 (1/3)
  6532. crimfght:0:04E4:61:500:Always have Pipe PL3 (2/3)
  6533. crimfght:0:04E5:02:500:Always have Pipe PL3 (3/3)
  6534. crimfght:0:0998:03:000:Always have Gun PL3 (1/3)
  6535. crimfght:0:04E4:61:500:Always have Gun PL3 (2/3)
  6536. crimfght:0:04E5:80:500:Always have Gun PL3 (3/3)
  6537. crimfght:0:0998:01:001:Get Knife Now! PL3 (1/3)
  6538. crimfght:0:04E4:60:501:Get Knife Now! PL3 (2/3)
  6539. crimfght:0:04E5:84:501:Get Knife Now! PL3 (3/3)
  6540. crimfght:0:0998:02:001:Get Pipe Now! PL3 (1/3)
  6541. crimfght:0:04E4:61:501:Get Pipe Now! PL3 (2/3)
  6542. crimfght:0:04E5:02:501:Get Pipe Now! PL3 (3/3)
  6543. crimfght:0:0998:03:001:Get Gun Now! PL3 (1/3)
  6544. crimfght:0:04E4:61:501:Get Gun Now! PL3 (2/3)
  6545. crimfght:0:04E5:80:501:Get Gun Now! PL3 (3/3)
  6546. crimfght:0:0568:99:000:Infinite Energy PL4 (1/2)
  6547. crimfght:0:0569:99:500:Infinite Energy PL4 (2/2)
  6548. crimfght:0:09FC:FF:000:Invincibility PL4:Only in "fair" fights
  6549. crimfght:0:09DC:0F:000:Infinite Ammo PL4
  6550. crimfght:0:09D8:01:000:Always have Knife PL4 (1/3)
  6551. crimfght:0:04E6:60:500:Always have Knife PL4 (2/3)
  6552. crimfght:0:04E7:84:500:Always have Knife PL4 (3/3)
  6553. crimfght:0:09D8:02:000:Always have Pipe PL4 (1/3)
  6554. crimfght:0:04E6:61:500:Always have Pipe PL4 (2/3)
  6555. crimfght:0:04E7:02:500:Always have Pipe PL4 (3/3)
  6556. crimfght:0:09D8:03:000:Always have Gun PL4 (1/3)
  6557. crimfght:0:04E6:61:500:Always have Gun PL4 (2/3)
  6558. crimfght:0:04E7:80:500:Always have Gun PL4 (3/3)
  6559. crimfght:0:09D8:01:001:Get Knife Now! PL4 (1/3)
  6560. crimfght:0:04E6:60:501:Get Knife Now! PL4 (2/3)
  6561. crimfght:0:04E7:84:501:Get Knife Now! PL4 (3/3)
  6562. crimfght:0:09D8:02:001:Get Pipe Now! PL4 (1/3)
  6563. crimfght:0:04E6:61:501:Get Pipe Now! PL4 (2/3)
  6564. crimfght:0:04E7:02:501:Get Pipe Now! PL4 (3/3)
  6565. crimfght:0:09D8:03:001:Get Gun Now! PL4 (1/3)
  6566. crimfght:0:04E6:61:501:Get Gun Now! PL4 (2/3)
  6567. crimfght:0:04E7:80:501:Get Gun Now! PL4 (3/3)
  6568. crimfght:0:1645:FF:000:Sound Test Timer Stop:[PL2 Shot2]Next Code
  6569.  
  6570. ; [ Crime Fighters (World 2 Players) ]
  6571. crimfgt2:0:0527:9A:000:Infinite Time
  6572. crimfgt2:0:052B:0A:000:Infinite Lives PL1
  6573. crimfgt2:0:0562:20:000:Infinite Energy PL1
  6574. crimfgt2:0:093C:FF:000:Invincibility PL1:Only in "fair" fights
  6575. crimfgt2:0:0918:01:000:Always have Knife PL1 (1/3)
  6576. crimfgt2:0:04E0:60:500:Always have Knife PL1 (2/3)
  6577. crimfgt2:0:04E1:84:500:Always have Knife PL1 (3/3)
  6578. crimfgt2:0:0918:02:000:Always have Pipe PL1 (1/3)
  6579. crimfgt2:0:04E0:61:500:Always have Pipe PL1 (2/3)
  6580. crimfgt2:0:04E1:02:500:Always have Pipe PL1 (3/3)
  6581. crimfgt2:0:0918:03:000:Always have Gun PL1 (1/3)
  6582. crimfgt2:0:04E0:61:500:Always have Gun PL1 (2/3)
  6583. crimfgt2:0:04E1:80:500:Always have Gun PL1 (3/3)
  6584. crimfgt2:0:0918:01:001:Get Knife Now! PL1 (1/3)
  6585. crimfgt2:0:04E0:60:501:Get Knife Now! PL1 (2/3)
  6586. crimfgt2:0:04E1:84:501:Get Knife Now! PL1 (3/3)
  6587. crimfgt2:0:0918:02:001:Get Pipe Now! PL1 (1/3)
  6588. crimfgt2:0:04E0:61:501:Get Pipe Now! PL1 (2/3)
  6589. crimfgt2:0:04E1:02:501:Get Pipe Now! PL1 (3/3)
  6590. crimfgt2:0:0918:03:001:Get Gun Now! PL1 (1/3)
  6591. crimfgt2:0:04E0:61:501:Get Gun Now! PL1 (2/3)
  6592. crimfgt2:0:04E1:80:501:Get Gun Now! PL1 (3/3)
  6593. crimfgt2:0:052C:0A:000:Infinite Lives PL2
  6594. crimfgt2:0:0564:20:000:Infinite Energy PL2
  6595. crimfgt2:0:097C:FF:000:Invincibility PL2:Only in "fair" fights
  6596. crimfgt2:0:0958:01:000:Always have Knife PL2 (1/3)
  6597. crimfgt2:0:04E2:60:500:Always have Knife PL2 (2/3)
  6598. crimfgt2:0:04E3:84:500:Always have Knife PL2 (3/3)
  6599. crimfgt2:0:0958:02:000:Always have Pipe PL2 (1/3)
  6600. crimfgt2:0:04E2:61:500:Always have Pipe PL2 (2/3)
  6601. crimfgt2:0:04E3:02:500:Always have Pipe PL2 (3/3)
  6602. crimfgt2:0:0958:03:000:Always have Gun PL2 (1/3)
  6603. crimfgt2:0:04E2:61:500:Always have Gun PL2 (2/3)
  6604. crimfgt2:0:04E3:80:500:Always have Gun PL2 (3/3)
  6605. crimfgt2:0:0958:01:001:Get Knife Now! PL2 (1/3)
  6606. crimfgt2:0:04E2:60:501:Get Knife Now! PL2 (2/3)
  6607. crimfgt2:0:04E3:84:501:Get Knife Now! PL2 (3/3)
  6608. crimfgt2:0:0958:02:001:Get Pipe Now! PL2 (1/3)
  6609. crimfgt2:0:04E2:61:501:Get Pipe Now! PL2 (2/3)
  6610. crimfgt2:0:04E3:02:501:Get Pipe Now! PL2 (3/3)
  6611. crimfgt2:0:0958:03:001:Get Gun Now! PL2 (1/3)
  6612. crimfgt2:0:04E2:61:501:Get Gun Now! PL2 (2/3)
  6613. crimfgt2:0:04E3:80:501:Get Gun Now! PL2 (3/3)
  6614. crimfgt2:0:1645:FF:000:Sound Test Timer Stop:[PL2 Shot2]Next Code
  6615.  
  6616. ; [ Crime Fighters (Japan 2 Players) ]
  6617. crimfgtj:0:0527:9A:000:Infinite Time
  6618. crimfgtj:0:052B:0A:000:Infinite Lives PL1
  6619. crimfgtj:0:0562:20:000:Infinite Energy PL1
  6620. crimfgtj:0:093C:FF:000:Invincibility PL1:Only in "fair" fights
  6621. crimfgtj:0:0918:01:000:Always have Knife PL1 (1/3)
  6622. crimfgtj:0:04E0:60:500:Always have Knife PL1 (2/3)
  6623. crimfgtj:0:04E1:84:500:Always have Knife PL1 (3/3)
  6624. crimfgtj:0:0918:02:000:Always have Pipe PL1 (1/3)
  6625. crimfgtj:0:04E0:61:500:Always have Pipe PL1 (2/3)
  6626. crimfgtj:0:04E1:02:500:Always have Pipe PL1 (3/3)
  6627. crimfgtj:0:0918:03:000:Always have Gun PL1 (1/3)
  6628. crimfgtj:0:04E0:61:500:Always have Gun PL1 (2/3)
  6629. crimfgtj:0:04E1:80:500:Always have Gun PL1 (3/3)
  6630. crimfgtj:0:0918:01:001:Get Knife Now! PL1 (1/3)
  6631. crimfgtj:0:04E0:60:501:Get Knife Now! PL1 (2/3)
  6632. crimfgtj:0:04E1:84:501:Get Knife Now! PL1 (3/3)
  6633. crimfgtj:0:0918:02:001:Get Pipe Now! PL1 (1/3)
  6634. crimfgtj:0:04E0:61:501:Get Pipe Now! PL1 (2/3)
  6635. crimfgtj:0:04E1:02:501:Get Pipe Now! PL1 (3/3)
  6636. crimfgtj:0:0918:03:001:Get Gun Now! PL1 (1/3)
  6637. crimfgtj:0:04E0:61:501:Get Gun Now! PL1 (2/3)
  6638. crimfgtj:0:04E1:80:501:Get Gun Now! PL1 (3/3)
  6639. crimfgtj:0:052C:0A:000:Infinite Lives PL2
  6640. crimfgtj:0:0564:20:000:Infinite Energy PL2
  6641. crimfgtj:0:097C:FF:000:Invincibility PL2:Only in "fair" fights
  6642. crimfgtj:0:0958:01:000:Always have Knife PL2 (1/3)
  6643. crimfgtj:0:04E2:60:500:Always have Knife PL2 (2/3)
  6644. crimfgtj:0:04E3:84:500:Always have Knife PL2 (3/3)
  6645. crimfgtj:0:0958:02:000:Always have Pipe PL2 (1/3)
  6646. crimfgtj:0:04E2:61:500:Always have Pipe PL2 (2/3)
  6647. crimfgtj:0:04E3:02:500:Always have Pipe PL2 (3/3)
  6648. crimfgtj:0:0958:03:000:Always have Gun PL2 (1/3)
  6649. crimfgtj:0:04E2:61:500:Always have Gun PL2 (2/3)
  6650. crimfgtj:0:04E3:80:500:Always have Gun PL2 (3/3)
  6651. crimfgtj:0:0958:01:001:Get Knife Now! PL2 (1/3)
  6652. crimfgtj:0:04E2:60:501:Get Knife Now! PL2 (2/3)
  6653. crimfgtj:0:04E3:84:501:Get Knife Now! PL2 (3/3)
  6654. crimfgtj:0:0958:02:001:Get Pipe Now! PL2 (1/3)
  6655. crimfgtj:0:04E2:61:501:Get Pipe Now! PL2 (2/3)
  6656. crimfgtj:0:04E3:02:501:Get Pipe Now! PL2 (3/3)
  6657. crimfgtj:0:0958:03:001:Get Gun Now! PL2 (1/3)
  6658. crimfgtj:0:04E2:61:501:Get Gun Now! PL2 (2/3)
  6659. crimfgtj:0:04E3:80:501:Get Gun Now! PL2 (3/3)
  6660. crimfgtj:0:1645:FF:000:Sound Test Timer Stop:[PL2 Shot2]Next Code
  6661.  
  6662. ; [ Crossbow (version 2.0) ]
  6663. crossbow:0:3902:00:000:No time between bullets
  6664. crossbow:0:0000:00:999:["get em back" codes,survive]
  6665. crossbow:0:0000:00:999:[the level w/anyone, and you]
  6666. crossbow:0:0000:00:999:[get whoever you want back  ]
  6667. crossbow:0:0000:00:999:[when it's time to pick your]
  6668. crossbow:0:0000:00:999:[path!                      ]
  6669. crossbow:0:2200:FF:000:Always get Ranger back
  6670. crossbow:0:2201:FF:000:Always get Dwarf back
  6671. crossbow:0:2202:FF:000:Always get Valkyrie back
  6672. crossbow:0:2203:FF:000:Always get Zulu back
  6673. crossbow:0:2204:FF:000:Always get Monk back
  6674. crossbow:0:2205:FF:000:Always get Thief back
  6675. crossbow:0:2206:FF:000:Always get Wizard back
  6676. crossbow:0:2207:FF:000:Always get Child back
  6677.  
  6678. ; [ Crossed Swords ]
  6679. crsword:0:10405B:64:000:Infinite Energy PL1
  6680. crsword:0:104052:FF:000:Max Power Bar PL1
  6681. crsword:0:10405C:63:000:Infinite Bombs PL1
  6682. crsword:0:104066:FF:000:Infinite Gold PL1 (1/2)
  6683. crsword:0:104067:FF:500:Infinite Gold PL1 (2/2)
  6684. crsword:0:1040DB:64:000:Infinite Energy PL2 
  6685. crsword:0:1040D2:FF:000:Max Power Bar PL2
  6686. crsword:0:1040DC:63:000:Infinite Bombs PL2
  6687. crsword:0:1040E6:FF:000:Infinite Gold PL2 (1/2)
  6688. crsword:0:1040E7:FF:500:Infinite Gold PL2 (2/2)
  6689.  
  6690. ; [ Cruisin ]
  6691. cruisin:0:004C:03:000:Infinite Lives PL1
  6692. cruisin:0:00AE:01:000:Infinite Oil PL1
  6693. cruisin:0:004D:03:000:Infinite Lives PL2
  6694. cruisin:0:00AF:01:000:Infinite Oil PL2
  6695. cruisin:0:0000:02:000:Invincibility
  6696. cruisin:0:0000:07:001:Finish Stage Now!
  6697. cruisin:0:0000:00:999:[NOTE- Both parts of the    ]
  6698. cruisin:0:0000:00:999:[select stage cheats must be]
  6699. cruisin:0:0000:00:999:[enabled individually. You  ]
  6700. cruisin:0:0000:00:999:[must select the same value!]
  6701. cruisin:0:0002:0B:071:Select current stage (1/2)
  6702. cruisin:0:0003:0B:071:Select current stage (2/2)
  6703. cruisin:0:0002:0B:061:Select next stage (1/2)
  6704. cruisin:0:0003:0B:061:Select next stage (2/2)
  6705.  
  6706. ; [ Crush Roller (Kural Samno) ]
  6707. crush:0:4C1C:06:000:Infinite Lives PL1
  6708. crush:0:4C1D:06:000:Infinite Lives PL2
  6709. crush:0:4C1E:09:000:Infinite Credits
  6710. crush:0:4FC8:4C:000:Yellow can't eat you
  6711. crush:0:4FCA:4C:000:Green can't eat you
  6712. crush:0:4FC8:E0:001:Yellow can eat you
  6713. crush:0:4FCA:E0:001:Green can eat you
  6714.  
  6715. ; [ Crush Roller (Kural Esco - bootleg?) ]
  6716. crush2:0:4C1C:06:000:Infinite Lives PL1
  6717. crush2:0:4C1D:06:000:Infinite Lives PL2
  6718. crush2:0:4C1E:09:000:Infinite Credits
  6719. crush2:0:4FC8:4C:000:Yellow can't eat you
  6720. crush2:0:4FCA:4C:000:Green can't eat you
  6721. crush2:0:4FC8:E0:001:Yellow can eat you
  6722. crush2:0:4FCA:E0:001:Green can eat you
  6723.  
  6724. ; [ Crush Roller (Kural - bootleg?) ]
  6725. crush3:0:4C1C:06:000:Infinite Lives PL1
  6726. crush3:0:4C1D:06:000:Infinite Lives PL2
  6727. crush3:0:4C1E:09:000:Infinite Credits
  6728. crush3:0:4FC8:4C:000:Yellow can't eat you
  6729. crush3:0:4FCA:4C:000:Green can't eat you
  6730. crush3:0:4FC8:E0:001:Yellow can eat you
  6731. crush3:0:4FCA:E0:001:Green can eat you
  6732.  
  6733. ; [ Chicken Shift ]
  6734. cshift:0:019D:03:000:Infinite Lives
  6735.  
  6736. ; [ Captain Silver (Japan) ]
  6737. csilver:0:0054:03:000:Infinite Lives
  6738. csilver:0:003E:F0:000:Infinite Time
  6739. csilver:0:003C:01:000:Invincibility
  6740. csilver:0:1107:ED:000:Flickering OFF
  6741. csilver:0:0C1D:01:000:Always have Key
  6742. csilver:0:0C16:30:000:Always have Sword
  6743. csilver:0:0C15:80:000:Always have Hyper Sword
  6744. csilver:0:0C18:30:000:Always have Boots
  6745. csilver:0:0C17:80:000:Always have Hyper Boots
  6746. csilver:0:0C1A:30:000:Always have Invicible Potion
  6747. csilver:0:0C1B:30:000:Always have Clock
  6748. csilver:0:0C54:01:000:Always Magic Power Level 1
  6749. csilver:0:0C54:02:000:Always Magic Power Level 2
  6750. csilver:0:0C54:03:000:Always Magic Power Level 3
  6751. csilver:0:0C54:04:000:Always Magic Power Level 4
  6752. csilver:0:0C54:05:000:Always Magic Power Level 5
  6753. csilver:0:0C54:06:000:Always Magic Power Level 6
  6754. csilver:0:0C1D:01:000:Get Key Now!
  6755. csilver:0:0C16:30:000:Get Sword Now!
  6756. csilver:0:0C15:80:000:Get Hyper Sword Now!
  6757. csilver:0:0C18:30:000:Get Boots Now!
  6758. csilver:0:0C17:80:000:Get Hyper Boots Now!
  6759. csilver:0:0C1A:30:000:Get Invicible Potion Now!
  6760. csilver:0:0C1B:30:000:Get Clock Now!
  6761. csilver:0:0C54:01:000:Get Magic Power Level 1 Now!
  6762. csilver:0:0C54:02:000:Get Magic Power Level 2 Now!
  6763. csilver:0:0C54:03:000:Get Magic Power Level 3 Now!
  6764. csilver:0:0C54:04:000:Get Magic Power Level 4 Now!
  6765. csilver:0:0C54:05:000:Get Magic Power Level 5 Now!
  6766. csilver:0:0C54:06:000:Get Magic Power Level 6 Now!
  6767. csilver:0:0C1F:01:001:Get CAPTAIN SILVER  (1/3)
  6768. csilver:0:0C20:3F:501:Get CAPTAIN SILVER  (2/3)
  6769. csilver:0:0C21:3F:501:Get CAPTAIN SILVER  (3/3)
  6770. csilver:0:0C1F:01:021:Get letter - C
  6771. csilver:0:0C20:20:021:Get letter - A (first)
  6772. csilver:0:0C20:10:021:Get letter - P
  6773. csilver:0:0C20:08:021:Get letter - T
  6774. csilver:0:0C20:04:021:Get letter - A (second)
  6775. csilver:0:0C20:02:021:Get letter - I (first)
  6776. csilver:0:0C20:01:021:Get letter - N
  6777. csilver:0:0C21:20:021:Get letter - S
  6778. csilver:0:0C21:10:021:Get letter - I (second)
  6779. csilver:0:0C21:08:021:Get letter - L
  6780. csilver:0:0C21:04:021:Get letter - V
  6781. csilver:0:0C21:02:021:Get letter - E
  6782. csilver:0:0C21:01:021:Get letter - R
  6783. csilver:0:0000:99:000:Infinite Gold (1/3)
  6784. csilver:0:0001:99:500:Infinite Gold (2/3)
  6785. csilver:0:0002:99:500:Infinite Gold (3/3)
  6786.  
  6787. ; [ Championship Sprint ]
  6788. csprint:0:0D7D:1F:000:Fix No Soundcard Problem(1/2)
  6789. csprint:0:0D7C:1F:500:Fix No Soundcard Problem(2/2)
  6790. csprint:0:0DC8:03:000:Infinite Wrenches PL1
  6791. csprint:0:0DCC:05:000:Max Top Speed PL1
  6792. csprint:0:0DD0:05:000:Max Traction PL1
  6793. csprint:0:0DD4:05:000:Max Acceleration PL1
  6794. csprint:0:0DD8:05:000:Fastest Chopper PL1
  6795. csprint:0:0DC9:03:000:Infinite Wrenches PL2
  6796. csprint:0:0DCD:05:000:Max Top Speed PL2
  6797. csprint:0:0DD1:05:000:Max Traction PL2
  6798. csprint:0:0DD5:05:000:Max Acceleration PL2
  6799. csprint:0:0DD9:05:000:Fastest Chopper PL2
  6800. csprint:0:0596:04:001:Make Blue Car Win Now!
  6801. csprint:0:0597:04:001:Make Red Car Win Now!
  6802. csprint:0:0598:04:001:Make Yellow Car Win Now!
  6803. csprint:0:0599:04:001:Make Green Car Win Now!
  6804. csprint:0:0596:00:000:Stop Blue Car Winning
  6805. csprint:0:0597:00:000:Stop Red Car Winning
  6806. csprint:0:0598:00:000:Stop Yellow Car Winning
  6807. csprint:0:0599:00:000:Stop Green Car Winning
  6808.  
  6809. ; [ Combatribes, The (US) ]
  6810. ctribe:0:1C0078:09:000:Infinite Time (1/2)
  6811. ctribe:0:1C0079:99:500:Infinite Time (2/2)
  6812. ctribe:0:1C013C:09:000:Infinite Energy PL1 (1/2)
  6813. ctribe:0:1C013D:99:500:Infinite Energy PL1 (2/2)
  6814. ctribe:0:1C01F0:09:000:Infinite Energy PL2 (1/2)
  6815. ctribe:0:1C01F1:99:500:Infinite Energy PL2 (2/2)
  6816.  
  6817. ; [ Combatribes, The (bootleg) ]
  6818. ctribeb:0:1C0078:09:000:Infinite Time (1/2)
  6819. ctribeb:0:1C0079:99:500:Infinite Time (2/2)
  6820. ctribeb:0:1C013C:09:000:Infinite Energy PL1 (1/2)
  6821. ctribeb:0:1C013D:99:500:Infinite Energy PL1 (2/2)
  6822. ctribeb:0:1C01F0:09:000:Infinite Energy PL2 (1/2)
  6823. ctribeb:0:1C01F1:99:500:Infinite Energy PL2 (2/2)
  6824.  
  6825. ; [ Cuebrick ]
  6826. cuebrick:2:060009:64:000:Infinite Play Time
  6827. cuebrick:2:06002F:C8:000:Infinite Stop Time
  6828. cuebrick:2:06000D:64:000:Infinite Warp Time
  6829. cuebrick:2:06000D:01:001:Open Warp Tunnel Now!
  6830. cuebrick:2:000000:00:999:[You can either enable these]
  6831. cuebrick:2:000000:00:999:[Goto/Start on Stage cheats ]
  6832. cuebrick:2:000000:00:999:[on the title screen or in  ]
  6833. cuebrick:2:000000:00:999:[game, if you have enabled  ]
  6834. cuebrick:2:000000:00:999:[them in-game you will need ]
  6835. cuebrick:2:000000:00:999:[to finish the level or die ]
  6836. cuebrick:2:000000:00:999:[to see the effects of the  ]
  6837. cuebrick:2:000000:00:999:[cheat. Once you are on the ]
  6838. cuebrick:2:000000:00:999:[desired level you must turn]
  6839. cuebrick:2:000000:00:999:[the cheat OFF or you will  ]
  6840. cuebrick:2:000000:00:999:[keep playing that level!!  ]
  6841. cuebrick:2:06000E:08:000:Goto/Start on Stage 02-01
  6842. cuebrick:2:06000E:0D:000:Goto/Start on Stage 03-01
  6843. cuebrick:2:06000E:12:000:Goto/Start on Stage 04-01
  6844. cuebrick:2:06000E:17:000:Goto/Start on Stage 05-01
  6845. cuebrick:2:06000E:1C:000:Goto/Start on Stage 06-01
  6846. cuebrick:2:06000E:21:000:Goto/Start on Stage 07-01
  6847. cuebrick:2:06000E:26:000:Goto/Start on Stage 08-01
  6848. cuebrick:2:06000E:2B:000:Goto/Start on Stage 09-01
  6849. cuebrick:2:06000E:30:000:Goto/Start on Stage 10-01
  6850. cuebrick:2:06000E:35:000:Goto/Start on Stage 11-01
  6851. cuebrick:2:06000E:3A:000:Goto/Start on Stage 12-01
  6852. cuebrick:2:06000E:3F:000:Goto/Start on Stage 13-01
  6853. cuebrick:2:06000E:44:000:Goto/Start on Stage 14-01
  6854. cuebrick:2:06000E:49:000:Goto/Start on Stage 15-01
  6855. cuebrick:2:06000E:4E:000:Goto/Start on Stage 16-01
  6856. cuebrick:2:06000E:53:000:Goto/Start on Stage 17-01
  6857. cuebrick:2:06000E:58:000:Goto/Start on Stage 18-01
  6858. cuebrick:2:06000E:5D:000:Goto/Start on Stage 19-01
  6859. cuebrick:2:06000E:62:000:Goto/Start on Stage 20-01
  6860. cuebrick:2:06000E:67:000:Goto/Start on Stage END
  6861. cuebrick:2:060302:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  6862.  
  6863. ; [ Curve Ball ]
  6864. curvebal:0:0183:00:000:Infinite Strikes
  6865. curvebal:0:0132:00:000:Infinite Outs
  6866. curvebal:0:012D:00:000:Infinite Balls
  6867.  
  6868. ; [ Cutie Q ]
  6869. cutieq:0:20F4:08:000:Infinite Balls
  6870.  
  6871. ; [ Capcom World (Japan) ]
  6872. cworld:0:FA45:05:000:Infinite Vitality PL1
  6873. cworld:0:FAC5:05:000:Infinite Vitality PL2
  6874. cworld:0:0000:00:999:[Watch out for these values ]
  6875. cworld:0:0000:00:999:[   01=1, 02=2, 03=3, 04=4  ]
  6876. cworld:0:FC42:00:998:Watch me for good answer
  6877. cworld:0:F0AB:07:001:Good answer ends quiz Now!
  6878. cworld:0:F0A4:0A:000:Infinite Questions
  6879.  
  6880. ; [ Capcom World 2 (Japan) ]
  6881. cworld2j:0:FF11DB:05:000:Infinite Vitality PL1
  6882. cworld2j:0:FF14AB:05:000:Infinite Vitality PL2
  6883. cworld2j:0:000000:00:999:[Watch out for these values ]
  6884. cworld2j:0:000000:00:999:[   00=1, 01=2, 02=3, 03=4  ]
  6885. cworld2j:0:FFEA03:00:998:Watch me for good answer
  6886. cworld2j:0:FF10D7:00:001:Good answer ends quiz Now!
  6887.  
  6888. ; [ Cybattler ]
  6889. cybattlr:0:1FB03D:71:000:Infinite Fire Lvl1 PL1
  6890. cybattlr:0:1F0035:80:000:Infinite Health PL1 (1/5)
  6891. cybattlr:0:1F0037:80:500:Infinite Health PL1 (2/5)
  6892. cybattlr:0:1FB015:80:500:Infinite Health PL1 (3/5)
  6893. cybattlr:0:1FB033:80:500:Infinite Health PL1 (4/5)
  6894. cybattlr:0:1FC5C5:80:500:Infinite Health PL1 (5/5)
  6895. cybattlr:0:1FB042:03:000:Lvl 2 3 shot PL1
  6896. cybattlr:0:1FB0BD:71:000:Infinite Fire Lvl1 PL2
  6897. cybattlr:0:1F0055:80:000:Infinite Health PL2 (1/5)
  6898. cybattlr:0:1F0057:80:500:Infinite Health PL2 (2/5)
  6899. cybattlr:0:1FB095:80:500:Infinite Health PL2 (3/5)
  6900. cybattlr:0:1FB0B3:80:500:Infinite Health PL2 (4/5)
  6901. cybattlr:0:1FE645:80:500:Infinite Health PL2 (5/5)
  6902. cybattlr:0:1FB0C2:03:000:Lvl 2 3 shot PL2
  6903.  
  6904. ; [ Cyber-Lip ]
  6905. cyberlip:0:107E25:59:000:Infinite Time
  6906. cyberlip:0:10209D:99:000:Infinite Lives PL1
  6907. cyberlip:0:1020EC:99:000:Infinite Auto Gun PL1 (1/2)
  6908. cyberlip:0:1020ED:99:500:Infinite Auto Gun PL1 (2/2)
  6909. cyberlip:0:1020F0:99:000:Infinite Wide Gun PL1 (1/2)
  6910. cyberlip:0:1020F1:99:500:Infinite Wide Gun PL1 (2/2)
  6911. cyberlip:0:1020F2:99:000:Infinite Bazooka PL1 (1/2)
  6912. cyberlip:0:1020F3:99:500:Infinite Bazooka PL1 (2/2)
  6913. cyberlip:0:1020EE:99:000:Infinite Fire PL1 (1/2)
  6914. cyberlip:0:1020EF:99:500:Infinite Fire PL1 (2/2)
  6915. cyberlip:0:1020F4:99:000:Infinite Grenades PL1 (1/2)
  6916. cyberlip:0:1020F5:99:500:Infinite Grenades PL1 (2/2)
  6917. cyberlip:0:000000:00:999:[Use Invincibility with care]
  6918. cyberlip:0:000000:00:999:[Turn it off and on with F5 ]
  6919. cyberlip:0:000000:00:999:[when you disappear don't   ]
  6920. cyberlip:0:000000:00:999:[use too many other cheats  ]
  6921. cyberlip:0:102043:FF:000:Invincibility PL1 (1/2):This cheat is buggy
  6922. cyberlip:0:102044:FF:500:Invincibility PL1 (2/2):This cheat is buggy
  6923. cyberlip:0:10219D:99:000:Infinite Lives PL2
  6924. cyberlip:0:1021EC:99:000:Infinite Auto Gun PL2 (1/2)
  6925. cyberlip:0:1021ED:99:500:Infinite Auto Gun PL2 (2/2)
  6926. cyberlip:0:1021F0:99:000:Infinite Wide Gun PL2 (1/2)
  6927. cyberlip:0:1021F1:99:500:Infinite Wide Gun PL2 (2/2)
  6928. cyberlip:0:1021F2:99:000:Infinite Bazooka PL2 (1/2)
  6929. cyberlip:0:1021F3:99:500:Infinite Bazooka PL2 (2/2)
  6930. cyberlip:0:1021EE:99:000:Infinite Fire PL2 (1/2)
  6931. cyberlip:0:1021EF:99:500:Infinite Fire PL2 (2/2)
  6932. cyberlip:0:1021F4:99:000:Infinite Grenades PL2 (1/2)
  6933. cyberlip:0:1021F5:99:500:Infinite Grenades PL2 (2/2)
  6934. cyberlip:0:000000:00:999:[Use Invincibility with care]
  6935. cyberlip:0:000000:00:999:[Turn it off and on with F5 ]
  6936. cyberlip:0:000000:00:999:[when you disappear don't   ]
  6937. cyberlip:0:000000:00:999:[use too many other cheats  ]
  6938. cyberlip:0:102143:FF:000:Invincibility PL2 (1/2):This cheat is buggy
  6939. cyberlip:0:102144:FF:500:Invincibility PL2 (2/2):This cheat is buggy
  6940.  
  6941. ; [ Cyberball 2072 (2 player) ]
  6942. cyberb2p:0:FFA94F:3B:000:Infinite Time
  6943. cyberb2p:0:FFA950:01:001:Finish Match Now! (1/2)
  6944. cyberb2p:0:FFA94F:00:501:Finish Match Now! (2/2)
  6945.  
  6946. ; [ Cyberball ]
  6947. cyberbal:0:FFA94F:3B:000:Infinite Time
  6948. cyberbal:0:FFA950:01:001:Finish Match Now! (1/2)
  6949. cyberbal:0:FFA94F:00:501:Finish Match Now! (2/2)
  6950.  
  6951. ; [ Tournament Cyberball 2072 ]
  6952. cyberbt:0:FFA94F:3B:000:Infinite Time
  6953. cyberbt:0:FFA950:01:001:Finish Match Now! (1/2)
  6954. cyberbt:0:FFA94F:00:501:Finish Match Now! (2/2)
  6955.  
  6956. ; [ Dai Ressya Goutou (Japan) ]
  6957. dairesya:0:3270:0A:000:Infinite Lives
  6958. dairesya:0:3442:00:000:Infinite Time
  6959. dairesya:0:3604:03:000:Infinite Ammo
  6960. dairesya:0:3205:04:000:Invincibility
  6961. dairesya:0:0000:00:999:[Use these cheats with the  ]
  6962. dairesya:0:0000:00:999:[Infinite Ammo cheat ON for ]
  6963. dairesya:0:0000:00:999:[the best effect!!          ]
  6964. dairesya:0:3605:00:000:Always have Fire
  6965. dairesya:0:3605:01:000:Always have Rope
  6966. dairesya:0:3605:02:000:Always have Bomb
  6967. dairesya:0:3605:00:001:Get Fire Now!
  6968. dairesya:0:3605:01:001:Get Rope Now!
  6969. dairesya:0:3605:02:001:Get Bomb Now!
  6970.  
  6971. ; [ Dangar - Ufo Robo (12/1/1986) ]
  6972. dangar:0:EC1F:03:000:Infinite polymorphs
  6973. dangar:0:EC19:F4:000:Infinite polymorph time
  6974. dangar:0:EC19:02:001:No more morph time (1/2)
  6975. dangar:0:EC1A:00:501:No more morph time (2/2)
  6976. dangar:0:EC01:84:001:Get Formation Robot Now!(1/2)
  6977. dangar:0:EC04:02:541:Get Formation Robot Now!(2/2)
  6978. dangar:0:EC04:02:000:Invincibility "ON"
  6979. dangar:0:EC04:00:001:Invincibility "OFF"
  6980. dangar:0:E38C:05:000:Infinite Lives PL1
  6981. dangar:0:E38D:03:000:Infinite Lives PL2
  6982.  
  6983. ; [ Dangar - Ufo Robo (9/26/1986) ]
  6984. dangar2:0:EC1F:03:000:Infinite polymorphs
  6985. dangar2:0:EC19:F4:000:Infinite polymorph time
  6986. dangar2:0:EC19:02:001:No more morph time (1/2)
  6987. dangar2:0:EC1A:00:501:No more morph time (2/2)
  6988. dangar2:0:EC01:84:001:Get Formation Robot Now!(1/2)
  6989. dangar2:0:EC04:02:541:Get Formation Robot Now!(2/2)
  6990. dangar2:0:EC04:02:000:Invincibility "ON"
  6991. dangar2:0:EC04:00:001:Invincibility "OFF"
  6992. dangar2:0:E38C:05:000:Infinite Lives PL1
  6993. dangar2:0:E38D:03:000:Infinite Lives PL2
  6994.  
  6995. ; [ Dangar - Ufo Robo (bootleg) ]
  6996. dangarb:0:EC1F:03:000:Infinite polymorphs
  6997. dangarb:0:EC19:F4:000:Infinite polymorph time
  6998. dangarb:0:EC19:02:001:No more morph time (1/2)
  6999. dangarb:0:EC1A:00:501:No more morph time (2/2)
  7000. dangarb:0:EC01:84:001:Get Formation Robot Now!(1/2)
  7001. dangarb:0:EC04:02:541:Get Formation Robot Now!(2/2)
  7002. dangarb:0:EC04:02:000:Invincibility "ON"
  7003. dangarb:0:EC04:00:001:Invincibility "OFF"
  7004. dangarb:0:E38C:05:000:Infinite Lives PL1
  7005. dangarb:0:E38D:03:000:Infinite Lives PL2
  7006.  
  7007. ; [ Dangerous Seed (Japan) ]
  7008. dangseed:0:0050:05:000:Infinite Energy
  7009. dangseed:0:0000:00:999:[These weapon cheats may not]
  7010. dangseed:0:0000:00:999:[work till you've picked the]
  7011. dangseed:0:0000:00:999:[item up. Only enable ONE of]
  7012. dangseed:0:0000:00:999:[them at a time.            ]
  7013. dangseed:0:060D:02:000:Infinite Homing Missile
  7014. dangseed:0:060E:01:000:Infinite Megabomb
  7015. dangseed:0:0003:00:000:Flicking Off
  7016. dangseed:0:0051:01:000:Invincibility On:Invalid use Bomb,Enemy Shot
  7017. dangseed:0:0051:00:001:Invincibility Off
  7018. dangseed:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  7019.  
  7020. ; [ Dark Adventure ]
  7021. darkadv:2:041011:9A:000:Infinite Lives PL1
  7022. darkadv:2:041017:FF:000:Infinite Energy PL1
  7023. darkadv:2:04106A:01:000:Always have the Key PL1
  7024. darkadv:2:041016:01:000:Invincibility PL1 (1/2):Turn off Stage end
  7025. darkadv:2:04106C:13:500:Invincibility PL1 (2/2):Turn off Stage end
  7026. darkadv:2:041066:01:000:Always have Speed Up PL1
  7027. darkadv:2:041087:20:000:Always have Dynamite PL1
  7028. darkadv:2:04106F:B0:020:Always have the Shield PL1
  7029. darkadv:2:041066:01:001:Get the Speed Up Now! PL1
  7030. darkadv:2:041087:20:001:Get the Dynamite Now! PL1
  7031. darkadv:2:04106F:B0:021:Get the Shield Now! PL1
  7032. darkadv:2:04106F:B0:041:Lose the Shield Now! PL1
  7033. darkadv:2:04106F:01:021:Get Sword Now! PL1 (1/2)
  7034. darkadv:2:04106F:0E:541:Get Sword Now! PL1 (2/2)
  7035. darkadv:2:04106F:02:021:Get Spear Now! PL1 (1/2)
  7036. darkadv:2:04106F:0D:541:Get Spear Now! PL1 (2/2)
  7037. darkadv:2:04106F:03:021:Get Whip Now! PL1 (1/2)
  7038. darkadv:2:04106F:0C:541:Get Whip Now! PL1 (2/2)
  7039. darkadv:2:04106F:05:021:Get Fire Now! PL1 (1/2)
  7040. darkadv:2:04106F:0A:541:Get Fire Now! PL1 (2/2)
  7041. darkadv:2:04106F:06:021:Get Laser Now! PL1 (1/2)
  7042. darkadv:2:04106F:09:541:Get Laser Now! PL1 (2/2)
  7043. darkadv:2:04106F:07:021:Get P-Sword Now! PL1 (1/3)
  7044. darkadv:2:04106F:08:541:Get P-Sword Now! PL1 (2/3)
  7045. darkadv:2:041068:01:501:Get P-Sword Now! PL1 (3/3)
  7046. darkadv:2:04106F:08:021:Get P-Spear Now! PL1 (1/3)
  7047. darkadv:2:04106F:07:541:Get P-Spear Now! PL1 (2/3)
  7048. darkadv:2:041068:01:501:Get P-Spear Now! PL1 (3/3)
  7049. darkadv:2:04106F:09:021:Get P-Whip Now! PL1 (1/3)
  7050. darkadv:2:04106F:06:541:Get P-Whip Now! PL1 (2/3)
  7051. darkadv:2:041068:01:501:Get P-Whip Now! PL1 (3/3)
  7052. darkadv:2:041111:9A:000:Infinite Lives PL2
  7053. darkadv:2:041117:FF:000:Infinite Energy PL2
  7054. darkadv:2:04116A:01:000:Always have the Key PL2
  7055. darkadv:2:041116:01:000:Invincibility PL2 (1/2):Turn off Stage end
  7056. darkadv:2:04116C:13:500:Invincibility PL2 (2/2):Turn off Stage end
  7057. darkadv:2:041166:01:000:Always have Speed Up PL2
  7058. darkadv:2:041187:20:000:Always have Dynamite PL2
  7059. darkadv:2:04116F:B0:020:Always have the Shield PL2
  7060. darkadv:2:041166:01:001:Get the Speed Up Now! PL2
  7061. darkadv:2:041187:20:001:Get the Dynamite Now! PL2
  7062. darkadv:2:04116F:B0:021:Get the Shield Now! PL2
  7063. darkadv:2:04116F:B0:041:Lose the Shield Now! PL2
  7064. darkadv:2:04116F:01:021:Get Sword Now! PL2 (1/2)
  7065. darkadv:2:04116F:0E:541:Get Sword Now! PL2 (2/2)
  7066. darkadv:2:04116F:02:021:Get Spear Now! PL2 (1/2)
  7067. darkadv:2:04116F:0D:541:Get Spear Now! PL2 (2/2)
  7068. darkadv:2:04116F:03:021:Get Whip Now! PL2 (1/2)
  7069. darkadv:2:04116F:0C:541:Get Whip Now! PL2 (2/2)
  7070. darkadv:2:04116F:05:021:Get Fire Now! PL2 (1/2)
  7071. darkadv:2:04116F:0A:541:Get Fire Now! PL2 (2/2)
  7072. darkadv:2:04116F:06:021:Get Laser Now! PL2 (1/2)
  7073. darkadv:2:04116F:09:541:Get Laser Now! PL2 (2/2)
  7074. darkadv:2:04116F:07:021:Get P-Sword Now! PL2 (1/3)
  7075. darkadv:2:04116F:08:541:Get P-Sword Now! PL2 (2/3)
  7076. darkadv:2:041168:01:501:Get P-Sword Now! PL2 (3/3)
  7077. darkadv:2:04116F:08:021:Get P-Spear Now! PL2 (1/3)
  7078. darkadv:2:04116F:07:541:Get P-Spear Now! PL2 (2/3)
  7079. darkadv:2:041168:01:501:Get P-Spear Now! PL2 (3/3)
  7080. darkadv:2:04116F:09:021:Get P-Whip Now! PL2 (1/3)
  7081. darkadv:2:04116F:06:541:Get P-Whip Now! PL2 (2/3)
  7082. darkadv:2:041168:01:501:Get P-Whip Now! PL2 (3/3)
  7083. darkadv:2:041211:9A:000:Infinite Lives PL3
  7084. darkadv:2:041217:FF:000:Infinite Energy PL3
  7085. darkadv:2:04126A:01:000:Always have the Key PL3
  7086. darkadv:2:041216:01:000:Invincibility PL3 (1/2):Turn off Stage end
  7087. darkadv:2:04126C:13:500:Invincibility PL3 (2/2):Turn off Stage end
  7088. darkadv:2:041266:01:000:Always have Speed Up PL3
  7089. darkadv:2:041287:20:000:Always have Dynamite PL3
  7090. darkadv:2:04126F:B0:020:Always have the Shield PL3
  7091. darkadv:2:041266:01:001:Get the Speed Up Now! PL3
  7092. darkadv:2:041287:20:001:Get the Dynamite Now! PL3
  7093. darkadv:2:04126F:B0:021:Get the Shield Now! PL3
  7094. darkadv:2:04126F:B0:041:Lose the Shield Now! PL3
  7095. darkadv:2:04126F:01:021:Get Sword Now! PL3 (1/2)
  7096. darkadv:2:04126F:0E:541:Get Sword Now! PL3 (2/2)
  7097. darkadv:2:04126F:02:021:Get Spear Now! PL3 (1/2)
  7098. darkadv:2:04126F:0D:541:Get Spear Now! PL3 (2/2)
  7099. darkadv:2:04126F:03:021:Get Whip Now! PL3 (1/2)
  7100. darkadv:2:04126F:0C:541:Get Whip Now! PL3 (2/2)
  7101. darkadv:2:04126F:05:021:Get Fire Now! PL3 (1/2)
  7102. darkadv:2:04126F:0A:541:Get Fire Now! PL3 (2/2)
  7103. darkadv:2:04126F:06:021:Get Laser Now! PL3 (1/2)
  7104. darkadv:2:04126F:09:541:Get Laser Now! PL3 (2/2)
  7105. darkadv:2:04126F:07:021:Get P-Sword Now! PL3 (1/3)
  7106. darkadv:2:04126F:08:541:Get P-Sword Now! PL3 (2/3)
  7107. darkadv:2:041268:01:501:Get P-Sword Now! PL3 (3/3)
  7108. darkadv:2:04126F:08:021:Get P-Spear Now! PL3 (1/3)
  7109. darkadv:2:04126F:07:541:Get P-Spear Now! PL3 (2/3)
  7110. darkadv:2:041268:01:501:Get P-Spear Now! PL3 (3/3)
  7111. darkadv:2:04126F:09:021:Get P-Whip Now! PL3 (1/3)
  7112. darkadv:2:04126F:06:541:Get P-Whip Now! PL3 (2/3)
  7113. darkadv:2:041268:01:501:Get P-Whip Now! PL3 (3/3)
  7114. darkadv:2:060002:FF:000:Sound Test Timer Stop:[PL1 Start]Next Code
  7115.  
  7116. ; [ Dark Planet ]
  7117. darkplnt:0:8695:07:000:Infinite Lives
  7118.  
  7119. ; [ Dark Seal (World revision 1) ]
  7120. darksea1:0:100B3B:00:000:Kill Dragon Now!!
  7121. darksea1:0:100036:07:000:Infinite Lives PL1
  7122. darksea1:0:100037:0C:000:Infinite Energy PL1
  7123. darksea1:0:10003E:80:001:Fill Magic Bar to Top PL1
  7124. darksea1:0:10003E:80:000:Stop Magic Bar decreasing PL1
  7125. darksea1:0:10004B:C0:000:Invincibility PL1:To be used when you blink
  7126. darksea1:0:100086:0A:000:Infinite Gloves PL1 (1/3)
  7127. darksea1:0:100038:10:520:Infinite Gloves PL1 (2/3)
  7128. darksea1:0:100017:40:501:Infinite Gloves PL1 (3/3)
  7129. darksea1:0:100084:0A:000:Infinite Boots PL1 (1/3)
  7130. darksea1:0:100038:20:520:Infinite Boots PL1 (2/3)
  7131. darksea1:0:100048:02:501:Infinite Boots PL1 (3/3)
  7132. darksea1:0:1000B6:07:000:Infinite Lives PL2
  7133. darksea1:0:1000B7:0A:000:Infinite Energy PL2
  7134. darksea1:0:1000BE:80:001:Fill Magic Bar to Top PL2
  7135. darksea1:0:1000BE:80:000:Stop Magic Bar decreasing PL2
  7136. darksea1:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
  7137. darksea1:0:100106:0A:000:Infinite Gloves PL2 (1/3)
  7138. darksea1:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
  7139. darksea1:0:100097:40:501:Infinite Gloves PL2 (3/3)
  7140. darksea1:0:100104:0A:000:Infinite Boots PL2 (1/3)
  7141. darksea1:0:1000B8:20:520:Infinite Boots PL2 (2/3)
  7142. darksea1:0:1000C8:02:501:Infinite Boots PL2 (3/3)
  7143.  
  7144. ; [ Dark Seal (Japan) ]
  7145. darkseaj:0:100B3B:00:000:Kill Dragon Now!!
  7146. darkseaj:0:100036:07:000:Infinite Lives PL1
  7147. darkseaj:0:100037:0C:000:Infinite Energy PL1
  7148. darkseaj:0:10003E:80:001:Fill Magic Bar to Top PL1
  7149. darkseaj:0:10003E:80:000:Stop Magic Bar decreasing PL1
  7150. darkseaj:0:10004B:C0:000:Invincibility PL1:To be used when you blink
  7151. darkseaj:0:100086:0A:000:Infinite Gloves PL1 (1/3)
  7152. darkseaj:0:100038:10:520:Infinite Gloves PL1 (2/3)
  7153. darkseaj:0:100017:40:501:Infinite Gloves PL1 (3/3)
  7154. darkseaj:0:100084:0A:000:Infinite Boots PL1 (1/3)
  7155. darkseaj:0:100038:20:520:Infinite Boots PL1 (2/3)
  7156. darkseaj:0:100048:02:501:Infinite Boots PL1 (3/3)
  7157. darkseaj:0:1000B6:07:000:Infinite Lives PL2
  7158. darkseaj:0:1000B7:0A:000:Infinite Energy PL2
  7159. darkseaj:0:1000BE:80:001:Fill Magic Bar to Top PL2
  7160. darkseaj:0:1000BE:80:000:Stop Magic Bar decreasing PL2
  7161. darkseaj:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
  7162. darkseaj:0:100106:0A:000:Infinite Gloves PL2 (1/3)
  7163. darkseaj:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
  7164. darkseaj:0:100097:40:501:Infinite Gloves PL2 (3/3)
  7165. darkseaj:0:100104:0A:000:Infinite Boots PL2 (1/3)
  7166. darkseaj:0:1000B8:20:520:Infinite Boots PL2 (2/3)
  7167. darkseaj:0:1000C8:02:501:Infinite Boots PL2 (3/3)
  7168.  
  7169. ; [ Dark Seal (World revision 3) ]
  7170. darkseal:0:100B3B:00:000:Kill Dragon Now!!
  7171. darkseal:0:100036:07:000:Infinite Lives PL1
  7172. darkseal:0:100037:0C:000:Infinite Energy PL1
  7173. darkseal:0:10003E:80:001:Fill Magic Bar to Top PL1
  7174. darkseal:0:10003E:80:000:Stop Magic Bar decreasing PL1
  7175. darkseal:0:10004B:C0:000:Invincibility PL1:To be used when you blink
  7176. darkseal:0:100086:0A:000:Infinite Gloves PL1 (1/3)
  7177. darkseal:0:100038:10:520:Infinite Gloves PL1 (2/3)
  7178. darkseal:0:100017:40:501:Infinite Gloves PL1 (3/3)
  7179. darkseal:0:100084:0A:000:Infinite Boots PL1 (1/3)
  7180. darkseal:0:100038:20:520:Infinite Boots PL1 (2/3)
  7181. darkseal:0:100048:02:501:Infinite Boots PL1 (3/3)
  7182. darkseal:0:1000B6:07:000:Infinite Lives PL2
  7183. darkseal:0:1000B7:0A:000:Infinite Energy PL2
  7184. darkseal:0:1000BE:80:001:Fill Magic Bar to Top PL2
  7185. darkseal:0:1000BE:80:000:Stop Magic Bar decreasing PL2
  7186. darkseal:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
  7187. darkseal:0:100106:0A:000:Infinite Gloves PL2 (1/3)
  7188. darkseal:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
  7189. darkseal:0:100097:40:501:Infinite Gloves PL2 (3/3)
  7190. darkseal:0:100104:0A:000:Infinite Boots PL2 (1/3)
  7191. darkseal:0:1000B8:20:520:Infinite Boots PL2 (2/3)
  7192. darkseal:0:1000C8:02:501:Infinite Boots PL2 (3/3)
  7193.  
  7194. ; [ Darwin 4078 (Japan) ]
  7195. darwin:0:1B88:09:000:Infinite Lives PL1
  7196. darwin:0:1B89:09:000:Infinite Lives PL2
  7197. darwin:0:17E3:00:000:Invincibility (1/3)
  7198. darwin:0:17EA:A6:500:Invincibility (2/3)
  7199. darwin:0:17EB:01:500:Invincibility (3/3)
  7200.  
  7201. ; [ Double Dynamites, The ]
  7202. dbldyn:0:02F2E:A0:000:Infinite Energy PL1
  7203. dbldyn:0:02F38:E8:000:Infinite Ammo PL1 (1/2)
  7204. dbldyn:0:02F39:03:500:Infinite Ammo PL1 (2/2)
  7205. dbldyn:0:02F3C:08:000:Infinite MegaPunch PL1
  7206. dbldyn:0:02F32:F4:000:Full Autofire "ON" PL1 (1/2)
  7207. dbldyn:0:02F74:01:500:Full Autofire "ON" PL1 (2/2)
  7208. dbldyn:0:02F32:00:001:Full Autofire "OFF" PL1 (1/2)
  7209. dbldyn:0:02F74:00:501:Full Autofire "OFF" PL1 (2/2)
  7210. dbldyn:0:02FB2:A0:000:Infinite Energy PL2
  7211. dbldyn:0:02FBC:E8:000:Infinite Ammo PL2 (1/2)
  7212. dbldyn:0:02FBD:03:500:Infinite Ammo PL2 (2/2)
  7213. dbldyn:0:02FC0:08:000:Infinite MegaPunch PL2
  7214. dbldyn:0:02FB6:F4:000:Full Autofire "ON" PL2 (1/2)
  7215. dbldyn:0:02FF8:01:500:Full Autofire "ON" PL2 (2/2)
  7216. dbldyn:0:02FB6:00:001:Full Autofire "OFF" PL2 (1/2)
  7217. dbldyn:0:02FF8:00:501:Full Autofire "OFF" PL2 (2/2)
  7218.  
  7219. ; [ Dragon Breed ]
  7220. dbreed:0:9095A:58:000:Infinite Time (1/2)
  7221. dbreed:0:9095B:09:000:Infinite Time (2/2)
  7222. dbreed:0:90958:05:000:Infinite Lives
  7223. dbreed:0:90CEE:01:000:Invincibility
  7224. dbreed:0:90D84:0B:000:Always Dragon Roll
  7225. dbreed:0:90D85:03:000:Always Roll Shot(Gold Drgn)
  7226. dbreed:0:90960:00:000:Always have Green Dragon
  7227. dbreed:0:90960:02:000:Always have Blue Dragon
  7228. dbreed:0:90960:04:000:Always have Copper Dragon
  7229. dbreed:0:90960:06:000:Always have Silver Dragon
  7230. dbreed:0:90960:08:000:Always have Gold Dragon
  7231. dbreed:0:90D84:0B:001:Get Dragon Roll Now!
  7232. dbreed:0:90D85:03:001:Get Roll Shot(Gold Drgn) Now!
  7233. dbreed:0:90960:00:001:Get Green Dragon Now!
  7234. dbreed:0:90960:02:001:Get Blue Dragon Now!
  7235. dbreed:0:90960:04:001:Get Copper Dragon Now!
  7236. dbreed:0:90960:06:001:Get Silver Dragon Now!
  7237. dbreed:0:90960:08:001:Get Gold Dragon Now!
  7238.  
  7239. ; [ D-Con ]
  7240. dcon:0:0804AD:00:000:Infinite Damage
  7241. dcon:0:0408CC:0A:000:Infinite Missiles
  7242. dcon:0:0804CC:63:000:Infinite Super Missiles PL1
  7243. dcon:0:0805C6:63:000:Infinite Super Missiles PL2
  7244.  
  7245. ; [ D-Day ]
  7246. dday:0:6015:09:000:Infinite Lives PL1
  7247. dday:0:6226:99:000:Infinite Time PL1
  7248. dday:0:6230:09:000:Infinite Lives PL2
  7249. dday:0:6228:99:000:Infinite Time PL2
  7250.  
  7251. ; [ D-Day (Centuri) ]
  7252. ddayc:0:6015:09:000:Infinite Lives PL1
  7253. ddayc:0:6226:99:000:Infinite Time PL1
  7254. ddayc:0:6230:09:000:Infinite Lives PL2
  7255. ddayc:0:6228:99:000:Infinite Time PL2
  7256.  
  7257. ; [ Double Dragon 3 - The Rosetta Stone (bootleg) ]
  7258. ddrago3b:0:1C001E:09:000:Infinite Time (1/2)
  7259. ddrago3b:0:1C001F:99:500:Infinite Time (2/2)
  7260. ddrago3b:0:1C0023:30:000:Infinite Shop Time
  7261. ddrago3b:0:1C002F:99:000:Infinite Coins
  7262. ddrago3b:0:1C207B:03:000:Infinite Lives PL1
  7263. ddrago3b:0:1C2014:03:000:Infinite Energy PL1 (1/2)
  7264. ddrago3b:0:1C2015:E7:500:Infinite Energy PL1 (2/2)
  7265. ddrago3b:0:1C217B:03:000:Infinite Lives PL2
  7266. ddrago3b:0:1C2174:03:000:Infinite Energy PL2 (1/2)
  7267. ddrago3b:0:1C2175:E7:500:Infinite Energy PL2 (2/2)
  7268.  
  7269. ; [ Double Dragon ]
  7270. ddragon:0:03EA:09:000:Infinite Lives PL1
  7271. ddragon:0:0448:09:000:Infinite Lives PL2
  7272. ddragon:0:0E5E:99:000:Infinite Time
  7273. ddragon:0:03C1:35:000:Invincibility PL1
  7274. ddragon:0:041F:35:000:Invincibility PL2
  7275.  
  7276. ; [ Double Dragon II - The Revenge ]
  7277. ddragon2:0:03EA:09:000:Infinite Lives PL1
  7278. ddragon2:0:0449:09:000:Infinite Lives PL2
  7279. ddragon2:0:0F49:99:000:Infinite Time
  7280. ddragon2:0:03C1:35:000:Infinite Energy PL1
  7281. ddragon2:0:0420:35:000:Infinite Energy PL2
  7282.  
  7283. ; [ Double Dragon 3 - The Rosetta Stone ]
  7284. ddragon3:0:1C001E:09:000:Infinite Time (1/2)
  7285. ddragon3:0:1C001F:99:500:Infinite Time (2/2)
  7286. ddragon3:0:1C0023:30:000:Infinite Shop Time
  7287. ddragon3:0:1C002F:99:000:Infinite Coins
  7288. ddragon3:0:1C207B:03:000:Infinite Lives PL1
  7289. ddragon3:0:1C2014:03:000:Infinite Energy PL1 (1/2)
  7290. ddragon3:0:1C2015:E7:500:Infinite Energy PL1 (2/2)
  7291. ddragon3:0:1C217B:03:000:Infinite Lives PL2
  7292. ddragon3:0:1C2174:03:000:Infinite Energy PL2 (1/2)
  7293. ddragon3:0:1C2175:E7:500:Infinite Energy PL2 (2/2)
  7294.  
  7295. ; [ Double Dragon (bootleg) ]
  7296. ddragonb:0:03EA:09:000:Infinite Lives PL1
  7297. ddragonb:0:0448:09:000:Infinite Lives PL2
  7298. ddragonb:0:0E5E:99:000:Infinite Time
  7299. ddragonb:0:03C1:35:000:Invincibility PL1
  7300. ddragonb:0:041F:35:000:Invincibility PL2
  7301.  
  7302. ; [ Double Dribble ]
  7303. ddribble:0:4025:59:000:Infinite Time
  7304. ddribble:0:5150:FE:000:Sound Test Code Stop:[Unknown]Next Code
  7305.  
  7306. ; [ Dynamite Dux (bootleg) ]
  7307. dduxbl:0:FFD435:09:000:Infinite Lives PL1
  7308. dduxbl:0:FFD471:1C:000:Infinite Energy PL1
  7309. dduxbl:0:FFD437:09:000:Infinite Lives PL2
  7310. dduxbl:0:FFD475:1C:000:Infinite Energy PL2
  7311.  
  7312. ; [ Dead Eye ]
  7313. deadeye:0:0E3A:02:000:Infinite Lives
  7314.  
  7315. ; [ Defense Command (set 1) ]
  7316. defcmnd:0:A1A1:05:000:Infinite Lives PL1
  7317. defcmnd:0:A1A3:05:000:Infinite Smart Bombs PL1
  7318. defcmnd:0:A1DE:05:000:Infinite Lives PL2
  7319. defcmnd:0:A1E0:05:000:Infinite Smart Bombs PL2
  7320. defcmnd:0:A0D2:0A:000:Never go into space
  7321.  
  7322. ; [ Defence Command ]
  7323. defence:0:A1DE:05:000:Infinite Lives PL1
  7324. defence:0:A1E0:05:000:Infinite Smart Bombs PL1
  7325. defence:0:A21B:05:000:Infinite Lives PL2
  7326. defence:0:A21D:05:000:Infinite Smart Bombs PL2
  7327. defence:0:A11F:0A:000:Never go into space
  7328.  
  7329. ; [ Defender (Red label) ]
  7330. defender:0:A1C9:05:000:Infinite Lives PL1
  7331. defender:0:A1CB:05:000:Infinite Smart Bombs PL1
  7332. defender:0:A206:05:000:Infinite Lives PL2
  7333. defender:0:A208:05:000:Infinite Smart Bombs PL2
  7334. defender:0:A0FA:0A:000:Never go into space
  7335. defender:0:A1CA:19:001:Go to Attack Wave 25 
  7336. defender:0:A1CA:32:001:Go to Attack Wave 50 
  7337. defender:0:A1CA:4B:001:Go to Attack Wave 75 
  7338. defender:0:A1CA:64:001:Go to Attack Wave 100 
  7339. defender:0:A1CA:7D:001:Go to Attack Wave 125 
  7340. defender:0:A1CA:96:001:Go to Attack Wave 150 
  7341. defender:0:A1CA:AF:001:Go to Attack Wave 175 
  7342. defender:0:A1CA:C8:001:Go to Attack Wave 200 
  7343. defender:0:A1CA:E1:001:Go to Attack Wave 225 
  7344. defender:0:A1CA:FA:001:Go to Atttack Wave 250 
  7345.  
  7346. ; [ Defender (Green label) ]
  7347. defendg:0:A1A4:05:000:Infinite Lives PL1
  7348. defendg:0:A1A6:05:000:Infinite Smart Bombs PL1
  7349. defendg:0:A1E1:05:000:Infinite Lives PL2
  7350. defendg:0:A1E3:05:000:Infinite Smart Bombs PL2
  7351. defendg:0:A0D5:0A:000:Never go into space
  7352.  
  7353. ; [ Defender (White label) ]
  7354. defendw:0:A1A4:05:000:Infinite Lives PL1
  7355. defendw:0:A1A6:05:000:Infinite Smart Bombs PL1
  7356. defendw:0:A1E1:05:000:Infinite Lives PL2
  7357. defendw:0:A1E3:05:000:Infinite Smart Bombs PL2
  7358. defendw:0:A0D5:0A:000:Never go into space
  7359.  
  7360. ; [ Demon's World / Horror Story ]
  7361. demonwld:0:C002F9:0A:000:Infinite Lives PL1
  7362. demonwld:0:C00049:04:020:Invincibility PL1
  7363. demonwld:0:C002FB:0A:000:Infinite Lives PL2
  7364. demonwld:0:C00071:04:020:Invincibility PL2
  7365.  
  7366. ; [ Depthcharge ]
  7367. depthch:0:E002:99:000:Infinite Time
  7368. depthch:0:8468:00:000:Invincibility
  7369.  
  7370. ; [ Desert Gun ]
  7371. desertgu:0:2008:99:000:Infinite Time
  7372. desertgu:0:20B9:06:000:No Reloading
  7373.  
  7374. ; [ Demolition Derby ]
  7375. destderb:0:E0B3:00:000:No Damage PL1
  7376. destderb:0:E121:00:000:No Damage PL2
  7377. destderb:0:E18F:00:000:No Damage PL3
  7378. destderb:0:E1FD:00:000:No Damage PL4
  7379. destderb:0:E0B7:40:000:Recover maximum damage PL1
  7380. destderb:0:E125:40:000:Recover maximum damage PL2
  7381. destderb:0:E193:40:000:Recover maximum damage PL3
  7382. destderb:0:E201:40:000:Recover maximum damage PL4
  7383.  
  7384. ; [ Demolition Derby (2-Player Mono Board Version) ]
  7385. destderm:0:E0B3:00:000:No Damage PL1
  7386. destderm:0:E121:00:000:No Damage PL2
  7387. destderm:0:E0B7:40:000:Recover maximum damage PL1
  7388. destderm:0:E125:40:000:Recover maximum damage PL2
  7389.  
  7390. ; [ Destination Earth ]
  7391. desterth:0:21AC:06:000:Infinite Lives PL1
  7392. desterth:0:21A2:80:000:Infinite Fuel PL1
  7393. desterth:0:22AC:06:000:Infinite Lives PL2
  7394. desterth:0:22A2:80:000:Infinite Fuel PL2
  7395. desterth:0:218D:00:000:Enemies once per Round: Also no Fireballs
  7396. desterth:0:21AB:00:000:Always Round 1 (Slow Enemies)
  7397. desterth:0:21AE:05:001:1 Rescue Ends Round Now!(1/2)
  7398. desterth:0:212D:01:501:1 Rescue Ends Round Now!(2/2)
  7399. desterth:0:21A0:01:501:1 Rescue Ends Round Now!(3/2)
  7400.  
  7401. ; [ Detana!! Twin Bee (Japan) ]
  7402. detatwin:0:204096:06:000:Infinite Lives PL1
  7403. detatwin:0:3002D4:09:000:Maximum speed PL1
  7404. detatwin:0:3002C9:3F:000:Maximum fire charge PL1
  7405. detatwin:0:3002D7:09:000:Infinite Shields PL1:Get the red bell first
  7406. detatwin:0:3002AA:00:000:Invincibility "ON" PL1
  7407. detatwin:0:3002AA:D7:001:Invincibility "OFF" PL1
  7408. detatwin:0:3002E0:7F:040:All items available PL1
  7409. detatwin:0:300344:00:000:Right arm "ON" PL1 (1/2)
  7410. detatwin:0:300320:80:500:Right arm "ON" PL1 (2/2)
  7411. detatwin:0:300344:01:001:Right arm "OFF" PL1 (1/2)
  7412. detatwin:0:300320:00:501:Right arm "OFF" PL1 (2/2)
  7413. detatwin:0:3003C4:00:000:Left arm "ON" PL1 (1/2)
  7414. detatwin:0:3003A0:80:500:Left arm "ON" PL1 (2/2)
  7415. detatwin:0:3003C4:01:001:Left arm "OFF" PL1 (1/2)
  7416. detatwin:0:3003A0:00:501:Left arm "OFF" PL1 (2/2)
  7417. detatwin:0:3002D8:01:001:Followers "ON" Now! PL1
  7418. detatwin:0:3002D8:00:001:Followers "OFF" Now! PL1
  7419. detatwin:0:3002DD:01:001:Tail shield "ON" Now! PL1
  7420. detatwin:0:3002DD:00:001:Tail shield "OFF" Now! PL1
  7421. detatwin:0:3002C0:00:000:Always have Single Fire PL1
  7422. detatwin:0:3002C0:01:000:Always have Double Fire PL1
  7423. detatwin:0:3002C0:02:000:Always have 3-way Fire PL1
  7424. detatwin:0:3002C0:00:001:Get Single Fire Now! PL1
  7425. detatwin:0:3002C0:01:001:Get Double Fire Now! PL1
  7426. detatwin:0:3002C0:02:001:Get 3-way Fire Now! PL1
  7427. detatwin:0:204097:06:000:Infinite Lives PL2
  7428. detatwin:0:3006D4:09:000:Maximum speed PL2
  7429. detatwin:0:3006C9:3F:000:Maximum fire charge PL2
  7430. detatwin:0:3006D7:09:000:Infinite Shields PL2:Get the red bell first
  7431. detatwin:0:3006AA:00:000:Invincibility "ON" PL2
  7432. detatwin:0:3006AA:D7:001:Invincibility "OFF" PL2
  7433. detatwin:0:3006E0:7F:040:All items available PL2
  7434. detatwin:0:300744:00:000:Right arm "ON" PL2 (1/2)
  7435. detatwin:0:300720:80:500:Right arm "ON" PL2 (2/2)
  7436. detatwin:0:300744:01:001:Right arm "OFF" PL2 (1/2)
  7437. detatwin:0:300720:00:501:Right arm "OFF" PL2 (2/2)
  7438. detatwin:0:3007C4:00:000:Left arm "ON" PL2 (1/2)
  7439. detatwin:0:3007A0:80:500:Left arm "ON" PL2 (2/2)
  7440. detatwin:0:3007C4:01:001:Left arm "OFF" PL2 (1/2)
  7441. detatwin:0:3007A0:00:501:Left arm "OFF" PL2 (2/2)
  7442. detatwin:0:3006D8:01:001:Followers "ON" Now! PL2
  7443. detatwin:0:3006D8:00:001:Followers "OFF" Now! PL2
  7444. detatwin:0:3006DD:01:001:Tail shield "ON" Now! PL2
  7445. detatwin:0:3006DD:00:001:Tail shield "OFF" Now! PL2
  7446. detatwin:0:3006C0:00:000:Always have Single Fire PL2
  7447. detatwin:0:3006C0:01:000:Always have Double Fire PL2
  7448. detatwin:0:3006C0:02:000:Always have 3-way Fire PL2
  7449. detatwin:0:3006C0:00:001:Get Single Fire Now! PL2
  7450. detatwin:0:3006C0:01:001:Get Double Fire Now! PL2
  7451. detatwin:0:3006C0:02:001:Get 3-way Fire Now! PL2
  7452. detatwin:0:20406F:04:000:Yellow bell always = 50000pts
  7453. detatwin:0:20406F:04:001:Yellow bell = 50000pts Now!
  7454. detatwin:0:204011:F0:002:Sound Test Code Stop:[PL2 Start]Next Code
  7455.  
  7456. ; [ Devil Fish (Galaxian hardware, bootleg?) ]
  7457. devilfsg:0:410E:03:000:Infinite Lives
  7458. devilfsg:0:412E:10:000:Infinite Fish
  7459.  
  7460. ; [ Devil Fish ]
  7461. devilfsh:0:410E:03:000:Infinite Lives
  7462. devilfsh:0:412E:10:000:Infinite Fish
  7463.  
  7464. ; [ Devil World ]
  7465. devilw:2:041011:9A:000:Infinite Lives PL1
  7466. devilw:1:041017:FF:000:Infinite Energy PL1
  7467. devilw:2:04106A:01:000:Always have the Key PL1
  7468. devilw:2:041016:01:000:Invincibility PL1 (1/2)
  7469. devilw:2:04106C:13:500:Invincibility PL1 (2/2)
  7470. devilw:2:041066:01:000:Always have Speed Up PL1
  7471. devilw:2:041087:20:000:Always have Dynamite PL1
  7472. devilw:2:041061:13:000:Always have Machine Gun PL1
  7473. devilw:2:041061:05:000:Always have Fire PL1
  7474. devilw:2:041061:15:000:Always have Bazooka PL1
  7475. devilw:2:041061:12:000:Always have Shotgun PL1
  7476. devilw:2:041061:06:000:Always have Laser PL1
  7477. devilw:2:04106F:0B:000:Always have Shield PL1
  7478. devilw:2:041066:01:001:Get the Speed Up Now! PL1
  7479. devilw:2:041087:20:001:Get the Dynamite Now! PL1
  7480. devilw:2:041061:13:001:Get the Machine Gun Now! PL1
  7481. devilw:2:041061:05:001:Get the Fire Now! PL1
  7482. devilw:2:041061:15:001:Get the Bazooka Now! PL1
  7483. devilw:2:041061:12:001:Get the Shotgun Now! PL1
  7484. devilw:2:041061:06:001:Get the Laser Now! PL1
  7485. devilw:2:04106F:0B:001:Get the Shield Now! PL1
  7486. devilw:2:041111:9A:000:Infinite Lives PL2
  7487. devilw:1:041117:FF:000:Infinite Energy PL2
  7488. devilw:2:04116A:01:000:Always have the Key PL2
  7489. devilw:2:041116:01:000:Invincibility PL2 (1/2)
  7490. devilw:2:04116C:13:500:Invincibility PL2 (2/2)
  7491. devilw:2:041166:01:000:Always have Speed Up PL2
  7492. devilw:2:041187:20:000:Always have Dynamite PL2
  7493. devilw:2:041161:13:000:Always have Machine Gun PL2
  7494. devilw:2:041161:05:000:Always have Fire PL2
  7495. devilw:2:041161:15:000:Always have Bazooka PL2
  7496. devilw:2:041161:12:000:Always have Shotgun PL2
  7497. devilw:2:041161:06:000:Always have Laser PL2
  7498. devilw:2:04116F:0B:000:Always have Shield PL2
  7499. devilw:2:041166:01:001:Get the Speed Up Now! PL2
  7500. devilw:2:041187:20:001:Get the Dynamite Now! PL2
  7501. devilw:2:041161:13:001:Get the Machine Gun Now! PL2
  7502. devilw:2:041161:05:001:Get the Fire Now! PL2
  7503. devilw:2:041161:15:001:Get the Bazooka Now! PL2
  7504. devilw:2:041161:12:001:Get the Shotgun Now! PL2
  7505. devilw:2:041161:06:001:Get the Laser Now! PL2
  7506. devilw:2:04116F:0B:001:Get the Shield Now! PL2
  7507. devilw:2:060002:FF:000:Sound Test Timer Stop:[PL1 Start]Next Code
  7508.  
  7509. ; [ Devastators (version X) ]
  7510. devstor2:0:4103:60:000:Infinite Time
  7511. devstor2:0:410C:09:000:Infinite Lives PL1
  7512. devstor2:0:410D:99:000:Infinite Grenades PL1
  7513. devstor2:0:410E:09:000:Infinite Ammo PL1
  7514. devstor2:0:4480:82:000:Invincibility PL1
  7515. devstor2:0:4116:09:000:Infinite Lives PL2
  7516. devstor2:0:4117:99:000:Infinite Grenades PL2
  7517. devstor2:0:4118:09:000:Infinite Ammo PL2
  7518. devstor2:0:45C0:82:000:Invincibility PL2
  7519. devstor2:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  7520.  
  7521. ; [ Devastators (version V) ]
  7522. devstor3:0:4103:60:000:Infinite Time
  7523. devstor3:0:410C:09:000:Infinite Lives PL1
  7524. devstor3:0:410D:99:000:Infinite Grenades PL1
  7525. devstor3:0:410E:09:000:Infinite Ammo PL1
  7526. devstor3:0:4480:82:000:Invincibility PL1
  7527. devstor3:0:4116:09:000:Infinite Lives PL2
  7528. devstor3:0:4117:99:000:Infinite Grenades PL2
  7529. devstor3:0:4118:09:000:Infinite Ammo PL2
  7530. devstor3:0:45C0:82:000:Invincibility PL2
  7531. devstor3:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  7532.  
  7533. ; [ Devastators (version Z) ]
  7534. devstors:0:4103:60:000:Infinite Time
  7535. devstors:0:410C:09:000:Infinite Lives PL1
  7536. devstors:0:410D:99:000:Infinite Grenades PL1
  7537. devstors:0:410E:09:000:Infinite Ammo PL1
  7538. devstors:0:4480:82:000:Invincibility PL1
  7539. devstors:0:4116:09:000:Infinite Lives PL2
  7540. devstors:0:4117:99:000:Infinite Grenades PL2
  7541. devstors:0:4118:09:000:Infinite Ammo PL2
  7542. devstors:0:45C0:82:000:Invincibility PL2
  7543. devstors:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  7544.  
  7545. ; [ Devil Zone ]
  7546. devzone:0:6015:03:000:Infinite Lives PL1 
  7547. devzone:0:6016:03:000:Infinite Lives PL2
  7548. devzone:0:60AF:80:000:Invincibility
  7549.  
  7550. ; [ Diamond Run ]
  7551. diamond:0:049C:06:000:Infinite Lives
  7552. diamond:0:049B:05:000:Start on level 5
  7553. diamond:0:049B:0A:000:Start on level 10
  7554. diamond:0:1000:00:001:Need 1 Diamond Now! (1/2)
  7555. diamond:0:1001:00:501:Need 1 Diamond Now! (2/2)
  7556. diamond:0:1001:00:000:Need 1 Diamond Only (1/2)
  7557. diamond:0:1000:00:500:Need 1 Diamond Only (2/2)
  7558.  
  7559. ; [ Dig Dug (set 1) ]
  7560. digdug:0:840A:06:000:Infinite Lives PL1
  7561. digdug:0:840B:06:000:Infinite Lives PL2
  7562. digdug:0:8401:80:040:Invincibility
  7563. digdug:0:840D:63:072:Select current level
  7564. digdug:0:840D:63:062:Select next level
  7565.  
  7566. ; [ Dig Dug II (set 1) ]
  7567. digdug2:0:1703:06:000:Infinite Lives
  7568.  
  7569. ; [ Dig Dug II (set 2) ]
  7570. digdug2a:0:1703:06:000:Infinite Lives
  7571.  
  7572. ; [ Dig Dug (Atari) ]
  7573. digdugat:0:840A:06:000:Infinite Lives PL1
  7574. digdugat:0:840B:06:000:Infinite Lives PL2
  7575. digdugat:0:8401:80:040:Invincibility
  7576. digdugat:0:840D:63:072:Select current level
  7577. digdugat:0:840D:63:062:Select next level
  7578.  
  7579. ; [ Dig Dug (set 2) ]
  7580. digdugb:0:840A:06:000:Infinite Lives PL1
  7581. digdugb:0:840B:06:000:Infinite Lives PL2
  7582. digdugb:0:8401:80:040:Invincibility
  7583. digdugb:0:840D:63:072:Select current level
  7584. digdugb:0:840D:63:062:Select next level
  7585.  
  7586. ;[ Digger ]
  7587. digger:0:E464:03:000:Infinite Lives PL1
  7588. digger:0:E465:03:000:Infinite Lives PL2
  7589.  
  7590. ; [ Cadillacs and Dinosaurs (World) ]
  7591. dino:0:FF84E9:09:000:Infinite Time
  7592. dino:0:FFB317:03:000:Infinite Lives PL1
  7593. dino:0:FFB2E1:64:000:Infinite Energy PL1
  7594. dino:0:FFB360:01:000:Invincibility PL1  (1/2)
  7595. dino:0:FFB361:68:500:Invincibility PL1  (2/2)
  7596. dino:0:FFB497:03:000:Infinite Lives PL2
  7597. dino:0:FFB461:64:000:Infinite Energy PL2
  7598. dino:0:FFB4E0:01:000:Invincibility PL2  (1/2)
  7599. dino:0:FFB4E1:68:500:Invincibility PL2  (2/2)
  7600. dino:0:FFB617:03:000:Infinite Lives PL3
  7601. dino:0:FFB5E1:64:000:Infinite Energy PL3
  7602. dino:0:FFB660:01:000:Invincibility PL3  (1/2)
  7603. dino:0:FFB661:68:500:Invincibility PL3  (2/2)
  7604.  
  7605. ; [ Cadillacs Kyouryuu-Shinseiki (Japan) ]
  7606. dinoj:0:FF84E9:09:000:Infinite Time
  7607. dinoj:0:FFB317:03:000:Infinite Lives PL1
  7608. dinoj:0:FFB2E1:64:000:Infinite Energy PL1
  7609. dinoj:0:FFB360:01:000:Invincibility PL1  (1/2)
  7610. dinoj:0:FFB361:68:500:Invincibility PL1  (2/2)
  7611. dinoj:0:FFB497:03:000:Infinite Lives PL2
  7612. dinoj:0:FFB461:64:000:Infinite Energy PL2
  7613. dinoj:0:FFB4E0:01:000:Invincibility PL2  (1/2)
  7614. dinoj:0:FFB4E1:68:500:Invincibility PL2  (2/2)
  7615. dinoj:0:FFB617:03:000:Infinite Lives PL3
  7616. dinoj:0:FFB5E1:64:000:Infinite Energy PL3
  7617. dinoj:0:FFB660:01:000:Invincibility PL3  (1/2)
  7618. dinoj:0:FFB661:68:500:Invincibility PL3  (2/2)
  7619.  
  7620. ; [ Disco No.1 ]
  7621. disco:0:0015:03:000:Infinite Lives
  7622.  
  7623. ; [ Daiku no Gensan (Japan) ]
  7624. dkgensan:0:E0A47:0A:000:Infinite Lives PL1
  7625. dkgensan:0:E0A57:0A:000:Infinite Lives PL2
  7626. dkgensan:0:E00FD:5A:000:Infinite Time (1/2)
  7627. dkgensan:0:E00FE:09:500:Infinite Time (2/2)
  7628. dkgensan:0:E0C08:00:000:Invincibility
  7629. dkgensan:0:00000:00:999:[The Select current level   ]
  7630. dkgensan:0:00000:00:999:[can be enabled on the intro]
  7631. dkgensan:0:00000:00:999:[screen it doesn't work if  ]
  7632. dkgensan:0:00000:00:999:[enabled on the title screen]
  7633. dkgensan:0:E0A48:05:071:Select current level
  7634. dkgensan:0:E0A48:05:061:Select next level
  7635.  
  7636. ; [ Donkey Kong Junior (bootleg?) ]
  7637. dkjrbl:0:6228:06:000:Infinite Lives
  7638. dkjrbl:0:62B1:63:000:Infinite bonus time (1/2)
  7639. dkjrbl:0:638C:99:502:Infinite bonus time (2/2)
  7640.  
  7641. ; [ Donkey Kong Junior (Japan) ]
  7642. dkjrjp:0:6228:06:000:Infinite Lives
  7643. dkjrjp:0:62B1:63:000:Infinite bonus time (1/2)
  7644. dkjrjp:0:638C:99:502:Infinite bonus time (2/2)
  7645.  
  7646. ; [ Donkey Kong Jr. (Original Japanese) ]
  7647. dkngjrjp:0:6228:06:000:Infinite Lives
  7648. dkngjrjp:0:62B1:63:000:Infinite bonus time (1/2)
  7649. dkngjrjp:0:638C:99:502:Infinite bonus time (2/2)
  7650.  
  7651. ; [ Donkey Kong (US) ]
  7652. dkong:0:6228:06:000:Infinite Lives
  7653. dkong:0:6394:0F:002:Infinite hammer upon pickup
  7654. dkong:0:62B1:63:000:Infinite bonus time (1/2)
  7655. dkong:0:638C:99:502:Infinite bonus time (2/2)
  7656. dkong:0:62B9:00:000:No fireballs on ramps
  7657. dkong:0:6403:00:000:No fireballs on factory
  7658. dkong:0:65A0:00:000:No pies on factory
  7659. dkong:0:6400:00:000:No fireballs on rivets
  7660. dkong:0:6500:00:000:No jacks on elevators
  7661. dkong:0:6392:00:000:No barrels on ramps
  7662. dkong:0:6215:01:000:Always climb
  7663. dkong:0:6215:00:001:Deactivate climb
  7664. dkong:0:6217:01:000:Hammer (1/2)
  7665. dkong:0:6691:01:500:Hammer (2/2)
  7666. dkong:0:6290:00:001:Finish sub-level 4 Now!
  7667. dkong:0:6229:FF:072:Select current round
  7668. dkong:0:6229:FF:062:Select next round
  7669.  
  7670. ; [ Donkey Kong 3 (US) ]
  7671. dkong3:0:601A:06:000:Infinite Lives
  7672. dkong3:0:603D:00:000:Infinite SShooter upon pickup
  7673.  
  7674. ; [ Donkey Kong 3 (Japan) ]
  7675. dkong3j:0:601A:06:000:Infinite Lives
  7676. dkong3j:0:603D:00:000:Infinite SShooter upon pickup
  7677.  
  7678. ; [ Donkey Kong (Japan set 1) ]
  7679. dkongjp:0:6228:06:000:Infinite Lives
  7680. dkongjp:0:6394:0F:002:Infinite hammer upon pickup
  7681. dkongjp:0:62B1:63:000:Infinite bonus time (1/2)
  7682. dkongjp:0:638C:99:502:Infinite bonus time (2/2)
  7683. dkongjp:0:62B9:00:000:No fireballs on ramps
  7684. dkongjp:0:6403:00:000:No fireballs on factory
  7685. dkongjp:0:65A0:00:000:No pies on factory
  7686. dkongjp:0:6400:00:000:No fireballs on rivets
  7687. dkongjp:0:6500:00:000:No jacks on elevators
  7688. dkongjp:0:6392:00:000:No barrels on ramps
  7689. dkongjp:0:6215:01:000:Always climb
  7690. dkongjp:0:6215:00:001:Deactivate climb
  7691. dkongjp:0:6217:01:000:Hammer (1/2)
  7692. dkongjp:0:6691:01:500:Hammer (2/2)
  7693. dkongjp:0:6290:00:001:Finish sub-level 4 Now!
  7694. dkongjp:0:6229:FF:072:Select current round
  7695. dkongjp:0:6229:FF:062:Select next round
  7696.  
  7697. ; [ Donkey Kong (Japan set 2) ]
  7698. dkongjpo:0:6228:06:000:Infinite Lives
  7699. dkongjpo:0:6394:0F:002:Infinite hammer upon pickup
  7700. dkongjpo:0:62B1:63:000:Infinite bonus time (1/2)
  7701. dkongjpo:0:638C:99:502:Infinite bonus time (2/2)
  7702. dkongjpo:0:62B9:00:000:No fireballs on ramps
  7703. dkongjpo:0:6403:00:000:No fireballs on factory
  7704. dkongjpo:0:65A0:00:000:No pies on factory
  7705. dkongjpo:0:6400:00:000:No fireballs on rivets
  7706. dkongjpo:0:6500:00:000:No jacks on elevators
  7707. dkongjpo:0:6392:00:000:No barrels on ramps
  7708. dkongjpo:0:6215:01:000:Always climb
  7709. dkongjpo:0:6215:00:001:Deactivate climb
  7710. dkongjpo:0:6217:01:000:Hammer (1/2)
  7711. dkongjpo:0:6691:01:500:Hammer (2/2)
  7712. dkongjpo:0:6290:00:001:Finish sub-level 4 Now!
  7713. dkongjpo:0:6229:FF:072:Select current round
  7714. dkongjpo:0:6229:FF:062:Select next round
  7715.  
  7716. ; [ Donkey Kong Junior (US) ]
  7717. dkongjr:0:6228:06:000:Infinite Lives
  7718. dkongjr:0:62B1:63:000:Infinite bonus time (1/2)
  7719. dkongjr:0:638C:99:502:Infinite bonus time (2/2)
  7720.  
  7721. ; [ Mr. Do's Castle (set 2) ]
  7722. docastl2:0:8103:07:000:Infinite Lives
  7723. docastl2:0:8150:04:040:Invincibility
  7724.  
  7725. ; [ Mr. Do's Castle (set 1) ]
  7726. docastle:0:8103:07:000:Infinite Lives
  7727. docastle:0:8150:04:040:Invincibility
  7728.  
  7729. ; [ Dog Fight ]
  7730. dogfight:0:5833:08:000:Infinite Lives PL1 
  7731. dogfight:0:5834:08:000:Infinite Lives PL2
  7732. dogfight:0:590C:80:000:Invincibility
  7733. dogfight:0:5831:FF:072:Select current level
  7734. dogfight:0:5831:FF:062:Select next level
  7735.  
  7736. ; [ Dogou Souken ]
  7737. dogosoke:0:FDC6:99:000:Infinite Lives PL1
  7738. dogosoke:0:FDE8:B4:000:Invincibility PL1
  7739. dogosoke:0:FDB7:02:020:Always have armour PL1
  7740. dogosoke:0:FDB7:02:041:Lose armour Now! PL1
  7741. dogosoke:0:FDB7:04:040:Always have black grenadesPL1
  7742. dogosoke:0:FDB7:04:020:Always have red grenades  PL1
  7743. dogosoke:0:FDB7:04:041:Get black grenades Now! PL1
  7744. dogosoke:0:FDB7:04:021:Get red grenades Now! PL1
  7745. dogosoke:0:FDBB:02:000:Always have flamethrower PL1
  7746. dogosoke:0:FDBB:03:000:Always have sword PL1
  7747. dogosoke:0:FDBB:04:000:Always have boomerang PL1
  7748. dogosoke:0:FDBB:02:001:Get flamethrower Now! PL1
  7749. dogosoke:0:FDBB:03:001:Get sword Now! PL1
  7750. dogosoke:0:FDBB:04:001:Get boomerang Now! PL1
  7751. dogosoke:0:FE16:99:000:Infinite Lives PL2
  7752. dogosoke:0:FE38:B4:000:Invincibility PL2
  7753. dogosoke:0:FE07:02:020:Always have armour PL2
  7754. dogosoke:0:FE07:02:041:Lose armour Now! PL2
  7755. dogosoke:0:FE07:04:040:Always have black grenadesPL2
  7756. dogosoke:0:FE07:04:020:Always have red grenades  PL2
  7757. dogosoke:0:FE07:04:041:Get black grenades Now! PL2
  7758. dogosoke:0:FE07:04:021:Get red grenades Now! PL2
  7759. dogosoke:0:FE0B:02:000:Always have flamethrower PL2
  7760. dogosoke:0:FE0B:03:000:Always have sword PL2
  7761. dogosoke:0:FE0B:04:000:Always have boomerang PL2
  7762. dogosoke:0:FE0B:02:001:Get flamethrower Now! PL2
  7763. dogosoke:0:FE0B:03:001:Get sword Now! PL2
  7764. dogosoke:0:FE0B:04:001:Get boomerang Now! PL2
  7765.  
  7766. ; [ Dog Patch ]
  7767. dogpatch:0:2003:99:000:Endless Play
  7768. dogpatch:0:2003:25:001:Have 25 shots left
  7769.  
  7770. ; [ Dogyuun ]
  7771. dogyuun:0:10025F:FF:000:Quicker level restarts
  7772. dogyuun:0:1003E9:07:000:Infinite Lives PL1
  7773. dogyuun:0:102A6F:0C:000:Always have Bombs PL1:This is the Special Weapon!
  7774. dogyuun:0:102A6F:04:000:Always have Speed-Up PL1:This is the Special Weapon!
  7775. dogyuun:0:102A69:00:000:Always have Blue Laser PL1
  7776. dogyuun:0:102A69:04:000:Always have Red Laser PL1
  7777. dogyuun:0:102A69:08:000:Always have Purple Laser PL1
  7778. dogyuun:0:102A69:0C:000:Always have Green Laser PL1
  7779. dogyuun:0:102A69:00:001:Get Blue Laser Now! PL1
  7780. dogyuun:0:102A69:04:001:Get Red Laser Now! PL1
  7781. dogyuun:0:102A69:08:001:Get Purple Laser Now! PL1
  7782. dogyuun:0:102A69:0C:001:Get Green Laser Now! PL1
  7783. dogyuun:0:1003EB:07:000:Infinite Lives PL2
  7784. dogyuun:0:102B2F:0C:000:Always have Bombs PL2:This is the Special Weapon!
  7785. dogyuun:0:102B2F:04:000:Always have Speed-Up PL2:This is the Special Weapon!
  7786. dogyuun:0:102B29:00:000:Always have Blue Laser PL2
  7787. dogyuun:0:102B29:04:000:Always have Red Laser PL2
  7788. dogyuun:0:102B29:08:000:Always have Purple Laser PL2
  7789. dogyuun:0:102B29:0C:000:Always have Green Laser PL2
  7790. dogyuun:0:102B29:00:001:Get Blue Laser Now! PL2
  7791. dogyuun:0:102B29:04:001:Get Red Laser Now! PL2
  7792. dogyuun:0:102B29:08:001:Get Purple Laser Now! PL2
  7793. dogyuun:0:102B29:0C:001:Get Green Laser Now! PL2
  7794.  
  7795. ; [ Dokaben (Japan) ]
  7796. dokaben:0:E08C:09:000:Infinite Time PL1
  7797. dokaben:0:E18C:09:000:Infinite Time PL2
  7798.  
  7799. ; [ Domino Man ]
  7800. domino:0:C1B5:08:000:Infinite Lives
  7801. domino:0:0000:00:999:[Use Freeze only if object  ]
  7802. domino:0:0000:00:999:[is on the screen.          ]
  7803. domino:0:F024:3C:000:Freeze the Bee
  7804. domino:0:F01C:D6:000:Freeze Big Man
  7805.  
  7806. ; [ Dominos ]
  7807. dominos:0:0052:00:000:Stop PL2 (White) winning
  7808. dominos:0:0050:00:000:Stop PL1 (Black) winning
  7809. dominos:0:0050:06:070:Select Score PL1
  7810. dominos:0:0052:06:070:Select Score PL2
  7811.  
  7812. ; [ Do! Run Run (set 2) ]
  7813. dorunru2:0:2203:07:000:Infinite Lives
  7814. dorunru2:0:2D38:78:000:Always Have Powerball
  7815. dorunru2:0:2206:00:000:No green monsters
  7816. dorunru2:0:2212:00:000:No blue monsters
  7817. dorunru2:0:0000:00:999:[Activate Invincibility     ]
  7818. dorunru2:0:0000:00:999:[during play only!          ]
  7819. dorunru2:0:21C0:00:000:Invincibility (1/2)
  7820. dorunru2:0:2D20:A0:111:Invincibility (2/2)
  7821.  
  7822. ; [ Do! Run Run (Do's Castle hardware) ]
  7823. dorunruc:0:8203:07:000:Infinite Lives
  7824. dorunruc:0:8D38:78:000:Always Have Powerball
  7825. dorunruc:0:8206:00:000:No green monsters
  7826. dorunruc:0:8212:00:000:No blue monsters
  7827. dorunruc:0:0000:00:999:[Activate Invincibility     ]
  7828. dorunruc:0:0000:00:999:[during play only!          ]
  7829. dorunruc:0:81C0:00:000:Invincibility (1/2)
  7830. dorunruc:0:8D20:A0:111:Invincibility (2/2)
  7831.  
  7832. ; [ Do! Run Run (set 1) ]
  7833. dorunrun:0:2203:07:000:Infinite Lives
  7834. dorunrun:0:2D38:78:000:Always Have Powerball
  7835. dorunrun:0:2206:00:000:No green monsters
  7836. dorunrun:0:2212:00:000:No blue monsters
  7837. dorunrun:0:0000:00:999:[Activate Invincibility     ]
  7838. dorunrun:0:0000:00:999:[during play only!          ]
  7839. dorunrun:0:21C0:00:000:Invincibility (1/2)
  7840. dorunrun:0:2D20:A0:111:Invincibility (2/2)
  7841.  
  7842. ; [ Discs of Tron (Upright) ]
  7843. dotron:0:E00C:06:000:Infinite Lives
  7844. dotron:0:E43A:09:000:Infinite Shields
  7845. dotron:0:0000:00:999:[These level cheats should  ]
  7846. dotron:0:0000:00:999:[be activated in a game for ]
  7847. dotron:0:0000:00:999:[just a few seconds when you]
  7848. dotron:0:0000:00:999:[finish the current level,it]
  7849. dotron:0:0000:00:999:[will jump to level 6 or 7. ]
  7850. dotron:0:0000:00:999:[REMEMBER to turn the cheat ]
  7851. dotron:0:0000:00:999:[OFF!!!!!                   ]
  7852. dotron:0:E012:06:000:Level 6 before animation
  7853. dotron:0:E012:07:000:Level 7 after animation
  7854.  
  7855. ; [ Discs of Tron (Environmental) ]
  7856. dotrone:0:E00C:06:000:Infinite Lives
  7857. dotrone:0:E43A:09:000:Infinite Shields
  7858. dotrone:0:0000:00:999:[These level cheats should  ]
  7859. dotrone:0:0000:00:999:[be activated in a game for ]
  7860. dotrone:0:0000:00:999:[just a few seconds when you]
  7861. dotrone:0:0000:00:999:[finish the current level,it]
  7862. dotrone:0:0000:00:999:[will jump to level 6 or 7. ]
  7863. dotrone:0:0000:00:999:[REMEMBER to turn the cheat ]
  7864. dotrone:0:0000:00:999:[OFF!!!!!                   ]
  7865. dotrone:0:E012:06:000:Level 6 before animation
  7866. dotrone:0:E012:07:000:Level 7 after animation
  7867.  
  7868. ; [ Dottori Kun (old version) ]
  7869. dotriku2:0:86CE:01:040:Invincibility
  7870. dotriku2:0:860B:00:001:Finish this Level Now!
  7871. dotriku2:0:0000:00:999:[The Select next level      ]
  7872. dotriku2:0:0000:00:999:[(display) cheat is cosmetic]
  7873. dotriku2:0:0000:00:999:[only after level 11 the    ]
  7874. dotriku2:0:0000:00:999:[gets no harder only the    ]
  7875. dotriku2:0:0000:00:999:[displayed number increases!]
  7876. dotriku2:0:86CC:0A:061:Select next level (actual)
  7877. dotriku2:0:86CD:98:063:Select next level (display)
  7878.  
  7879. ; [ Dottori Kun (new version) ]
  7880. dotrikun:0:86CE:01:040:Invincibility
  7881. dotrikun:0:860B:00:001:Finish this Level Now!
  7882. dotrikun:0:0000:00:999:[The Select next level      ]
  7883. dotrikun:0:0000:00:999:[(display) cheat is cosmetic]
  7884. dotrikun:0:0000:00:999:[only after level 11 the    ]
  7885. dotrikun:0:0000:00:999:[gets no harder only the    ]
  7886. dotrikun:0:0000:00:999:[displayed number increases!]
  7887. dotrikun:0:86CC:0A:061:Select next level (actual)
  7888. dotrikun:0:86CD:98:063:Select next level (display)
  7889.  
  7890. ; [ Double Dragon (Neo Geo) ]
  7891. doubledr:0:102242:9A:000:Infinite Time
  7892. doubledr:0:100450:00:000:Infinite Energy PL1
  7893. doubledr:0:100510:68:000:Infinite Charge PL1
  7894. doubledr:0:100550:00:000:Infinite Energy PL2
  7895. doubledr:0:100610:68:000:Infinite Charge PL2
  7896. doubledr:0:000000:00:999:[   Free player selection   ]
  7897. doubledr:0:000000:00:999:[   Can be used anytime !   ]
  7898. doubledr:0:000000:00:999:[ Use on selection screen.  ]
  7899. doubledr:0:000000:00:999:[  Some palette glitches.   ]
  7900. doubledr:0:100445:00:001:Play with Billy Now! PL1
  7901. doubledr:0:100445:01:001:Play with Super Billy Now!PL1:Become Billy after win
  7902. doubledr:0:100445:02:001:Play with Jimmy Now! PL1
  7903. doubledr:0:100445:03:001:Play with Super Jimmy Now!PL1:Become Jimmy after win
  7904. doubledr:0:100445:04:001:Play with Marian Now! PL1
  7905. doubledr:0:100445:05:001:Play with Abobo Now! PL1
  7906. doubledr:0:100445:06:001:Play with Amon Now! PL1
  7907. doubledr:0:100445:07:001:Play with Eddie Now! PL1
  7908. doubledr:0:100445:08:001:Play with Rebecca Now! PL1
  7909. doubledr:0:100445:09:001:Play with Dulton Now! PL1
  7910. doubledr:0:100445:0A:001:Play with Cheng-Fu Now! PL1
  7911. doubledr:0:100445:0B:001:Play with Burnov Now! PL1
  7912. doubledr:0:100445:0C:001:Play with Duke Now! PL1
  7913. doubledr:0:100445:0D:001:Play with Shuko Now! PL1
  7914. doubledr:0:100545:00:001:Play with Billy Now! PL2
  7915. doubledr:0:100545:01:001:Play with Super Billy Now!PL2:Become Billy after win
  7916. doubledr:0:100545:02:001:Play with Jimmy Now! PL2
  7917. doubledr:0:100545:03:001:Play with Super Jimmy Now!PL2:Become Jimmy after win
  7918. doubledr:0:100545:04:001:Play with Marian Now! PL2
  7919. doubledr:0:100545:05:001:Play with Abobo Now! PL2
  7920. doubledr:0:100545:06:001:Play with Amon Now! PL2
  7921. doubledr:0:100545:07:001:Play with Eddie Now! PL2
  7922. doubledr:0:100545:08:001:Play with Rebecca Now! PL2
  7923. doubledr:0:100545:09:001:Play with Dulton Now! PL2
  7924. doubledr:0:100545:0A:001:Play with Cheng-Fu Now! PL2
  7925. doubledr:0:100545:0B:001:Play with Burnov Now! PL2
  7926. doubledr:0:100545:0C:001:Play with Duke Now! PL2
  7927. doubledr:0:100545:0D:001:Play with Shuko Now! PL2
  7928.  
  7929. ; [ Mr. Do vs. Unicorns ]
  7930. douni:0:8103:07:000:Infinite Lives
  7931. douni:0:8150:04:040:Invincibility
  7932.  
  7933. ; [ Mr. Do's Wild Ride ]
  7934. dowild:0:2103:07:000:Infinite Lives
  7935. dowild:0:226F:99:000:Infinite Time (F5)
  7936.  
  7937. ; [ Double Play ]
  7938. dplay:0:22E4:00:000:Infinite Balls
  7939. dplay:0:22E5:00:000:Infinite Strikes
  7940. dplay:0:22E5:00:001:Another 3 Strikes
  7941. dplay:0:22E6:00:000:Always 0 Outs
  7942.  
  7943. ; [ Dragon Buster ]
  7944. drgnbstr:0:4865:80:000:Infinite Vitality
  7945. drgnbstr:0:4C00:02:000:Infinite Fireball
  7946. drgnbstr:0:4C00:04:000:Infinite 4-Way Fireball
  7947. drgnbstr:0:4866:01:000:Always have Shield
  7948. drgnbstr:0:4867:01:000:Always have Sword
  7949. drgnbstr:0:4868:01:000:Always have Crown
  7950. drgnbstr:0:4869:01:000:Always have Cepter
  7951. drgnbstr:0:4866:01:001:Get Shield Now!
  7952. drgnbstr:0:4867:01:001:Get Sword Now!
  7953. drgnbstr:0:4868:01:001:Get Crown Now!
  7954. drgnbstr:0:4869:01:001:Get Cepter Now!
  7955. drgnbstr:0:4D61:00:001:Kill Dragon Now!
  7956.  
  7957. ; [ Dragonninja (Japan) ]
  7958. drgninja:0:FFA8C6:99:000:Infinite Time
  7959. drgninja:0:FF95C0:01:001:Kill BOSS with One Hit Now!
  7960. drgninja:0:FFA39A:03:000:Infinite Lives PL1
  7961. drgninja:0:FFA380:14:000:Infinite Energy PL1
  7962. drgninja:0:FFA386:10:000:Invincibility PL1
  7963. drgninja:0:FFA365:00:000:Always have No Weapon PL1
  7964. drgninja:0:FFA365:02:000:Always have Nunchaku PL1
  7965. drgninja:0:FFA365:04:000:Always have Knife PL1
  7966. drgninja:0:FFA365:00:001:Get No Weapon Now! PL1
  7967. drgninja:0:FFA365:02:001:Get Nunchaku Now! PL1
  7968. drgninja:0:FFA365:04:001:Get Knife Now! PL1
  7969. drgninja:0:FFA25A:03:000:Infinite Lives PL2
  7970. drgninja:0:FFA240:14:000:Infinite Energy PL2
  7971. drgninja:0:FFA246:10:000:Invincibility PL2
  7972. drgninja:0:FFA225:00:000:Always have No Weapon PL2
  7973. drgninja:0:FFA225:02:000:Always have Nunchaku PL2
  7974. drgninja:0:FFA225:04:000:Always have Knife PL2
  7975. drgninja:0:FFA225:00:001:Get No Weapon Now! PL2
  7976. drgninja:0:FFA225:02:001:Get Nunchaku Now! PL2
  7977. drgninja:0:FFA225:04:001:Get Knife Now! PL2
  7978.  
  7979. ; [ Dr. Toppel's Tankentai (Japan) ]
  7980. drtoppel:0:E006:07:000:Infinite Lives PL1
  7981. drtoppel:0:E012:07:000:Infinite Lives PL2
  7982.  
  7983. ; [ Dragon Saber ]
  7984. dsaber:0:10C683:03:000:Infinite Lives PL1
  7985. dsaber:0:10900F:01:000:Invincibility PL1
  7986. dsaber:0:109079:00:000:Always have 1 Head PL1 (1/3)
  7987. dsaber:0:10C69F:8C:500:Always have 1 Head PL1 (2/3)
  7988. dsaber:0:10C6A7:D2:500:Always have 1 Head PL1 (3/3)
  7989. dsaber:0:109079:01:000:Always have 2 Heads PL1 (1/3)
  7990. dsaber:0:10C69F:AE:500:Always have 2 Heads PL1 (2/3)
  7991. dsaber:0:10C6A7:E6:500:Always have 2 Heads PL1 (3/3)
  7992. dsaber:0:109079:02:000:Always have 3 Heads PL1 (1/3)
  7993. dsaber:0:10C69F:BA:500:Always have 3 Heads PL1 (2/3)
  7994. dsaber:0:10C6A7:FA:500:Always have 3 Heads PL1 (3/3)
  7995. dsaber:0:10C6E1:00:000:Always have L1 shot PL1
  7996. dsaber:0:10C6E1:01:000:Always have L2 shot PL1
  7997. dsaber:0:10C6E1:02:000:Always have L3 shot PL1
  7998. dsaber:0:109079:00:001:Get 1 Head Now! PL1 (1/3)
  7999. dsaber:0:10C69F:8C:501:Get 1 Head Now! PL1 (2/3)
  8000. dsaber:0:10C6A7:D2:501:Get 1 Head Now! PL1 (3/3)
  8001. dsaber:0:109079:01:001:Get 2 Heads Now! PL1 (1/3)
  8002. dsaber:0:10C69F:AE:501:Get 2 Heads Now! PL1 (2/3)
  8003. dsaber:0:10C6A7:E6:501:Get 2 Heads Now! PL1 (3/3)
  8004. dsaber:0:109079:02:001:Get 3 Heads Now! PL1 (1/3)
  8005. dsaber:0:10C69F:BA:501:Get 3 Heads Now! PL1 (2/3)
  8006. dsaber:0:10C6A7:FA:501:Get 3 Heads Now! PL1 (3/3)
  8007. dsaber:0:10C6E1:00:001:Get L1 shot Now! PL1
  8008. dsaber:0:10C6E1:01:001:Get L2 shot Now! PL1
  8009. dsaber:0:10C6E1:02:001:Get L3 shot Now! PL1
  8010. dsaber:0:10C703:03:000:Infinite Lives PL2
  8011. dsaber:0:10908F:01:000:Invincibility PL2
  8012. dsaber:0:1090F9:00:000:Always have 1 Head PL2 (1/3)
  8013. dsaber:0:10C71F:8C:500:Always have 1 Head PL2 (2/3)
  8014. dsaber:0:10C727:D2:500:Always have 1 Head PL2 (3/3)
  8015. dsaber:0:1090F9:01:000:Always have 2 Heads PL2 (1/3)
  8016. dsaber:0:10C71F:AE:500:Always have 2 Heads PL2 (2/3)
  8017. dsaber:0:10C727:E6:500:Always have 2 Heads PL2 (3/3)
  8018. dsaber:0:1090F9:02:000:Always have 3 Heads PL2 (1/3)
  8019. dsaber:0:10C71F:BA:500:Always have 3 Heads PL2 (2/3)
  8020. dsaber:0:10C727:FA:500:Always have 3 Heads PL2 (3/3)
  8021. dsaber:0:10C761:00:000:Always have L1 shot PL2
  8022. dsaber:0:10C761:01:000:Always have L2 shot PL2
  8023. dsaber:0:10C761:02:000:Always have L3 shot PL2
  8024. dsaber:0:1090F9:00:001:Get 1 Head Now! PL2 (1/3)
  8025. dsaber:0:10C71F:8C:501:Get 1 Head Now! PL2 (2/3)
  8026. dsaber:0:10C727:D2:501:Get 1 Head Now! PL2 (3/3)
  8027. dsaber:0:1090F9:01:001:Get 2 Heads Now! PL2 (1/3)
  8028. dsaber:0:10C71F:AE:501:Get 2 Heads Now! PL2 (2/3)
  8029. dsaber:0:10C727:E6:501:Get 2 Heads Now! PL2 (3/3)
  8030. dsaber:0:1090F9:02:001:Get 3 Heads Now! PL2 (1/3)
  8031. dsaber:0:10C71F:BA:501:Get 3 Heads Now! PL2 (2/3)
  8032. dsaber:0:10C727:FA:501:Get 3 Heads Now! PL2 (3/3)
  8033. dsaber:0:10C761:00:001:Get L1 shot Now! PL2
  8034. dsaber:0:10C761:01:001:Get L2 shot Now! PL2
  8035. dsaber:0:10C761:02:001:Get L3 shot Now! PL2
  8036. dsaber:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  8037.  
  8038. ; [ Dragon Saber (Japan) ]
  8039. dsaberj:0:000000:00:999:[Please NOTE this game has  ]
  8040. dsaberj:0:000000:00:999:[problems displaying the    ]
  8041. dsaberj:0:000000:00:999:[multiple heads - please use]
  8042. dsaberj:0:000000:00:999:[the other version - dsaber.]
  8043. dsaberj:0:10C683:03:000:Infinite Lives PL1
  8044. dsaberj:0:10900F:01:000:Invincibility PL1
  8045. dsaberj:0:109079:00:000:Always have 1 Head PL1 (1/3)
  8046. dsaberj:0:10C69F:8C:500:Always have 1 Head PL1 (2/3)
  8047. dsaberj:0:10C6A7:D2:500:Always have 1 Head PL1 (3/3)
  8048. dsaberj:0:109079:01:000:Always have 2 Heads PL1 (1/3)
  8049. dsaberj:0:10C69F:AE:500:Always have 2 Heads PL1 (2/3)
  8050. dsaberj:0:10C6A7:E6:500:Always have 2 Heads PL1 (3/3)
  8051. dsaberj:0:109079:02:000:Always have 3 Heads PL1 (1/3)
  8052. dsaberj:0:10C69F:BA:500:Always have 3 Heads PL1 (2/3)
  8053. dsaberj:0:10C6A7:FA:500:Always have 3 Heads PL1 (3/3)
  8054. dsaberj:0:10C6E1:00:000:Always have L1 shot PL1
  8055. dsaberj:0:10C6E1:01:000:Always have L2 shot PL1
  8056. dsaberj:0:10C6E1:02:000:Always have L3 shot PL1
  8057. dsaberj:0:109079:00:001:Get 1 Head Now! PL1 (1/3)
  8058. dsaberj:0:10C69F:8C:501:Get 1 Head Now! PL1 (2/3)
  8059. dsaberj:0:10C6A7:D2:501:Get 1 Head Now! PL1 (3/3)
  8060. dsaberj:0:109079:01:001:Get 2 Heads Now! PL1 (1/3)
  8061. dsaberj:0:10C69F:AE:501:Get 2 Heads Now! PL1 (2/3)
  8062. dsaberj:0:10C6A7:E6:501:Get 2 Heads Now! PL1 (3/3)
  8063. dsaberj:0:109079:02:001:Get 3 Heads Now! PL1 (1/3)
  8064. dsaberj:0:10C69F:BA:501:Get 3 Heads Now! PL1 (2/3)
  8065. dsaberj:0:10C6A7:FA:501:Get 3 Heads Now! PL1 (3/3)
  8066. dsaberj:0:10C6E1:00:001:Get L1 shot Now! PL1
  8067. dsaberj:0:10C6E1:01:001:Get L2 shot Now! PL1
  8068. dsaberj:0:10C6E1:02:001:Get L3 shot Now! PL1
  8069. dsaberj:0:10C703:03:000:Infinite Lives PL2
  8070. dsaberj:0:10908F:01:000:Invincibility PL2
  8071. dsaberj:0:1090F9:00:000:Always have 1 Head PL2 (1/3)
  8072. dsaberj:0:10C71F:8C:500:Always have 1 Head PL2 (2/3)
  8073. dsaberj:0:10C727:D2:500:Always have 1 Head PL2 (3/3)
  8074. dsaberj:0:1090F9:01:000:Always have 2 Heads PL2 (1/3)
  8075. dsaberj:0:10C71F:AE:500:Always have 2 Heads PL2 (2/3)
  8076. dsaberj:0:10C727:E6:500:Always have 2 Heads PL2 (3/3)
  8077. dsaberj:0:1090F9:02:000:Always have 3 Heads PL2 (1/3)
  8078. dsaberj:0:10C71F:BA:500:Always have 3 Heads PL2 (2/3)
  8079. dsaberj:0:10C727:FA:500:Always have 3 Heads PL2 (3/3)
  8080. dsaberj:0:10C761:00:000:Always have L1 shot PL2
  8081. dsaberj:0:10C761:01:000:Always have L2 shot PL2
  8082. dsaberj:0:10C761:02:000:Always have L3 shot PL2
  8083. dsaberj:0:1090F9:00:001:Get 1 Head Now! PL2 (1/3)
  8084. dsaberj:0:10C71F:8C:501:Get 1 Head Now! PL2 (2/3)
  8085. dsaberj:0:10C727:D2:501:Get 1 Head Now! PL2 (3/3)
  8086. dsaberj:0:1090F9:01:001:Get 2 Heads Now! PL2 (1/3)
  8087. dsaberj:0:10C71F:AE:501:Get 2 Heads Now! PL2 (2/3)
  8088. dsaberj:0:10C727:E6:501:Get 2 Heads Now! PL2 (3/3)
  8089. dsaberj:0:1090F9:02:001:Get 3 Heads Now! PL2 (1/3)
  8090. dsaberj:0:10C71F:BA:501:Get 3 Heads Now! PL2 (2/3)
  8091. dsaberj:0:10C727:FA:501:Get 3 Heads Now! PL2 (3/3)
  8092. dsaberj:0:10C761:00:001:Get L1 shot Now! PL2
  8093. dsaberj:0:10C761:01:001:Get L2 shot Now! PL2
  8094. dsaberj:0:10C761:02:001:Get L3 shot Now! PL2
  8095. dsaberj:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  8096.  
  8097. ; [ Dream Soccer '94 ]
  8098. dsoccr94:0:EACB8:09:000:Infinite Time (1/3)
  8099. dsoccr94:0:EACB7:05:500:Infinite Time (2/3)
  8100. dsoccr94:0:EACB6:09:500:Infinite Time (3/3)
  8101. dsoccr94:0:EACB8:00:001:Finish Game Now! (1/3)
  8102. dsoccr94:0:EACB7:00:501:Finish Game Now! (2/3)
  8103. dsoccr94:0:EACB6:00:501:Finish Game Now! (3/3)
  8104. dsoccr94:0:00000:00:999:[The Score won't be shown   ]
  8105. dsoccr94:0:00000:00:999:[until a goal is scored!    ]
  8106. dsoccr94:0:E1255:09:070:Select Score (tens) PL2
  8107. dsoccr94:0:E1254:09:070:Select Score (units) PL2
  8108.  
  8109. ; [ Dragon Spirit (new version) ]
  8110. dspirit:0:4007:0B:000:Infinite Lives
  8111. dspirit:0:41B0:05:000:Infinite Energy
  8112. dspirit:0:41A0:01:000:Invincibility
  8113. dspirit:0:41BF:00:000:Always have L1 shot
  8114. dspirit:0:41BF:01:000:Always have L2 shot
  8115. dspirit:0:41BF:02:000:Always have L3 shot
  8116. dspirit:0:41BE:00:000:Always have normal dragon
  8117. dspirit:0:41BE:01:000:Always have 2 headed dragon
  8118. dspirit:0:41BE:02:000:Always have 3 headed dragon
  8119. dspirit:0:41BE:03:000:Always have small dragon
  8120. dspirit:0:41BE:04:000:Always EarthQuake dragon
  8121. dspirit:0:41C7:00:000:Always Normal Fire
  8122. dspirit:0:41C7:01:000:Always Long Fire
  8123. dspirit:0:41C7:02:000:Always 3 way Fire
  8124. dspirit:0:41C7:03:000:Always Homing Star Fire
  8125. dspirit:0:41C7:04:000:Always Penetration Fire
  8126. dspirit:0:41BF:00:001:Get L1 shot Now!
  8127. dspirit:0:41BF:01:001:Get L2 shot Now!
  8128. dspirit:0:41BF:02:001:Get L3 shot Now!
  8129. dspirit:0:41BE:00:001:Get normal dragon Now!
  8130. dspirit:0:41BE:01:001:Get 2 headed dragon Now!
  8131. dspirit:0:41BE:02:001:Get 3 headed dragon Now!
  8132. dspirit:0:41BE:03:001:Get small dragon Now!
  8133. dspirit:0:41BE:04:001:Get EarthQuake dragon Now!
  8134. dspirit:0:41C7:00:001:Get Normal Fire Now!
  8135. dspirit:0:41C7:01:001:Get Long Fire Now!
  8136. dspirit:0:41C7:02:001:Get 3 way Fire Now!
  8137. dspirit:0:41C7:03:001:Get Homing Star Fire Now!
  8138. dspirit:0:41C7:04:001:Get Penetration Fire Now!
  8139. dspirit:0:0000:00:999:[The current area cheat     ]
  8140. dspirit:0:0000:00:999:[should only be activated in]
  8141. dspirit:0:0000:00:999:[the game before you lose a ]
  8142. dspirit:0:0000:00:999:[life - ie no inf. energy!!!]
  8143. dspirit:0:0000:00:999:[Best activated on the hill ]
  8144. dspirit:0:0000:00:999:[sword/lightning screen     ]
  8145. dspirit:0:4001:08:061:Select next area
  8146. dspirit:0:4001:08:071:Select current area
  8147.  
  8148. ; [ Dragon Spirit (old version) ]
  8149. dspirito:0:4007:0B:000:Infinite Lives
  8150. dspirito:0:41B0:05:000:Infinite Energy
  8151. dspirito:0:41A0:01:000:Invincibility
  8152. dspirito:0:41BF:00:000:Always have L1 shot
  8153. dspirito:0:41BF:01:000:Always have L2 shot
  8154. dspirito:0:41BF:02:000:Always have L3 shot
  8155. dspirito:0:41BE:00:000:Always have normal dragon
  8156. dspirito:0:41BE:01:000:Always have 2 headed dragon
  8157. dspirito:0:41BE:02:000:Always have 3 headed dragon
  8158. dspirito:0:41BE:03:000:Always have small dragon
  8159. dspirito:0:41BE:04:000:Always EarthQuake dragon
  8160. dspirito:0:41C7:00:000:Always Normal Fire
  8161. dspirito:0:41C7:01:000:Always Long Fire
  8162. dspirito:0:41C7:02:000:Always 3 way Fire
  8163. dspirito:0:41C7:03:000:Always Homing Star Fire
  8164. dspirito:0:41C7:04:000:Always Penetration Fire
  8165. dspirito:0:41BF:00:001:Get L1 shot Now!
  8166. dspirito:0:41BF:01:001:Get L2 shot Now!
  8167. dspirito:0:41BF:02:001:Get L3 shot Now!
  8168. dspirito:0:41BE:00:001:Get normal dragon Now!
  8169. dspirito:0:41BE:01:001:Get 2 headed dragon Now!
  8170. dspirito:0:41BE:02:001:Get 3 headed dragon Now!
  8171. dspirito:0:41BE:03:001:Get small dragon Now!
  8172. dspirito:0:41BE:04:001:Get EarthQuake dragon Now!
  8173. dspirito:0:41C7:00:001:Get Normal Fire Now!
  8174. dspirito:0:41C7:01:001:Get Long Fire Now!
  8175. dspirito:0:41C7:02:001:Get 3 way Fire Now!
  8176. dspirito:0:41C7:03:001:Get Homing Star Fire Now!
  8177. dspirito:0:41C7:04:001:Get Penetration Fire Now!
  8178. dspirito:0:0000:00:999:[The current area cheat     ]
  8179. dspirito:0:0000:00:999:[should only be activated in]
  8180. dspirito:0:0000:00:999:[the game before you lose a ]
  8181. dspirito:0:0000:00:999:[life - ie no inf. energy!!!]
  8182. dspirito:0:0000:00:999:[Best activated on the hill ]
  8183. dspirito:0:0000:00:999:[sword/lightning screen     ]
  8184. dspirito:0:4001:08:061:Select next area
  8185. dspirito:0:4001:08:071:Select current area
  8186.  
  8187. ; [ Dump Matsumoto (Japan) ]
  8188. dumpmtmt:0:FFC202:59:000:Infinite Time
  8189.  
  8190. ; [ Tenchi wo Kurau (Japan) ]
  8191. dwj:0:FF82E6:0E:000:Invincibility PL1
  8192. dwj:0:FF8289:99:000:Infinite Energy PL1 (1/2)
  8193. dwj:0:FF8288:09:500:Infinite Energy PL1 (2/2)
  8194. dwj:0:FF82EE:07:000:Character level 8 (max) PL1
  8195. dwj:0:FF82E9:07:000:Weapon level 8 (max) PL1
  8196. dwj:0:FF82E2:0B:000:Maximum weap. power PL1 (1/2)
  8197. dwj:0:FF82EF:07:500:Maximum weap. power PL1 (2/2)
  8198. dwj:0:FF82E1:02:000:Maximum blue balls PL1
  8199. dwj:0:FF8386:0E:000:Invincibility PL2
  8200. dwj:0:FF8329:99:000:Infinite Energy PL2 (1/2)
  8201. dwj:0:FF8328:09:500:Infinite Energy PL2 (2/2)
  8202. dwj:0:FF838E:07:000:Character level 8 (max) PL2
  8203. dwj:0:FF8389:07:000:Weapon level 8 (max) PL2
  8204. dwj:0:FF8382:0B:000:Maximum weap. power PL2 (1/2)
  8205. dwj:0:FF838F:07:500:Maximum weap. power PL2 (2/2)
  8206. dwj:0:FF8381:02:000:Maximum blue balls PL2
  8207.  
  8208. ; [ Dyger ]
  8209. dyger:0:C110:14:000:Infinite Lives
  8210. dyger:0:C012:2E:000:Infinite Ammo
  8211. dyger:0:C100:01:000:Invincibility
  8212.  
  8213. ; [ Dynamite Duke ]
  8214. dynduke:0:012EA:96:000:Infinite Energy
  8215. dynduke:0:012F4:E8:000:Infinite Ammo (1/2)
  8216. dynduke:0:012F5:03:500:Infinite Ammo (2/2)
  8217. dynduke:0:012F8:08:000:Infinite MegaPunch
  8218. dynduke:0:02864:2D:000:Constant MegaPunch
  8219. dynduke:0:012EE:F4:000:Full Autofire "ON"
  8220. dynduke:0:012EE:00:001:Full Autofire "OFF"
  8221.  
  8222. ; [ Zig Zag (Dig Dug hardware) ]
  8223. dzigzag:0:840A:06:000:Infinite Lives PL1
  8224. dzigzag:0:840B:06:000:Infinite Lives PL2
  8225. dzigzag:0:8401:80:040:Invincibility
  8226. dzigzag:0:840D:63:072:Select current level
  8227. dzigzag:0:840D:63:062:Select next level
  8228.  
  8229. ; [ Eagle (set 1) ]
  8230. eagle:0:809D:01:000:Infinite Lives (1/2)
  8231. eagle:0:809E:00:500:Infinite Lives (2/2)
  8232. eagle:0:8230:30:000:Infinite Time to dock
  8233. eagle:0:8230:00:001:No more dock time Now! (1/2)
  8234. eagle:0:8231:01:501:No more dock time Now! (2/2)
  8235. eagle:0:823C:01:000:Only 1 to kill per screen
  8236.  
  8237. ; [ Eagle (set 2) ]
  8238. eagle2:0:809D:01:000:Infinite Lives (1/2)
  8239. eagle2:0:809E:00:500:Infinite Lives (2/2)
  8240. eagle2:0:8230:30:000:Infinite Time to dock
  8241. eagle2:0:8230:00:001:No more dock time Now! (1/2)
  8242. eagle2:0:8231:01:501:No more dock time Now! (2/2)
  8243. eagle2:0:823C:01:000:Only 1 to kill per screen
  8244.  
  8245. ; [ Super Earth Invasion ]
  8246. earthinv:0:21FF:07:000:Infinite Lives PL1
  8247. earthinv:0:22FF:07:000:Infinite Lives PL2
  8248. earthinv:0:2009:78:000:Invaders never drop
  8249. earthinv:0:2069:00:000:Invaders don't fire (1/2)
  8250. earthinv:0:206A:30:500:Invaders don't fire (2/2)
  8251.  
  8252. ; [ Earth Defense Force ]
  8253. edf:0:0616F5:03:000:Infinite Lives PL1
  8254. edf:0:000000:00:999:[Disable invincibility with ]
  8255. edf:0:000000:00:999:[F5 to finish each level.   ]
  8256. edf:0:0616F3:B2:000:Invincibility PL1
  8257. edf:0:0616F7:04:000:Weapon level 5 (max) PL1
  8258. edf:0:061737:00:001:Get Valcan Weapon Now! PL1
  8259. edf:0:061737:01:001:Get Laser Weapon Now! PL1
  8260. edf:0:061737:02:001:Get Atomic Weapon Now! PL1
  8261. edf:0:061737:03:001:Get Homing Weapon Now! PL1
  8262. edf:0:061955:03:000:Infinite Lives PL2
  8263. edf:0:000000:00:999:[Disable invincibility with ]
  8264. edf:0:000000:00:999:[F5 to finish each level.   ]
  8265. edf:0:061953:B2:000:Invincibility PL2
  8266. edf:0:061957:04:000:Weapon level 5 (max) PL2
  8267. edf:0:061997:00:001:Get Valcan Weapon Now! PL2
  8268. edf:0:061997:01:001:Get Laser Weapon Now! PL2
  8269. edf:0:061997:02:001:Get Atomic Weapon Now! PL2
  8270. edf:0:061997:03:001:Get Homing Weapon Now! PL2
  8271.  
  8272. ; [ Eggs ]
  8273. eggs:0:0055:07:000:Infinite Lives PL1
  8274. eggs:0:005F:07:000:Infinite Lives PL2
  8275.  
  8276. ; [ Eight Man ]
  8277. eightman:0:100482:99:000:Infinite Time
  8278. eightman:0:100CF7:63:000:Infinite Lives PL1
  8279. eightman:0:100CF6:06:000:Infinite Life PL1
  8280. eightman:0:100CF5:06:000:Infinite Bombs PL1
  8281. eightman:0:100CF8:02:000:Max Weapon Power PL1
  8282. eightman:0:100CDC:01:000:Invincibility PL1
  8283. eightman:0:100CC2:01:000:Permanent "8 Power" PL1
  8284. eightman:0:1011F7:63:000:Infinite Lives PL2
  8285. eightman:0:1011F6:06:000:Infinite Life PL2
  8286. eightman:0:1011F5:06:000:Infinite Bombs PL2
  8287. eightman:0:1011F8:02:000:Max Weapon Power PL2
  8288. eightman:0:1011DC:01:000:Invincibility PL2
  8289. eightman:0:1011C2:01:000:Permanent "8 Power" PL2
  8290.  
  8291. ; [ Extra Innings ]
  8292. einnings:0:22E4:00:000:Infinite Balls
  8293. einnings:0:22E5:00:000:Infinite Strikes
  8294. einnings:0:22E5:00:001:Another 3 Strikes
  8295. einnings:0:22E6:00:000:Always 0 Outs
  8296.  
  8297. ; [ Electric Yo-Yo, The (set 2) ]
  8298. elecyoy2:0:8740:03:000:Infinite Lives
  8299.  
  8300. ; [ Electric Yo-Yo, The (set 1) ]
  8301. elecyoyo:0:8740:03:000:Infinite Lives
  8302.  
  8303. ; [ Elevator Action (bootleg) ]
  8304. elevatob:0:8234:14:000:Infinite Lives
  8305. elevatob:0:0000:00:999:[Disable invincibility with ]
  8306. elevatob:0:0000:00:999:[F5 to enter the car and    ]
  8307. elevatob:0:0000:00:999:[finish each level.         ]
  8308. elevatob:0:8523:00:000:Invincibility
  8309. elevatob:0:8240:FF:000:Lamps never fall
  8310. elevatob:0:8211:08:000:Always No red door on fl. 1
  8311. elevatob:0:8212:08:000:Always No red door on fl. 2
  8312. elevatob:0:8213:08:000:Always No red door on fl. 3
  8313. elevatob:0:8214:08:000:Always No red door on fl. 4
  8314. elevatob:0:8215:08:000:Always No red door on fl. 5
  8315. elevatob:0:8216:08:000:Always No red door on fl. 6
  8316. elevatob:0:8217:08:000:Always No red door on fl. 7
  8317. elevatob:0:8218:08:000:Always No red door on fl. 8
  8318. elevatob:0:8219:08:000:Always No red door on fl. 9
  8319. elevatob:0:821A:08:000:Always No red door on fl. 10
  8320. elevatob:0:821B:08:000:Always No red door on fl. 11
  8321. elevatob:0:821C:08:000:Always No red door on fl. 12
  8322. elevatob:0:821D:08:000:Always No red door on fl. 13
  8323. elevatob:0:821E:08:000:Always No red door on fl. 14
  8324. elevatob:0:821F:08:000:Always No red door on fl. 15
  8325. elevatob:0:8220:08:000:Always No red door on fl. 16
  8326. elevatob:0:8221:08:000:Always No red door on fl. 17
  8327. elevatob:0:8222:08:000:Always No red door on fl. 18
  8328. elevatob:0:8223:08:000:Always No red door on fl. 19
  8329. elevatob:0:8224:08:000:Always No red door on fl. 20
  8330. elevatob:0:8225:08:000:Always No red door on fl. 21
  8331. elevatob:0:8226:08:000:Always No red door on fl. 22
  8332. elevatob:0:8227:08:000:Always No red door on fl. 23
  8333. elevatob:0:8228:08:000:Always No red door on fl. 24
  8334. elevatob:0:8229:08:000:Always No red door on fl. 25
  8335. elevatob:0:822A:08:000:Always No red door on fl. 26
  8336. elevatob:0:822B:08:000:Always No red door on fl. 27
  8337. elevatob:0:822C:08:000:Always No red door on fl. 28
  8338. elevatob:0:822D:08:000:Always No red door on fl. 29
  8339. elevatob:0:822E:08:000:Always No red door on fl. 30
  8340. elevatob:0:8211:08:001:No red door on fl. 1 Now!
  8341. elevatob:0:8212:08:001:No red door on fl. 2 Now!
  8342. elevatob:0:8213:08:001:No red door on fl. 3 Now!
  8343. elevatob:0:8214:08:001:No red door on fl. 4 Now!
  8344. elevatob:0:8215:08:001:No red door on fl. 5 Now!
  8345. elevatob:0:8216:08:001:No red door on fl. 6 Now!
  8346. elevatob:0:8217:08:001:No red door on fl. 7 Now!
  8347. elevatob:0:8218:08:001:No red door on fl. 8 Now!
  8348. elevatob:0:8219:08:001:No red door on fl. 9 Now!
  8349. elevatob:0:821A:08:001:No red door on fl. 10 Now!
  8350. elevatob:0:821B:08:001:No red door on fl. 11 Now!
  8351. elevatob:0:821C:08:001:No red door on fl. 12 Now!
  8352. elevatob:0:821D:08:001:No red door on fl. 13 Now!
  8353. elevatob:0:821E:08:001:No red door on fl. 14 Now!
  8354. elevatob:0:821F:08:001:No red door on fl. 15 Now!
  8355. elevatob:0:8220:08:001:No red door on fl. 16 Now!
  8356. elevatob:0:8221:08:001:No red door on fl. 17 Now!
  8357. elevatob:0:8222:08:001:No red door on fl. 18 Now!
  8358. elevatob:0:8223:08:001:No red door on fl. 19 Now!
  8359. elevatob:0:8224:08:001:No red door on fl. 20 Now!
  8360. elevatob:0:8225:08:001:No red door on fl. 21 Now!
  8361. elevatob:0:8226:08:001:No red door on fl. 22 Now!
  8362. elevatob:0:8227:08:001:No red door on fl. 23 Now!
  8363. elevatob:0:8228:08:001:No red door on fl. 24 Now!
  8364. elevatob:0:8229:08:001:No red door on fl. 25 Now!
  8365. elevatob:0:822A:08:001:No red door on fl. 26 Now!
  8366. elevatob:0:822B:08:001:No red door on fl. 27 Now!
  8367. elevatob:0:822C:08:001:No red door on fl. 28 Now!
  8368. elevatob:0:822D:08:001:No red door on fl. 29 Now!
  8369. elevatob:0:822E:08:001:No red door on fl. 30 Now!
  8370. elevatob:0:8237:04:001:Level 5 (Highlander test)
  8371.  
  8372. ; [ Elevator Action ]
  8373. elevator:0:8234:14:000:Infinite Lives
  8374. elevator:0:0000:00:999:[Disable invincibility with ]
  8375. elevator:0:0000:00:999:[F5 to enter the car and    ]
  8376. elevator:0:0000:00:999:[finish each level.         ]
  8377. elevator:0:8523:00:000:Invincibility
  8378. elevator:0:8240:FF:000:Lamps never fall
  8379. elevator:0:8211:08:000:Always No red door on fl. 1
  8380. elevator:0:8212:08:000:Always No red door on fl. 2
  8381. elevator:0:8213:08:000:Always No red door on fl. 3
  8382. elevator:0:8214:08:000:Always No red door on fl. 4
  8383. elevator:0:8215:08:000:Always No red door on fl. 5
  8384. elevator:0:8216:08:000:Always No red door on fl. 6
  8385. elevator:0:8217:08:000:Always No red door on fl. 7
  8386. elevator:0:8218:08:000:Always No red door on fl. 8
  8387. elevator:0:8219:08:000:Always No red door on fl. 9
  8388. elevator:0:821A:08:000:Always No red door on fl. 10
  8389. elevator:0:821B:08:000:Always No red door on fl. 11
  8390. elevator:0:821C:08:000:Always No red door on fl. 12
  8391. elevator:0:821D:08:000:Always No red door on fl. 13
  8392. elevator:0:821E:08:000:Always No red door on fl. 14
  8393. elevator:0:821F:08:000:Always No red door on fl. 15
  8394. elevator:0:8220:08:000:Always No red door on fl. 16
  8395. elevator:0:8221:08:000:Always No red door on fl. 17
  8396. elevator:0:8222:08:000:Always No red door on fl. 18
  8397. elevator:0:8223:08:000:Always No red door on fl. 19
  8398. elevator:0:8224:08:000:Always No red door on fl. 20
  8399. elevator:0:8225:08:000:Always No red door on fl. 21
  8400. elevator:0:8226:08:000:Always No red door on fl. 22
  8401. elevator:0:8227:08:000:Always No red door on fl. 23
  8402. elevator:0:8228:08:000:Always No red door on fl. 24
  8403. elevator:0:8229:08:000:Always No red door on fl. 25
  8404. elevator:0:822A:08:000:Always No red door on fl. 26
  8405. elevator:0:822B:08:000:Always No red door on fl. 27
  8406. elevator:0:822C:08:000:Always No red door on fl. 28
  8407. elevator:0:822D:08:000:Always No red door on fl. 29
  8408. elevator:0:822E:08:000:Always No red door on fl. 30
  8409. elevator:0:8211:08:001:No red door on fl. 1 Now!
  8410. elevator:0:8212:08:001:No red door on fl. 2 Now!
  8411. elevator:0:8213:08:001:No red door on fl. 3 Now!
  8412. elevator:0:8214:08:001:No red door on fl. 4 Now!
  8413. elevator:0:8215:08:001:No red door on fl. 5 Now!
  8414. elevator:0:8216:08:001:No red door on fl. 6 Now!
  8415. elevator:0:8217:08:001:No red door on fl. 7 Now!
  8416. elevator:0:8218:08:001:No red door on fl. 8 Now!
  8417. elevator:0:8219:08:001:No red door on fl. 9 Now!
  8418. elevator:0:821A:08:001:No red door on fl. 10 Now!
  8419. elevator:0:821B:08:001:No red door on fl. 11 Now!
  8420. elevator:0:821C:08:001:No red door on fl. 12 Now!
  8421. elevator:0:821D:08:001:No red door on fl. 13 Now!
  8422. elevator:0:821E:08:001:No red door on fl. 14 Now!
  8423. elevator:0:821F:08:001:No red door on fl. 15 Now!
  8424. elevator:0:8220:08:001:No red door on fl. 16 Now!
  8425. elevator:0:8221:08:001:No red door on fl. 17 Now!
  8426. elevator:0:8222:08:001:No red door on fl. 18 Now!
  8427. elevator:0:8223:08:001:No red door on fl. 19 Now!
  8428. elevator:0:8224:08:001:No red door on fl. 20 Now!
  8429. elevator:0:8225:08:001:No red door on fl. 21 Now!
  8430. elevator:0:8226:08:001:No red door on fl. 22 Now!
  8431. elevator:0:8227:08:001:No red door on fl. 23 Now!
  8432. elevator:0:8228:08:001:No red door on fl. 24 Now!
  8433. elevator:0:8229:08:001:No red door on fl. 25 Now!
  8434. elevator:0:822A:08:001:No red door on fl. 26 Now!
  8435. elevator:0:822B:08:001:No red door on fl. 27 Now!
  8436. elevator:0:822C:08:001:No red door on fl. 28 Now!
  8437. elevator:0:822D:08:001:No red door on fl. 29 Now!
  8438. elevator:0:822E:08:001:No red door on fl. 30 Now!
  8439. elevator:0:8237:04:001:Level 5 (Highlander test)
  8440.  
  8441. ; [ Eliminator (2 Players, set 1) ]
  8442. elim2:0:C997:99:000:Infinite Lives PL1
  8443. elim2:0:C998:99:000:Infinite Lives PL2
  8444.  
  8445. ; [ Eliminator (2 Players, set 2) ]
  8446. elim2a:0:C997:99:000:Infinite Lives PL1
  8447. elim2a:0:C998:99:000:Infinite Lives PL2
  8448.  
  8449. ; [ Eliminator (4 Players) ]
  8450. elim4:0:CC43:99:000:Infinite Lives PL1
  8451. elim4:0:CC44:99:000:Infinite Lives PL2
  8452. elim4:0:CC46:99:000:Infinite Lives PL3
  8453. elim4:0:CC45:99:000:Infinite Lives PL4
  8454.  
  8455. ; [ Empire City: 1931 (bootleg?) ]
  8456. empcity:0:F004:0B:000:Infinite Lives
  8457. empcity:0:F008:70:007:Infinite Ammo
  8458. empcity:0:E532:00:000:Invincibility
  8459.  
  8460. ; [ Empire City: 1931 (Japan) ]
  8461. empcityj:0:F004:0B:000:Infinite Lives
  8462. empcityj:0:F008:70:007:Infinite Ammo
  8463. empcityj:0:E532:00:000:Invincibility
  8464.  
  8465. ; [ Enduro Racer (bootleg set 2) ]
  8466. endurob2:0:040460:99:000:Infinite Time
  8467.  
  8468. ; [ Enduro Racer (bootleg set 1) ]
  8469. endurobl:0:040460:99:000:Infinite Time
  8470.  
  8471. ; [ Enduro Racer ]
  8472. enduror:0:040460:99:000:Infinite Time
  8473.  
  8474. ; [ Escape from the Planet of the Robot Monsters (set 1) ]
  8475. eprom:0:3F7F55:19:000:Fix No Soundcard Problem
  8476. eprom:2:16CB11:09:000:Infinite Lives/Energy PL1
  8477. eprom:2:16D04C:63:000:Infinite Bombs PL1
  8478. eprom:2:16CB13:09:000:Infinite Lives/Energy PL2
  8479. eprom:2:16D04D:63:000:Infinite Bombs PL2
  8480.  
  8481. ; [ Escape from the Planet of the Robot Monsters (set 2) ]
  8482. eprom2:0:3F7F55:19:000:Fix No Soundcard Problem
  8483. eprom2:2:16CB11:09:000:Infinite Lives/Energy PL1
  8484. eprom2:2:16D04C:63:000:Infinite Bombs PL1
  8485. eprom2:2:16CB13:09:000:Infinite Lives/Energy PL2
  8486. eprom2:2:16D04D:63:000:Infinite Bombs PL2
  8487.  
  8488. ; [ Empire Strikes Back, The ]
  8489. esb:0:4860:05:000:Infinite Shields
  8490. esb:0:4BFE:04:000:Infinite Tow Cables
  8491.  
  8492. ; [ Espial (US?) ]
  8493. espial:0:582B:07:000:Infinite Lives PL1
  8494. espial:0:582C:07:000:Infinite Lives PL2
  8495. espial:0:59EC:83:000:Invincibility (1/2)
  8496. espial:0:58FA:83:500:Invincibility (2/2)
  8497.  
  8498. ; [ Espial (Europe) ]
  8499. espiale:0:582B:07:000:Infinite Lives PL1
  8500. espiale:0:582C:07:000:Infinite Lives PL2
  8501. espiale:0:59EC:83:000:Invincibility (1/2)
  8502. espiale:0:58FA:83:500:Invincibility (2/2)
  8503.  
  8504. ; [ E-Swat ]
  8505. eswat:0:FFC460:64:000:Infinite Time
  8506. eswat:0:FFC821:09:000:Infinite Lives PL1
  8507. eswat:0:FFC810:2F:000:Infinite Energy PL1
  8508. eswat:0:FFD15A:00:000:Invincibility PL1
  8509. eswat:0:FFD157:6C:000:Invincibility Half PL1
  8510. eswat:0:FFC815:E7:000:Infinite Ammo PL1 (1/2)
  8511. eswat:0:FFC814:03:500:Infinite Ammo PL1 (2/2)
  8512. eswat:0:FFC861:09:000:Infinite Lives PL2
  8513. eswat:0:FFC850:2F:000:Infinite Energy PL2
  8514. eswat:0:FFD067:66:000:Invincibility Half PL2
  8515. eswat:0:FFC855:E7:000:Infinite Ammo PL2 (1/2)
  8516. eswat:0:FFC854:03:500:Infinite Ammo PL2 (2/2)
  8517.  
  8518. ; [ E-Swat (bootleg) ]
  8519. eswatbl:0:FFC460:64:000:Infinite Time
  8520. eswatbl:0:FFC821:09:000:Infinite Lives PL1
  8521. eswatbl:0:FFC810:2F:000:Infinite Energy PL1
  8522. eswatbl:0:FFD15A:00:000:Invincibility PL1
  8523. eswatbl:0:FFD157:6C:000:Invincibility Half PL1
  8524. eswatbl:0:FFC815:E7:000:Infinite Ammo PL1 (1/2)
  8525. eswatbl:0:FFC814:03:500:Infinite Ammo PL1 (2/2)
  8526. eswatbl:0:FFC861:09:000:Infinite Lives PL2
  8527. eswatbl:0:FFC850:2F:000:Infinite Energy PL2
  8528. eswatbl:0:FFD067:66:000:Invincibility Half PL2
  8529. eswatbl:0:FFC855:E7:000:Infinite Ammo PL2 (1/2)
  8530. eswatbl:0:FFC854:03:500:Infinite Ammo PL2 (2/2)
  8531.  
  8532. ; [ Exciting Hour ]
  8533. excthour:0:02CF:59:000:Infinite Time
  8534. excthour:0:0000:00:999:[The Referee never counts   ]
  8535. excthour:0:0000:00:999:[cheat gives you Infinite   ]
  8536. excthour:0:0000:00:999:[Time out of the ring, when ]
  8537. excthour:0:0000:00:999:[you are on the corner and  ]
  8538. excthour:0:0000:00:999:[makes it impossible to get ]
  8539. excthour:0:0000:00:999:[a fall. Either disable it  ]
  8540. excthour:0:0000:00:999:[or use the CORRECT 'Time =']
  8541. excthour:0:0000:00:999:[cheats. These can also be  ]
  8542. excthour:0:0000:00:999:[useful to enable when it's ]
  8543. excthour:0:0000:00:999:[to your advantage!! ;-)    ]
  8544. excthour:0:00E6:01:000:Referee never counts
  8545. excthour:0:00E6:19:001:Out of Ring Time = 19 Now!
  8546. excthour:0:00E6:02:001:Fall Count Time = 2 Now!
  8547. excthour:0:00E6:04:001:Corner Count Time = 4 Now!
  8548. excthour:0:0000:00:999:[                           ]
  8549. excthour:0:004A:FF:000:Infinite Energy PL1
  8550. excthour:0:004A:00:001:Drain all Energy Now! PL1
  8551. excthour:0:0059:00:000:Infinite Jumps on Corner PL1
  8552. excthour:0:004B:FF:000:Infinite Energy PL2
  8553. excthour:0:004B:00:001:Drain all Energy Now! PL2
  8554. excthour:0:0059:00:000:Infinite Jumps on Corner PL2
  8555. excthour:0:0000:00:999:[The Infinite Attacks cheats]
  8556. excthour:0:0000:00:999:[prevents the other player  ]
  8557. excthour:0:0000:00:999:[attacking you after you've ]
  8558. excthour:0:0000:00:999:[attacked them three times  ]
  8559. excthour:0:0000:00:999:[in a row.                  ]
  8560. excthour:0:0039:00:000:Infinite Attacks PL1
  8561. excthour:0:003A:00:000:Infinite Attacks PL2
  8562.  
  8563. ; [ Exciting Soccer II ]
  8564. exctscc2:0:7C0D:99:000:Infinite Time (1/2)
  8565. exctscc2:0:7C0E:59:500:Infinite Time (2/2)
  8566. exctscc2:0:7C0D:00:001:Finish Match Now! (1/2)
  8567. exctscc2:0:7C0E:01:501:Finish Match Now! (2/2)
  8568. exctscc2:0:7C19:09:070:Select Score PL1
  8569. exctscc2:0:7C1C:09:070:Select Score PL2
  8570.  
  8571. ; [ Exciting Soccer (alternate music) ]
  8572. exctscca:0:7C0D:99:000:Infinite Time (1/2)
  8573. exctscca:0:7C0E:59:500:Infinite Time (2/2)
  8574. exctscca:0:7C0D:00:001:Finish Match Now! (1/2)
  8575. exctscca:0:7C0E:01:501:Finish Match Now! (2/2)
  8576. exctscca:0:7C19:09:070:Select Score PL1
  8577. exctscca:0:7C1C:09:070:Select Score PL2
  8578.  
  8579. ; [ Exciting Soccer (bootleg) ]
  8580. exctsccb:0:7C0D:99:000:Infinite Time (1/2)
  8581. exctsccb:0:7C0E:59:500:Infinite Time (2/2)
  8582. exctsccb:0:7C0D:00:001:Finish Match Now! (1/2)
  8583. exctsccb:0:7C0E:01:501:Finish Match Now! (2/2)
  8584. exctsccb:0:7C19:09:070:Select Score PL1
  8585. exctsccb:0:7C1C:09:070:Select Score PL2
  8586.  
  8587. ; [ Exciting Soccer ]
  8588. exctsccr:0:7C0D:99:000:Infinite Time (1/2)
  8589. exctsccr:0:7C0E:59:500:Infinite Time (2/2)
  8590. exctsccr:0:7C0D:00:001:Finish Match Now! (1/2)
  8591. exctsccr:0:7C0E:01:501:Finish Match Now! (2/2)
  8592. exctsccr:0:7C19:09:070:Select Score PL1
  8593. exctsccr:0:7C1C:09:070:Select Score PL2
  8594.  
  8595. ; [ Exed Exes ]
  8596. exedexes:0:E040:03:000:Infinite Bombs
  8597. exedexes:0:F007:06:000:Infinite Lives PL1
  8598. exedexes:0:F011:C9:000:Invincibility PL1
  8599. exedexes:0:F015:06:000:Always 1-way fire PL1
  8600. exedexes:0:F015:07:000:Always 2-way fire PL1
  8601. exedexes:0:F015:08:000:Always 3-way fire PL1
  8602. exedexes:0:F015:0F:000:Always Super Weapon PL1
  8603. exedexes:0:F015:06:001:Get 1-way fire PL1 Now!
  8604. exedexes:0:F015:07:001:Get 2-way fire PL1 Now!
  8605. exedexes:0:F015:08:001:Get 3-way fire PL1 Now!
  8606. exedexes:0:F015:0F:001:Get Super Weapon PL1 Now!
  8607. exedexes:0:F087:06:000:Infinite Lives PL2
  8608. exedexes:0:F091:C9:000:Invincibility PL2
  8609. exedexes:0:F095:06:000:Always 1-way fire PL2
  8610. exedexes:0:F095:07:000:Always 2-way fire PL2
  8611. exedexes:0:F095:08:000:Always 3-way fire PL2
  8612. exedexes:0:F095:0F:000:Always Super Weapon PL2
  8613. exedexes:0:F095:06:001:Get 1-way fire PL2 Now!
  8614. exedexes:0:F095:07:001:Get 2-way fire PL2 Now!
  8615. exedexes:0:F095:08:001:Get 3-way fire PL2 Now!
  8616. exedexes:0:F095:0F:001:Get Super Weapon PL2 Now!
  8617.  
  8618. ; [ Exerion ]
  8619. exerion:0:6046:50:000:Infinite Firepower
  8620. exerion:0:6048:06:000:Infinite Lives
  8621.  
  8622. ; [ Exerion (bootleg) ]
  8623. exerionb:0:6046:50:000:Infinite Firepower
  8624. exerionb:0:6048:06:000:Infinite Lives
  8625.  
  8626. ; [ Exerion (Taito) ]
  8627. exeriont:0:6046:50:000:Infinite Firepower
  8628. exeriont:0:6048:06:000:Infinite Lives
  8629.  
  8630. ; [ Express Raider (US) ]
  8631. exprraid:0:000C:99:000:Infinite Lives
  8632. exprraid:0:0012:05:001:Get 1 more to finish Exp2 car
  8633. exprraid:0:0056:00:000:Stop Train Bombs
  8634. exprraid:0:0000:00:999:[This Infinite Energy cheat ]
  8635. exprraid:0:0000:00:999:[may have to be turned OFF  ]
  8636. exprraid:0:0000:00:999:[with F5 if you get pushed  ]
  8637. exprraid:0:0000:00:999:[off the train or encounter ]
  8638. exprraid:0:0000:00:999:[problems with the box      ]
  8639. exprraid:0:0000:00:999:[pusher. Turn the cheat back]
  8640. exprraid:0:0000:00:999:[ON with the F5 key.        ]
  8641. exprraid:0:0031:50:000:Infinite Energy
  8642. exprraid:0:0000:00:999:[This Infinite Time cheat   ]
  8643. exprraid:0:0000:00:999:[should be disabled when you]
  8644. exprraid:0:0000:00:999:[you reach the engine with  ]
  8645. exprraid:0:0000:00:999:[F5 or better use the Lose  ]
  8646. exprraid:0:0000:00:999:[All Exp2 Time Now! cheat   ]
  8647. exprraid:0:0028:59:000:Infinite Exp2 Time
  8648. exprraid:0:0028:01:001:Lose All Exp2 Time Now! 
  8649.  
  8650. ; [ Exterminator ]
  8651. exterm:0:00000000:00:999:[These cheats are a work in ]
  8652. exterm:0:00000000:00:999:[progress, they require a   ]
  8653. exterm:0:00000000:00:999:[lot of work to get them    ]
  8654. exterm:0:00000000:00:999:[working. There are two     ]
  8655. exterm:0:00000000:00:999:[methods of activated cheats]
  8656. exterm:0:00000000:00:999:[for this game. Method 1 is ]
  8657. exterm:0:00000000:00:999:[probably the easiest for   ]
  8658. exterm:0:00000000:00:999:[most people to get working.]
  8659. exterm:0:00000000:00:999:[These cheats are for Method]
  8660. exterm:0:00000000:00:999:[2! Read the cheat.dat file ]
  8661. exterm:0:00000000:00:999:[for more info about the two]
  8662. exterm:0:00000000:00:999:[methods only email me about]
  8663. exterm:0:00000000:00:999:[this game if you have an   ]
  8664. exterm:0:00000000:00:999:[easier method or cheats    ]
  8665. exterm:0:00000000:00:999:[that work 100%! PLEASE!!!  ]
  8666. exterm:0:00000000:00:999:[PUGSY            10 OCT 99 ]
  8667. exterm:0:00192F20:78:000:Infinite Health PL1
  8668. exterm:0:0019293D:74:001:Determines HealthPL1 location
  8669. ;
  8670. ;How to find EXTERMINATOR cheats from Rodney Norton (BOTH METHODS)
  8671. ;METHOD 1:
  8672. ;
  8673. ;This game is weird. EVERY time you play, no matter if u die, restart (F3) or 
  8674. ;quit MAME and restart it the memory location changes that stores your life. I 
  8675. ;have found an easy way to find the position each and every time (sorry, only 
  8676. ;way to do it for now).
  8677. ;
  8678. ;Start a game and when you are fully into the game search for this value:
  8679. ;            120 (078)
  8680. ;
  8681. ;Now each and every time the bar moves down ONE notch, its a reduction by ONE 
  8682. ;! So shoot until the bar drops one notch, and search for (077). This should
  8683. ;give you only ONE memory location.
  8684. ;
  8685. ;Another way is too search for (078)(using the health search), and shoot until 
  8686. ;you lose one notch of life/health/what ever the h**k it is. Then search for
  8687. ;changed -001. Do this several times and you will be left with just one mem 
  8688. ;location as well.
  8689. ;
  8690. ;
  8691. ;METHOD 2:
  8692. ;
  8693. ;It's not perfect, and at current rate it never will be.  Until the cheat 
  8694. ;engine gets an overhaul, we're stuck with mediocrity...
  8695. ;
  8696. ;Heres the locations, I'll explain how to get them working...
  8697. ;
  8698. ;exterm:0:00192F20:78:000:Infinite Health PL1
  8699. ;exterm:0:0019293D:74:001:Determines the mem location for PL1 health
  8700. ;
  8701. ;Ok, here's an explanation of why...  0019293D is the memory location that 
  8702. ;chooses which of the 16 or so mem locations store the health for either 
  8703. ;player.  I am guessing there must be another choosing location, and I'll look 
  8704. ;for that later.
  8705. ;The Value of '74' corresponds to 00192F20.  I have mapped out most of the mem 
  8706. ;locations and their corresponding values, as well, so changing it is not a 
  8707. ;problem.
  8708. ;
  8709. ;Now, the main problem is we cannot set 0019293D as a static 74, it appears to 
  8710. ;be reused once inside the game.  Setting it static causes the game to crash.  
  8711. ;Setting it once has problems too.  We have to set it at exactly the right time 
  8712. ;for it too be effective !  This is the tricky bit.
  8713. ;
  8714. ;Do this, and you're set:
  8715. ;
  8716. ;Start the game
  8717. ;Press [F3]
  8718. ;When the screen goes green PAUSE
  8719. ;Activate the 0019293D cheat (The game will freeze on this green screen)
  8720. ;Press [3] [1] [3], one after another
  8721. ;Press [F3] (resets)
  8722. ;Now start a game [1]
  8723. ;Mem location 00192F20 should now contain 78.  Now activate the inf health 
  8724. ;cheat
  8725. ;
  8726. ;If you can find an easier way, please let Rodney know !!
  8727. ;AND ME!! pugsy@usa.net
  8728.  
  8729. ; [ Extermination (US) ]
  8730. extrmatn:0:E78E:99:000:Infinite Life PL1 (1/2)
  8731. extrmatn:0:E78F:99:500:Infinite Life PL1 (2/2)
  8732. extrmatn:0:E7AE:99:000:Infinite Life PL2 (1/2)
  8733. extrmatn:0:E7AF:99:500:Infinite Life PL2 (2/2)
  8734.  
  8735. ; [ Eyes (Digitrex Techstar) ]
  8736. eyes:0:4CEC:0A:000:Infinite Lives PL1
  8737. eyes:0:4CED:0A:000:Infinite Lives PL2
  8738. eyes:0:4E45:00:000:Invincibility
  8739.  
  8740. ; [ Eyes (Techstar Inc.) ]
  8741. eyes2:0:4CEC:0A:000:Infinite Lives PL1
  8742. eyes2:0:4CED:0A:000:Infinite Lives PL2
  8743. eyes2:0:4E45:00:000:Invincibility
  8744.  
  8745. ; [ F-1 Dream ]
  8746. f1dream:0:FFF2A1:00:000:Infinite Time
  8747. f1dream:0:FFCEAE:D6:000:Infinite G/B
  8748. f1dream:0:FFCEB0:DD:000:Infinite Tires
  8749.  
  8750. ; [ F-1 Dream (bootleg) ]
  8751. f1dreamb:0:FFF2A1:00:000:Infinite Time
  8752. f1dreamb:0:FFCEAE:D6:000:Infinite G/B
  8753. f1dreamb:0:FFCEB0:DD:000:Infinite Tires
  8754.  
  8755. ; [ F1 Grand Prix Star ]
  8756. f1gpstar:0:0FA008:03:000:Infinite Time (1/2)
  8757. f1gpstar:0:0FA009:E7:500:Infinite Time (2/2)
  8758. f1gpstar:0:0FA30D:00:000:Always in Position 1
  8759. f1gpstar:0:0FA30D:00:001:Get Position 1 Now!
  8760. f1gpstar:0:0FA30D:07:071:Select Position Now!
  8761.  
  8762. ; [ Face Off (Japan) ]
  8763. faceoff:0:4112:09:000:Infinite Period Time (1/2)
  8764. faceoff:0:4113:99:500:Infinite Period Time (2/2)
  8765. faceoff:0:4112:00:001:Finish Period Now! (1/2)
  8766. faceoff:0:4113:00:501:Finish Period Now! (2/2)
  8767. faceoff:0:4128:99:073:Select Score PL1
  8768. faceoff:0:4128:00:000:Score always = 0 PL1
  8769. faceoff:0:4128:10:000:Score always = 10 PL1
  8770. faceoff:0:4128:00:001:Score = 0 Now! PL1
  8771. faceoff:0:4128:10:001:Score = 10 Now! PL1
  8772. faceoff:0:412C:99:073:Select Score PL2
  8773. faceoff:0:412C:00:000:Score always = 0 PL2
  8774. faceoff:0:412C:10:000:Score always = 10 PL2
  8775. faceoff:0:412C:00:001:Score = 0 Now! PL2
  8776. faceoff:0:412C:10:001:Score = 10 Now! PL2
  8777.  
  8778. ; [ Fantasy (US) ]
  8779. fantasy:0:00C1:08:000:Infinite Lives
  8780. fantasy:0:00A8:C0:000:Invincibility
  8781.  
  8782. ; [ Fantasy (Japan) ]
  8783. fantasyj:0:00C1:08:000:Infinite Lives
  8784. fantasyj:0:00A8:C0:000:Invincibility
  8785.  
  8786. ; [ Fantazia ]
  8787. fantazia:0:809D:01:000:Infinite Lives (1/2)
  8788. fantazia:0:809E:00:500:Infinite Lives (2/2)
  8789. fantazia:0:8230:30:000:Infinite Time to dock
  8790. fantazia:0:8230:00:001:No more dock time Now! (1/2)
  8791. fantazia:0:8231:01:501:No more dock time Now! (2/2)
  8792. fantazia:0:823C:01:000:Only 1 to kill per screen
  8793.  
  8794. ; [ Fantasy Zone (Japan New Ver.) ]
  8795. fantzone:0:FFC40C:99:000:Infinite Gold PL1 (1/4)
  8796. fantzone:0:FFC40D:99:500:Infinite Gold PL1 (2/4)
  8797. fantzone:0:FFC40E:99:500:Infinite Gold PL1 (3/4)
  8798. fantzone:0:FFC40F:99:500:Infinite Gold PL1 (4/4)
  8799. fantzone:0:FFC41C:99:000:Infinite Gold PL2 (1/4)
  8800. fantzone:0:FFC41D:99:500:Infinite Gold PL2 (2/4)
  8801. fantzone:0:FFC41E:99:500:Infinite Gold PL2 (3/4)
  8802. fantzone:0:FFC41F:99:500:Infinite Gold PL2 (4/4)
  8803. fantzone:0:FFC003:06:000:Infinite Lives
  8804. fantzone:0:FFC23B:08:040:Invincibility
  8805. fantzone:0:FFC23B:10:021:Stage clear in 7 seconds Now!
  8806. fantzone:0:FFC23B:80:021:Go to Parts Shop or Menu Now!
  8807. fantzone:0:FFC23B:04:021:Switch to PL2 Now!
  8808. fantzone:0:FFC23B:04:041:Switch to PL1 Now!
  8809. fantzone:0:FFC23B:01:021:Switch DEMO Mode "ON" Now!
  8810. fantzone:0:FFC23B:01:041:Switch DEMO Mode "OFF" Now!
  8811. fantzone:0:FFC3FE:99:000:Infinite Shop Time
  8812. fantzone:0:FFC00B:30:000:Infinite Menu Time
  8813. fantzone:0:FFC4AD:FF:000:Infinite Weapon Time
  8814. fantzone:0:FFC065:0A:000:Infinite Fire Bomb
  8815. fantzone:0:FFC067:0A:000:Infinite Smart Bomb
  8816. fantzone:0:FFC069:0A:000:Infinite Heavy Bomb
  8817. fantzone:0:FFC2FB:00:000:Always have Small Wing
  8818. fantzone:0:FFC2FB:01:000:Always have Big Wing
  8819. fantzone:0:FFC2FB:02:000:Always have Jet Engine
  8820. fantzone:0:FFC2FB:03:000:Always have Turbo Engine
  8821. fantzone:0:FFC2FB:04:000:Always have Rocket Engine
  8822. fantzone:0:FFC2EB:00:000:Always have Single Bomb
  8823. fantzone:0:FFC2EB:01:000:Always have Twin Bomb
  8824. fantzone:0:FFC2EB:02:000:Always have Fire Bomb
  8825. fantzone:0:FFC2EB:03:000:Always have Smart Bomb
  8826. fantzone:0:FFC2EB:04:000:Always have Heavy Bomb
  8827. fantzone:0:FFC2DB:00:000:Always have Twin Shot
  8828. fantzone:0:FFC2DB:01:000:Always have Laser Beam Shot
  8829. fantzone:0:FFC2DB:02:000:Always have Wide Beam Shot
  8830. fantzone:0:FFC2DB:03:000:Always have 7-way Shot
  8831. fantzone:0:FFC2FB:00:001:Get Small Wing Now!
  8832. fantzone:0:FFC2FB:01:001:Get Big Wing Now!
  8833. fantzone:0:FFC2FB:02:001:Get Jet Engine Now!
  8834. fantzone:0:FFC2FB:03:001:Get Turbo Engine Now!
  8835. fantzone:0:FFC2FB:04:001:Get Rocket Engine Now!
  8836. fantzone:0:FFC2EB:00:001:Get Single Bomb Now!
  8837. fantzone:0:FFC2EB:01:001:Get Twin Bomb Now!
  8838. fantzone:0:FFC2EB:02:001:Get Fire Bomb Now!
  8839. fantzone:0:FFC2EB:03:001:Get Smart Bomb Now!
  8840. fantzone:0:FFC2EB:04:001:Get Heavy Bomb Now!
  8841. fantzone:0:FFC2DB:00:001:Get Twin Shot Now!
  8842. fantzone:0:FFC2DB:01:001:Get Laser Beam Shot Now!
  8843. fantzone:0:FFC2DB:02:001:Get Wide Beam Shot Now!
  8844. fantzone:0:FFC2DB:03:001:Get 7-way Shot Now!
  8845. fantzone:0:FFC023:FF:001:Get All Parts Now! (01/11)
  8846. fantzone:0:FFC025:FF:501:Get All Parts Now! (02/11)
  8847. fantzone:0:FFC027:FF:501:Get All Parts Now! (03/11)
  8848. fantzone:0:FFC029:FF:501:Get All Parts Now! (04/11)
  8849. fantzone:0:FFC043:FF:501:Get All Parts Now! (05/11)
  8850. fantzone:0:FFC045:FF:501:Get All Parts Now! (06/11)
  8851. fantzone:0:FFC047:FF:501:Get All Parts Now! (07/11)
  8852. fantzone:0:FFC063:FF:501:Get All Parts Now! (08/11)
  8853. fantzone:0:FFC065:0A:501:Get All Parts Now! (09/11)
  8854. fantzone:0:FFC067:0A:501:Get All Parts Now! (10/11)
  8855. fantzone:0:FFC069:0A:501:Get All Parts Now! (11/11)
  8856.  
  8857. ; [ Fantasy Zone (Old Ver.) ]
  8858. fantzono:0:FFC40C:99:000:Infinite Gold PL1 (1/4)
  8859. fantzono:0:FFC40D:99:500:Infinite Gold PL1 (2/4)
  8860. fantzono:0:FFC40E:99:500:Infinite Gold PL1 (3/4)
  8861. fantzono:0:FFC40F:99:500:Infinite Gold PL1 (4/4)
  8862. fantzono:0:FFC41C:99:000:Infinite Gold PL2 (1/4)
  8863. fantzono:0:FFC41D:99:500:Infinite Gold PL2 (2/4)
  8864. fantzono:0:FFC41E:99:500:Infinite Gold PL2 (3/4)
  8865. fantzono:0:FFC41F:99:500:Infinite Gold PL2 (4/4)
  8866. fantzono:0:FFC003:06:000:Infinite Lives
  8867. fantzono:0:FFC23B:08:040:Invincibility
  8868. fantzono:0:FFC23B:10:021:Stage clear in 7 seconds Now!
  8869. fantzono:0:FFC23B:80:021:Go to Parts Shop or Menu Now!
  8870. fantzono:0:FFC23B:04:021:Switch to PL2 Now!
  8871. fantzono:0:FFC23B:04:041:Switch to PL1 Now!
  8872. fantzono:0:FFC23B:01:021:Switch DEMO Mode "ON" Now!
  8873. fantzono:0:FFC23B:01:041:Switch DEMO Mode "OFF" Now!
  8874. fantzono:0:FFC3FE:99:000:Infinite Shop Time
  8875. fantzono:0:FFC00B:30:000:Infinite Menu Time
  8876. fantzono:0:FFC4AD:FF:000:Infinite Weapon Time
  8877. fantzono:0:FFC065:0A:000:Infinite Fire Bomb
  8878. fantzono:0:FFC067:0A:000:Infinite Smart Bomb
  8879. fantzono:0:FFC069:0A:000:Infinite Heavy Bomb
  8880. fantzono:0:FFC2FB:00:000:Always have Small Wing
  8881. fantzono:0:FFC2FB:01:000:Always have Big Wing
  8882. fantzono:0:FFC2FB:02:000:Always have Jet Engine
  8883. fantzono:0:FFC2FB:03:000:Always have Turbo Engine
  8884. fantzono:0:FFC2FB:04:000:Always have Rocket Engine
  8885. fantzono:0:FFC2EB:00:000:Always have Single Bomb
  8886. fantzono:0:FFC2EB:01:000:Always have Twin Bomb
  8887. fantzono:0:FFC2EB:02:000:Always have Fire Bomb
  8888. fantzono:0:FFC2EB:03:000:Always have Smart Bomb
  8889. fantzono:0:FFC2EB:04:000:Always have Heavy Bomb
  8890. fantzono:0:FFC2DB:00:000:Always have Twin Shot
  8891. fantzono:0:FFC2DB:01:000:Always have Laser Beam Shot
  8892. fantzono:0:FFC2DB:02:000:Always have Wide Beam Shot
  8893. fantzono:0:FFC2DB:03:000:Always have 7-way Shot
  8894. fantzono:0:FFC2FB:00:001:Get Small Wing Now!
  8895. fantzono:0:FFC2FB:01:001:Get Big Wing Now!
  8896. fantzono:0:FFC2FB:02:001:Get Jet Engine Now!
  8897. fantzono:0:FFC2FB:03:001:Get Turbo Engine Now!
  8898. fantzono:0:FFC2FB:04:001:Get Rocket Engine Now!
  8899. fantzono:0:FFC2EB:00:001:Get Single Bomb Now!
  8900. fantzono:0:FFC2EB:01:001:Get Twin Bomb Now!
  8901. fantzono:0:FFC2EB:02:001:Get Fire Bomb Now!
  8902. fantzono:0:FFC2EB:03:001:Get Smart Bomb Now!
  8903. fantzono:0:FFC2EB:04:001:Get Heavy Bomb Now!
  8904. fantzono:0:FFC2DB:00:001:Get Twin Shot Now!
  8905. fantzono:0:FFC2DB:01:001:Get Laser Beam Shot Now!
  8906. fantzono:0:FFC2DB:02:001:Get Wide Beam Shot Now!
  8907. fantzono:0:FFC2DB:03:001:Get 7-way Shot Now!
  8908. fantzono:0:FFC023:FF:001:Get All Parts Now! (01/11)
  8909. fantzono:0:FFC025:FF:501:Get All Parts Now! (02/11)
  8910. fantzono:0:FFC027:FF:501:Get All Parts Now! (03/11)
  8911. fantzono:0:FFC029:FF:501:Get All Parts Now! (04/11)
  8912. fantzono:0:FFC043:FF:501:Get All Parts Now! (05/11)
  8913. fantzono:0:FFC045:FF:501:Get All Parts Now! (06/11)
  8914. fantzono:0:FFC047:FF:501:Get All Parts Now! (07/11)
  8915. fantzono:0:FFC063:FF:501:Get All Parts Now! (08/11)
  8916. fantzono:0:FFC065:0A:501:Get All Parts Now! (09/11)
  8917. fantzono:0:FFC067:0A:501:Get All Parts Now! (10/11)
  8918. fantzono:0:FFC069:0A:501:Get All Parts Now! (11/11)
  8919.  
  8920. ; [ Far West ]
  8921. farwest:0:3270:0A:000:Infinite Lives
  8922. farwest:0:3442:00:000:Infinite Time
  8923. farwest:0:3604:03:000:Infinite Ammo
  8924. farwest:0:3205:04:000:Invincibility
  8925. farwest:0:0000:00:999:[Use these cheats with the  ]
  8926. farwest:0:0000:00:999:[Infinite Ammo cheat ON for ]
  8927. farwest:0:0000:00:999:[the best effect!!          ]
  8928. farwest:0:3605:00:000:Always have Fire
  8929. farwest:0:3605:01:000:Always have Rope
  8930. farwest:0:3605:02:000:Always have Bomb
  8931. farwest:0:3605:00:001:Get Fire Now!
  8932. farwest:0:3605:01:001:Get Rope Now!
  8933. farwest:0:3605:02:001:Get Bomb Now!
  8934.  
  8935. ; [ Fast Freddie ]
  8936. fastfred:0:C005:09:000:Infinite Lives PL1
  8937. fastfred:0:C391:00:000:Infinite Kick PL1
  8938. fastfred:0:C006:09:000:Infinite Lives PL2
  8939. fastfred:0:C392:00:000:Infinite Kick PL2
  8940. fastfred:0:C336:00:000:A Easier Game!!
  8941.  
  8942. ; [ Fast Lane ]
  8943. fastlane:0:3400:FF:000:Inifinite Lives PL1
  8944. fastlane:0:3440:FF:000:Inifinite Lives PL2
  8945.  
  8946. ; [ Fatal Fury Special / Garou Densetsu Special ]
  8947. fatfursp:0:10092A:99:000:Infinite Time
  8948. fatfursp:0:10092A:00:001:Finish Round Now!
  8949. fatfursp:0:10049A:60:000:Infinite Energy PL1
  8950. fatfursp:0:10049A:00:001:Drain all Energy Now! PL1
  8951. fatfursp:0:10059A:60:000:Infinite Energy PL2
  8952. fatfursp:0:10059A:00:001:Drain all Energy Now! PL2
  8953. fatfursp:0:000000:00:999:[   Free player selection   ]
  8954. fatfursp:0:000000:00:999:[  Use at selection screen  ]
  8955. fatfursp:0:101E93:10:001:Play with Ryo Sakazaki PL1
  8956. fatfursp:0:101F93:10:001:Play with Ryo Sakazaki PL2
  8957.  
  8958. ; [ Fatal Fury - King of Fighters / Garou Densetsu - shukumei no ]
  8959. fatfury1:0:1042F3:99:000:Infinite Time
  8960. fatfury1:0:1042F5:FF:001:Quick Timer ON
  8961. fatfury1:0:1042F5:1E:001:Quick Timer OFF
  8962. fatfury1:0:1042F3:01:001:Finish Round Now!
  8963. fatfury1:0:1003B8:60:000:Infinite Energy PL1 (1/2)
  8964. fatfury1:0:1003B9:60:500:Infinite Energy PL1 (2/2)
  8965. fatfury1:0:1003B8:01:001:Drain Energy Now! PL1 (1/2)
  8966. fatfury1:0:1003B9:01:501:Drain Energy Now! PL1 (2/2)
  8967. fatfury1:0:1005B8:60:000:Infinite Energy PL2 (1/2)
  8968. fatfury1:0:1005B9:60:500:Infinite Energy PL2 (2/2)
  8969. fatfury1:0:1005B8:01:001:Drain Energy Now! PL2 (1/2)
  8970. fatfury1:0:1005B9:01:501:Drain Energy Now! PL2 (2/2)
  8971. fatfury1:0:1005B8:60:000:Infinite Energy CPU (1/2)
  8972. fatfury1:0:1005B9:60:100:Infinite Energy CPU (2/2)
  8973. fatfury1:0:1005B8:01:001:Drain Energy Now! CPU (1/2)
  8974. fatfury1:0:1005B9:01:001:Drain Energy Now! CPU (2/2)
  8975. fatfury1:0:000000:00:999:[   Free player selection   ]
  8976. fatfury1:0:000000:00:999:[   Can be used anytime !   ]
  8977. fatfury1:0:000000:00:999:[ May causes some glitches  ]
  8978. fatfury1:0:000000:00:999:[   Get a "normal" player   ]
  8979. fatfury1:0:000000:00:999:[   during bonus rounds.    ]
  8980. fatfury1:0:000000:00:999:[          For PL1          ]
  8981. fatfury1:0:100331:01:001:Play with Terry Bogard
  8982. fatfury1:0:100331:02:001:Play with Andy Bogard
  8983. fatfury1:0:100331:03:001:Play with Joe Higashi
  8984. fatfury1:0:100331:04:001:Play with Duck King
  8985. fatfury1:0:100331:05:001:Play with Richard Myer
  8986. fatfury1:0:100331:06:001:Play with Michael Max
  8987. fatfury1:0:100331:07:001:Play with Tung Fu Rue
  8988. fatfury1:0:100331:08:001:Play with Hwa Jai
  8989. fatfury1:0:100331:09:001:Play with Raiden
  8990. fatfury1:0:100331:0A:001:Play with Billy Kane
  8991. fatfury1:0:100331:0B:001:Play with Geese Howard
  8992. fatfury1:0:100331:0C:001:Play with "Reverse" Myer
  8993. fatfury1:0:100331:0D:001:Play with "Beast" Tung Fu Rue
  8994. fatfury1:0:100331:0E:001:Play with "Drunk" Hwa Jai
  8995. fatfury1:0:000000:00:999:[          For PL2          ]
  8996. fatfury1:0:100431:01:001:Play with Terry Bogard
  8997. fatfury1:0:100431:02:001:Play with Andy Bogard
  8998. fatfury1:0:100431:03:001:Play with Joe Higashi
  8999. fatfury1:0:100431:04:001:Play with Duck King
  9000. fatfury1:0:100431:05:001:Play with Richard Myer
  9001. fatfury1:0:100431:06:001:Play with Michael Max
  9002. fatfury1:0:100431:07:001:Play with Tung Fu Rue
  9003. fatfury1:0:100431:08:001:Play with Hwa Jai
  9004. fatfury1:0:100431:09:001:Play with Raiden
  9005. fatfury1:0:100431:0A:001:Play with Billy Kane
  9006. fatfury1:0:100431:0B:001:Play with Geese Howard
  9007. fatfury1:0:100431:0C:001:Play with "Reverse" Myer
  9008. fatfury1:0:100431:0D:001:Play with "Beast" Tung Fu Rue
  9009. fatfury1:0:100431:0E:001:Play with "Drunk" Hwa Jai
  9010. fatfury1:0:000000:00:999:[          For CPU          ]
  9011. fatfury1:0:100531:01:001:Play with Terry Bogard
  9012. fatfury1:0:100531:02:001:Play with Andy Bogard
  9013. fatfury1:0:100531:03:001:Play with Joe Higashi
  9014. fatfury1:0:100531:04:001:Play with Duck King
  9015. fatfury1:0:100531:05:001:Play with Richard Myer
  9016. fatfury1:0:100531:06:001:Play with Michael Max
  9017. fatfury1:0:100531:07:001:Play with Tung Fu Rue
  9018. fatfury1:0:100531:08:001:Play with Hwa Jai
  9019. fatfury1:0:100531:09:001:Play with Raiden
  9020. fatfury1:0:100531:0A:001:Play with Billy Kane
  9021. fatfury1:0:100531:0B:001:Play with Geese Howard
  9022. fatfury1:0:100531:0C:001:Play with "Reverse" Myer
  9023. fatfury1:0:100531:0D:001:Play with "Beast" Tung Fu Rue
  9024. fatfury1:0:100531:0E:001:Play with "Drunk" Hwa Jai
  9025.  
  9026. ; [ Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai ]
  9027. fatfury2:0:10092A:99:000:Infinite Time
  9028. fatfury2:0:10092A:00:001:Finish Round Now!
  9029. fatfury2:0:1003CB:60:000:Infinite Energy PL1
  9030. fatfury2:0:1003CB:00:001:Drain all Energy Now! PL1
  9031. fatfury2:0:1004CB:60:000:Infinite Energy PL2
  9032. fatfury2:0:1004CB:00:001:Drain all Energy Now! PL2
  9033. fatfury2:0:000000:00:999:[   Free player selection   ]
  9034. fatfury2:0:000000:00:999:[  Use at selection screen  ]
  9035. fatfury2:0:000000:00:999:[ If it doesn't work, then  ]
  9036. fatfury2:0:000000:00:999:[   press F3 in order to    ]
  9037. fatfury2:0:000000:00:999:[    reset the machine.     ]
  9038. fatfury2:0:102693:09:001:Play with Billy Kane PL1
  9039. fatfury2:0:102693:0A:001:Play with Axel Hawk PL1
  9040. fatfury2:0:102693:0B:001:Play with Laurence Blood PL1
  9041. fatfury2:0:102693:0C:001:Play with Wolfgang KrauserPL1
  9042. fatfury2:0:102793:09:001:Play with Billy Kane PL2
  9043. fatfury2:0:102793:0A:001:Play with Axel Hawk PL2
  9044. fatfury2:0:102793:0B:001:Play with Laurence Blood PL2
  9045. fatfury2:0:102793:0C:001:Play with Wolfgang KrauserPL2
  9046.  
  9047. ; [ Fatal Fury 3 - Road to the Final Victory / Garou Densetsu 3  ]
  9048. fatfury3:0:105680:61:000:Infinite Time
  9049. fatfury3:0:105680:00:001:Finish Round Now!
  9050. fatfury3:0:100489:60:000:Infinite Energy PL1
  9051. fatfury3:0:100489:00:001:Drain all Energy Now! PL1
  9052. fatfury3:0:100589:60:000:Infinite Energy PL2
  9053. fatfury3:0:100589:00:001:Drain all Energy Now! PL2
  9054. fatfury3:0:000000:00:999:[   Free player selection   ]
  9055. fatfury3:0:000000:00:999:[    Use between rounds     ]
  9056. fatfury3:0:10561D:01:000:Play with Terry Bogard PL1
  9057. fatfury3:0:10561D:02:000:Play with Andy Bogard PL1
  9058. fatfury3:0:10561D:03:000:Play with Joe Higashi PL1
  9059. fatfury3:0:10561D:04:000:Play with Mai Shiranui PL1
  9060. fatfury3:0:10561D:05:000:Play with Geese Howard PL1
  9061. fatfury3:0:10561D:06:000:Play with Sokaku PL1
  9062. fatfury3:0:10561D:07:000:Play with Bob Wilson PL1
  9063. fatfury3:0:10561D:08:000:Play with Hon Fu PL1
  9064. fatfury3:0:10561D:09:000:Play with Blue Mary PL1
  9065. fatfury3:0:10561D:0A:000:Play with Franco Bash PL1
  9066. fatfury3:0:10561D:0B:000:Play with Ryuji Yamazaki PL1
  9067. fatfury3:0:10561D:0C:000:Play with Jin Chonrei PL1
  9068. fatfury3:0:10561D:0D:000:Play with Jin Chonshu PL1
  9069. fatfury3:0:10561F:01:000:Play with Terry Bogard PL2
  9070. fatfury3:0:10561F:02:000:Play with Andy Bogard PL2
  9071. fatfury3:0:10561F:03:000:Play with Joe Higashi PL2
  9072. fatfury3:0:10561F:04:000:Play with Mai Shiranui PL2
  9073. fatfury3:0:10561F:05:000:Play with Geese Howard PL2
  9074. fatfury3:0:10561F:06:000:Play with Sokaku PL2
  9075. fatfury3:0:10561F:07:000:Play with Bob Wilson PL2
  9076. fatfury3:0:10561F:08:000:Play with Hon Fu PL2
  9077. fatfury3:0:10561F:09:000:Play with Blue Mary PL2
  9078. fatfury3:0:10561F:0A:000:Play with Franco Bash PL2
  9079. fatfury3:0:10561F:0B:000:Play with Ryuji Yamazaki PL2
  9080. fatfury3:0:10561F:0C:000:Play with Jin Chonrei PL2
  9081. fatfury3:0:10561F:0D:000:Play with Jin Chonshu PL2
  9082.  
  9083. ; [ Fax ]
  9084. fax:0:009C:36:000:Stop the Clock
  9085. fax:0:00A3:09:003:Stop points reaching zero
  9086. fax:0:0000:00:999:[Watch out for these values ]
  9087. fax:0:0000:00:999:[   00=A, 01=B, 02=C, 03=D  ]
  9088. fax:0:00A7:00:998:Watch me for good answer
  9089.  
  9090. ; [ Football Frenzy ]
  9091. fbfrenzy:0:100AD8:99:000:Infinite Time (1/2)
  9092. fbfrenzy:0:100AD9:99:500:Infinite Time (2/2)
  9093. fbfrenzy:0:100AD8:00:001:Finish Quarter Now! (1/2)
  9094. fbfrenzy:0:100AD9:00:501:Finish Quarter Now! (2/2)
  9095. fbfrenzy:0:104368:00:000:Score always zero PL1 (1/2)
  9096. fbfrenzy:0:104369:00:500:Score always zero PL1 (2/2)
  9097. fbfrenzy:0:104368:99:000:Score always 99 PL1 (1/2)
  9098. fbfrenzy:0:104369:99:500:Score always 99 PL1 (2/2)
  9099. fbfrenzy:0:104468:00:000:Score always zero PL2 (1/2)
  9100. fbfrenzy:0:104469:00:500:Score always zero PL2 (2/2)
  9101. fbfrenzy:0:104468:99:000:Score always 99 PL2 (1/2)
  9102. fbfrenzy:0:104469:99:500:Score always 99 PL2 (2/2)
  9103.  
  9104. ; [ Fighting Fantasy (Japan) ]
  9105. ffantasy:0:FF805E:05:000:Infinite Lives PL1
  9106. ffantasy:0:FF8032:14:000:Infinite Energy PL1
  9107. ffantasy:0:FF8051:80:000:Infinite Gold PL1
  9108. ffantasy:0:FF805D:99:000:Infinite Necklaces PL1
  9109. ffantasy:0:FF809E:05:000:Infinite Lives PL2
  9110. ffantasy:0:FF8072:10:000:Infinite Energy PL2
  9111. ffantasy:0:FF8091:80:000:Infinite Gold PL2
  9112. ffantasy:0:FF809D:99:000:Infinite Necklaces PL2
  9113. ffantasy:0:FF87FD:59:000:Infinite Time
  9114. ffantasy:0:FF8010:04:000:Level Skip
  9115. ffantasy:0:FF800C:00:000:Enemy has more energy
  9116. ffantasy:0:FF8033:10:000:Invincibility
  9117. ffantasy:0:FF82F4:00:000:Always 1 hit to kill boss
  9118.  
  9119. ; [ Final Fight (World) ]
  9120. ffight:0:FF80AF:99:000:Infinite Time
  9121. ffight:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage
  9122. ffight:0:FF85E8:09:000:Infinite Lives PL1
  9123. ffight:0:FF85C9:FE:000:Invincibility PL1
  9124. ffight:0:FF8581:90:000:Infinite Energy PL1
  9125. ffight:0:FF86A8:09:000:Infinite Lives PL2
  9126. ffight:0:FF8689:FE:000:Invincibility PL2
  9127. ffight:0:FF8641:90:000:Infinite Energy PL2
  9128.  
  9129. ; [ Final Fight (Japan) ]
  9130. ffightj:0:FF80AF:99:000:Infinite Time
  9131. ffightj:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage
  9132. ffightj:0:FF85E8:09:000:Infinite Lives PL1
  9133. ffightj:0:FF85C9:FE:000:Invincibility PL1
  9134. ffightj:0:FF8581:90:000:Infinite Energy PL1
  9135. ffightj:0:FF86A8:09:000:Infinite Lives PL2
  9136. ffightj:0:FF8689:FE:000:Invincibility PL2
  9137. ffightj:0:FF8641:90:000:Infinite Energy PL2
  9138.  
  9139. ; [ Final Fight (US) ]
  9140. ffightu:0:FF80AF:99:000:Infinite Time
  9141. ffightu:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage
  9142. ffightu:0:FF85E8:09:000:Infinite Lives PL1
  9143. ffightu:0:FF85C9:FE:000:Invincibility PL1
  9144. ffightu:0:FF8581:90:000:Infinite Energy PL1
  9145. ffightu:0:FF86A8:09:000:Infinite Lives PL2
  9146. ffightu:0:FF8689:FE:000:Invincibility PL2
  9147. ffightu:0:FF8641:90:000:Infinite Energy PL2
  9148.  
  9149. ; [ Fighting Hawk (Japan) ]
  9150. fhawk:0:A249:0A:000:Infinite Lives PL1
  9151. fhawk:0:A24D:0A:000:Infinite Lives PL2
  9152. fhawk:0:9012:09:000:Infinite Bombs
  9153. fhawk:0:9010:07:000:Maximum fire power
  9154. fhawk:0:9013:00:000:Invincibility
  9155. fhawk:0:9001:0A:062:Select Next level
  9156. fhawk:0:9001:0A:072:Select Current level
  9157.  
  9158. ; [ Fight Fever / Crystal Legacy ]
  9159. fightfev:0:108110:99:000:Infinite Time
  9160. fightfev:0:108110:00:001:Finish Round Now!
  9161. fightfev:0:10C602:78:000:Infinite Energy PL1
  9162. fightfev:0:10C602:00:001:Drain all Energy Now! PL1
  9163. fightfev:0:10C702:78:000:Infinite Energy PL2
  9164. fightfev:0:10C702:00:001:Drain all Energy Now! PL2
  9165.  
  9166. ; [ Finalizer - Super Transformation (bootleg) ]
  9167. finalizb:0:3D00:FF:000:Infinite Lives PL1
  9168. finalizb:0:3D80:FF:000:Infinite Lives PL2
  9169. finalizb:0:39A8:FF:000:Invincibility
  9170. finalizb:0:0000:00:999:[These weapon cheats don't  ]
  9171. finalizb:0:0000:00:999:[appear to work??           ]
  9172. finalizb:0:39C7:10:001:Left Ammo Vulcan 
  9173. finalizb:0:39C7:11:001:Left Ammo Cannon
  9174. finalizb:0:39C7:12:001:Left Ammo ShotGun 1
  9175. finalizb:0:39C7:13:001:Left Ammo ShotGun 2
  9176. finalizb:0:39C7:14:001:Left Ammo Punch
  9177. finalizb:0:39DF:10:001:Right Ammo Vulcan
  9178. finalizb:0:39DF:11:001:Right Ammo Cannon
  9179. finalizb:0:39DF:12:001:Right Ammo ShotGun 1
  9180. finalizb:0:39DF:13:001:Right Ammo ShotGun 2
  9181. finalizb:0:39DF:14:001:Right Ammo Punch
  9182. finalizb:0:39DF:15:001:Right Ammo Shield
  9183.  
  9184. ; [ Finalizer - Super Transformation ]
  9185. finalizr:0:3D00:FF:000:Infinite Lives PL1
  9186. finalizr:0:3D80:FF:000:Infinite Lives PL2
  9187. finalizr:0:39A8:FF:000:Invincibility
  9188. finalizr:0:0000:00:999:[These weapon cheats don't  ]
  9189. finalizr:0:0000:00:999:[appear to work??           ]
  9190. finalizr:0:39C7:10:001:Left Ammo Vulcan 
  9191. finalizr:0:39C7:11:001:Left Ammo Cannon
  9192. finalizr:0:39C7:12:001:Left Ammo ShotGun 1
  9193. finalizr:0:39C7:13:001:Left Ammo ShotGun 2
  9194. finalizr:0:39C7:14:001:Left Ammo Punch
  9195. finalizr:0:39DF:10:001:Right Ammo Vulcan
  9196. finalizr:0:39DF:11:001:Right Ammo Cannon
  9197. finalizr:0:39DF:12:001:Right Ammo ShotGun 1
  9198. finalizr:0:39DF:13:001:Right Ammo ShotGun 2
  9199. finalizr:0:39DF:14:001:Right Ammo Punch
  9200. finalizr:0:39DF:15:001:Right Ammo Shield
  9201.  
  9202. ; [ Finest Hour (Japan) ]
  9203. finehour:0:409480:00:000:No Temperature
  9204. finehour:0:107D25:EA:002:Invincibility:Character Flickers
  9205. finehour:0:1031A3:0F:000:Display Time & Ladder (1/3):Causes lots of sprite flicker
  9206. finehour:0:1031A3:00:510:Display Time & Ladder (2/3)
  9207. finehour:0:1031A1:00:510:Display Time & Ladder (3/3)
  9208. finehour:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  9209.  
  9210. ; [ Fire One ]
  9211. fireone:0:837C:3C:000:Infinite Time
  9212.  
  9213. ; [ Fire Shark ]
  9214. fireshrk:0:0C1EA7:0A:000:Infinite Lives
  9215. fireshrk:0:0C16E9:08:000:Infinite Bombs
  9216. fireshrk:0:000000:00:999:[Invincibility "ON" stops   ]
  9217. fireshrk:0:000000:00:999:[you from picking up bonuses]
  9218. fireshrk:0:0C16DA:00:000:Invincibility "ON" PL1
  9219. fireshrk:0:0C16DA:80:001:Invincibility "OFF" PL1
  9220. fireshrk:0:0C1EBD:03:001:Get Shot Level Up Now! PL1
  9221. fireshrk:0:0C16E7:03:000:Always Maximum Shot Power PL1
  9222. fireshrk:0:0C16E3:00:000:Always have Normal Weapon PL1
  9223. fireshrk:0:0C16E3:08:000:Always have Laser Weapon PL1
  9224. fireshrk:0:0C16E3:10:000:Always have Fire Weapon PL1
  9225. fireshrk:0:0C16E7:03:001:Get Maximum Shot PowerNow!PL1
  9226. fireshrk:0:0C16E3:00:001:Get Normal Weapon Now! PL1
  9227. fireshrk:0:0C16E3:08:001:Get Laser Weapon Now! PL1
  9228. fireshrk:0:0C16E3:10:001:Get Fire Weapon Now! PL1
  9229. fireshrk:0:000000:00:999:[Invincibility "ON" stops   ]
  9230. fireshrk:0:000000:00:999:[you from picking up bonuses]
  9231. fireshrk:0:0C173A:00:000:Invincibility "ON" PL2
  9232. fireshrk:0:0C173A:80:001:Invincibility "OFF" PL2
  9233. fireshrk:0:0C1EBF:03:001:Get Shot Level Up Now! PL2
  9234. fireshrk:0:0C1747:03:000:Always Maximum Shot Power PL2
  9235. fireshrk:0:0C1743:00:000:Always have Normal Weapon PL2
  9236. fireshrk:0:0C1743:08:000:Always have Laser Weapon PL2
  9237. fireshrk:0:0C1743:10:000:Always have Fire Weapon PL2
  9238. fireshrk:0:0C1747:03:001:Get Maximum Shot PowerNow!PL2
  9239. fireshrk:0:0C1743:00:001:Get Normal Weapon Now! PL2
  9240. fireshrk:0:0C1743:08:001:Get Laser Weapon Now! PL2
  9241. fireshrk:0:0C1743:10:001:Get Fire Weapon Now! PL2
  9242.  
  9243. ; [ Fire Trap (Japan bootleg) ]
  9244. firetpbl:0:C143:08:000:Infinite Lives PL1
  9245. firetpbl:0:C149:9A:000:Infinite Time PL1
  9246. firetpbl:0:C151:08:000:Infinite Lives PL2
  9247. firetpbl:0:C157:9A:000:Infinite Time PL2
  9248. firetpbl:0:C145:02:000:3-Way Powerup
  9249.  
  9250. ; [ Fire Trap ]
  9251. firetrap:0:C143:08:000:Infinite Lives PL1
  9252. firetrap:0:C149:9A:000:Infinite Time PL1
  9253. firetrap:0:C151:08:000:Infinite Lives PL2
  9254. firetrap:0:C157:9A:000:Infinite Time PL2
  9255. firetrap:0:C145:02:000:3-Way Powerup
  9256.  
  9257. ; [ Fighting Golf ]
  9258. fitegolf:0:FD21:09:000:Infinite Holes PL1
  9259. fitegolf:0:FD18:00:000:Infinite Strokes PL1
  9260. fitegolf:0:FD28:99:000:Infinite Time PL1
  9261. fitegolf:0:FD81:09:000:Infinite Holes PL2
  9262. fitegolf:0:FD78:00:000:Infinite Strokes PL2
  9263. fitegolf:0:FD88:99:000:Infinite Time PL2
  9264.  
  9265. ; [ Fitter ]
  9266. fitter:0:8040:13:000:Infinite Lives
  9267.  
  9268. ; [ Flash Gal ]
  9269. flashgal:0:F0C5:0B:000:Infinite Lives PL1
  9270. flashgal:0:F0DF:0B:000:Infinite Lives PL2
  9271. flashgal:0:F61A:0C:006:Infinite Energy (01/10)
  9272. flashgal:0:F61B:0C:506:Infinite Energy (02/10)
  9273. flashgal:0:F61C:0C:506:Infinite Energy (03/10)
  9274. flashgal:0:F61D:0C:506:Infinite Energy (04/10)
  9275. flashgal:0:F61E:0C:506:Infinite Energy (05/10)
  9276. flashgal:0:F61F:0C:506:Infinite Energy (06/10)
  9277. flashgal:0:F620:0C:506:Infinite Energy (07/10)
  9278. flashgal:0:F621:0C:506:Infinite Energy (08/10)
  9279. flashgal:0:F622:0C:506:Infinite Energy (09/10)
  9280. flashgal:0:F623:0C:506:Infinite Energy (10/10)
  9281. flashgal:0:0000:00:999:[Invincibility doesn't work ]
  9282. flashgal:0:0000:00:999:[against dogs!!             ]
  9283. flashgal:1:A11F:00:000:Invincibility
  9284. flashgal:0:0000:00:999:[If you use these weapon    ]
  9285. flashgal:0:0000:00:999:[cheats make sure you use   ]
  9286. flashgal:0:0000:00:999:[Lose all weapons cheat at  ]
  9287. flashgal:0:0000:00:999:[the end of the level!!     ]
  9288. flashgal:0:F0B9:00:001:Lose all weapons Now!
  9289. flashgal:0:F0B9:01:001:Get Sword Now!
  9290. flashgal:0:F0B9:02:001:Get Gun Now!
  9291. flashgal:0:F0B9:03:001:Get Motor Cycle Now!
  9292. flashgal:0:F0B9:04:001:Get Helicopter Now!
  9293. flashgal:0:F0B9:05:001:Get Jet Ski Now!
  9294.  
  9295. ; [ Flicky (set 1) ]
  9296. flicky:0:C002:09:000:Infinite Lives PL1
  9297. flicky:0:C003:09:000:Infinite Lives PL2
  9298. flicky:0:C010:00:007:Infinite Time
  9299. flicky:0:F928:7E:000:Invincibility (1/4)
  9300. flicky:0:F948:7E:500:Invincibility (2/4)
  9301. flicky:0:FB28:7E:500:Invincibility (3/4)
  9302. flicky:0:FB08:7E:500:Invincibility (4/4)
  9303.  
  9304. ; [ Flicky (set 2) ]
  9305. flicky2:0:C002:09:000:Infinite Lives PL1
  9306. flicky2:0:C003:09:000:Infinite Lives PL2
  9307. flicky2:0:C010:00:007:Infinite Time
  9308. flicky2:0:F928:7E:000:Invincibility (1/4)
  9309. flicky2:0:F948:7E:500:Invincibility (2/4)
  9310. flicky2:0:FB28:7E:500:Invincibility (3/4)
  9311. flicky2:0:FB08:7E:500:Invincibility (4/4)
  9312.  
  9313. ;[ Battle Flip Shot ]
  9314. flipshot:0:1037AE:99:000:Infinite Time
  9315.  
  9316. ; [ Flak Attack (Japan) ]
  9317. flkatck:0:397E:09:000:Infinite Lives PL1
  9318. flkatck:0:39DE:09:000:Infinite Lives PL2
  9319. flkatck:0:0000:00:999:[Invincibility should only  ]
  9320. flkatck:0:0000:00:999:[be activated ingame. You   ]
  9321. flkatck:0:0000:00:999:[should disable them when   ]
  9322. flkatck:0:0000:00:999:[you have finished with them]
  9323. flkatck:0:0000:00:999:[IE. Switch the Normal Mode ]
  9324. flkatck:0:0000:00:999:[cheat to the Boss Battle   ]
  9325. flkatck:0:0000:00:999:[when you get to the Boss   ]
  9326. flkatck:0:0000:00:999:[Battle. And turn the Boss  ]
  9327. flkatck:0:0000:00:999:[Batle cheat OFF before the ]
  9328. flkatck:0:0000:00:999:[Boss disappears!!!         ]
  9329. flkatck:0:3000:04:000:Invincibility Normal Mode
  9330. flkatck:0:3000:07:000:Invincibility Boss Battle
  9331. flkatck:0:0000:00:999:[                           ]
  9332. flkatck:0:3011:00:000:Always Normal Shot
  9333. flkatck:0:3011:01:000:Always Single Laser
  9334. flkatck:0:3011:02:000:Always Double Laser
  9335. flkatck:0:3012:00:000:Always Single Bomb (Normal)
  9336. flkatck:0:3012:01:000:Always X3 Bombs
  9337. flkatck:0:3012:02:000:Always X5 Bombs
  9338. flkatck:0:3003:00:000:Always slow speed (Normal)
  9339. flkatck:0:3003:01:000:Always medium speed
  9340. flkatck:0:3003:02:000:Always fast speed
  9341. flkatck:0:3003:03:000:Always superfast speed
  9342. flkatck:0:3011:00:001:Get Normal Shot Now!
  9343. flkatck:0:3011:01:001:Get Single Laser Now!
  9344. flkatck:0:3011:02:001:Get Double Laser Now!
  9345. flkatck:0:3012:00:001:Get Single Bomb (Normal) Now!
  9346. flkatck:0:3012:01:001:Get X3 Bombs Now!
  9347. flkatck:0:3012:02:001:Get X5 Bombs Now!
  9348. flkatck:0:3003:00:001:Get slow speed (Normal) Now!
  9349. flkatck:0:3003:01:001:Get medium speed Now!
  9350. flkatck:0:3003:02:001:Get fast speed Now!
  9351. flkatck:0:3003:03:001:Get superfast speed Now!
  9352. flkatck:0:390C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  9353.  
  9354. ; [ Fly-Boy ]
  9355. flyboy:0:C005:09:000:Infinite Lives PL1
  9356. flyboy:0:C391:00:000:Infinite Kick PL1
  9357. flyboy:0:C006:09:000:Infinite Lives PL2
  9358. flyboy:0:C392:00:000:Infinite Kick PL2
  9359. flyboy:0:C336:00:000:A Easier Game!!
  9360.  
  9361. ; [ Fly-Boy (bootleg) ]
  9362. flyboyb:0:C005:09:000:Infinite Lives PL1
  9363. flyboyb:0:C391:00:000:Infinite Kick PL1
  9364. flyboyb:0:C006:09:000:Infinite Lives PL2
  9365. flyboyb:0:C392:00:000:Infinite Kick PL2
  9366. flyboyb:0:C336:00:000:A Easier Game!!
  9367.  
  9368. ; [ Food Fight ]
  9369. foodf:0:01862B:05:000:Infinite Lives PL1
  9370. foodf:0:018651:05:000:Infinite Lives PL2
  9371.  
  9372. ; [ Forgotten Worlds (US) ]
  9373. forgottn:0:FFE1D2:21:000:Infinite Shop Time
  9374. forgottn:0:000000:00:999:[These Start on Stage cheats]
  9375. forgottn:0:000000:00:999:[must be enabled on the     ]
  9376. forgottn:0:000000:00:999:[title screen and turned off]
  9377. forgottn:0:000000:00:999:[when you start the stage.  ]
  9378. forgottn:0:FFB2B2:01:000:Start on Stage 2
  9379. forgottn:0:FFB2B2:02:000:Start on Stage 3
  9380. forgottn:0:FFB2B2:03:000:Start on Stage 4
  9381. forgottn:0:FFB2B2:04:000:Start on Stage 5
  9382. forgottn:0:FFB2B2:05:000:Start on Stage 6
  9383. forgottn:0:FFB2B2:06:000:Start on Stage 7
  9384. forgottn:0:FFB2B2:07:000:Start on Stage 8
  9385. forgottn:0:FFB2B2:08:000:Start on Stage 9
  9386. forgottn:0:FFB2B2:08:061:Select next stage
  9387. forgottn:0:FF9035:38:000:Infinite Energy PL1
  9388. forgottn:0:FFB342:02:000:Invincibility PL1 (1/4)
  9389. forgottn:0:FFB38C:01:500:Invincibility PL1 (2/4)
  9390. forgottn:0:FF9035:38:520:Invincibility PL1 (3/4)
  9391. forgottn:0:FF9035:C7:540:Invincibility PL1 (4/4)
  9392. forgottn:0:FFE192:99:000:Infinite Zenny PL1 (1/3)
  9393. forgottn:0:FFE193:99:500:Infinite Zenny PL1 (2/3)
  9394. forgottn:0:FFE194:99:500:Infinite Zenny PL1 (3/3)
  9395. forgottn:0:FFE192:01:001:Reduce Zenny Now! PL1 (1/3)
  9396. forgottn:0:FFE193:01:501:Reduce Zenny Now! PL1 (2/3)
  9397. forgottn:0:FFE194:01:501:Reduce Zenny Now! PL1 (3/3)
  9398. forgottn:0:FFCEE2:01:000:Always Laser PL1        (1/2)
  9399. forgottn:0:FFCF18:00:500:Always Laser PL1        (2/2)
  9400. forgottn:0:FFCEE2:01:000:Always Beam PL1         (1/2)
  9401. forgottn:0:FFCF18:02:500:Always Beam PL1         (2/2)
  9402. forgottn:0:FFCEE2:01:000:Always Missile PL1      (1/2)
  9403. forgottn:0:FFCF18:04:500:Always Missile PL1      (2/2)
  9404. forgottn:0:FFCEE2:01:000:Always Balcan Cannon PL1(1/2)
  9405. forgottn:0:FFCF18:06:500:Always Balcan Cannon PL1(2/2)
  9406. forgottn:0:FFCEE2:01:000:Always Napalm Bomb PL1  (1/2)
  9407. forgottn:0:FFCF18:08:500:Always Napalm Bomb PL1  (2/2)
  9408. forgottn:0:FFCEE2:01:000:Always V-Cannon PL1     (1/2)
  9409. forgottn:0:FFCF18:0A:500:Always V-Cannon PL1     (2/2)
  9410. forgottn:0:FFCEE2:01:000:Always Burner PL1       (1/2)
  9411. forgottn:0:FFCF18:0C:500:Always Burner PL1       (2/2)
  9412. forgottn:0:FFCEE2:01:000:Always Multi-Way PL1    (1/2)
  9413. forgottn:0:FFCF18:0E:500:Always Multi-Way PL1    (2/2)
  9414. forgottn:0:FFCEE2:01:000:Always Bound Shot PL1   (1/2)
  9415. forgottn:0:FFCF18:10:500:Always Bound Shot PL1   (2/2)
  9416. forgottn:0:FFCEE2:01:000:Always Power Laser PL1  (1/2)
  9417. forgottn:0:FFCF18:12:500:Always Power Laser PL1  (2/2)
  9418. forgottn:0:FFCEE2:01:000:Always Homing Laser PL1 (1/2)
  9419. forgottn:0:FFCF18:14:500:Always Homing Laser PL1 (2/2)
  9420. forgottn:0:FFCEE2:01:001:Get Laser Now! PL1      (1/2)
  9421. forgottn:0:FFCF18:00:501:Get Laser Now! PL1      (2/2)
  9422. forgottn:0:FFCEE2:01:001:Get Beam Now! PL1       (1/2)
  9423. forgottn:0:FFCF18:02:501:Get Beam Now! PL1       (2/2)
  9424. forgottn:0:FFCEE2:01:001:Get Missile Now! PL1    (1/2)
  9425. forgottn:0:FFCF18:04:501:Get Missile Now! PL1    (2/2)
  9426. forgottn:0:FFCEE2:01:001:Get Balcan CannonNow!PL1(1/2)
  9427. forgottn:0:FFCF18:06:501:Get Balcan CannonNow!PL1(2/2)
  9428. forgottn:0:FFCEE2:01:001:Get Napalm Bomb Now! PL1(1/2)
  9429. forgottn:0:FFCF18:08:501:Get Napalm Bomb Now! PL1(2/2)
  9430. forgottn:0:FFCEE2:01:001:Get V-Cannon Now! PL1   (1/2)
  9431. forgottn:0:FFCF18:0A:501:Get V-Cannon Now! PL1   (2/2)
  9432. forgottn:0:FFCEE2:01:001:Get Burner Now! PL1     (1/2)
  9433. forgottn:0:FFCF18:0C:501:Get Burner Now! PL1     (2/2)
  9434. forgottn:0:FFCEE2:01:001:Get Multi-Way Now! PL1  (1/2)
  9435. forgottn:0:FFCF18:0E:501:Get Multi-Way Now! PL1  (2/2)
  9436. forgottn:0:FFCEE2:01:001:Get Bound Shot Now! PL1 (1/2)
  9437. forgottn:0:FFCF18:10:501:Get Bound Shot Now! PL1 (2/2)
  9438. forgottn:0:FFCEE2:01:001:Get Power Laser Now! PL1(1/2)
  9439. forgottn:0:FFCF18:12:501:Get Power Laser Now! PL1(2/2)
  9440. forgottn:0:FFCEE2:01:001:Get Homing Laser Now!PL1(1/2)
  9441. forgottn:0:FFCF18:14:501:Get Homing Laser Now!PL1(2/2)
  9442. forgottn:0:FF9055:38:000:Infinite Energy PL2
  9443. forgottn:0:FFB392:02:000:Invincibility PL2 (1/4)
  9444. forgottn:0:FFB3DC:01:500:Invincibility PL2 (2/4)
  9445. forgottn:0:FF9055:38:520:Invincibility PL2 (3/4)
  9446. forgottn:0:FF9055:C7:540:Invincibility PL2 (4/4)
  9447. forgottn:0:FFE196:99:000:Infinite Zenny PL2 (1/3)
  9448. forgottn:0:FFE197:99:500:Infinite Zenny PL2 (2/3)
  9449. forgottn:0:FFE198:99:500:Infinite Zenny PL2 (3/3)
  9450. forgottn:0:FFE196:01:001:Reduce Zenny Now! PL2 (1/3)
  9451. forgottn:0:FFE197:01:501:Reduce Zenny Now! PL2 (2/3)
  9452. forgottn:0:FFE198:01:501:Reduce Zenny Now! PL2 (3/3)
  9453. forgottn:0:FFCF32:01:000:Always Laser PL2        (1/2)
  9454. forgottn:0:FFCF68:00:500:Always Laser PL2        (2/2)
  9455. forgottn:0:FFCF32:01:000:Always Beam PL2         (1/2)
  9456. forgottn:0:FFCF68:02:500:Always Beam PL2         (2/2)
  9457. forgottn:0:FFCF32:01:000:Always Missile PL2      (1/2)
  9458. forgottn:0:FFCF68:04:500:Always Missile PL2      (2/2)
  9459. forgottn:0:FFCF32:01:000:Always Balcan Cannon PL2(1/2)
  9460. forgottn:0:FFCF68:06:500:Always Balcan Cannon PL2(2/2)
  9461. forgottn:0:FFCF32:01:000:Always Napalm Bomb PL2  (1/2)
  9462. forgottn:0:FFCF68:08:500:Always Napalm Bomb PL2  (2/2)
  9463. forgottn:0:FFCF32:01:000:Always V-Cannon PL2     (1/2)
  9464. forgottn:0:FFCF68:0A:500:Always V-Cannon PL2     (2/2)
  9465. forgottn:0:FFCF32:01:000:Always Burner PL2       (1/2)
  9466. forgottn:0:FFCF68:0C:500:Always Burner PL2       (2/2)
  9467. forgottn:0:FFCF32:01:000:Always Multi-Way PL2    (1/2)
  9468. forgottn:0:FFCF68:0E:500:Always Multi-Way PL2    (2/2)
  9469. forgottn:0:FFCF32:01:000:Always Bound Shot PL2   (1/2)
  9470. forgottn:0:FFCF68:10:500:Always Bound Shot PL2   (2/2)
  9471. forgottn:0:FFCF32:01:000:Always Power Laser PL2  (1/2)
  9472. forgottn:0:FFCF68:12:500:Always Power Laser PL2  (2/2)
  9473. forgottn:0:FFCF32:01:000:Always Homing Laser PL2 (1/2)
  9474. forgottn:0:FFCF68:14:500:Always Homing Laser PL2 (2/2)
  9475. forgottn:0:FFCF32:01:001:Get Laser Now! PL2      (1/2)
  9476. forgottn:0:FFCF68:00:501:Get Laser Now! PL2      (2/2)
  9477. forgottn:0:FFCF32:01:001:Get Beam Now! PL2       (1/2)
  9478. forgottn:0:FFCF68:02:501:Get Beam Now! PL2       (2/2)
  9479. forgottn:0:FFCF32:01:001:Get Missile Now! PL2    (1/2)
  9480. forgottn:0:FFCF68:04:501:Get Missile Now! PL2    (2/2)
  9481. forgottn:0:FFCF32:01:001:Get Balcan CannonNow!PL2(1/2)
  9482. forgottn:0:FFCF68:06:501:Get Balcan CannonNow!PL2(2/2)
  9483. forgottn:0:FFCF32:01:001:Get Napalm Bomb Now! PL2(1/2)
  9484. forgottn:0:FFCF68:08:501:Get Napalm Bomb Now! PL2(2/2)
  9485. forgottn:0:FFCF32:01:001:Get V-Cannon Now! PL2   (1/2)
  9486. forgottn:0:FFCF68:0A:501:Get V-Cannon Now! PL2   (2/2)
  9487. forgottn:0:FFCF32:01:001:Get Burner Now! PL2     (1/2)
  9488. forgottn:0:FFCF68:0C:501:Get Burner Now! PL2     (2/2)
  9489. forgottn:0:FFCF32:01:001:Get Multi-Way Now! PL2  (1/2)
  9490. forgottn:0:FFCF68:0E:501:Get Multi-Way Now! PL2  (2/2)
  9491. forgottn:0:FFCF32:01:001:Get Bound Shot Now! PL2 (1/2)
  9492. forgottn:0:FFCF68:10:501:Get Bound Shot Now! PL2 (2/2)
  9493. forgottn:0:FFCF32:01:001:Get Power Laser Now! PL2(1/2)
  9494. forgottn:0:FFCF68:12:501:Get Power Laser Now! PL2(2/2)
  9495. forgottn:0:FFCF32:01:001:Get Homing Laser Now!PL2(1/2)
  9496. forgottn:0:FFCF68:14:501:Get Homing Laser Now!PL2(2/2)
  9497.  
  9498. ; [ Formation Z ]
  9499. formatz:0:0224:05:000:Infinite Lives PL1
  9500. formatz:0:0225:05:000:Infinite Lives PL2
  9501.  
  9502. ; [ Flash Point ]
  9503. fpoint:0:FFE373:E7:000:Infinite Time PL1 (1/2)
  9504. fpoint:0:FFE372:03:500:Infinite Time PL1 (2/2)
  9505. fpoint:0:FFE3F3:E7:000:Infinite Time PL2 (1/2)
  9506. fpoint:0:FFE3F2:03:500:Infinite Time PL2 (2/2)
  9507. fpoint:0:FFE309:01:000:Next shape always green PL1
  9508. fpoint:0:FFE309:02:000:Next shape always purple PL1
  9509. fpoint:0:FFE309:03:000:Next shape always yellow PL1
  9510. fpoint:0:FFE309:04:000:Next shape always cyan PL1
  9511. fpoint:0:FFE309:05:000:Next shape always orange PL1
  9512. fpoint:0:FFE309:06:000:Next shape always blue PL1
  9513. fpoint:0:FFE309:07:000:Next shape always red PL1
  9514. fpoint:0:FFE389:01:000:Next shape always green PL2
  9515. fpoint:0:FFE389:02:000:Next shape always purple PL2
  9516. fpoint:0:FFE389:03:000:Next shape always yellow PL2
  9517. fpoint:0:FFE389:04:000:Next shape always cyan PL2
  9518. fpoint:0:FFE389:05:000:Next shape always orange PL2
  9519. fpoint:0:FFE389:06:000:Next shape always blue PL2
  9520. fpoint:0:FFE389:07:000:Next shape always red PL2
  9521. fpoint:0:FFE309:01:001:Next shape will be green PL1
  9522. fpoint:0:FFE309:02:001:Next shape will be purple PL1
  9523. fpoint:0:FFE309:03:001:Next shape will be yellow PL1
  9524. fpoint:0:FFE309:04:001:Next shape will be cyan PL1
  9525. fpoint:0:FFE309:05:001:Next shape will be orange PL1
  9526. fpoint:0:FFE309:06:001:Next shape will be blue PL1
  9527. fpoint:0:FFE309:07:001:Next shape will be red PL1
  9528. fpoint:0:FFE389:01:001:Next shape will be green PL2
  9529. fpoint:0:FFE389:02:001:Next shape will be purple PL2
  9530. fpoint:0:FFE389:03:001:Next shape will be yellow PL2
  9531. fpoint:0:FFE389:04:001:Next shape will be cyan PL2
  9532. fpoint:0:FFE389:05:001:Next shape will be orange PL2
  9533. fpoint:0:FFE389:06:001:Next shape will be blue PL2
  9534. fpoint:0:FFE389:07:001:Next shape will be red PL2
  9535.  
  9536. ; [ Flash Point (bootleg) ]
  9537. fpointbl:0:FFE373:E7:000:Infinite Time PL1 (1/2)
  9538. fpointbl:0:FFE372:03:500:Infinite Time PL1 (2/2)
  9539. fpointbl:0:FFE3F3:E7:000:Infinite Time PL2 (1/2)
  9540. fpointbl:0:FFE3F2:03:500:Infinite Time PL2 (2/2)
  9541. fpointbl:0:FFE309:01:000:Next shape always green PL1
  9542. fpointbl:0:FFE309:02:000:Next shape always purple PL1
  9543. fpointbl:0:FFE309:03:000:Next shape always yellow PL1
  9544. fpointbl:0:FFE309:04:000:Next shape always cyan PL1
  9545. fpointbl:0:FFE309:05:000:Next shape always orange PL1
  9546. fpointbl:0:FFE309:06:000:Next shape always blue PL1
  9547. fpointbl:0:FFE309:07:000:Next shape always red PL1
  9548. fpointbl:0:FFE389:01:000:Next shape always green PL2
  9549. fpointbl:0:FFE389:02:000:Next shape always purple PL2
  9550. fpointbl:0:FFE389:03:000:Next shape always yellow PL2
  9551. fpointbl:0:FFE389:04:000:Next shape always cyan PL2
  9552. fpointbl:0:FFE389:05:000:Next shape always orange PL2
  9553. fpointbl:0:FFE389:06:000:Next shape always blue PL2
  9554. fpointbl:0:FFE389:07:000:Next shape always red PL2
  9555. fpointbl:0:FFE309:01:001:Next shape will be green PL1
  9556. fpointbl:0:FFE309:02:001:Next shape will be purple PL1
  9557. fpointbl:0:FFE309:03:001:Next shape will be yellow PL1
  9558. fpointbl:0:FFE309:04:001:Next shape will be cyan PL1
  9559. fpointbl:0:FFE309:05:001:Next shape will be orange PL1
  9560. fpointbl:0:FFE309:06:001:Next shape will be blue PL1
  9561. fpointbl:0:FFE309:07:001:Next shape will be red PL1
  9562. fpointbl:0:FFE389:01:001:Next shape will be green PL2
  9563. fpointbl:0:FFE389:02:001:Next shape will be purple PL2
  9564. fpointbl:0:FFE389:03:001:Next shape will be yellow PL2
  9565. fpointbl:0:FFE389:04:001:Next shape will be cyan PL2
  9566. fpointbl:0:FFE389:05:001:Next shape will be orange PL2
  9567. fpointbl:0:FFE389:06:001:Next shape will be blue PL2
  9568. fpointbl:0:FFE389:07:001:Next shape will be red PL2
  9569.  
  9570. ; [ Freeze ]
  9571. freeze:0:435C:03:000:Infinite Lives
  9572. freeze:0:4356:FF:000:Maximum Flamer Power
  9573.  
  9574. ; [ Frenzy ]
  9575. frenzy:0:400C:06:000:Infinite Lives
  9576. frenzy:0:4010:0F:000:No Evil Otto
  9577. frenzy:0:400E:00:000:Robots Don't Fire
  9578.  
  9579. ; [ Frisky Tom ]
  9580. friskyt:0:784B:03:000:Infinite Lives PL1
  9581. friskyt:0:7857:03:000:Infinite Lives PL2
  9582.  
  9583. ; [ Frogger ]
  9584. frogger:0:83E5:06:000:Infinite Lives PL1
  9585. frogger:0:83E6:06:000:Infinite Lives PL2
  9586. frogger:0:8004:00:000:Limited Invincibility
  9587. frogger:0:83DD:39:000:Infinite Time
  9588. frogger:0:825C:05:000:5 already done
  9589.  
  9590. ; [ Frog ]
  9591. froggers:0:43E5:06:000:Infinite Lives PL1
  9592. froggers:0:43E6:06:000:Infinite Lives PL2
  9593. froggers:0:4004:00:000:Limited Invincibility
  9594. froggers:0:43DD:39:000:Infinite Time
  9595. froggers:0:425C:05:000:5 already done
  9596.  
  9597. ; [ Frogger (modified Moon Cresta hardware) ]
  9598. froggrmc:0:83E5:06:000:Infinite Lives PL1
  9599. froggrmc:0:83E6:06:000:Infinite Lives PL2
  9600. froggrmc:0:8004:00:000:Limited Invincibility
  9601. froggrmc:0:83DD:39:000:Infinite Time
  9602. froggrmc:0:825C:05:000:5 already done
  9603.  
  9604. ; [ Frogs ]
  9605. frogs:0:E431:09:000:Infinite Time
  9606.  
  9607. ; [ Frogger (Sega set 1) ]
  9608. frogseg1:0:83E5:06:000:Infinite Lives PL1
  9609. frogseg1:0:83E6:06:000:Infinite Lives PL2
  9610. frogseg1:0:8004:00:000:Limited Invincibility
  9611. frogseg1:0:83DD:39:000:Infinite Time
  9612. frogseg1:0:825C:05:000:5 already done
  9613.  
  9614. ; [ Frogger (Sega set 2) ]
  9615. frogseg2:0:83E5:06:000:Infinite Lives PL1
  9616. frogseg2:0:83E6:06:000:Infinite Lives PL2
  9617. frogseg2:0:8004:00:000:Limited Invincibility
  9618. frogseg2:0:83DD:39:000:Infinite Time
  9619. frogseg2:0:825C:05:000:5 already done
  9620.  
  9621. ; [ Front Line ]
  9622. frontlin:0:8620:06:000:Infinite Lives
  9623.  
  9624. ; [ Final Round ]
  9625. fround:1:040143:30:000:Infinite Time [Intro]
  9626. fround:1:04013E:09:000:Infinite Time [In Game] (1/2)
  9627. fround:1:04013F:59:500:Infinite Time [In Game] (2/2)
  9628. fround:1:04013E:00:001:Finish Round Now! (1/2)
  9629. fround:1:04013F:00:501:Finish Round Now! (2/2)
  9630. fround:1:042096:20:000:Infinite Energy PL1
  9631. fround:1:042096:00:001:Drain All Energy Now! PL1
  9632. fround:1:042196:20:000:Infinite Energy PL2
  9633. fround:1:042196:00:001:Drain All Energy Now! PL2
  9634. fround:1:043008:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
  9635.  
  9636. ; [ Flying Shark (World) ]
  9637. fshark:0:030429:08:000:Infinite Lives
  9638. fshark:0:0304D3:0A:007:Infinite Smart Bombs (F5):Turn off with F5 at level end
  9639. fshark:0:0304D5:06:000:Always Maximum Shot Power
  9640. fshark:0:03049E:80:000:Invincibility
  9641.  
  9642. ; [ Flying Shark (bootleg) ]
  9643. fsharkbt:0:030429:08:000:Infinite Lives
  9644. fsharkbt:0:0304D3:0A:007:Infinite Smart Bombs (F5):Turn off with F5 at level end
  9645. fsharkbt:0:0304D5:06:000:Always Maximum Shot Power
  9646. fsharkbt:0:03049E:80:000:Invincibility
  9647.  
  9648. ; [ Fighting Soccer ]
  9649. ftsoccer:0:E10B:99:000:Infinite Time (1/2)
  9650. ftsoccer:0:E10C:59:000:Infinite Time (2/2)
  9651. ftsoccer:0:E10B:00:001:Finish Game Now! (1/2)
  9652. ftsoccer:0:E10C:00:501:Finish Game Now! (2/2)
  9653. ftsoccer:0:E118:99:073:Select Score Team 1
  9654. ftsoccer:0:E118:00:000:Score always = 0 Team 1
  9655. ftsoccer:0:E118:10:000:Score always = 10 Team 1
  9656. ftsoccer:0:E118:00:001:Score = 0 Now! Team 1
  9657. ftsoccer:0:E118:10:001:Score = 10 Now! Team 1
  9658. ftsoccer:0:E119:99:073:Select Score Team 2
  9659. ftsoccer:0:E119:00:000:Score always = 0 Team 2
  9660. ftsoccer:0:E119:10:000:Score always = 10 Team 2
  9661. ftsoccer:0:E119:00:001:Score = 0 Now! Team 2
  9662. ftsoccer:0:E119:10:001:Score = 10 Now! Team 2
  9663.  
  9664. ; [ Funky Bee ]
  9665. funkybee:0:8021:08:000:Infinite Lives PL1
  9666. funkybee:0:8022:08:000:Infinite Lives PL2
  9667. funkybee:0:8113:80:000:Invincibility
  9668. funkybee:0:801F:63:072:Select current round
  9669. funkybee:0:801F:63:062:Select next round
  9670.  
  9671. ; [ Future Spy ]
  9672. futspy:0:645B:09:000:Infinite Lives
  9673. futspy:0:65CC:00:000:Invincibility
  9674.  
  9675. ; [ Ninja Gaiden ]
  9676. gaiden:0:061E89:99:000:Infinite Time
  9677. gaiden:0:061E8E:03:000:Infinite Lives PL1
  9678. gaiden:0:061EC3:09:000:Infinite Energy PL1
  9679. gaiden:0:061EBA:0A:000:Infinite Sword PL1
  9680. gaiden:0:061EB0:2C:000:Invincibility PL1
  9681. gaiden:0:061E8F:03:000:Infinite Lives PL2
  9682. gaiden:0:061F03:09:000:Infinite Energy PL2
  9683. gaiden:0:061EFA:0A:000:Infinite Sword PL2
  9684. gaiden:0:061EF1:2C:000:Invincibility PL2
  9685.  
  9686. ; [ Galaga '88 (set 2) ]
  9687. galag88b:0:4076:0A:000:Infinite Lives
  9688. galag88b:0:40D0:75:000:Invincibility
  9689. galag88b:0:4064:01:000:Always Dual Ships
  9690. galag88b:0:40A8:02:000:Always 2 'Bombs'
  9691. galag88b:0:4064:02:000:Mega Ship (fires 3 shots)
  9692. galag88b:0:40BC:40:000:Score Perfect Bonus Stages
  9693. galag88b:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  9694.  
  9695. ; [ Galaga '88 (Japan) ]
  9696. galag88j:0:4076:0A:000:Infinite Lives
  9697. galag88j:0:40D0:75:000:Invincibility
  9698. galag88j:0:4064:01:000:Always Dual Ships
  9699. galag88j:0:40A8:02:000:Always 2 'Bombs'
  9700. galag88j:0:4064:02:000:Mega Ship (fires 3 shots)
  9701. galag88j:0:40BC:40:000:Score Perfect Bonus Stages
  9702. galag88j:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  9703.  
  9704. ; [ Galaga (Namco) ]
  9705. galaga:0:9820:06:000:Infinite Lives
  9706. galaga:0:9288:28:000:Perfect challenge stage
  9707. galaga:0:9821:04:000:Start on level 5
  9708. galaga:0:9821:09:000:Start on level 10
  9709. ;These can be modified of course for any level...
  9710. galaga:0:9825:00:000:All challenge stages 
  9711. galaga:0:9825:01:000:No challenge stages 
  9712. galaga:0:9827:01:000:Double Ship (1/4)
  9713. galaga:0:9361:29:500:Double Ship (2/4)
  9714. galaga:0:8B61:09:500:Double Ship (3/4)
  9715. galaga:0:8B60:06:500:Double Ship (4/4)
  9716. galaga:0:9368:00:000:Aliens don't shoot (1/8)
  9717. galaga:0:9369:00:500:Aliens don't shoot (2/8)
  9718. galaga:0:936A:00:500:Aliens don't shoot (3/8)
  9719. galaga:0:936B:00:500:Aliens don't shoot (4/8)
  9720. galaga:0:936C:00:500:Aliens don't shoot (5/8)
  9721. galaga:0:936D:00:500:Aliens don't shoot (6/8)
  9722. galaga:0:936E:00:500:Aliens don't shoot (7/8)
  9723. galaga:0:936F:00:500:Aliens don't shoot (8/8)
  9724.  
  9725. ; [ Galaga 3 (set 1) ]
  9726. galaga3:0:1104:03:000:Infinite Lives PL1
  9727. galaga3:0:1105:03:000:Infinite Lives PL2
  9728. galaga3:0:101A:FF:000:Invincibility
  9729. galaga3:0:1177:01:001:Get SideWinder Shot Now!
  9730. galaga3:0:0F16:7F:001:Change Hypership Now! (1/2)
  9731. galaga3:0:10D4:A8:501:Change Hypership Now! (2/2)
  9732. galaga3:0:1685:EE:000:Stop Queen (1/2)
  9733. galaga3:0:1687:DE:500:Stop Queen (2/2)
  9734. galaga3:0:0EA2:3F:001:Get Twin Shot Now! (1/4)
  9735. galaga3:0:0EA4:3F:501:Get Twin Shot Now! (2/4)
  9736. galaga3:0:0EA6:3F:501:Get Twin Shot Now! (3/4)
  9737. galaga3:0:0EA8:3F:501:Get Twin Shot Now! (4/4) 
  9738.  
  9739. ; [ Galaga 3 (set 2) ]
  9740. galaga3a:0:1104:03:000:Infinite Lives PL1
  9741. galaga3a:0:1105:03:000:Infinite Lives PL2
  9742. galaga3a:0:101A:FF:000:Invincibility
  9743. galaga3a:0:1177:01:001:Get SideWinder Shot Now!
  9744. galaga3a:0:0F16:7F:001:Change Hypership Now! (1/2)
  9745. galaga3a:0:10D4:A8:501:Change Hypership Now! (2/2)
  9746. galaga3a:0:1685:EE:000:Stop Queen (1/2)
  9747. galaga3a:0:1687:DE:500:Stop Queen (2/2)
  9748. galaga3a:0:0EA2:3F:001:Get Twin Shot Now! (1/4)
  9749. galaga3a:0:0EA4:3F:501:Get Twin Shot Now! (2/4)
  9750. galaga3a:0:0EA6:3F:501:Get Twin Shot Now! (3/4)
  9751. galaga3a:0:0EA8:3F:501:Get Twin Shot Now! (4/4) 
  9752.  
  9753. ; [ Galaga '84 ]
  9754. galaga84:0:9820:06:000:Infinite Lives
  9755. galaga84:0:9288:28:000:Perfect challenge stage
  9756. galaga84:0:9821:04:000:Start on level 5
  9757. galaga84:0:9821:09:000:Start on level 10
  9758. ;These can be modified of course for any level...
  9759. galaga84:0:9825:00:000:All challenge stages 
  9760. galaga84:0:9825:01:000:No challenge stages 
  9761. galaga84:0:9827:01:000:Double Ship (1/4)
  9762. galaga84:0:9361:29:500:Double Ship (2/4)
  9763. galaga84:0:8B61:09:500:Double Ship (3/4)
  9764. galaga84:0:8B60:06:500:Double Ship (4/4)
  9765. galaga84:0:9368:00:000:Aliens don't shoot (1/8)
  9766. galaga84:0:9369:00:500:Aliens don't shoot (2/8)
  9767. galaga84:0:936A:00:500:Aliens don't shoot (3/8)
  9768. galaga84:0:936B:00:500:Aliens don't shoot (4/8)
  9769. galaga84:0:936C:00:500:Aliens don't shoot (5/8)
  9770. galaga84:0:936D:00:500:Aliens don't shoot (6/8)
  9771. galaga84:0:936E:00:500:Aliens don't shoot (7/8)
  9772. galaga84:0:936F:00:500:Aliens don't shoot (8/8)
  9773.  
  9774. ; [ Galaga '88 (set 1) ]
  9775. galaga88:0:4076:0A:000:Infinite Lives
  9776. galaga88:0:40D0:75:000:Invincibility
  9777. galaga88:0:4064:01:000:Always Dual Ships
  9778. galaga88:0:40A8:02:000:Always 2 'Bombs'
  9779. galaga88:0:4064:02:000:Mega Ship (fires 3 shots)
  9780. galaga88:0:40BC:40:000:Score Perfect Bonus Stages
  9781. galaga88:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  9782.  
  9783. ; [ Galaga (bootleg) ]
  9784. galagab2:0:9820:06:000:Infinite Lives
  9785. galagab2:0:9288:28:000:Perfect challenge stage
  9786. galagab2:0:9821:04:000:Start on level 5
  9787. galagab2:0:9821:09:000:Start on level 10
  9788. ;These can be modified of course for any level...
  9789. galagab2:0:9825:00:000:All challenge stages 
  9790. galagab2:0:9825:01:000:No challenge stages 
  9791. galagab2:0:9827:01:000:Double Ship (1/4)
  9792. galagab2:0:9361:29:500:Double Ship (2/4)
  9793. galagab2:0:8B61:09:500:Double Ship (3/4)
  9794. galagab2:0:8B60:06:500:Double Ship (4/4)
  9795. galagab2:0:9368:00:000:Aliens don't shoot (1/8)
  9796. galagab2:0:9369:00:500:Aliens don't shoot (2/8)
  9797. galagab2:0:936A:00:500:Aliens don't shoot (3/8)
  9798. galagab2:0:936B:00:500:Aliens don't shoot (4/8)
  9799. galagab2:0:936C:00:500:Aliens don't shoot (5/8)
  9800. galagab2:0:936D:00:500:Aliens don't shoot (6/8)
  9801. galagab2:0:936E:00:500:Aliens don't shoot (7/8)
  9802. galagab2:0:936F:00:500:Aliens don't shoot (8/8)
  9803.  
  9804. ; [ Galaga (fast shoot) ]
  9805. galagads:0:9820:06:000:Infinite Lives
  9806. galagads:0:9288:28:000:Perfect challenge stage
  9807. galagads:0:9821:04:000:Start on level 5
  9808. galagads:0:9821:09:000:Start on level 10
  9809. ;These can be modified of course for any level...
  9810. galagads:0:9825:00:000:All challenge stages 
  9811. galagads:0:9825:01:000:No challenge stages 
  9812. galagads:0:9827:01:000:Double Ship (1/4)
  9813. galagads:0:9361:29:500:Double Ship (2/4)
  9814. galagads:0:8B61:09:500:Double Ship (3/4)
  9815. galagads:0:8B60:06:500:Double Ship (4/4)
  9816. galagads:0:9368:00:000:Aliens don't shoot (1/8)
  9817. galagads:0:9369:00:500:Aliens don't shoot (2/8)
  9818. galagads:0:936A:00:500:Aliens don't shoot (3/8)
  9819. galagads:0:936B:00:500:Aliens don't shoot (4/8)
  9820. galagads:0:936C:00:500:Aliens don't shoot (5/8)
  9821. galagads:0:936D:00:500:Aliens don't shoot (6/8)
  9822. galagads:0:936E:00:500:Aliens don't shoot (7/8)
  9823. galagads:0:936F:00:500:Aliens don't shoot (8/8)
  9824.  
  9825. ; [ Galaga (Midway) ]
  9826. galagamw:0:9820:06:000:Infinite Lives
  9827. galagamw:0:9288:28:000:Perfect challenge stage
  9828. galagamw:0:9821:04:000:Start on level 5
  9829. galagamw:0:9821:09:000:Start on level 10
  9830. ;These can be modified of course for any level...
  9831. galagamw:0:9825:00:000:All challenge stages 
  9832. galagamw:0:9825:01:000:No challenge stages 
  9833. galagamw:0:9827:01:000:Double Ship (1/4)
  9834. galagamw:0:9361:29:500:Double Ship (2/4)
  9835. galagamw:0:8B61:09:500:Double Ship (3/4)
  9836. galagamw:0:8B60:06:500:Double Ship (4/4)
  9837. galagamw:0:9368:00:000:Aliens don't shoot (1/8)
  9838. galagamw:0:9369:00:500:Aliens don't shoot (2/8)
  9839. galagamw:0:936A:00:500:Aliens don't shoot (3/8)
  9840. galagamw:0:936B:00:500:Aliens don't shoot (4/8)
  9841. galagamw:0:936C:00:500:Aliens don't shoot (5/8)
  9842. galagamw:0:936D:00:500:Aliens don't shoot (6/8)
  9843. galagamw:0:936E:00:500:Aliens don't shoot (7/8)
  9844. galagamw:0:936F:00:500:Aliens don't shoot (8/8)
  9845.  
  9846. ; [ Space Invaders Galactica ]
  9847. galap1:0:421D:06:000:Infinite Lives
  9848. galap1:0:4200:01:000:Invincibility (1/2)
  9849. galap1:0:4205:00:500:Invincibility (2/2)
  9850.  
  9851. ; [ Galaxian Part 4 ]
  9852. galap4:0:421D:06:000:Infinite Lives
  9853. galap4:0:4200:01:000:Invincibility (1/2)
  9854. galap4:0:4205:00:500:Invincibility (2/2)
  9855.  
  9856. ; [ Galaxian Part X ]
  9857. galapx:0:421D:06:000:Infinite Lives
  9858. galapx:0:4200:01:000:Invincibility (1/2)
  9859. galapx:0:4205:00:500:Invincibility (2/2)
  9860.  
  9861. ; [ Galaxian (bootleg) ]
  9862. galaxb:0:421D:05:000:Infinite Lives
  9863. galaxb:0:4200:01:000:Invincibility (1/2)
  9864. galaxb:0:4205:00:500:Invincibility (2/2)
  9865.  
  9866. ; [ Galaxian (Namco) ]
  9867. galaxian:0:421D:05:000:Infinite Lives
  9868. galaxian:0:4200:01:000:Invincibility (1/2)
  9869. galaxian:0:4205:00:500:Invincibility (2/2)
  9870.  
  9871. ; [ Galaxy Fight - Universal Warriors ]
  9872. galaxyfg:0:101252:9B:000:Infinite Time 
  9873. galaxyfg:0:105C7F:03:000:Play with Felden PL1:Use on selection screen
  9874. galaxyfg:0:105C7F:0B:000:Play with Rouwe PL1:Works for only 1 round
  9875. galaxyfg:0:10103C:FF:000:Infinite Energy PL1
  9876. galaxyfg:0:10103C:00:001:Drain all Energy Now! PL1
  9877. galaxyfg:0:101152:FF:000:Infinite Energy PL2
  9878. galaxyfg:0:101152:00:001:Drain all Energy Now! PL2
  9879. galaxyfg:0:000000:00:999:[The boss cheats must be    ]
  9880. galaxyfg:0:000000:00:999:[activated at the selection ]
  9881. galaxyfg:0:000000:00:999:[screen. If activated during]
  9882. galaxyfg:0:000000:00:999:[any stage and you win that ]
  9883. galaxyfg:0:000000:00:999:[stage, the first boss cheat]
  9884. galaxyfg:0:000000:00:999:[brings you to the final    ]
  9885. galaxyfg:0:000000:00:999:[boss, the final boss cheat ]
  9886. galaxyfg:0:000000:00:999:[let's you see the ending   ]
  9887. galaxyfg:0:000000:00:999:[and the secret boss cheat  ]
  9888. galaxyfg:0:000000:00:999:[let's you see the special  ]
  9889. galaxyfg:0:000000:00:999:[ending.                    ]
  9890. galaxyfg:0:105C49:08:001:Fight First Boss Now! 
  9891. galaxyfg:0:105C49:09:001:Fight Final Boss Now!
  9892. galaxyfg:0:105C49:0A:001:Fight Secret Boss Now!
  9893.  
  9894. ; [ Gallag ]
  9895. gallag:0:9820:06:000:Infinite Lives
  9896. gallag:0:9288:28:000:Perfect challenge stage
  9897. gallag:0:9821:04:000:Start on level 5
  9898. gallag:0:9821:09:000:Start on level 10
  9899. ;These can be modified of course for any level...
  9900. gallag:0:9825:00:000:All challenge stages 
  9901. gallag:0:9825:01:000:No challenge stages 
  9902. gallag:0:9827:01:000:Double Ship (1/4)
  9903. gallag:0:9361:29:500:Double Ship (2/4)
  9904. gallag:0:8B61:09:500:Double Ship (3/4)
  9905. gallag:0:8B60:06:500:Double Ship (4/4)
  9906. gallag:0:9368:00:000:Aliens don't shoot (1/8)
  9907. gallag:0:9369:00:500:Aliens don't shoot (2/8)
  9908. gallag:0:936A:00:500:Aliens don't shoot (3/8)
  9909. gallag:0:936B:00:500:Aliens don't shoot (4/8)
  9910. gallag:0:936C:00:500:Aliens don't shoot (5/8)
  9911. gallag:0:936D:00:500:Aliens don't shoot (6/8)
  9912. gallag:0:936E:00:500:Aliens don't shoot (7/8)
  9913. gallag:0:936F:00:500:Aliens don't shoot (8/8)
  9914.  
  9915. ; [ Gallop - Armed police Unit (Japan) ]
  9916. gallop:0:A0548:07:000:Infinite Lives PL1:May only work in 1 Plyr game
  9917. gallop:0:A3D7D:68:000:Laser never overheats
  9918.  
  9919. ; [ Galivan - Cosmo Police (12/16/1985) ]
  9920. galivan:0:E284:09:000:Infinite Lives PL1
  9921. galivan:0:E285:09:000:Infinite Lives PL2
  9922. galivan:0:E286:80:000:Infinite Power
  9923. galivan:0:E3B2:01:000:Infinite Weapon Time
  9924. galivan:0:E3A6:00:000:Always be Human
  9925. galivan:0:E3A6:05:000:Always be Galivan
  9926. galivan:0:E3A7:00:000:Always have Normal shot
  9927. galivan:0:E3A7:10:000:Always have Beam shot
  9928. galivan:0:E3A7:20:000:Always have 3-way shot
  9929. galivan:0:E3A6:00:001:Change to Human Now!
  9930. galivan:0:E3A6:05:001:Change to Galivan Now!
  9931. galivan:0:E3A7:00:001:Get Normal shot Now!
  9932. galivan:0:E3A7:10:001:Get Beam shot Now!
  9933. galivan:0:E3A7:20:001:Get 3-way shot Now!
  9934.  
  9935. ; [ Galivan - Cosmo Police (12/11/1985) ]
  9936. galivan2:0:E284:09:000:Infinite Lives PL1
  9937. galivan2:0:E285:09:000:Infinite Lives PL2
  9938. galivan2:0:E286:80:000:Infinite Power
  9939. galivan2:0:E3B2:01:000:Infinite Weapon Time
  9940. galivan2:0:E3A6:00:000:Always be Human
  9941. galivan2:0:E3A6:05:000:Always be Galivan
  9942. galivan2:0:E3A7:00:000:Always have Normal shot
  9943. galivan2:0:E3A7:10:000:Always have Beam shot
  9944. galivan2:0:E3A7:20:000:Always have 3-way shot
  9945. galivan2:0:E3A6:00:001:Change to Human Now!
  9946. galivan2:0:E3A6:05:001:Change to Galivan Now!
  9947. galivan2:0:E3A7:00:001:Get Normal shot Now!
  9948. galivan2:0:E3A7:10:001:Get Beam shot Now!
  9949. galivan2:0:E3A7:20:001:Get 3-way shot Now!
  9950.  
  9951. ; [ Galaxian (Midway) ]
  9952. galmidw:0:421D:06:000:Infinite Lives
  9953. galmidw:0:4200:01:000:Invincibility (1/2)
  9954. galmidw:0:4205:00:500:Invincibility (2/2)
  9955.  
  9956. ; [ Gals Panic ]
  9957. galpanic:0:53D064:09:000:Infinite Credits
  9958. galpanic:0:53E78D:14:000:Infinite Energy (1/2)
  9959. galpanic:0:53E793:1C:000:Infinite Energy (2/2)
  9960. galpanic:0:53E7E7:3B:000:Infinite Time
  9961. galpanic:0:53E7D4:06:000:Infinite Lives PL1
  9962. galpanic:0:53E7D5:06:000:Infinite Lives PL2
  9963. galpanic:0:53C0CD:64:001:End round with 100% Now!(1/2)
  9964. galpanic:0:53C0CF:00:501:End round with 100% Now!(2/2)
  9965. galpanic:0:000000:00:999:[Use these when the         ]
  9966. galpanic:0:000000:00:999:[silhouette is displayed.   ]
  9967. galpanic:0:53E7DD:02:001:Last sub-level  (naked girl)
  9968. galpanic:0:53D535:01:000:Challenge stage (special)
  9969.  
  9970. ; [ Galaxian Turbo ]
  9971. galturbo:0:421D:06:000:Infinite Lives
  9972. galturbo:0:4200:01:000:Invincibility (1/2)
  9973. galturbo:0:4205:00:500:Invincibility (2/2)
  9974.  
  9975. ; [ Galaxy Wars ]
  9976. galxwars:0:2061:05:000:Infinite Lives
  9977.  
  9978. ; [ Gang Wars (bootleg) ]
  9979. gangwarb:0:043062:59:000:Infinite Time
  9980. gangwarb:0:043408:03:000:Infinite Lives PL1
  9981. gangwarb:0:04062A:FA:000:Infinite Energy PL1
  9982. gangwarb:0:043430:02:000:Infinite Upgrade Points PL1
  9983. gangwarb:0:04063E:1E:000:Invincibility PL1 (1/2)
  9984. gangwarb:0:04063B:01:520:Invincibility PL1 (2/2)
  9985. gangwarb:0:043409:03:000:Infinite Lives PL2
  9986. gangwarb:0:04066A:FA:000:Infinite Energy PL2
  9987. gangwarb:0:043431:02:000:Infinite Upgrade Points PL2
  9988. gangwarb:0:04067E:1E:000:Invincibility PL2 (1/2)
  9989. gangwarb:0:04067B:01:520:Invincibility PL2 (2/2)
  9990.  
  9991. ; [ Gang Wars ]
  9992. gangwars:0:043062:59:000:Infinite Time
  9993. gangwars:0:043408:03:000:Infinite Lives PL1
  9994. gangwars:0:04062A:FA:000:Infinite Energy PL1
  9995. gangwars:0:043430:02:000:Infinite Upgrade Points PL1
  9996. gangwars:0:04063E:1E:000:Invincibility PL1 (1/2)
  9997. gangwars:0:04063B:01:520:Invincibility PL1 (2/2)
  9998. gangwars:0:043409:03:000:Infinite Lives PL2
  9999. gangwars:0:04066A:FA:000:Infinite Energy PL2
  10000. gangwars:0:043431:02:000:Infinite Upgrade Points PL2
  10001. gangwars:0:04067E:1E:000:Invincibility PL2 (1/2)
  10002. gangwars:0:04067B:01:520:Invincibility PL2 (2/2)
  10003.  
  10004. ; [ Gaplus (set 1) ]
  10005. gaplus:0:1104:03:000:Infinite Lives PL1
  10006. gaplus:0:1105:03:000:Infinite Lives PL2
  10007. gaplus:0:101A:FF:000:Invincibility
  10008. gaplus:0:1177:01:001:Get SideWinder Shot Now!
  10009. gaplus:0:0F16:7F:001:Change Hypership Now! (1/2)
  10010. gaplus:0:10D4:A8:501:Change Hypership Now! (2/2)
  10011. gaplus:0:1685:EE:000:Stop Queen (1/2)
  10012. gaplus:0:1687:DE:500:Stop Queen (2/2)
  10013. gaplus:0:0EA2:3F:001:Get Twin Shot Now! (1/4)
  10014. gaplus:0:0EA4:3F:501:Get Twin Shot Now! (2/4)
  10015. gaplus:0:0EA6:3F:501:Get Twin Shot Now! (3/4)
  10016. gaplus:0:0EA8:3F:501:Get Twin Shot Now! (4/4) 
  10017.  
  10018. ; [ Gaplus (set 2) ]
  10019. gaplusa:0:1104:03:000:Infinite Lives PL1
  10020. gaplusa:0:1105:03:000:Infinite Lives PL2
  10021. gaplusa:0:101A:FF:000:Invincibility
  10022. gaplusa:0:1177:01:001:Get SideWinder Shot Now!
  10023. gaplusa:0:0F16:7F:001:Get Hypership Now! (1/2)
  10024. gaplusa:0:10D4:A8:501:Get Hypership Now! (2/2)
  10025. gaplusa:0:1685:EE:000:Stop Queen (1/2)
  10026. gaplusa:0:1687:DE:500:Stop Queen (2/2)
  10027. gaplusa:0:0EA2:3F:001:Get Twin Shot Now! (1/4)
  10028. gaplusa:0:0EA4:3F:501:Get Twin Shot Now! (2/4)
  10029. gaplusa:0:0EA6:3F:501:Get Twin Shot Now! (3/4)
  10030. gaplusa:0:0EA8:3F:501:Get Twin Shot Now! (4/4) 
  10031.  
  10032. ; [ Garuka (Japan) ]
  10033. garuka:0:4103:60:000:Infinite Time
  10034. garuka:0:410C:09:000:Infinite Lives PL1
  10035. garuka:0:410D:99:000:Infinite Grenades PL1
  10036. garuka:0:410E:09:000:Infinite Ammo PL1
  10037. garuka:0:4480:82:000:Invincibility PL1
  10038. garuka:0:4116:09:000:Infinite Lives PL2
  10039. garuka:0:4117:99:000:Infinite Grenades PL2
  10040. garuka:0:4118:09:000:Infinite Ammo PL2
  10041. garuka:0:45C0:82:000:Invincibility PL2
  10042. garuka:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  10043.  
  10044. ; [ Garyo Retsuden (Japan) ]
  10045. garyoret:0:0027:08:000:Infinite Lives PL1
  10046. garyoret:0:0019:03:000:Infinite Energy PL1
  10047. garyoret:0:0020:05:000:Infinite Orbs PL1
  10048. garyoret:0:0067:08:000:Infinite Lives PL2
  10049. garyoret:0:0059:03:000:Infinite Energy PL2
  10050. garyoret:0:0060:05:000:Infinite Orbs PL2
  10051.  
  10052. ; [ Gate of Doom (US revision 1) ]
  10053. gatedom1:0:100B3B:00:000:Kill Dragon Now!!
  10054. gatedom1:0:100036:07:000:Infinite Lives PL1
  10055. gatedom1:0:100037:0C:000:Infinite Energy PL1
  10056. gatedom1:0:10003E:80:001:Fill Magic Bar to Top PL1
  10057. gatedom1:0:10003E:80:000:Stop Magic Bar decreasing PL1
  10058. gatedom1:0:10004B:C0:000:Invincibility PL1:To be used when you blink
  10059. gatedom1:0:100086:0A:000:Infinite Gloves PL1 (1/3)
  10060. gatedom1:0:100038:10:520:Infinite Gloves PL1 (2/3)
  10061. gatedom1:0:100017:40:501:Infinite Gloves PL1 (3/3)
  10062. gatedom1:0:100084:0A:000:Infinite Boots PL1 (1/3)
  10063. gatedom1:0:100038:20:520:Infinite Boots PL1 (2/3)
  10064. gatedom1:0:100048:02:501:Infinite Boots PL1 (3/3)
  10065. gatedom1:0:1000B6:07:000:Infinite Lives PL2
  10066. gatedom1:0:1000B7:0A:000:Infinite Energy PL2
  10067. gatedom1:0:1000BE:80:001:Fill Magic Bar to Top PL2
  10068. gatedom1:0:1000BE:80:000:Stop Magic Bar decreasing PL2
  10069. gatedom1:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
  10070. gatedom1:0:100106:0A:000:Infinite Gloves PL2 (1/3)
  10071. gatedom1:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
  10072. gatedom1:0:100097:40:501:Infinite Gloves PL2 (3/3)
  10073. gatedom1:0:100104:0A:000:Infinite Boots PL2 (1/3)
  10074. gatedom1:0:1000B8:20:520:Infinite Boots PL2 (2/3)
  10075. gatedom1:0:1000C8:02:501:Infinite Boots PL2 (3/3)
  10076.  
  10077. ; [ Gate of Doom (US revision 4) ]
  10078. gatedoom:0:100B3B:00:000:Kill Dragon Now!!
  10079. gatedoom:0:100036:07:000:Infinite Lives PL1
  10080. gatedoom:0:100037:0C:000:Infinite Energy PL1
  10081. gatedoom:0:10003E:80:001:Fill Magic Bar to Top PL1
  10082. gatedoom:0:10003E:80:000:Stop Magic Bar decreasing PL1
  10083. gatedoom:0:10004B:C0:000:Invincibility PL1:To be used when you blink
  10084. gatedoom:0:100086:0A:000:Infinite Gloves PL1 (1/3)
  10085. gatedoom:0:100038:10:520:Infinite Gloves PL1 (2/3)
  10086. gatedoom:0:100017:40:501:Infinite Gloves PL1 (3/3)
  10087. gatedoom:0:100084:0A:000:Infinite Boots PL1 (1/3)
  10088. gatedoom:0:100038:20:520:Infinite Boots PL1 (2/3)
  10089. gatedoom:0:100048:02:501:Infinite Boots PL1 (3/3)
  10090. gatedoom:0:1000B6:07:000:Infinite Lives PL2
  10091. gatedoom:0:1000B7:0A:000:Infinite Energy PL2
  10092. gatedoom:0:1000BE:80:001:Fill Magic Bar to Top PL2
  10093. gatedoom:0:1000BE:80:000:Stop Magic Bar decreasing PL2
  10094. gatedoom:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
  10095. gatedoom:0:100106:0A:000:Infinite Gloves PL2 (1/3)
  10096. gatedoom:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
  10097. gatedoom:0:100097:40:501:Infinite Gloves PL2 (3/3)
  10098. gatedoom:0:100104:0A:000:Infinite Boots PL2 (1/3)
  10099. gatedoom:0:1000B8:20:520:Infinite Boots PL2 (2/3)
  10100. gatedoom:0:1000C8:02:501:Infinite Boots PL2 (3/3)
  10101.  
  10102. ; [ Gauntlet II ]
  10103. gaunt2:0:90490C:04:001:Open all doors Now! (1/2)
  10104. gaunt2:0:90490D:9F:501:Open all doors Now! (2/2)
  10105. gaunt2:0:9048C6:51:001:Turn walls to exits Now!(1/2)
  10106. gaunt2:0:9048C7:F7:501:Turn walls to exits Now!(1/2)
  10107. gaunt2:0:904980:27:000:Infinite Health-Red (1/2)
  10108. gaunt2:0:904983:10:500:Infinite Health-Red (2/2)
  10109. gaunt2:0:90405A:03:000:Infinite Keys (Red)
  10110. gaunt2:0:904055:03:000:Infinite Potions (Red)
  10111. gaunt2:0:9048E0:01:020:Always Invisible (Red)
  10112. gaunt2:0:9048E0:02:020:Always Repulsive (Red)
  10113. gaunt2:0:9048E0:04:020:Reflective Shots (Red)
  10114. gaunt2:0:9048E0:08:020:Transportability (Red)
  10115. gaunt2:0:9048E0:10:020:Supershots (Red) (1/2)
  10116. gaunt2:0:905F68:0A:500:Supershots (Red) (2/2)
  10117. gaunt2:0:9048E0:20:021:Always Invulnerable (Red)
  10118. gaunt2:0:9048E1:01:021:Get Enhanced Speed (Red)
  10119. gaunt2:0:9048E1:02:021:Get Enhanced Armor (Red)
  10120. gaunt2:0:9048E1:04:021:Get More Fight Power (Red)
  10121. gaunt2:0:9048E1:08:021:Get Faster Shot (Red)
  10122. gaunt2:0:9048E1:10:021:Get More Shot Power (Red)
  10123. gaunt2:0:9048E1:20:021:Get Enhanced Magic (Red)
  10124. gaunt2:0:904984:27:000:Infinite Health-Blue (1/2)
  10125. gaunt2:0:904987:10:500:Infinite Health-Blue (2/2)
  10126. gaunt2:0:90405B:03:000:Infinite Keys (Blue)
  10127. gaunt2:0:904056:03:000:Infinite Potions (Blue)
  10128. gaunt2:0:9048E2:01:020:Always Invisible (Blue)
  10129. gaunt2:0:9048E2:02:020:Always Repulsive (Blue)
  10130. gaunt2:0:9048E2:04:020:Reflective Shots (Blue)
  10131. gaunt2:0:9048E2:08:020:Transportability (Blue)
  10132. gaunt2:0:9048E2:10:020:Supershots (Blue) (1/2)
  10133. gaunt2:0:905F69:0A:500:Supershots (Blue) (2/2)
  10134. gaunt2:0:9048E2:20:021:Always Invulnerable (Blue)
  10135. gaunt2:0:9048E3:01:021:Get Enhanced Speed (Blue)
  10136. gaunt2:0:9048E3:02:021:Get Enhanced Armor (Blue)
  10137. gaunt2:0:9048E3:04:021:Get More Fight Power (Blue)
  10138. gaunt2:0:9048E3:08:021:Get Faster Shot (Blue)
  10139. gaunt2:0:9048E3:10:021:Get More Shot Power (Blue)
  10140. gaunt2:0:9048E3:20:021:Get Enhanced Magic (Blue)
  10141. gaunt2:0:904988:27:000:Infinite Health-Yellow (1/2)
  10142. gaunt2:0:90498B:10:500:Infinite Health-Yellow (2/2)
  10143. gaunt2:0:90405C:03:000:Infinite Keys (Yellow)
  10144. gaunt2:0:904057:03:000:Infinite Potions (Yellow)
  10145. gaunt2:0:9048E4:01:020:Always Invisible (Yellow)
  10146. gaunt2:0:9048E4:02:020:Always Repulsive (Yellow)
  10147. gaunt2:0:9048E4:04:020:Reflective Shots (Yellow)
  10148. gaunt2:0:9048E4:08:020:Transportability (Yellow)
  10149. gaunt2:0:9048E4:10:020:Supershots (Yellow) (1/2)
  10150. gaunt2:0:905F6A:0A:500:Supershots (Yellow) (2/2)
  10151. gaunt2:0:9048E4:20:021:Always Invulnerable (Yellow)
  10152. gaunt2:0:9048E5:01:021:Get Enhanced Speed (Yellow)
  10153. gaunt2:0:9048E5:02:021:Get Enhanced Armor (Yellow)
  10154. gaunt2:0:9048E5:04:021:Get More Fight Power (Yellow)
  10155. gaunt2:0:9048E5:08:021:Get Faster Shot (Yellow)
  10156. gaunt2:0:9048E5:10:021:Get More Shot Power (Yellow)
  10157. gaunt2:0:9048E5:20:021:Get Enhanced Magic (Yellow)
  10158. gaunt2:0:90498C:27:000:Infinite Health-Green (1/2)
  10159. gaunt2:0:90498F:10:500:Infinite Health-Green (2/2)
  10160. gaunt2:0:90405D:03:000:Infinite Keys (Green)
  10161. gaunt2:0:904058:03:000:Infinite Potions (Green)
  10162. gaunt2:0:9048E6:01:020:Always Invisible (Green)
  10163. gaunt2:0:9048E6:02:020:Always Repulsive (Green)
  10164. gaunt2:0:9048E6:04:020:Reflective Shots (Green)
  10165. gaunt2:0:9048E6:08:020:Transportability (Green)
  10166. gaunt2:0:9048E6:10:020:Supershots (Green) (1/2)
  10167. gaunt2:0:905F6B:0A:500:Supershots (Green) (2/2)
  10168. gaunt2:0:9048E6:20:021:Always Invulnerable (Green)
  10169. gaunt2:0:9048E7:01:021:Get Enhanced Speed (Green)
  10170. gaunt2:0:9048E7:02:021:Get Enhanced Armor (Green)
  10171. gaunt2:0:9048E7:04:021:Get More Fight Power (Green)
  10172. gaunt2:0:9048E7:08:021:Get Faster Shot (Green)
  10173. gaunt2:0:9048E7:10:021:Get More Shot Power (Green)
  10174. gaunt2:0:9048E7:20:021:Get Enhanced Magic (Green)
  10175.  
  10176. ; [ Gauntlet (2 Players) ]
  10177. gaunt2p:0:904001:99:070:Select Next Level
  10178. gaunt2p:0:904B1C:0A:001:Open all doors Now! (1/2)
  10179. gaunt2p:0:904B1D:7B:501:Open all doors Now! (2/2)
  10180. gaunt2p:0:904B28:2E:001:Turn walls to exits Now!(1/2)
  10181. gaunt2p:0:904B29:CF:501:Turn walls to exits Now!(2/2)
  10182. gaunt2p:0:904007:35:000:Freeze All Enemies
  10183. gaunt2p:0:9048DC:27:000:Infinite Health Warrior (1/2)
  10184. gaunt2p:0:9048DF:10:500:Infinite Health Warrior (2/2)
  10185. gaunt2p:0:904AFF:00:001:No Pwr Warrior
  10186. gaunt2p:0:904AFF:01:021:Partial Invis Warrior
  10187. gaunt2p:0:904AFF:02:021:Extra Fight Pwr Warrior
  10188. gaunt2p:0:904AFF:04:021:Extra Magic Pwr Warrior
  10189. gaunt2p:0:904AFF:08:021:Extra Shot Speed Warrior
  10190. gaunt2p:0:904AFF:16:021:Sun Warrior
  10191. gaunt2p:0:904AFF:32:021:Get Shield Warrior
  10192. gaunt2p:0:904AFF:64:021:Extra Speed Warrior
  10193. gaunt2p:0:904AFF:7E:001:Max Pwr Warrior
  10194. gaunt2p:0:9048F0:06:000:Infinite Keys Warrior
  10195. gaunt2p:0:9048F0:00:000:Never Have Keys Warrior
  10196. gaunt2p:0:9048EC:06:000:Infinite Potions Warrior
  10197. gaunt2p:0:9048E0:27:000:Infinite Health Valkyrie(1/2)
  10198. gaunt2p:0:9048E3:10:500:Infinite Health Valkyrie(2/2)
  10199. gaunt2p:0:904B01:00:001:No Pwr Valkyrie
  10200. gaunt2p:0:904B01:01:021:Partial Invis Valkyrie
  10201. gaunt2p:0:904B01:02:021:Extra Fight Pwr Valkyrie
  10202. gaunt2p:0:904B01:04:021:Extra Magic Pwr Valkyrie
  10203. gaunt2p:0:904B01:08:021:Extra Shot Speed Valkyrie
  10204. gaunt2p:0:904B01:16:021:Sun Valkyrie
  10205. gaunt2p:0:904B01:32:021:Get Shield Valkyrie
  10206. gaunt2p:0:904B01:64:021:Extra Speed Valkyrie
  10207. gaunt2p:0:904B01:7E:001:Max Pwr Valkyrie
  10208. gaunt2p:0:9048F1:06:000:Infinite Keys Valkyrie
  10209. gaunt2p:0:9048F1:00:000:Never Have Keys Valkyrie
  10210. gaunt2p:0:9048ED:06:000:Infinite Potions Valkyrie
  10211. gaunt2p:0:9048E4:27:000:Infinite Health Wizard (1/2)
  10212. gaunt2p:0:9048E7:10:500:Infinite Health Wizard (2/2)
  10213. gaunt2p:0:904B03:00:001:No Pwr Wizard
  10214. gaunt2p:0:904B03:01:021:Partial Invis Wizard
  10215. gaunt2p:0:904B03:02:021:Extra Fight Pwr Wizard
  10216. gaunt2p:0:904B03:04:021:Extra Magic Pwr Wizard
  10217. gaunt2p:0:904B03:08:021:Extra Shot SPeed Wizard
  10218. gaunt2p:0:904B03:16:021:Sun Wizard
  10219. gaunt2p:0:904B03:32:021:Get Shield Wizard
  10220. gaunt2p:0:904B03:64:021:Extra Speed Wizard
  10221. gaunt2p:0:904B03:7E:001:Max Pwr Wizard
  10222. gaunt2p:0:9048F2:06:000:Infinite Keys Wizard
  10223. gaunt2p:0:9048F2:00:000:Never Have Keys Wizard
  10224. gaunt2p:0:9048EE:06:000:Infinite Potions Wizard
  10225. gaunt2p:0:9048E8:27:000:Infinite Health Elf (1/2)
  10226. gaunt2p:0:9048EB:10:500:Infinite Health Elf (2/2)
  10227. gaunt2p:0:904B05:00:001:No Pwr Elf
  10228. gaunt2p:0:904B05:01:021:Partial Invis Elf
  10229. gaunt2p:0:904B05:02:021:Extra Fight Pwr Elf
  10230. gaunt2p:0:904B05:04:021:Extra Magic Pwr Elf
  10231. gaunt2p:0:904B05:08:021:Extra Shot Speed Elf
  10232. gaunt2p:0:904B05:16:021:Sun Elf
  10233. gaunt2p:0:904B05:32:021:Get Shield Elf
  10234. gaunt2p:0:904B05:64:021:Extra Speed Elf
  10235. gaunt2p:0:904B05:7E:001:Max Pwr Elf
  10236. gaunt2p:0:9048F3:06:000:Infinite Keys Elf
  10237. gaunt2p:0:9048F3:00:000:Never Have Keys Elf
  10238. gaunt2p:0:9048EF:06:000:Infinite Potions Elf
  10239.  
  10240. ; [ Gauntlet (Intermediate Release 1) ]
  10241. gauntir1:0:904B14:0A:001:Open all doors Now! (1/2)
  10242. gauntir1:0:904B15:7B:501:Open all doors Now! (2/2)
  10243. gauntir1:0:9048D4:27:000:Infinite Health-Warrior (1/2)
  10244. gauntir1:0:9048D7:10:500:Infinite Health-Warrior (2/2)
  10245. gauntir1:0:9048E8:06:000:Infinite Keys (Warrior)
  10246. gauntir1:0:9048E8:00:000:Never Have Keys (Warrior)
  10247. gauntir1:0:9048E4:06:000:Infinite Potions (Warrior)
  10248. gauntir1:0:9048D8:27:000:Infinite Health-Valkyrie(1/2)
  10249. gauntir1:0:9048DB:10:500:Infinite Health-Valkyrie(2/2)
  10250. gauntir1:0:9048E9:06:000:Infinite Keys (Valkyrie)
  10251. gauntir1:0:9048E9:00:000:Never Have Keys (Valkyrie)
  10252. gauntir1:0:9048E5:06:000:Infinite Potions (Valkyrie)
  10253. gauntir1:0:9048DC:27:000:Infinite Health-Wizard (1/2)
  10254. gauntir1:0:9048DF:10:500:Infinite Health-Wizard (2/2)
  10255. gauntir1:0:9048EA:06:000:Infinite Keys (Wizard)
  10256. gauntir1:0:9048EA:00:000:Never Have Keys (Wizard)
  10257. gauntir1:0:9048E6:06:000:Infinite Potions (Wizard)
  10258. gauntir1:0:9048E0:27:000:Infinite Health-Elf (1/2)
  10259. gauntir1:0:9048E3:10:500:Infinite Health-Elf (2/2)
  10260. gauntir1:0:9048EB:06:000:Infinite Keys (Elf)
  10261. gauntir1:0:9048EB:00:000:Never Have Keys (Elf)
  10262. gauntir1:0:9048E7:06:000:Infinite Potions (Elf)
  10263.  
  10264. ; [ Gauntlet (Intermediate Release 2) ]
  10265. gauntir2:0:904B14:0A:001:Open all doors Now! (1/2)
  10266. gauntir2:0:904B15:7B:501:Open all doors Now! (2/2)
  10267. gauntir2:0:904B20:2E:001:Turn walls to exits Now!(1/2)
  10268. gauntir2:0:904B21:CF:501:Turn walls to exits Now!(2/2)
  10269. gauntir2:0:9048D4:27:000:Infinite Health-Warrior (1/2)
  10270. gauntir2:0:9048D7:10:500:Infinite Health-Warrior (2/2)
  10271. gauntir2:0:9048E8:06:000:Infinite Keys (Warrior)
  10272. gauntir2:0:9048E8:00:000:Never Have Keys (Warrior)
  10273. gauntir2:0:9048E4:06:000:Infinite Potions (Warrior)
  10274. gauntir2:0:9048D8:27:000:Infinite Health-Valkyrie(1/2)
  10275. gauntir2:0:9048DB:10:500:Infinite Health-Valkyrie(2/2)
  10276. gauntir2:0:9048E9:06:000:Infinite Keys (Valkyrie)
  10277. gauntir2:0:9048E9:00:000:Never Have Keys (Valkyrie)
  10278. gauntir2:0:9048E5:06:000:Infinite Potions (Valkyrie)
  10279. gauntir2:0:9048DC:27:000:Infinite Health-Wizard (1/2)
  10280. gauntir2:0:9048DF:10:500:Infinite Health-Wizard (2/2)
  10281. gauntir2:0:9048EA:06:000:Infinite Keys (Wizard)
  10282. gauntir2:0:9048EA:00:000:Never Have Keys (Wizard)
  10283. gauntir2:0:9048E6:06:000:Infinite Potions (Wizard)
  10284. gauntir2:0:9048E0:27:000:Infinite Health-Elf (1/2)
  10285. gauntir2:0:9048E3:10:500:Infinite Health-Elf (2/2)
  10286. gauntir2:0:9048EB:06:000:Infinite Keys (Elf)
  10287. gauntir2:0:9048EB:00:000:Never Have Keys (Elf)
  10288. gauntir2:0:9048E7:06:000:Infinite Potions (Elf)
  10289.  
  10290. ; [ Gauntlet ]
  10291. gauntlet:0:904001:99:070:Select Next Level
  10292. gauntlet:0:90484C:04:000:Infinite Time Bonus Levels
  10293. gauntlet:0:904B16:0A:001:Open all doors Now! (1/2)
  10294. gauntlet:0:904B17:7B:501:Open all doors Now! (2/2)
  10295. gauntlet:0:904B22:2E:001:Turn walls to exits Now!(1/2)
  10296. gauntlet:0:904B23:CF:501:Turn walls to exits Now!(2/2)
  10297. gauntlet:0:904007:35:000:Freeze All Enemies
  10298. gauntlet:0:9048D6:27:000:Infinite Health Warrior (1/2)
  10299. gauntlet:0:9048D9:10:500:Infinite Health Warrior (2/2)
  10300. gauntlet:0:904AF9:00:000:No Pwr Up Warrior
  10301. gauntlet:0:904AF9:01:021:Partial Invis Warrior
  10302. gauntlet:0:904AF9:02:021:Extra Shot Pwr Warrior
  10303. gauntlet:0:904AF9:04:021:Extra Magic Pwr Warrior
  10304. gauntlet:0:904AF9:08:021:Extra Shot Speed Warrior
  10305. gauntlet:0:904AF9:16:021:Sun Warrior
  10306. gauntlet:0:904AF9:32:021:Extra Shield Warrior
  10307. gauntlet:0:904AF9:64:021:Extra Speed Warrior
  10308. gauntlet:0:904AF9:7E:000:Max Power Warrior
  10309. gauntlet:0:9048EA:05:000:Infinite Keys Warrior
  10310. gauntlet:0:9048EA:00:000:Never Have Keys Warrior
  10311. gauntlet:0:9048E6:06:000:Infinite Potions Warrior
  10312. gauntlet:0:9048DA:27:000:Infinite Health Valkyrie(1/2)
  10313. gauntlet:0:9048DD:10:500:Infinite Health Valkyrie(2/2)
  10314. gauntlet:0:904AFB:00:000:No Pwr Up Valkyrie
  10315. gauntlet:0:904AFB:01:021:Partial Invis Valkyrie
  10316. gauntlet:0:904AFB:02:021:Extra Shot Pwr Valkyrie
  10317. gauntlet:0:904AFB:04:021:Extra Magic Pwr Valkyrie
  10318. gauntlet:0:904AFB:08:021:Extra Shot Speed Valkyrie
  10319. gauntlet:0:904AFB:16:021:Sun Valkyrie
  10320. gauntlet:0:904AFB:32:021:Extra Shield Valkyrie
  10321. gauntlet:0:904AFB:64:021:Extra Speed Valkyrie
  10322. gauntlet:0:904AFB:7E:000:Max Power Valkyrie
  10323. gauntlet:0:9048EB:05:000:Infinite Keys Valkyrie
  10324. gauntlet:0:9048EB:00:000:Never Have Keys Valkyrie
  10325. gauntlet:0:9048E7:06:000:Infinite Potions Valkyrie
  10326. gauntlet:0:9048DE:27:000:Infinite Health Wizard (1/2)
  10327. gauntlet:0:9048E1:10:500:Infinite Health Wizard (2/2)
  10328. gauntlet:0:904AFD:00:000:No Pwr Up Wizard
  10329. gauntlet:0:904AFD:01:021:Partial Invis Wizard
  10330. gauntlet:0:904AFD:02:021:Extra Shot Pwr Wizard
  10331. gauntlet:0:904AFD:04:021:Extra Magic Pwr Wizard
  10332. gauntlet:0:904AFD:08:021:Extra Shot Speed Wizard
  10333. gauntlet:0:904AFD:16:021:Sun Wizard
  10334. gauntlet:0:904AFD:32:021:Extra Shield Wizard
  10335. gauntlet:0:904AFD:64:021:Extra Speed Wizard
  10336. gauntlet:0:904AFD:7E:000:Max Power Wizard
  10337. gauntlet:0:9048EC:05:000:Infinite Keys Wizard
  10338. gauntlet:0:9048EC:00:000:Never Have Keys Wizard
  10339. gauntlet:0:9048E8:06:000:Infinite Potions Wizard
  10340. gauntlet:0:9048E2:27:000:Infinite Health Elf (1/2)
  10341. gauntlet:0:9048E5:10:500:Infinite Health Elf (2/2)
  10342. gauntlet:0:904AFF:00:000:No Pwr Up Elf
  10343. gauntlet:0:904AFF:01:021:Partial Invis Elf
  10344. gauntlet:0:904AFF:02:021:Extra Shot Pwr Elf
  10345. gauntlet:0:904AFF:04:021:Extra Magic Pwr Elf
  10346. gauntlet:0:904AFF:08:021:Extra Shot Speed Elf
  10347. gauntlet:0:904AFF:16:021:Sun Elf
  10348. gauntlet:0:904AFF:32:021:Extra Shield Elf
  10349. gauntlet:0:904AFF:64:021:Extra Speed Elf
  10350. gauntlet:0:904AFF:7E:000:Max Power Elf
  10351. gauntlet:0:9048ED:05:000:Infinite Keys Elf
  10352. gauntlet:0:9048ED:00:000:Never Have Keys Elf
  10353. gauntlet:0:9048E9:06:000:Infinite Potions Elf
  10354.  
  10355. ; [ Green Beret ]
  10356. gberet:0:DBB0:05:000:Infinite Lives
  10357. gberet:0:D229:05:000:Infinite Ammo
  10358. gberet:0:DBB1:01:000:Start on Level 2
  10359. gberet:0:DBB1:02:000:Start on Level 3
  10360. gberet:0:DBB1:03:000:Start on Level 4
  10361. gberet:0:DBB1:03:071:Select current level
  10362. gberet:0:DBB1:03:061:Select next level
  10363. gberet:0:D201:03:000:Always have bazooka
  10364. gberet:0:D201:06:000:Always have flamethrower
  10365. gberet:0:D201:04:000:Always have grenades
  10366. gberet:0:D201:00:001:Lose all weapons Now!
  10367. gberet:0:D201:03:001:Get bazooka Now!
  10368. gberet:0:D201:06:001:Get flamethrower Now!
  10369. gberet:0:D201:04:001:Get grenades Now!
  10370.  
  10371. ; [ Green Beret (bootleg) ]
  10372. gberetb:0:DBB0:05:000:Infinite Lives
  10373. gberetb:0:D229:05:000:Infinite Ammo
  10374. gberetb:0:DBB1:01:000:Start on Level 2
  10375. gberetb:0:DBB1:02:000:Start on Level 3
  10376. gberetb:0:DBB1:03:000:Start on Level 4
  10377. gberetb:0:DBB1:03:071:Select current level
  10378. gberetb:0:DBB1:03:061:Select next level
  10379. gberetb:0:D201:03:000:Always have bazooka
  10380. gberetb:0:D201:06:000:Always have flamethrower
  10381. gberetb:0:D201:04:000:Always have grenades
  10382. gberetb:0:D201:00:001:Lose all weapons Now!
  10383. gberetb:0:D201:03:001:Get bazooka Now!
  10384. gberetb:0:D201:06:001:Get flamethrower Now!
  10385. gberetb:0:D201:04:001:Get grenades Now!
  10386.  
  10387. ; [ Gang Busters ]
  10388. gbusters:0:0000:00:999:[Only enable invincibility  ]
  10389. gbusters:0:0000:00:999:[during gameplay and press  ]
  10390. gbusters:0:0000:00:999:[F5 to arrest the gangster  ]
  10391. gbusters:0:0000:00:999:[whenever the Message       ]
  10392. gbusters:0:0000:00:999:['Good Luck' appears!       ]
  10393. gbusters:0:0000:00:999:[Reactivate cheat with F5.  ]
  10394. gbusters:0:40A0:06:000:Infinite Lives PL1
  10395. gbusters:0:4801:01:000:Invincibility PL1
  10396. gbusters:0:40B0:06:000:Infinite Lives PL2        
  10397. gbusters:0:4891:01:000:Invincibility PL2
  10398. gbusters:0:500A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
  10399.  
  10400. ; [ Gee Bee ]
  10401. geebee:0:400A:01:000:Infinite Balls
  10402.  
  10403. ; [ Gee Bee (Gremlin) ]
  10404. geebeeg:0:400A:01:000:Infinate Balls
  10405.  
  10406. ; [ Gemini Wing ]
  10407. gemini:0:C303:0A:000:Infinite Lives PL1
  10408. gemini:0:C067:50:000:Invincibility PL1
  10409. gemini:0:C302:01:000:Infinite POWs PL1
  10410. gemini:0:C8E9:00:000:Always POW=3-way PL1
  10411. gemini:0:C8E9:04:000:Always POW=Flame PL1
  10412. gemini:0:C8E9:08:000:Always POW=Stars PL1
  10413. gemini:0:C8E9:0C:000:Always POW=Blue wind PL1
  10414. gemini:0:C8E9:10:000:Always POW=Missiles PL1
  10415. gemini:0:C8E9:14:000:Always POW=Extra life PL1
  10416. gemini:0:C8E9:18:000:Always POW=Speed up PL1
  10417. gemini:0:C8E9:1C:000:Always POW=20000 pts PL1
  10418. gemini:0:C8E9:20:000:Always POW=50000 pts PL1
  10419. gemini:0:C8E9:24:000:Always POW=100000 pts PL1
  10420. gemini:0:C8E9:00:001:Make POW=3-way Now! PL1
  10421. gemini:0:C8E9:04:001:Make POW=Flame Now! PL1
  10422. gemini:0:C8E9:08:001:Make POW=Stars Now! PL1
  10423. gemini:0:C8E9:0C:001:Make POW=Blue wind Now! PL1
  10424. gemini:0:C8E9:10:001:Make POW=Missiles Now! PL1
  10425. gemini:0:C8E9:14:001:Make POW=Extra life Now! PL1
  10426. gemini:0:C8E9:18:001:Make POW=Speed up Now! PL1
  10427. gemini:0:C8E9:1C:001:Make POW=20000 pts Now! PL1
  10428. gemini:0:C8E9:20:001:Make POW=50000 pts Now! PL1
  10429. gemini:0:C8E9:24:001:Make POW=100000 pts Now! PL1
  10430. gemini:0:C343:0A:000:Infinite Lives PL2
  10431. gemini:0:C06A:10:000:Invincibility PL2
  10432. gemini:0:C342:01:000:Infinite POWs PL2
  10433. gemini:0:C871:00:000:Always POW=3-way PL2
  10434. gemini:0:C871:04:000:Always POW=Flame PL2
  10435. gemini:0:C871:08:000:Always POW=Stars PL2
  10436. gemini:0:C871:0C:000:Always POW=Blue wind PL2
  10437. gemini:0:C871:10:000:Always POW=Missiles PL2
  10438. gemini:0:C871:14:000:Always POW=Extra life PL2
  10439. gemini:0:C871:18:000:Always POW=Speed up PL2
  10440. gemini:0:C871:1C:000:Always POW=20000 pts PL2
  10441. gemini:0:C871:20:000:Always POW=50000 pts PL2
  10442. gemini:0:C871:24:000:Always POW=100000 pts PL2
  10443. gemini:0:C871:00:001:Make POW=3-way Now! PL2
  10444. gemini:0:C871:04:001:Make POW=Flame Now! PL2
  10445. gemini:0:C871:08:001:Make POW=Stars Now! PL2
  10446. gemini:0:C871:0C:001:Make POW=Blue wind Now! PL2
  10447. gemini:0:C871:10:001:Make POW=Missiles Now! PL2
  10448. gemini:0:C871:14:001:Make POW=Extra life Now! PL2
  10449. gemini:0:C871:18:001:Make POW=Speed up Now! PL2
  10450. gemini:0:C871:1C:001:Make POW=20000 pts Now! PL2
  10451. gemini:0:C871:20:001:Make POW=50000 pts Now! PL2
  10452. gemini:0:C871:24:001:Make POW=100000 pts Now! PL2
  10453.  
  10454. ; [ Genpei ToumaDen ]
  10455. genpeitd:0:442A:32:000:Infinite Energy
  10456. genpeitd:0:442B:63:000:Infinite Money
  10457. genpeitd:0:442C:63:000:Infinite Sword Power
  10458. genpeitd:0:44CA:FF:000:Infinite SENPUU-KEN:= Rolling Sword
  10459. genpeitd:0:44BB:03:000:Infinite HADOU-KEN:= Beam Sword
  10460. genpeitd:0:442E:01:000:Always have Divine jewel 
  10461. genpeitd:0:442F:01:000:Always have Divine sword
  10462. genpeitd:0:4430:01:000:Always have Divine mirror
  10463.  
  10464. ; [ Genshi-Tou 1930's ]
  10465. gensitou:0:07012F:03:000:Infinite Lives PL1
  10466. gensitou:0:07012D:B4:000:Invincibility PL1:To be used when you blink
  10467. gensitou:0:0706AD:B4:000:Invincibility PL2:To be used when you blink
  10468. gensitou:0:0706AF:03:000:Infinite Lives PL2
  10469.  
  10470. ; [ Guardian ]
  10471. getstar:0:C21D:0A:000:Infinite Lives
  10472. getstar:0:C239:04:000:Infinite Energy
  10473. getstar:0:C23B:20:000:Infinite Ammo/Time
  10474. getstar:0:C23A:00:000:One hit to kill boss
  10475.  
  10476. ; [ Get Star (bootleg) ]
  10477. getstarb:0:C21D:0A:000:Infinite Lives
  10478. getstarb:0:C239:04:000:Infinite Energy
  10479. getstarb:0:C23B:20:000:Infinite Ammo/Time
  10480. getstarb:0:C23A:00:000:One hit to kill boss
  10481.  
  10482. ; [ Get Star (Japan) ]
  10483. getstarj:0:C21D:0A:000:Infinite Lives
  10484. getstarj:0:C239:04:000:Infinite Energy
  10485. getstarj:0:C23B:20:000:Infinite Ammo/Time
  10486. getstarj:0:C23A:00:000:One hit to kill boss
  10487.  
  10488. ; [ Goalie Ghost ]
  10489. gghost:0:0093:FF:000:Infinite Time
  10490. gghost:0:0000:00:999:[The score will not display ]
  10491. gghost:0:0000:00:999:[correctly until you score! ]
  10492. gghost:0:037D:99:073:Select Score PL1
  10493. gghost:0:03B6:99:073:Select Score PL2
  10494.  
  10495. ; [ Real Ghostbusters, The (US 2 Players) ]
  10496. ghostb:0:006E:59:000:Infinite Time
  10497. ghostb:0:0238:01:000:Always have Slimer
  10498. ghostb:0:0238:01:001:Get Slimer Now!
  10499. ghostb:0:010F:03:000:Infinite Lives PL1
  10500. ghostb:0:0110:02:000:Infinite Energy PL1 (1/2)
  10501. ghostb:0:0111:00:500:Infinite Energy PL1 (2/2)
  10502. ghostb:0:0105:1F:000:Invincibility PL1
  10503. ghostb:0:0121:08:000:Get maximum ghosts  PL1 (1/2)
  10504. ghostb:0:0122:99:500:Get maximum ghosts  PL1 (2/2)
  10505. ghostb:0:010C:03:000:Maximum Shot Power PL1
  10506. ghostb:0:014F:03:000:Infinite Lives PL2
  10507. ghostb:0:0150:02:000:Infinite Energy PL2 (1/2)
  10508. ghostb:0:0151:00:500:Infinite Energy PL2 (2/2)
  10509. ghostb:0:0145:1F:000:Invincibility PL2
  10510. ghostb:0:0161:08:000:Get maximum ghosts  PL2 (1/2)
  10511. ghostb:0:0162:99:500:Get maximum ghosts  PL2 (2/2)
  10512. ghostb:0:014C:03:000:Maximum Shot Power PL2
  10513.  
  10514. ; [ Real Ghostbusters, The (US 3 Players) ]
  10515. ghostb3:0:006E:59:000:Infinite Time
  10516. ghostb3:0:0238:01:000:Always have Slimer
  10517. ghostb3:0:0238:01:001:Get Slimer Now!
  10518. ghostb3:0:010F:03:000:Infinite Lives PL1
  10519. ghostb3:0:0110:02:000:Infinite Energy PL1 (1/2)
  10520. ghostb3:0:0111:00:500:Infinite Energy PL1 (2/2)
  10521. ghostb3:0:0105:1F:000:Invincibility PL1
  10522. ghostb3:0:0121:08:000:Get maximum ghosts  PL1 (1/2)
  10523. ghostb3:0:0122:99:500:Get maximum ghosts  PL1 (2/2)
  10524. ghostb3:0:010C:03:000:Maximum Shot Power PL1
  10525. ghostb3:0:014F:03:000:Infinite Lives PL2
  10526. ghostb3:0:0150:02:000:Infinite Energy PL2 (1/2)
  10527. ghostb3:0:0151:00:500:Infinite Energy PL2 (2/2)
  10528. ghostb3:0:0145:1F:000:Invincibility PL2
  10529. ghostb3:0:014C:03:000:Maximum Shot Power PL2
  10530. ghostb3:0:0161:08:000:Get maximum ghosts  PL2 (1/2)
  10531. ghostb3:0:0162:99:500:Get maximum ghosts  PL2 (2/2)
  10532. ghostb3:0:018F:03:000:Infinite Lives PL3
  10533. ghostb3:0:0190:02:000:Infinite Energy PL3 (1/2)
  10534. ghostb3:0:0191:00:500:Infinite Energy PL3 (2/2)
  10535. ghostb3:0:0185:1F:000:Invincibility PL3
  10536. ghostb3:0:01A1:08:000:Get maximum ghosts  PL3 (1/2)
  10537. ghostb3:0:01A2:99:500:Get maximum ghosts  PL3 (2/2)
  10538. ghostb3:0:018C:03:000:Maximum Shot Power PL3
  10539.  
  10540. ; [ Ghouls'n Ghosts (World) ]
  10541. ghouls:0:FF06D3:59:000:Infinite Time
  10542. ghouls:0:FF0931:FF:000:Invincibility "ON"
  10543. ghouls:0:FF0931:00:001:Invincibility "OFF"
  10544. ghouls:0:FF095E:01:000:Always have Powerup
  10545. ghouls:0:FF095E:01:001:Get Powerup Now!
  10546. ghouls:0:FF07AD:08:000:Infinite Lives PL1
  10547. ghouls:0:FF07AA:00:000:Always naked PL1 (1/2)
  10548. ghouls:0:FF07AC:01:500:Always naked PL1 (2/2)
  10549. ghouls:0:FF07AA:01:000:Always golden armour PL1(1/2)
  10550. ghouls:0:FF07AC:03:500:Always golden armour PL1(2/2)
  10551. ghouls:0:FF07AA:01:000:Always silver armour PL1(1/2)
  10552. ghouls:0:FF07AC:02:500:Always silver armour PL1(2/2)
  10553. ghouls:0:FF07C6:00:000:Always have Weapon=Lance PL1
  10554. ghouls:0:FF07C6:01:000:Always have Weapon=Knife PL1
  10555. ghouls:0:FF07C6:02:000:Always have Weapon=Torch PL1
  10556. ghouls:0:FF07C6:03:000:Always have Weapon=Sword PL1
  10557. ghouls:0:FF07C6:04:000:Always have Weapon=Axe PL1
  10558. ghouls:0:FF07C6:05:000:Always have Weapon=Shield PL1
  10559. ghouls:0:FF07C6:06:000:Always have Weapon=Fireb. PL1
  10560. ghouls:0:FF07AA:00:001:Get naked Now! PL1 (1/2)
  10561. ghouls:0:FF07AC:01:501:Get naked Now! PL1 (2/2)
  10562. ghouls:0:FF07AA:01:001:Get golden armourNow!PL1(1/2)
  10563. ghouls:0:FF07AC:03:501:Get golden armourNow!PL1(2/2)
  10564. ghouls:0:FF07AA:01:001:Get silver armourNow!PL1(1/2)
  10565. ghouls:0:FF07AC:02:501:Get silver armourNow!PL1(2/2)
  10566. ghouls:0:FF07C6:00:001:Get Weapon=Lance Now! PL1
  10567. ghouls:0:FF07C6:01:001:Get Weapon=Knife Now! PL1
  10568. ghouls:0:FF07C6:02:001:Get Weapon=Torch Now! PL1
  10569. ghouls:0:FF07C6:03:001:Get Weapon=Sword Now! PL1
  10570. ghouls:0:FF07C6:04:001:Get Weapon=Axe Now! PL1
  10571. ghouls:0:FF07C6:05:001:Get Weapon=Shield Now! PL1
  10572. ghouls:0:FF07C6:06:001:Get Weapon=Fireball Now! PL1
  10573. ghouls:0:FF080D:08:000:Infinite Lives PL2
  10574. ghouls:0:FF080A:00:000:Always naked PL2 (1/2)
  10575. ghouls:0:FF080C:01:500:Always naked PL2 (2/2)
  10576. ghouls:0:FF080A:01:000:Always golden armour PL2(1/2)
  10577. ghouls:0:FF080C:03:500:Always golden armour PL2(2/2)
  10578. ghouls:0:FF080A:01:000:Always silver armour PL2(1/2)
  10579. ghouls:0:FF080C:02:500:Always silver armour PL2(2/2)
  10580. ghouls:0:FF0826:00:000:Always have Weapon=Lance PL2
  10581. ghouls:0:FF0826:01:000:Always have Weapon=Knife PL2
  10582. ghouls:0:FF0826:02:000:Always have Weapon=Torch PL2
  10583. ghouls:0:FF0826:03:000:Always have Weapon=Sword PL2
  10584. ghouls:0:FF0826:04:000:Always have Weapon=Axe PL2
  10585. ghouls:0:FF0826:05:000:Always have Weapon=Shield PL2
  10586. ghouls:0:FF0826:06:000:Always have Weapon=Fireb. PL2
  10587. ghouls:0:FF080A:00:001:Get naked Now! PL2 (1/2)
  10588. ghouls:0:FF080C:01:501:Get naked Now! PL2 (2/2)
  10589. ghouls:0:FF080A:01:001:Get golden armourNow!PL2(1/2)
  10590. ghouls:0:FF080C:03:501:Get golden armourNow!PL2(2/2)
  10591. ghouls:0:FF080A:01:001:Get silver armourNow!PL2(1/2)
  10592. ghouls:0:FF080C:02:501:Get silver armourNow!PL2(2/2)
  10593. ghouls:0:FF0826:00:001:Get Weapon=Lance Now! PL2
  10594. ghouls:0:FF0826:01:001:Get Weapon=Knife Now! PL2
  10595. ghouls:0:FF0826:02:001:Get Weapon=Torch Now! PL2
  10596. ghouls:0:FF0826:03:001:Get Weapon=Sword Now! PL2
  10597. ghouls:0:FF0826:04:001:Get Weapon=Axe Now! PL2
  10598. ghouls:0:FF0826:05:001:Get Weapon=Shield Now! PL2
  10599. ghouls:0:FF0826:06:001:Get Weapon=Fireball Now! PL2
  10600. ghouls:0:FF07AC:04:000:Always be duck (BUGGY)
  10601. ghouls:0:FF07C4:42:000:Always be old man (BUGGY)
  10602. ghouls:0:FF07C4:44:000:Dance Routine (BUGGY)
  10603. ghouls:0:FFD0BB:00:001:Polymorph = duck (normal)?
  10604. ghouls:0:FFD0BB:00:000:Polymorph = duck (never)?
  10605. ghouls:0:FF0954:C3:001:Round Clear Now!!(1/2)
  10606. ghouls:0:FF0955:1C:501:Round Clear Now!!(2/2)
  10607. ghouls:0:FF07C8:02:001:Go to Round 1(1/3)
  10608. ghouls:0:FF0954:C3:501:Go to Round 1(2/3)
  10609. ghouls:0:FF0955:1C:501:Go to Round 1(3/3)
  10610. ghouls:0:FF07C8:00:001:Go to Round 2(1/3)
  10611. ghouls:0:FF0954:C3:501:Go to Round 2(2/3)
  10612. ghouls:0:FF0955:1C:501:Go to Round 2(3/3)
  10613. ghouls:0:FF07C8:01:001:Go to Round 3(1/3)
  10614. ghouls:0:FF0954:C3:501:Go to Round 3(2/3)
  10615. ghouls:0:FF0955:1C:501:Go to Round 3(3/3)
  10616. ghouls:0:FF07C8:03:001:Go to Round 4(1/3)
  10617. ghouls:0:FF0954:C3:501:Go to Round 4(2/3)
  10618. ghouls:0:FF0955:1C:501:Go to Round 4(3/3)
  10619. ghouls:0:FF07C8:05:001:Go to Round 5(1/3)
  10620. ghouls:0:FF0954:C3:501:Go to Round 5(2/3)
  10621. ghouls:0:FF0955:1C:501:Go to Round 5(3/3)
  10622. ghouls:0:FF07C8:07:001:Go to Final Round(1/5)
  10623. ghouls:0:FF0954:C3:501:Go to Final Round(2/5)
  10624. ghouls:0:FF0955:1C:501:Go to Final Round(3/5)
  10625. ghouls:0:FF07D5:01:501:Go to Final Round(4/5):Loop Check
  10626. ghouls:0:FF07C6:06:501:Go to Final Round(5/5):Item Check
  10627.  
  10628. ; [ Dai Makai-Mura (Japan) ]
  10629. ghoulsj:0:FF06D3:59:000:Infinite Time
  10630. ghoulsj:0:FF0931:FF:000:Invincibility "ON"
  10631. ghoulsj:0:FF0931:00:001:Invincibility "OFF"
  10632. ghoulsj:0:FF095E:01:000:Always have Powerup
  10633. ghoulsj:0:FF095E:01:001:Get Powerup Now!
  10634. ghoulsj:0:FF07AD:08:000:Infinite Lives PL1
  10635. ghoulsj:0:FF07AA:00:000:Always naked PL1 (1/2)
  10636. ghoulsj:0:FF07AC:01:500:Always naked PL1 (2/2)
  10637. ghoulsj:0:FF07AA:01:000:Always golden armour PL1(1/2)
  10638. ghoulsj:0:FF07AC:03:500:Always golden armour PL1(2/2)
  10639. ghoulsj:0:FF07AA:01:000:Always silver armour PL1(1/2)
  10640. ghoulsj:0:FF07AC:02:500:Always silver armour PL1(2/2)
  10641. ghoulsj:0:FF07C6:00:000:Always have Weapon=Lance PL1
  10642. ghoulsj:0:FF07C6:01:000:Always have Weapon=Knife PL1
  10643. ghoulsj:0:FF07C6:02:000:Always have Weapon=Torch PL1
  10644. ghoulsj:0:FF07C6:03:000:Always have Weapon=Sword PL1
  10645. ghoulsj:0:FF07C6:04:000:Always have Weapon=Axe PL1
  10646. ghoulsj:0:FF07C6:05:000:Always have Weapon=Shield PL1
  10647. ghoulsj:0:FF07C6:06:000:Always have Weapon=Fireb. PL1
  10648. ghoulsj:0:FF07AA:00:001:Get naked Now! PL1 (1/2)
  10649. ghoulsj:0:FF07AC:01:501:Get naked Now! PL1 (2/2)
  10650. ghoulsj:0:FF07AA:01:001:Get golden armourNow!PL1(1/2)
  10651. ghoulsj:0:FF07AC:03:501:Get golden armourNow!PL1(2/2)
  10652. ghoulsj:0:FF07AA:01:001:Get silver armourNow!PL1(1/2)
  10653. ghoulsj:0:FF07AC:02:501:Get silver armourNow!PL1(2/2)
  10654. ghoulsj:0:FF07C6:00:001:Get Weapon=Lance Now! PL1
  10655. ghoulsj:0:FF07C6:01:001:Get Weapon=Knife Now! PL1
  10656. ghoulsj:0:FF07C6:02:001:Get Weapon=Torch Now! PL1
  10657. ghoulsj:0:FF07C6:03:001:Get Weapon=Sword Now! PL1
  10658. ghoulsj:0:FF07C6:04:001:Get Weapon=Axe Now! PL1
  10659. ghoulsj:0:FF07C6:05:001:Get Weapon=Shield Now! PL1
  10660. ghoulsj:0:FF07C6:06:001:Get Weapon=Fireball Now! PL1
  10661. ghoulsj:0:FF080D:08:000:Infinite Lives PL2
  10662. ghoulsj:0:FF080A:00:000:Always naked PL2 (1/2)
  10663. ghoulsj:0:FF080C:01:500:Always naked PL2 (2/2)
  10664. ghoulsj:0:FF080A:01:000:Always golden armour PL2(1/2)
  10665. ghoulsj:0:FF080C:03:500:Always golden armour PL2(2/2)
  10666. ghoulsj:0:FF080A:01:000:Always silver armour PL2(1/2)
  10667. ghoulsj:0:FF080C:02:500:Always silver armour PL2(2/2)
  10668. ghoulsj:0:FF0826:00:000:Always have Weapon=Lance PL2
  10669. ghoulsj:0:FF0826:01:000:Always have Weapon=Knife PL2
  10670. ghoulsj:0:FF0826:02:000:Always have Weapon=Torch PL2
  10671. ghoulsj:0:FF0826:03:000:Always have Weapon=Sword PL2
  10672. ghoulsj:0:FF0826:04:000:Always have Weapon=Axe PL2
  10673. ghoulsj:0:FF0826:05:000:Always have Weapon=Shield PL2
  10674. ghoulsj:0:FF0826:06:000:Always have Weapon=Fireb. PL2
  10675. ghoulsj:0:FF080A:00:001:Get naked Now! PL2 (1/2)
  10676. ghoulsj:0:FF080C:01:501:Get naked Now! PL2 (2/2)
  10677. ghoulsj:0:FF080A:01:001:Get golden armourNow!PL2(1/2)
  10678. ghoulsj:0:FF080C:03:501:Get golden armourNow!PL2(2/2)
  10679. ghoulsj:0:FF080A:01:001:Get silver armourNow!PL2(1/2)
  10680. ghoulsj:0:FF080C:02:501:Get silver armourNow!PL2(2/2)
  10681. ghoulsj:0:FF0826:00:001:Get Weapon=Lance Now! PL2
  10682. ghoulsj:0:FF0826:01:001:Get Weapon=Knife Now! PL2
  10683. ghoulsj:0:FF0826:02:001:Get Weapon=Torch Now! PL2
  10684. ghoulsj:0:FF0826:03:001:Get Weapon=Sword Now! PL2
  10685. ghoulsj:0:FF0826:04:001:Get Weapon=Axe Now! PL2
  10686. ghoulsj:0:FF0826:05:001:Get Weapon=Shield Now! PL2
  10687. ghoulsj:0:FF0826:06:001:Get Weapon=Fireball Now! PL2
  10688. ghoulsj:0:FF07AC:04:000:Always be duck (BUGGY)
  10689. ghoulsj:0:FF07C4:42:000:Always be old man (BUGGY)
  10690. ghoulsj:0:FF07C4:44:000:Dance Routine (BUGGY)
  10691. ghoulsj:0:FFD0BB:00:001:Polymorph = duck (normal)?
  10692. ghoulsj:0:FFD0BB:00:000:Polymorph = duck (never)?
  10693. ghoulsj:0:FF0931:FF:000:Invincibility ON(fixed)
  10694. ghoulsj:0:FF0931:00:001:Invincibility OFF(fixed)
  10695. ghoulsj:0:FF0955:16:001:Round Clear Now!!
  10696. ghoulsj:0:FF07C8:02:001:Go to Round 1(1/2)
  10697. ghoulsj:0:FF0955:16:501:Go to Round 1(2/2)
  10698. ghoulsj:0:FF07C8:00:001:Go to Round 2(1/2)
  10699. ghoulsj:0:FF0955:16:501:Go to Round 2(2/2)
  10700. ghoulsj:0:FF07C8:01:001:Go to Round 3(1/2)
  10701. ghoulsj:0:FF0955:16:501:Go to Round 3(2/2)
  10702. ghoulsj:0:FF07C8:03:001:Go to Round 4(1/2)
  10703. ghoulsj:0:FF0955:16:501:Go to Round 4(2/2)
  10704. ghoulsj:0:FF07C8:05:001:Go to Round 5(1/2)
  10705. ghoulsj:0:FF0955:16:501:Go to Round 5(2/2)
  10706. ghoulsj:0:FF07C8:07:001:Go to Final Round(1/4)
  10707. ghoulsj:0:FF0955:16:501:Go to Final Round(2/4)
  10708. ghoulsj:0:FF07D5:01:501:Go to Final Round(3/4):Loop Check
  10709. ghoulsj:0:FF07C6:06:501:Go to Final Round(4/4):Item Check
  10710.  
  10711. ; [ Ghouls'n Ghosts (US) ]
  10712. ghoulsu:0:FF06D3:59:000:Infinite Time
  10713. ghoulsu:0:FF0931:FF:000:Invincibility "ON"
  10714. ghoulsu:0:FF0931:00:001:Invincibility "OFF"
  10715. ghoulsu:0:FF095E:01:000:Always have Powerup
  10716. ghoulsu:0:FF095E:01:001:Get Powerup Now!
  10717. ghoulsu:0:FF07AD:08:000:Infinite Lives PL1
  10718. ghoulsu:0:FF07AA:00:000:Always naked PL1 (1/2)
  10719. ghoulsu:0:FF07AC:01:500:Always naked PL1 (2/2)
  10720. ghoulsu:0:FF07AA:01:000:Always golden armour PL1(1/2)
  10721. ghoulsu:0:FF07AC:03:500:Always golden armour PL1(2/2)
  10722. ghoulsu:0:FF07AA:01:000:Always silver armour PL1(1/2)
  10723. ghoulsu:0:FF07AC:02:500:Always silver armour PL1(2/2)
  10724. ghoulsu:0:FF07C6:00:000:Always have Weapon=Lance PL1
  10725. ghoulsu:0:FF07C6:01:000:Always have Weapon=Knife PL1
  10726. ghoulsu:0:FF07C6:02:000:Always have Weapon=Torch PL1
  10727. ghoulsu:0:FF07C6:03:000:Always have Weapon=Sword PL1
  10728. ghoulsu:0:FF07C6:04:000:Always have Weapon=Axe PL1
  10729. ghoulsu:0:FF07C6:05:000:Always have Weapon=Shield PL1
  10730. ghoulsu:0:FF07C6:06:000:Always have Weapon=Fireb. PL1
  10731. ghoulsu:0:FF07AA:00:001:Get naked Now! PL1 (1/2)
  10732. ghoulsu:0:FF07AC:01:501:Get naked Now! PL1 (2/2)
  10733. ghoulsu:0:FF07AA:01:001:Get golden armourNow!PL1(1/2)
  10734. ghoulsu:0:FF07AC:03:501:Get golden armourNow!PL1(2/2)
  10735. ghoulsu:0:FF07AA:01:001:Get silver armourNow!PL1(1/2)
  10736. ghoulsu:0:FF07AC:02:501:Get silver armourNow!PL1(2/2)
  10737. ghoulsu:0:FF07C6:00:001:Get Weapon=Lance Now! PL1
  10738. ghoulsu:0:FF07C6:01:001:Get Weapon=Knife Now! PL1
  10739. ghoulsu:0:FF07C6:02:001:Get Weapon=Torch Now! PL1
  10740. ghoulsu:0:FF07C6:03:001:Get Weapon=Sword Now! PL1
  10741. ghoulsu:0:FF07C6:04:001:Get Weapon=Axe Now! PL1
  10742. ghoulsu:0:FF07C6:05:001:Get Weapon=Shield Now! PL1
  10743. ghoulsu:0:FF07C6:06:001:Get Weapon=Fireball Now! PL1
  10744. ghoulsu:0:FF080D:08:000:Infinite Lives PL2
  10745. ghoulsu:0:FF080A:00:000:Always naked PL2 (1/2)
  10746. ghoulsu:0:FF080C:01:500:Always naked PL2 (2/2)
  10747. ghoulsu:0:FF080A:01:000:Always golden armour PL2(1/2)
  10748. ghoulsu:0:FF080C:03:500:Always golden armour PL2(2/2)
  10749. ghoulsu:0:FF080A:01:000:Always silver armour PL2(1/2)
  10750. ghoulsu:0:FF080C:02:500:Always silver armour PL2(2/2)
  10751. ghoulsu:0:FF0826:00:000:Always have Weapon=Lance PL2
  10752. ghoulsu:0:FF0826:01:000:Always have Weapon=Knife PL2
  10753. ghoulsu:0:FF0826:02:000:Always have Weapon=Torch PL2
  10754. ghoulsu:0:FF0826:03:000:Always have Weapon=Sword PL2
  10755. ghoulsu:0:FF0826:04:000:Always have Weapon=Axe PL2
  10756. ghoulsu:0:FF0826:05:000:Always have Weapon=Shield PL2
  10757. ghoulsu:0:FF0826:06:000:Always have Weapon=Fireb. PL2
  10758. ghoulsu:0:FF080A:00:001:Get naked Now! PL2 (1/2)
  10759. ghoulsu:0:FF080C:01:501:Get naked Now! PL2 (2/2)
  10760. ghoulsu:0:FF080A:01:001:Get golden armourNow!PL2(1/2)
  10761. ghoulsu:0:FF080C:03:501:Get golden armourNow!PL2(2/2)
  10762. ghoulsu:0:FF080A:01:001:Get silver armourNow!PL2(1/2)
  10763. ghoulsu:0:FF080C:02:501:Get silver armourNow!PL2(2/2)
  10764. ghoulsu:0:FF0826:00:001:Get Weapon=Lance Now! PL2
  10765. ghoulsu:0:FF0826:01:001:Get Weapon=Knife Now! PL2
  10766. ghoulsu:0:FF0826:02:001:Get Weapon=Torch Now! PL2
  10767. ghoulsu:0:FF0826:03:001:Get Weapon=Sword Now! PL2
  10768. ghoulsu:0:FF0826:04:001:Get Weapon=Axe Now! PL2
  10769. ghoulsu:0:FF0826:05:001:Get Weapon=Shield Now! PL2
  10770. ghoulsu:0:FF0826:06:001:Get Weapon=Fireball Now! PL2
  10771. ghoulsu:0:FF07AC:04:000:Always be duck (BUGGY)
  10772. ghoulsu:0:FF07C4:42:000:Always be old man (BUGGY)
  10773. ghoulsu:0:FF07C4:44:000:Dance Routine (BUGGY)
  10774. ghoulsu:0:FFD0BB:00:001:Polymorph = duck (normal)?
  10775. ghoulsu:0:FFD0BB:00:000:Polymorph = duck (never)?
  10776. ghoulsu:0:FF0954:C3:001:Round Clear Now!!(1/2)
  10777. ghoulsu:0:FF0955:1C:501:Round Clear Now!!(2/2)
  10778. ghoulsu:0:FF07C8:02:001:Go to Round 1(1/3)
  10779. ghoulsu:0:FF0954:C3:501:Go to Round 1(2/3)
  10780. ghoulsu:0:FF0955:1C:501:Go to Round 1(3/3)
  10781. ghoulsu:0:FF07C8:00:001:Go to Round 2(1/3)
  10782. ghoulsu:0:FF0954:C3:501:Go to Round 2(2/3)
  10783. ghoulsu:0:FF0955:1C:501:Go to Round 2(3/3)
  10784. ghoulsu:0:FF07C8:01:001:Go to Round 3(1/3)
  10785. ghoulsu:0:FF0954:C3:501:Go to Round 3(2/3)
  10786. ghoulsu:0:FF0955:1C:501:Go to Round 3(3/3)
  10787. ghoulsu:0:FF07C8:03:001:Go to Round 4(1/3)
  10788. ghoulsu:0:FF0954:C3:501:Go to Round 4(2/3)
  10789. ghoulsu:0:FF0955:1C:501:Go to Round 4(3/3)
  10790. ghoulsu:0:FF07C8:05:001:Go to Round 5(1/3)
  10791. ghoulsu:0:FF0954:C3:501:Go to Round 5(2/3)
  10792. ghoulsu:0:FF0955:1C:501:Go to Round 5(3/3)
  10793. ghoulsu:0:FF07C8:07:001:Go to Final Round(1/5)
  10794. ghoulsu:0:FF0954:C3:501:Go to Final Round(2/5)
  10795. ghoulsu:0:FF0955:1C:501:Go to Final Round(3/5)
  10796. ghoulsu:0:FF07D5:01:501:Go to Final Round(4/5):Loop Check
  10797. ghoulsu:0:FF07C6:06:501:Go to Final Round(5/5):Item Check
  10798.  
  10799. ; [ Ghox ]
  10800. ghox:0:08063F:08:000:Infinite Lives PL1
  10801. ghox:0:080643:01:000:Infinite Bombs PL1
  10802. ghox:0:080672:84:000:Long Paddle PL1
  10803. ghox:0:080673:24:000:Option Paddle PL1
  10804. ghox:0:080673:2E:000:Option + Arrow Paddle PL1
  10805. ghox:0:080673:FF:000:Ultimate Paddle PL1
  10806. ghox:0:080641:08:000:Infinite Lives PL2
  10807. ghox:0:080645:01:000:Infinite Bombs PL2
  10808. ghox:0:080479:FF:000:Round will never complete:Don't USE THIS!!!!
  10809. ghox:0:080479:00:001:Finish this Round Now!!
  10810. ghox:0:080663:FF:071:Select Current Stage
  10811. ghox:0:080663:FF:061:Select Next Stage
  10812. ghox:0:080661:FF:071:Select Start Stage
  10813.  
  10814. ; [ Gimme A Break ]
  10815. gimeabrk:0:0180:11:000:Infinite Time
  10816. gimeabrk:0:01C1:0C:000:Infinite Shots PL1
  10817. gimeabrk:0:01DF:01:000:Infinite Shots PL2
  10818.  
  10819. ; [ Ginga NinkyouDen ]
  10820. ginganin:0:0200A5:99:000:Infinite Time (1/2)
  10821. ginganin:0:0200A4:09:500:Infinite Time (2/2)
  10822. ginganin:0:0200A9:08:000:Infinite Energy
  10823. ginganin:0:02024D:14:000:Infinite Beam
  10824. ginganin:0:02008D:03:000:Infinite Sword 
  10825. ginganin:0:020059:05:000:Infinite Lives PL1
  10826. ginganin:0:02005D:05:000:Infinite Lives PL2
  10827.  
  10828. ; [ Gladiator (US) ]
  10829. gladiatr:0:C680:05:000:Infinite Lives
  10830. gladiatr:0:C194:20:000:Infinite Shield
  10831. gladiatr:0:F582:02:000:Infinite Helmet
  10832. gladiatr:0:F562:02:000:Infinite Breastplate
  10833. gladiatr:0:F4E2:02:000:Infinite Iron Briefs
  10834. gladiatr:0:F4C2:02:000:Infinite Right Thigh
  10835. gladiatr:0:F482:02:000:Infinite Left Thigh
  10836. gladiatr:0:F4A2:02:000:Infinite Right Lower Leg
  10837. gladiatr:0:F462:02:000:Infinite Left Lower Leg
  10838. gladiatr:0:F522:02:000:Infinite Left Forearm
  10839. gladiatr:0:F502:02:000:Infinite Right Upper Arm
  10840. gladiatr:0:F542:02:000:Infinite Left Upper Arm
  10841. gladiatr:0:0000:00:999:[The following cheats are   ]
  10842. gladiatr:0:0000:00:999:[for your enemy - so don't  ]
  10843. gladiatr:0:0000:00:999:[use the Infinite cheats if ]
  10844. gladiatr:0:0000:00:999:[you want to win!!!         ]
  10845. gladiatr:0:F472:02:000:Infinite Right leg(enemy)
  10846. gladiatr:0:F492:02:000:Infinite Right thigh(enemy)
  10847. gladiatr:0:F4B2:02:000:Infinite Left leg(enemy)
  10848. gladiatr:0:F4D2:02:000:Infinite Left thigh(enemy)
  10849. gladiatr:0:F4F2:02:000:Infinite Briefs(enemy)
  10850. gladiatr:0:F512:02:000:Infinite Right arm(enemy)
  10851. gladiatr:0:F532:02:000:Infinite Right hand(enemy)
  10852. gladiatr:0:F572:02:000:Infinite chest(enemy)
  10853. gladiatr:0:F592:02:000:Infinite head(enemy)
  10854. gladiatr:0:F5B2:02:000:Infinite Left arm(enemy)
  10855. gladiatr:0:F5D2:02:000:Infinite Left hand(enemy)
  10856. gladiatr:0:F472:00:001:Break Right leg(enemy) Now!
  10857. gladiatr:0:F492:00:001:Break Right thigh(enemy) Now!
  10858. gladiatr:0:F4B2:00:001:Break Left leg(enemy) Now!
  10859. gladiatr:0:F4D2:00:001:Break Left thigh(enemy) Now!
  10860. gladiatr:0:F4F2:00:001:Break Briefs(enemy) Now!
  10861. gladiatr:0:F512:00:001:Break Right arm(enemy) Now!
  10862. gladiatr:0:F532:00:001:Break Right hand(enemy) Now!
  10863. gladiatr:0:F572:00:001:Break chest(enemy) Now!
  10864. gladiatr:0:F592:00:001:Break head(enemy) Now!
  10865. gladiatr:0:F5B2:00:001:Break Left arm(enemy) Now!
  10866. gladiatr:0:F5D2:00:001:Break Left hand(enemy) Now!
  10867.  
  10868. ; [ Guided Missile ]
  10869. gmissile:0:20E9:99:000:Infinite Time
  10870.  
  10871. ; [ Ghosts'n Goblins (World? set 1) ]
  10872. gng:0:0060:08:000:Infinite Lives 
  10873. gng:0:00AD:7F:000:Invincibility
  10874. gng:0:00AB:76:000:Infinite Time
  10875. gng:0:00AC:00:000:Always Have Armour 
  10876. gng:0:00AC:01:000:Never Have Armour
  10877. gng:0:0073:00:000:Always Have Torch  
  10878. gng:0:0073:01:000:Always Have Lance 
  10879. gng:0:0073:02:000:Always Have Axe 
  10880. gng:0:0073:03:000:Always Have Shield 
  10881. gng:0:0073:04:000:Always Have Sword 
  10882. gng:0:0073:00:001:Get the Torch Now!
  10883. gng:0:0073:01:001:Get the Lance Now! 
  10884. gng:0:0073:02:001:Get the Axe Now!  
  10885. gng:0:0073:03:001:Get the Shield Now!
  10886. gng:0:0073:04:001:Get the Sword Now!
  10887. gng:0:050A:FF:001:Warp To Top Of Screen 
  10888. gng:0:0503:04:001:Turn into frog
  10889. gng:0:0528:01:000:Never change into frog
  10890. gng:0:0072:00:001:Goto Level 1 Next
  10891. gng:0:0072:01:001:Goto Level 2 Next
  10892. gng:0:0072:02:001:Goto Level 3 Next
  10893. gng:0:0072:03:001:Goto Level 4 Next
  10894. gng:0:0072:04:001:Goto Level 5 Next
  10895. gng:0:0072:05:001:Goto Level 6 Next
  10896. gng:0:0072:06:001:Goto Last level Next
  10897. gng:0:0072:06:071:Select current level
  10898. gng:0:0072:06:061:Select next level
  10899.  
  10900. ; [ Ghosts'n Goblins (World? set 2) ]
  10901. gnga:0:0060:08:000:Infinite Lives 
  10902. gnga:0:00AD:7F:000:Invincibility
  10903. gnga:0:00AB:76:000:Infinite Time
  10904. gnga:0:00AC:00:000:Always Have Armour 
  10905. gnga:0:00AC:01:000:Never Have Armour
  10906. gnga:0:0073:00:000:Always Have Torch  
  10907. gnga:0:0073:01:000:Always Have Lance 
  10908. gnga:0:0073:02:000:Always Have Axe 
  10909. gnga:0:0073:03:000:Always Have Shield 
  10910. gnga:0:0073:04:000:Always Have Sword 
  10911. gnga:0:0073:00:001:Get the Torch Now!
  10912. gnga:0:0073:01:001:Get the Lance Now! 
  10913. gnga:0:0073:02:001:Get the Axe Now!  
  10914. gnga:0:0073:03:001:Get the Shield Now!
  10915. gnga:0:0073:04:001:Get the Sword Now!
  10916. gnga:0:050A:FF:001:Warp To Top Of Screen 
  10917. gnga:0:0503:04:001:Turn into frog
  10918. gnga:0:0528:01:000:Never change into frog
  10919. gnga:0:0072:00:001:Goto Level 1 Next
  10920. gnga:0:0072:01:001:Goto Level 2 Next
  10921. gnga:0:0072:02:001:Goto Level 3 Next
  10922. gnga:0:0072:03:001:Goto Level 4 Next
  10923. gnga:0:0072:04:001:Goto Level 5 Next
  10924. gnga:0:0072:05:001:Goto Level 6 Next
  10925. gnga:0:0072:06:001:Goto Last level Next
  10926. gnga:0:0072:06:071:Select current level
  10927. gnga:0:0072:06:061:Select next level
  10928.  
  10929. ; [ Ghosts'n Goblins (US) ]
  10930. gngt:0:0060:08:000:Infinite Lives 
  10931. gngt:0:00AD:7F:000:Invincibility
  10932. gngt:0:00AB:76:000:Infinite Time
  10933. gngt:0:00AC:00:000:Always Have Armour 
  10934. gngt:0:00AC:01:000:Never Have Armour
  10935. gngt:0:0073:00:000:Always Have Torch  
  10936. gngt:0:0073:01:000:Always Have Lance 
  10937. gngt:0:0073:02:000:Always Have Axe 
  10938. gngt:0:0073:03:000:Always Have Shield 
  10939. gngt:0:0073:04:000:Always Have Sword 
  10940. gngt:0:0073:00:001:Get the Torch Now!
  10941. gngt:0:0073:01:001:Get the Lance Now! 
  10942. gngt:0:0073:02:001:Get the Axe Now!  
  10943. gngt:0:0073:03:001:Get the Shield Now!
  10944. gngt:0:0073:04:001:Get the Sword Now!
  10945. gngt:0:050A:FF:001:Warp To Top Of Screen 
  10946. gngt:0:0503:04:001:Turn into frog
  10947. gngt:0:0528:01:000:Never change into frog
  10948. gngt:0:0072:00:001:Goto Level 1 Next
  10949. gngt:0:0072:01:001:Goto Level 2 Next
  10950. gngt:0:0072:02:001:Goto Level 3 Next
  10951. gngt:0:0072:03:001:Goto Level 4 Next
  10952. gngt:0:0072:04:001:Goto Level 5 Next
  10953. gngt:0:0072:05:001:Goto Level 6 Next
  10954. gngt:0:0072:06:001:Goto Last level Next
  10955. gngt:0:0072:06:071:Select current level
  10956. gngt:0:0072:06:061:Select next level
  10957.  
  10958. ; [ Goal! Goal! Goal! ]
  10959. goalx3:0:1004E5:3C:000:Infinite Time
  10960. goalx3:0:1004E2:00:001:Goto Injury Time Now! (1/3)
  10961. goalx3:0:1004E3:00:501:Goto Injury Time Now! (2/3)
  10962. goalx3:0:1004E4:00:501:Goto Injury Time Now! (3/3)
  10963. goalx3:0:000000:00:999:[The score is not updated   ]
  10964. goalx3:0:000000:00:999:[until somebody scores!     ]
  10965. goalx3:0:1004F1:63:073:Select Score Now! PL1
  10966. goalx3:0:1004F3:63:073:Select Score Now! PL2
  10967. goalx3:0:1004F1:00:000:Score always = 0 PL1
  10968. goalx3:0:1004F3:00:000:Score always = 0 PL2
  10969. goalx3:0:1004F1:63:000:Score always = 99 PL1
  10970. goalx3:0:1004F3:63:000:Score always = 99 PL2
  10971. goalx3:0:1004F1:00:001:Set score = 0 Now! PL1
  10972. goalx3:0:1004F3:00:001:Set score = 0 Now! PL2
  10973. goalx3:0:1004F1:63:001:Set score = 99 Now! PL1
  10974. goalx3:0:1004F3:63:001:Set score = 99 Now! PL2
  10975.  
  10976. ; [ Goindol ]
  10977. goindol:0:C054:03:000:Infinite Lives PL1
  10978. goindol:0:C050:61:001:Next level = 99 PL1 (1/2)
  10979. goindol:0:C051:98:001:Next level = 99 PL1 (2/2)
  10980. goindol:0:C055:03:000:Infinite Lives PL2
  10981. goindol:0:C052:61:001:Next level = 99 PL2 (1/2)
  10982. goindol:0:C053:98:001:Next level = 99 PL2 (2/2)
  10983. goindol:0:C014:99:000:Infinite Time
  10984. goindol:0:C1C2:00:000:No shots for homo-sapiens
  10985. goindol:0:C120:02:000:Always have the superball POW
  10986. goindol:0:C120:02:001:Get the superball POW Now!
  10987. goindol:0:C120:00:001:No more superball POW Now!
  10988. goindol:0:C114:01:001:Get the "fire" POW Now!
  10989. goindol:0:C114:02:001:Lose one life
  10990. goindol:0:C325:10:000:Always One brick for power 
  10991. goindol:0:C325:10:001:Get One brick for power Now!
  10992. goindol:0:C320:00:000:Falling POW is always '-'
  10993. goindol:0:C320:01:000:Falling POW is always '+'
  10994. goindol:0:C320:02:000:Falling POW is always 'H'
  10995. goindol:0:C320:03:000:Falling POW is always 'L'
  10996. goindol:0:C320:04:000:Falling POW is always 'R'
  10997. goindol:0:C320:05:000:Falling POW is always 'S'
  10998. goindol:0:C320:06:000:Falling POW is always 'F'
  10999. goindol:0:C320:07:000:Falling POW is always 'B'
  11000. goindol:0:C320:00:001:Make Falling POW a '-' Now!
  11001. goindol:0:C320:01:001:Make Falling POW a '+' Now!
  11002. goindol:0:C320:02:001:Make Falling POW a 'H' Now!
  11003. goindol:0:C320:03:001:Make Falling POW a 'L' Now!
  11004. goindol:0:C320:04:001:Make Falling POW a 'R' Now!
  11005. goindol:0:C320:05:001:Make Falling POW a 'S' Now!
  11006. goindol:0:C320:06:001:Make Falling POW a 'F' Now!
  11007. goindol:0:C320:07:001:Make Falling POW a 'B' Now!
  11008.  
  11009. ; [ Golden Axe (bootleg) ]
  11010. goldnabl:0:FFE018:05:000:Infinite Lives PL1
  11011. goldnabl:0:FFC070:30:000:Infinite Energy PL1
  11012. goldnabl:0:FFE030:04:000:Infinite Magic - Green D PL1
  11013. goldnabl:0:FFE030:06:000:Infinite Magic - Blue W PL1
  11014. goldnabl:0:FFE030:09:000:Infinite Magic - Red V PL1
  11015. goldnabl:0:FFE098:05:000:Infinite Lives PL2
  11016. goldnabl:0:FFC270:30:000:Infinite Energy PL2
  11017. goldnabl:0:FFE0B0:04:000:Infinite Magic - Green D PL2
  11018. goldnabl:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
  11019. goldnabl:0:FFE0B0:09:000:Infinite Magic - Red V PL2
  11020.  
  11021. ; [ Golden Axe (Version 2) ]
  11022. goldnaxa:0:FFE018:05:000:Infinite Lives PL1
  11023. goldnaxa:0:FFC070:30:000:Infinite Energy PL1
  11024. goldnaxa:0:FFE030:04:000:Infinite Magic - Green D PL1
  11025. goldnaxa:0:FFE030:06:000:Infinite Magic - Blue W PL1
  11026. goldnaxa:0:FFE030:09:000:Infinite Magic - Red V PL1
  11027. goldnaxa:0:FFE098:05:000:Infinite Lives PL2
  11028. goldnaxa:0:FFC270:30:000:Infinite Energy PL2
  11029. goldnaxa:0:FFE0B0:04:000:Infinite Magic - Green D PL2
  11030. goldnaxa:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
  11031. goldnaxa:0:FFE0B0:09:000:Infinite Magic - Red V PL2
  11032.  
  11033. ; [ Golden Axe (Version 2 317-0110) ]
  11034. goldnaxb:0:FFE018:05:000:Infinite Lives PL1
  11035. goldnaxb:0:FFC070:30:000:Infinite Energy PL1
  11036. goldnaxb:0:FFE030:04:000:Infinite Magic - Green D PL1
  11037. goldnaxb:0:FFE030:06:000:Infinite Magic - Blue W PL1
  11038. goldnaxb:0:FFE030:09:000:Infinite Magic - Red V PL1
  11039. goldnaxb:0:FFE098:05:000:Infinite Lives PL2
  11040. goldnaxb:0:FFC270:30:000:Infinite Energy PL2
  11041. goldnaxb:0:FFE0B0:04:000:Infinite Magic - Green D PL2
  11042. goldnaxb:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
  11043. goldnaxb:0:FFE0B0:09:000:Infinite Magic - Red V PL2
  11044.  
  11045. ; [ Golden Axe (Version 2 317-0122) ]
  11046. goldnaxc:0:FFE018:05:000:Infinite Lives PL1
  11047. goldnaxc:0:FFC070:30:000:Infinite Energy PL1
  11048. goldnaxc:0:FFE030:04:000:Infinite Magic - Green D PL1
  11049. goldnaxc:0:FFE030:06:000:Infinite Magic - Blue W PL1
  11050. goldnaxc:0:FFE030:09:000:Infinite Magic - Red V PL1
  11051. goldnaxc:0:FFE098:05:000:Infinite Lives PL2
  11052. goldnaxc:0:FFC270:30:000:Infinite Energy PL2
  11053. goldnaxc:0:FFE0B0:04:000:Infinite Magic - Green D PL2
  11054. goldnaxc:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
  11055. goldnaxc:0:FFE0B0:09:000:Infinite Magic - Red V PL2
  11056.  
  11057. ; [ Golden Axe (Version 1) ]
  11058. goldnaxe:0:FFE018:05:000:Infinite Lives PL1
  11059. goldnaxe:0:FFC070:30:000:Infinite Energy PL1
  11060. goldnaxe:0:FFE030:04:000:Infinite Magic - Green D PL1
  11061. goldnaxe:0:FFE030:06:000:Infinite Magic - Blue W PL1
  11062. goldnaxe:0:FFE030:09:000:Infinite Magic - Red V PL1
  11063. goldnaxe:0:FFE098:05:000:Infinite Lives PL2
  11064. goldnaxe:0:FFC270:30:000:Infinite Energy PL2
  11065. goldnaxe:0:FFE0B0:04:000:Infinite Magic - Green D PL2
  11066. goldnaxe:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
  11067. goldnaxe:0:FFE0B0:09:000:Infinite Magic - Red V PL2
  11068.  
  11069. ; [ Golden Axe (Version 1, Japan) ]
  11070. goldnaxj:0:FFE018:05:000:Infinite Lives PL1
  11071. goldnaxj:0:FFC070:30:000:Infinite Energy PL1
  11072. goldnaxj:0:FFE030:04:000:Infinite Magic - Green D PL1
  11073. goldnaxj:0:FFE030:06:000:Infinite Magic - Blue W PL1
  11074. goldnaxj:0:FFE030:09:000:Infinite Magic - Red V PL1
  11075. goldnaxj:0:FFE098:05:000:Infinite Lives PL2
  11076. goldnaxj:0:FFC270:30:000:Infinite Energy PL2
  11077. goldnaxj:0:FFE0B0:04:000:Infinite Magic - Green D PL2
  11078. goldnaxj:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
  11079. goldnaxj:0:FFE0B0:09:000:Infinite Magic - Red V PL2
  11080.  
  11081. ; [ Gondomania (US) ]
  11082. gondo:0:14DB:03:000:Infinite Lives PL1
  11083. gondo:0:14D7:99:000:Infinite Money PL1
  11084. gondo:0:0100:20:020:Invincibility PL1
  11085. gondo:0:14E2:99:000:Infinite Main W Ammo PL1
  11086. gondo:0:14E4:99:000:Infinite Ext W1 Ammo PL1:Get extra weapon first
  11087. gondo:0:14E6:99:000:Infinite Ext W2 Ammo PL1:Get extra weapon first
  11088. gondo:0:14E8:99:000:Infinite Ext W3 Ammo PL1:Get extra weapon first
  11089. gondo:0:14EA:99:000:Infinite Ext W4 Ammo PL1:Get extra weapon first
  11090. gondo:0:14E1:00:000:Main W always Single fire PL1
  11091. gondo:0:14E1:01:000:Main W always Triple fire PL1
  11092. gondo:0:14E1:02:000:Main W always 6-way  fire PL1
  11093. gondo:0:14E1:03:000:Main W always Single mis. PL1
  11094. gondo:0:14E1:04:000:Main W always Triple mis. PL1
  11095. gondo:0:14E1:05:000:Main W always Laser       PL1
  11096. gondo:0:14E1:06:000:Main W always 5-way sonar PL1
  11097. gondo:0:14E1:07:000:Main W always Big "sonar" PL1
  11098. gondo:0:14E1:00:001:Main W = Single fire Now! PL1
  11099. gondo:0:14E1:01:001:Main W = Triple fire Now! PL1
  11100. gondo:0:14E1:02:001:Main W = 6-way  fire Now! PL1
  11101. gondo:0:14E1:03:001:Main W = Single mis. Now! PL1
  11102. gondo:0:14E1:04:001:Main W = Triple mis. Now! PL1
  11103. gondo:0:14E1:05:001:Main W = Laser       Now! PL1
  11104. gondo:0:14E1:06:001:Main W = 5-way sonar Now! PL1
  11105. gondo:0:14E1:07:001:Main W = Big "sonar" Now! PL1
  11106. gondo:0:14E3:00:001:No extra weapon 1    Now! PL1
  11107. gondo:0:14E3:81:001:Ext W1 = Big knife   Now! PL1
  11108. gondo:0:14E3:82:001:Ext W1 = Small axe   Now! PL1
  11109. gondo:0:14E3:83:001:Ext W1 = Big axe     Now! PL1
  11110. gondo:0:14E3:84:001:Ext W1 = Shuriken    Now! PL1
  11111. gondo:0:14E3:85:001:Ext W1 = Flame balls Now! PL1
  11112. gondo:0:14E3:86:001:Ext W1 = Grenade     Now! PL1
  11113. gondo:0:14E3:87:001:Ext W1 = 4-way bomb  Now! PL1
  11114. gondo:0:14E5:00:001:No extra weapon 2    Now! PL1
  11115. gondo:0:14E5:81:001:Ext W2 = Big knife   Now! PL1:Get extra weapon 1 first
  11116. gondo:0:14E5:82:001:Ext W2 = Small axe   Now! PL1:Get extra weapon 1 first
  11117. gondo:0:14E5:83:001:Ext W2 = Big axe     Now! PL1:Get extra weapon 1 first
  11118. gondo:0:14E5:84:001:Ext W2 = Shuriken    Now! PL1:Get extra weapon 1 first
  11119. gondo:0:14E5:85:001:Ext W2 = Flame balls Now! PL1:Get extra weapon 1 first
  11120. gondo:0:14E5:86:001:Ext W2 = Grenade     Now! PL1:Get extra weapon 1 first
  11121. gondo:0:14E5:87:001:Ext W2 = 4-way bomb  Now! PL1:Get extra weapon 1 first
  11122. gondo:0:14E7:00:001:No extra weapon 3    Now! PL1
  11123. gondo:0:14E7:81:001:Ext W3 = Big knife   Now! PL1:Get extra weapon 2 first
  11124. gondo:0:14E7:82:001:Ext W3 = Small axe   Now! PL1:Get extra weapon 2 first
  11125. gondo:0:14E7:83:001:Ext W3 = Big axe     Now! PL1:Get extra weapon 2 first
  11126. gondo:0:14E7:84:001:Ext W3 = Shuriken    Now! PL1:Get extra weapon 2 first
  11127. gondo:0:14E7:85:001:Ext W3 = Flame balls Now! PL1:Get extra weapon 2 first
  11128. gondo:0:14E7:86:001:Ext W3 = Grenade     Now! PL1:Get extra weapon 2 first
  11129. gondo:0:14E7:87:001:Ext W3 = 4-way bomb  Now! PL1:Get extra weapon 2 first
  11130. gondo:0:14E9:00:001:No extra weapon 4    Now! PL1
  11131. gondo:0:14E9:81:001:Ext W4 = Big knife   Now! PL1:Get extra weapon 3 first
  11132. gondo:0:14E9:82:001:Ext W4 = Small axe   Now! PL1:Get extra weapon 3 first
  11133. gondo:0:14E9:83:001:Ext W4 = Big axe     Now! PL1:Get extra weapon 3 first
  11134. gondo:0:14E9:84:001:Ext W4 = Shuriken    Now! PL1:Get extra weapon 3 first
  11135. gondo:0:14E9:85:001:Ext W4 = Flame balls Now! PL1:Get extra weapon 3 first
  11136. gondo:0:14E9:86:001:Ext W4 = Grenade     Now! PL1:Get extra weapon 3 first
  11137. gondo:0:14E9:87:001:Ext W4 = 4-way bomb  Now! PL1:Get extra weapon 3 first
  11138. gondo:0:0100:08:020:Always have the armour    PL1
  11139. gondo:0:0100:10:020:Always have the jets      PL1
  11140. gondo:0:0100:08:021:Get the armour       Now! PL1
  11141. gondo:0:0100:10:021:Get the jets         Now! PL1
  11142. gondo:0:0100:10:041:Lose the jets       Now! PL1
  11143. gondo:0:0100:08:041:Lose the armour     Now! PL1
  11144. gondo:0:14E0:03:000:Infinite Lives PL2
  11145. gondo:0:14DC:99:000:Infinite Money PL2
  11146. gondo:0:0128:20:020:Invincibility PL2
  11147. gondo:0:14EC:99:000:Infinite Main W Ammo PL2
  11148. gondo:0:14EE:99:000:Infinite Ext W1 Ammo PL2:Get extra weapon first
  11149. gondo:0:14F0:99:000:Infinite Ext W2 Ammo PL2:Get extra weapon first
  11150. gondo:0:14F2:99:000:Infinite Ext W3 Ammo PL2:Get extra weapon first
  11151. gondo:0:14F4:99:000:Infinite Ext W4 Ammo PL2:Get extra weapon first
  11152. gondo:0:14EB:00:000:Main W always Single fire PL2
  11153. gondo:0:14EB:01:000:Main W always Triple fire PL2
  11154. gondo:0:14EB:02:000:Main W always 6-way  fire PL2
  11155. gondo:0:14EB:03:000:Main W always Single mis. PL2
  11156. gondo:0:14EB:04:000:Main W always Triple mis. PL2
  11157. gondo:0:14EB:05:000:Main W always Laser       PL2
  11158. gondo:0:14EB:06:000:Main W always 5-way sonar PL2
  11159. gondo:0:14EB:07:000:Main W always Big "sonar" PL2
  11160. gondo:0:14EB:00:001:Main W = Single fire Now! PL2
  11161. gondo:0:14EB:01:001:Main W = Triple fire Now! PL2
  11162. gondo:0:14EB:02:001:Main W = 6-way  fire Now! PL2
  11163. gondo:0:14EB:03:001:Main W = Single mis. Now! PL2
  11164. gondo:0:14EB:04:001:Main W = Triple mis. Now! PL2
  11165. gondo:0:14EB:05:001:Main W = Laser       Now! PL2
  11166. gondo:0:14EB:06:001:Main W = 5-way sonar Now! PL2
  11167. gondo:0:14EB:07:001:Main W = Big "sonar" Now! PL2
  11168. gondo:0:14ED:00:001:No extra weapon 1    Now! PL2
  11169. gondo:0:14ED:81:001:Ext W1 = Big knife   Now! PL2
  11170. gondo:0:14ED:82:001:Ext W1 = Small axe   Now! PL2
  11171. gondo:0:14ED:83:001:Ext W1 = Big axe     Now! PL2
  11172. gondo:0:14ED:84:001:Ext W1 = Shuriken    Now! PL2
  11173. gondo:0:14ED:85:001:Ext W1 = Flame balls Now! PL2
  11174. gondo:0:14ED:86:001:Ext W1 = Grenade     Now! PL2
  11175. gondo:0:14ED:87:001:Ext W1 = 4-way bomb  Now! PL2
  11176. gondo:0:14EF:00:001:No extra weapon 2    Now! PL2
  11177. gondo:0:14EF:81:001:Ext W2 = Big knife   Now! PL2:Get extra weapon 1 first
  11178. gondo:0:14EF:82:001:Ext W2 = Small axe   Now! PL2:Get extra weapon 1 first
  11179. gondo:0:14EF:83:001:Ext W2 = Big axe     Now! PL2:Get extra weapon 1 first
  11180. gondo:0:14EF:84:001:Ext W2 = Shuriken    Now! PL2:Get extra weapon 1 first
  11181. gondo:0:14EF:85:001:Ext W2 = Flame balls Now! PL2:Get extra weapon 1 first
  11182. gondo:0:14EF:86:001:Ext W2 = Grenade     Now! PL2:Get extra weapon 1 first
  11183. gondo:0:14EF:87:001:Ext W2 = 4-way bomb  Now! PL2:Get extra weapon 1 first
  11184. gondo:0:14F1:00:001:No extra weapon 3    Now! PL2
  11185. gondo:0:14F1:81:001:Ext W3 = Big knife   Now! PL2:Get extra weapon 2 first
  11186. gondo:0:14F1:82:001:Ext W3 = Small axe   Now! PL2:Get extra weapon 2 first
  11187. gondo:0:14F1:83:001:Ext W3 = Big axe     Now! PL2:Get extra weapon 2 first
  11188. gondo:0:14F1:84:001:Ext W3 = Shuriken    Now! PL2:Get extra weapon 2 first
  11189. gondo:0:14F1:85:001:Ext W3 = Flame balls Now! PL2:Get extra weapon 2 first
  11190. gondo:0:14F1:86:001:Ext W3 = Grenade     Now! PL2:Get extra weapon 2 first
  11191. gondo:0:14F1:87:001:Ext W3 = 4-way bomb  Now! PL2:Get extra weapon 2 first
  11192. gondo:0:14F3:00:001:No extra weapon 4    Now! PL2
  11193. gondo:0:14F3:81:001:Ext W4 = Big knife   Now! PL2:Get extra weapon 3 first
  11194. gondo:0:14F3:82:001:Ext W4 = Small axe   Now! PL2:Get extra weapon 3 first
  11195. gondo:0:14F3:83:001:Ext W4 = Big axe     Now! PL2:Get extra weapon 3 first
  11196. gondo:0:14F3:84:001:Ext W4 = Shuriken    Now! PL2:Get extra weapon 3 first
  11197. gondo:0:14F3:85:001:Ext W4 = Flame balls Now! PL2:Get extra weapon 3 first
  11198. gondo:0:14F3:86:001:Ext W4 = Grenade     Now! PL2:Get extra weapon 3 first
  11199. gondo:0:14F3:87:001:Ext W4 = 4-way bomb  Now! PL2:Get extra weapon 3 first
  11200. gondo:0:0128:08:020:Always have the armour    PL2
  11201. gondo:0:0128:10:020:Always have the jets      PL2
  11202. gondo:0:0128:08:021:Get the armour       Now! PL2
  11203. gondo:0:0128:10:021:Get the jets         Now! PL2
  11204. gondo:0:0128:10:041:Lose the jets       Now! PL2
  11205. gondo:0:0128:08:041:Lose the armour     Now! PL2
  11206.  
  11207. ; [ Gorf ]
  11208. gorf:0:D032:05:000:Infinite Lives PL1
  11209. gorf:0:D033:05:000:Infinite Lives PL2
  11210.  
  11211. ; [ Gorf (Program 1) ]
  11212. gorfpgm1:0:D032:05:000:Infinite Lives PL1
  11213. gorfpgm1:0:D033:05:000:Infinite Lives PL2
  11214.  
  11215. ; [ Got-Ya (12/24/1981, prototype?) ]
  11216. gotya:0:5087:06:000:Infinite Lives PL1
  11217. gotya:0:5088:06:000:Infinite Lives PL2
  11218.  
  11219. ; [ Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer ]
  11220. gowcaizr:0:1062E1:3C:000:Infinite Time
  11221. gowcaizr:0:102D09:64:000:Infinite Energy PL1
  11222. gowcaizr:0:1035BF:64:000:Infinite Energy PL2
  11223. gowcaizr:0:000000:00:999:[   Free player selection   ]
  11224. gowcaizr:0:000000:00:999:[Use at ANY selection screen]
  11225. gowcaizr:0:000000:00:999:[Ohga vs. Ohga doesn't work ]
  11226. gowcaizr:0:10464D:00:001:Play with Gowcaizer PL1
  11227. gowcaizr:0:10464D:01:001:Play with Captain PL1
  11228. gowcaizr:0:10464D:02:001:Play with Karin PL1
  11229. gowcaizr:0:10464D:03:001:Play with Fudomaru PL1
  11230. gowcaizr:0:10464D:04:001:Play with Marion PL1
  11231. gowcaizr:0:10464D:05:001:Play with Shaia PL1
  11232. gowcaizr:0:10464D:06:001:Play with Shenlong PL1
  11233. gowcaizr:0:10464D:07:001:Play with Kyosuke PL1
  11234. gowcaizr:0:10464D:08:001:Play with Stinger PL1
  11235. gowcaizr:0:10464D:09:001:Play with Brider PL1
  11236. gowcaizr:0:10464D:0A:001:Play with Platonic Twins PL1
  11237. gowcaizr:0:10464D:0B:001:Play with Ohga PL1:Loses cause end of game
  11238. gowcaizr:0:10467D:00:001:Play with Gowcaizer PL2
  11239. gowcaizr:0:10467D:01:001:Play with Captain PL2
  11240. gowcaizr:0:10467D:02:001:Play with Karin PL2
  11241. gowcaizr:0:10467D:03:001:Play with Fudomaru PL2
  11242. gowcaizr:0:10467D:04:001:Play with Marion PL2
  11243. gowcaizr:0:10467D:05:001:Play with Shaia PL2
  11244. gowcaizr:0:10467D:06:001:Play with Shenlong PL2
  11245. gowcaizr:0:10467D:07:001:Play with Kyosuke PL2
  11246. gowcaizr:0:10467D:08:001:Play with Stinger PL2
  11247. gowcaizr:0:10467D:09:001:Play with Brider PL2
  11248. gowcaizr:0:10467D:0A:001:Play with Platonic Twins PL2
  11249. gowcaizr:0:10467D:0B:001:Play with Ohga PL2:Loses cause end of game
  11250.  
  11251. ; [ Ghost Pilots ]
  11252. gpilots:0:103F37:09:000:Infinite Lives PL1
  11253. gpilots:0:103F40:09:000:Infinite Bombs PL1
  11254. gpilots:0:103F44:99:001:Get 99 Stars Now! PL1
  11255. gpilots:0:103F3D:1C:000:Maximum Weapon Power PL1
  11256. gpilots:0:102526:27:000:Invincibility PL1
  11257. gpilots:0:103FB7:09:000:Infinite Lives PL2
  11258. gpilots:0:103FC0:09:000:Infinite Bombs PL2
  11259. gpilots:0:103FC4:99:001:Get 99 Stars Now! PL2
  11260. gpilots:0:103FBD:1C:000:Maximum Weapon Power PL2
  11261. gpilots:0:103226:27:000:Invincibility PL2
  11262.  
  11263. ; [ Gradius ]
  11264. gradius:0:0702A0:05:000:Infinite Lives
  11265. gradius:0:070800:01:000:Invincibility (1/3)
  11266. gradius:0:07080A:02:500:Invincibility (2/3)
  11267. gradius:0:070819:00:500:Invincibility (3/3)
  11268. gradius:0:07080E:02:000:Constant Speedup Speed=2
  11269. gradius:0:07080E:03:000:Constant Speedup Speed=3
  11270. gradius:0:07080E:04:000:Constant Speedup Speed=4
  11271. gradius:0:07080E:05:000:Constant Speedup Speed=5
  11272. gradius:0:07080E:06:000:Constant Speedup Speed=6-FULL
  11273. gradius:0:070825:01:000:Constant Missile
  11274. gradius:0:070827:01:000:Constant Double
  11275. gradius:0:070827:02:000:Constant Laser
  11276. gradius:0:0702AC:05:000:Infinite 5 Coins
  11277. gradius:0:0702AC:06:000:Infinite 6 Coins
  11278. gradius:0:0705E3:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code
  11279. gradius:0:01FF06:FF:000:WakeUp Music Timer Stop:Start again after the use
  11280.  
  11281. ; [ Gradius II - Gofer no Yabou (Japan set 1) ]
  11282. gradius2:2:060400:09:000:Infinite Lives
  11283. gradius2:2:14007E:00:000:Invincibility (1/2):Not perfect yet
  11284. gradius2:2:140055:10:500:Invincibility (2/2):Not perfect yet
  11285. gradius2:2:06040F:0C:000:Next Capsule Blue
  11286. gradius2:2:060420:01:001:Gauge = SpeedUp Now!
  11287. gradius2:2:060420:02:001:Gauge = Missile Now!
  11288. gradius2:2:060420:03:001:Gauge = Double Now!
  11289. gradius2:2:060420:04:001:Gauge = Laser Now!
  11290. gradius2:2:060420:05:001:Gauge = Option Now!
  11291. gradius2:2:060420:06:001:Gauge = Shield Now!
  11292. gradius2:2:060420:06:071:Gauge = Bar Select Now!
  11293. gradius2:2:060002:FF:000:Sound Test Timer Stop:[PL1 Shot3]Next Code
  11294.  
  11295. ; [ Gradius III (Japan) ]
  11296. gradius3:0:101050:03:000:Infinite Lives
  11297. gradius3:0:10101B:00:000:Invincibility(Sprite Only)
  11298. gradius3:0:101001:02:000:Invincibility(Object+Sprite):Can't Move!!
  11299. gradius3:0:10101B:08:000:Invincibility+4Normal Options
  11300. gradius3:0:10101B:0A:000:Invincibility+4Snake Options
  11301. gradius3:0:10106A:01:001:Gauge [SPEED UP]
  11302. gradius3:0:10106A:02:001:Gauge [MISSILE]
  11303. gradius3:0:10106A:03:001:Gauge [DOUBLE]
  11304. gradius3:0:10106A:04:001:Gauge [LASER]
  11305. gradius3:0:10106A:05:001:Gauge [OPTION]
  11306. gradius3:0:10106A:06:001:Gauge [?]
  11307. gradius3:0:10106A:07:001:Gauge [!]
  11308. gradius3:0:10106A:01:000:Gauge Hold [SPEED UP]
  11309. gradius3:0:10106A:02:000:Gauge Hold [MISSILE]
  11310. gradius3:0:10106A:03:000:Gauge Hold [DOUBLE]
  11311. gradius3:0:10106A:04:000:Gauge Hold [LASER]
  11312. gradius3:0:10106A:05:000:Gauge Hold [OPTION]
  11313. gradius3:0:10106A:06:000:Gauge Hold [?]
  11314. gradius3:0:10106A:07:000:Gauge Hold [!]
  11315. gradius3:0:000000:00:999:[ Change Current Speed Now!!]
  11316. gradius3:0:10102C:01:001:1st Speed(1/2)
  11317. gradius3:0:10102D:00:501:1st Speed(2/2)
  11318. gradius3:0:10102C:01:001:2nd Speed(1/2)
  11319. gradius3:0:10102D:C0:501:2nd Speed(2/2)
  11320. gradius3:0:10102C:02:001:3rd Speed(1/2)
  11321. gradius3:0:10102D:80:501:3rd Speed(2/2)
  11322. gradius3:0:10102C:03:001:4th Speed(1/2)
  11323. gradius3:0:10102D:40:501:4th Speed(2/2)
  11324. gradius3:0:10102C:04:001:5th Speed(1/2)
  11325. gradius3:0:10102D:00:501:5th Speed(2/2)
  11326. gradius3:0:10102C:04:001:Top Speed(1/2)
  11327. gradius3:0:10102D:C0:501:Top Speed(2/2)
  11328. gradius3:0:000000:00:999:[ Equip with Missile Now!!  ]
  11329. gradius3:0:10106D:00:001:Lost Missile
  11330. gradius3:0:10106D:01:001:Normal
  11331. gradius3:0:10106D:02:001:Photon Torpedo
  11332. gradius3:0:10106D:03:001:Spread Bomb
  11333. gradius3:0:10106D:04:001:2Way
  11334. gradius3:0:10106D:06:001:Control
  11335. gradius3:0:10106D:07:001:Upper
  11336. gradius3:0:10106D:08:001:S.Spread
  11337. gradius3:0:000000:00:999:[ Equip with MainShot Now!! ]
  11338. gradius3:0:10106C:00:001:Normal Shot
  11339. gradius3:0:10106C:01:001:TailGun
  11340. gradius3:0:10106C:02:001:Vertical
  11341. gradius3:0:10106C:03:001:Double
  11342. gradius3:0:10106C:04:001:Normal Laser
  11343. gradius3:0:10106C:05:001:C.Laser
  11344. gradius3:0:10106C:06:001:Twin Laser
  11345. gradius3:0:10106C:07:001:Ripple
  11346. gradius3:0:10106C:08:001:Free Way
  11347. gradius3:0:10106C:09:001:Spread Gun
  11348. gradius3:0:10106C:0A:001:E.Laser
  11349. gradius3:0:000000:00:999:[ Hold Current Speed        ]
  11350. gradius3:0:10102C:01:000:1st Speed (1/2)
  11351. gradius3:0:10102D:00:500:1st Speed (2/2)
  11352. gradius3:0:10102C:01:000:2nd Speed (1/2)
  11353. gradius3:0:10102D:C0:500:2nd Speed (2/2)
  11354. gradius3:0:10102C:02:000:3rd Speed (1/2)
  11355. gradius3:0:10102D:80:500:3rd Speed (2/2)
  11356. gradius3:0:10102C:03:000:4th Speed (1/2)
  11357. gradius3:0:10102D:40:500:4th Speed (2/2)
  11358. gradius3:0:10102C:04:000:5th Speed (1/2)
  11359. gradius3:0:10102D:00:500:5th Speed (2/2)
  11360. gradius3:0:10102C:04:000:Top Speed (1/2)
  11361. gradius3:0:10102D:C0:500:Top Speed (2/2)
  11362. gradius3:0:000000:00:999:[ Always have equip Missile ]
  11363. gradius3:0:10106D:00:000:Lost Missile
  11364. gradius3:0:10106D:01:000:Normal
  11365. gradius3:0:10106D:02:000:Photon Torpedo
  11366. gradius3:0:10106D:03:000:Spread Bomb
  11367. gradius3:0:10106D:04:000:2Way
  11368. gradius3:0:10106D:06:000:Control
  11369. gradius3:0:10106D:07:000:Upper
  11370. gradius3:0:10106D:08:000:S.Spread
  11371. gradius3:0:000000:00:999:[ Always have equip MainShot]
  11372. gradius3:0:10106C:00:000:Normal Shot
  11373. gradius3:0:10106C:01:000:TailGun
  11374. gradius3:0:10106C:02:000:Vertical
  11375. gradius3:0:10106C:03:000:Double
  11376. gradius3:0:10106C:04:000:Normal Laser
  11377. gradius3:0:10106C:05:000:C.Laser
  11378. gradius3:0:10106C:06:000:Twin Laser
  11379. gradius3:0:10106C:07:000:Ripple
  11380. gradius3:0:10106C:08:000:Free Way
  11381. gradius3:0:10106C:09:000:Spread Gun
  11382. gradius3:0:10106C:0A:000:E.Laser
  11383. gradius3:0:000000:00:999:[ Edit Current Weapon Type  ]
  11384. gradius3:0:10106E:00:001:Weapon Type A
  11385. gradius3:0:10106E:01:001:Weapon Type B
  11386. gradius3:0:10106E:02:001:Weapon Type C
  11387. gradius3:0:10106E:03:001:Weapon Type D
  11388. gradius3:0:10106E:05:001:Weapon Type EDIT
  11389. gradius3:0:000000:00:999:[ Edit Current Missile Type ]
  11390. gradius3:0:101075:02:000:Normal Missile
  11391. gradius3:0:101075:03:000:Photon Torpedo
  11392. gradius3:0:101075:04:000:Spread Bomb
  11393. gradius3:0:101075:05:000:2Way
  11394. gradius3:0:101075:16:000:Control
  11395. gradius3:0:101075:1C:000:Upper
  11396. gradius3:0:101075:1D:000:S.Spread
  11397. gradius3:0:000000:00:999:[ Edit Current Double Type  ]
  11398. gradius3:0:101077:06:000:Tail Gun
  11399. gradius3:0:101077:07:000:Vertical
  11400. gradius3:0:101077:08:000:Normal Double
  11401. gradius3:0:101077:13:000:Free Way
  11402. gradius3:0:101077:17:000:Spread
  11403. gradius3:0:000000:00:999:[ Edit Current Laser Type   ]
  11404. gradius3:0:101079:09:000:Normal Laser
  11405. gradius3:0:101079:0A:000:C.Laser
  11406. gradius3:0:101079:0B:000:Twin Laser
  11407. gradius3:0:101079:0C:000:Ripple
  11408. gradius3:0:101079:18:000:E.Laser
  11409. gradius3:0:000000:00:999:[ Edit Current Option Type  ]
  11410. gradius3:0:10107B:0D:000:Normal Option
  11411. gradius3:0:10107B:0E:000:Snake Option
  11412. gradius3:0:000000:00:999:[ Edit Current Shield Type  ]
  11413. gradius3:0:10107D:10:000:Shield
  11414. gradius3:0:10107D:12:000:Force Shield
  11415. gradius3:0:10107D:11:000:Free Shield
  11416. gradius3:0:10107D:1A:000:Reduce
  11417. gradius3:0:000000:00:999:[ Edit Current Special Type ]
  11418. gradius3:0:10107F:14:000:Flash
  11419. gradius3:0:10107F:1B:000:Normal
  11420. gradius3:0:10107F:19:000:Speed Down
  11421. gradius3:0:10107F:1E:000:Option
  11422. gradius3:0:000000:00:999:[       Round Select        ]
  11423. gradius3:0:1039C3:FF:071:Select Lap
  11424. gradius3:0:101051:0C:071:Select Round
  11425. gradius3:0:1038F1:00:000:Start area 0
  11426. gradius3:0:1038F1:01:000:Start area 1
  11427. gradius3:0:1038F1:02:000:Start area 2
  11428. gradius3:0:1038F1:03:000:Start area 3
  11429. gradius3:0:1038F1:04:000:Start area 4
  11430. gradius3:0:1038F1:05:000:Start area 5
  11431. gradius3:0:1038F1:06:000:Start area 6
  11432. gradius3:0:1038F1:07:000:Start area 7
  11433. gradius3:0:1038F1:08:000:Start area 8
  11434. gradius3:0:1038F1:09:000:Start area 9
  11435. gradius3:0:1038F1:0A:000:Start area 10
  11436. gradius3:0:1038F1:0B:000:Start area 11
  11437. gradius3:0:1038F1:0C:000:Start area 12
  11438. gradius3:0:1038F1:0D:000:Start area 13
  11439. gradius3:0:1038F1:0E:000:Start area 14
  11440. gradius3:0:1038F1:0F:000:Start area 15
  11441. gradius3:0:1038F1:10:000:Start area 16
  11442. gradius3:0:1038F1:11:000:Start area 17
  11443. gradius3:0:1038F1:12:000:Start area 18
  11444. gradius3:0:1038F1:13:000:Start area 19
  11445. gradius3:0:1038F1:14:000:Start area 20
  11446. gradius3:0:1038F1:15:000:Start area 21
  11447. gradius3:0:1038F1:16:000:Start area 22
  11448. gradius3:0:1038F1:17:000:Start area 23
  11449. gradius3:0:1038F1:18:000:Start area 24
  11450. gradius3:0:1038F1:19:000:Start area 25
  11451. gradius3:0:1038F1:1A:000:Start area 26
  11452. gradius3:0:1038F1:1B:000:Start area 27
  11453. gradius3:0:1038F1:1C:000:Start area 28
  11454. gradius3:0:1038F1:1D:000:Start area 29
  11455. gradius3:0:1038F1:1E:000:Start area 30
  11456. gradius3:0:1038F1:1F:000:Start area 31
  11457. gradius3:0:1038F1:20:000:Start area 32
  11458. gradius3:0:040002:41:002:Sound Test Timer Stop:[PL2 Start]Next Code
  11459.  
  11460. ; [ Gravitar (version 3) ]
  11461. gravitar:0:0042:06:000:Infinite Lives PL1
  11462. gravitar:0:016C:99:000:Infinite Fuel PL1
  11463. gravitar:0:0043:06:000:Infinite Lives PL1
  11464. gravitar:0:0169:99:000:Infinite Fuel PL1
  11465.  
  11466. ; [ Gravitar (version 2) ]
  11467. gravitr2:0:0042:06:000:Infinite Lives PL1
  11468. gravitr2:0:016C:99:000:Infinite Fuel PL1
  11469. gravitr2:0:0043:06:000:Infinite Lives PL1
  11470. gravitr2:0:0169:99:000:Infinite Fuel PL1
  11471.  
  11472. ; [ Gradius II - Gofer no Yabou (Japan set 2) ]
  11473. grdius2a:2:060400:09:000:Infinite Lives
  11474. grdius2a:2:14007E:00:000:Invincibility (1/2):Not perfect yet
  11475. grdius2a:2:140055:10:500:Invincibility (2/2):Not perfect yet
  11476. grdius2a:2:06040F:0C:000:Next Capsule Blue
  11477. grdius2a:2:060420:01:001:Gauge = SpeedUp Now!
  11478. grdius2a:2:060420:02:001:Gauge = Missile Now!
  11479. grdius2a:2:060420:03:001:Gauge = Double Now!
  11480. grdius2a:2:060420:04:001:Gauge = Laser Now!
  11481. grdius2a:2:060420:05:001:Gauge = Option Now!
  11482. grdius2a:2:060420:06:001:Gauge = Shield Now!
  11483. grdius2a:2:060420:06:071:Gauge = Bar Select Now!
  11484. grdius2a:2:060002:FF:000:Sound Test Timer Stop:[PL1 Shot3]Next Code
  11485.  
  11486. ; [ Gradius II - Gofer no Yabou (Japan set 3) ]
  11487. grdius2b:2:060400:09:000:Infinite Lives
  11488. grdius2b:2:14007E:00:000:Invincibility (1/2):Not perfect yet
  11489. grdius2b:2:140055:10:500:Invincibility (2/2):Not perfect yet
  11490. grdius2b:2:06040F:0C:000:Next Capsule Blue
  11491. grdius2b:2:060420:01:001:Gauge = SpeedUp Now!
  11492. grdius2b:2:060420:02:001:Gauge = Missile Now!
  11493. grdius2b:2:060420:03:001:Gauge = Double Now!
  11494. grdius2b:2:060420:04:001:Gauge = Laser Now!
  11495. grdius2b:2:060420:05:001:Gauge = Option Now!
  11496. grdius2b:2:060420:06:001:Gauge = Shield Now!
  11497. grdius2b:2:060420:06:071:Gauge = Bar Select Now!
  11498. grdius2b:2:060002:FF:000:Sound Test Timer Stop:[PL1 Shot3]Next Code
  11499.  
  11500. ; [ Gradius III (Asia) ]
  11501. grdius3a:0:101050:03:000:Infinite Lives
  11502. grdius3a:0:10101B:00:000:Invincibility(Sprite Only)
  11503. grdius3a:0:101001:02:000:Invincibility(Object+Sprite):Can't Move!!
  11504. grdius3a:0:10101B:08:000:Invincibility+4Normal Options
  11505. grdius3a:0:10101B:0A:000:Invincibility+4Snake Options
  11506. grdius3a:0:10106A:01:001:Gauge [SPEED UP]
  11507. grdius3a:0:10106A:02:001:Gauge [MISSILE]
  11508. grdius3a:0:10106A:03:001:Gauge [DOUBLE]
  11509. grdius3a:0:10106A:04:001:Gauge [LASER]
  11510. grdius3a:0:10106A:05:001:Gauge [OPTION]
  11511. grdius3a:0:10106A:06:001:Gauge [?]
  11512. grdius3a:0:10106A:07:001:Gauge [!]
  11513. grdius3a:0:10106A:01:000:Gauge Hold [SPEED UP]
  11514. grdius3a:0:10106A:02:000:Gauge Hold [MISSILE]
  11515. grdius3a:0:10106A:03:000:Gauge Hold [DOUBLE]
  11516. grdius3a:0:10106A:04:000:Gauge Hold [LASER]
  11517. grdius3a:0:10106A:05:000:Gauge Hold [OPTION]
  11518. grdius3a:0:10106A:06:000:Gauge Hold [?]
  11519. grdius3a:0:10106A:07:000:Gauge Hold [!]
  11520. grdius3a:0:000000:00:999:[ Change Current Speed Now!!]
  11521. grdius3a:0:10102C:01:001:1st Speed(1/2)
  11522. grdius3a:0:10102D:00:501:1st Speed(2/2)
  11523. grdius3a:0:10102C:01:001:2nd Speed(1/2)
  11524. grdius3a:0:10102D:C0:501:2nd Speed(2/2)
  11525. grdius3a:0:10102C:02:001:3rd Speed(1/2)
  11526. grdius3a:0:10102D:80:501:3rd Speed(2/2)
  11527. grdius3a:0:10102C:03:001:4th Speed(1/2)
  11528. grdius3a:0:10102D:40:501:4th Speed(2/2)
  11529. grdius3a:0:10102C:04:001:5th Speed(1/2)
  11530. grdius3a:0:10102D:00:501:5th Speed(2/2)
  11531. grdius3a:0:10102C:04:001:Top Speed(1/2)
  11532. grdius3a:0:10102D:C0:501:Top Speed(2/2)
  11533. grdius3a:0:000000:00:999:[ Equip with Missile Now!!  ]
  11534. grdius3a:0:10106D:00:001:Lost Missile
  11535. grdius3a:0:10106D:01:001:Normal
  11536. grdius3a:0:10106D:02:001:Photon Torpedo
  11537. grdius3a:0:10106D:03:001:Spread Bomb
  11538. grdius3a:0:10106D:04:001:2Way
  11539. grdius3a:0:10106D:06:001:Control
  11540. grdius3a:0:10106D:07:001:Upper
  11541. grdius3a:0:10106D:08:001:S.Spread
  11542. grdius3a:0:000000:00:999:[ Equip with MainShot Now!! ]
  11543. grdius3a:0:10106C:00:001:Normal Shot
  11544. grdius3a:0:10106C:01:001:TailGun
  11545. grdius3a:0:10106C:02:001:Vertical
  11546. grdius3a:0:10106C:03:001:Double
  11547. grdius3a:0:10106C:04:001:Normal Laser
  11548. grdius3a:0:10106C:05:001:C.Laser
  11549. grdius3a:0:10106C:06:001:Twin Laser
  11550. grdius3a:0:10106C:07:001:Ripple
  11551. grdius3a:0:10106C:08:001:Free Way
  11552. grdius3a:0:10106C:09:001:Spread Gun
  11553. grdius3a:0:10106C:0A:001:E.Laser
  11554. grdius3a:0:000000:00:999:[ Hold Current Speed        ]
  11555. grdius3a:0:10102C:01:000:1st Speed (1/2)
  11556. grdius3a:0:10102D:00:500:1st Speed (2/2)
  11557. grdius3a:0:10102C:01:000:2nd Speed (1/2)
  11558. grdius3a:0:10102D:C0:500:2nd Speed (2/2)
  11559. grdius3a:0:10102C:02:000:3rd Speed (1/2)
  11560. grdius3a:0:10102D:80:500:3rd Speed (2/2)
  11561. grdius3a:0:10102C:03:000:4th Speed (1/2)
  11562. grdius3a:0:10102D:40:500:4th Speed (2/2)
  11563. grdius3a:0:10102C:04:000:5th Speed (1/2)
  11564. grdius3a:0:10102D:00:500:5th Speed (2/2)
  11565. grdius3a:0:10102C:04:000:Top Speed (1/2)
  11566. grdius3a:0:10102D:C0:500:Top Speed (2/2)
  11567. grdius3a:0:000000:00:999:[ Always have equip Missile ]
  11568. grdius3a:0:10106D:00:000:Lost Missile
  11569. grdius3a:0:10106D:01:000:Normal
  11570. grdius3a:0:10106D:02:000:Photon Torpedo
  11571. grdius3a:0:10106D:03:000:Spread Bomb
  11572. grdius3a:0:10106D:04:000:2Way
  11573. grdius3a:0:10106D:06:000:Control
  11574. grdius3a:0:10106D:07:000:Upper
  11575. grdius3a:0:10106D:08:000:S.Spread
  11576. grdius3a:0:000000:00:999:[ Always have equip MainShot]
  11577. grdius3a:0:10106C:00:000:Normal Shot
  11578. grdius3a:0:10106C:01:000:TailGun
  11579. grdius3a:0:10106C:02:000:Vertical
  11580. grdius3a:0:10106C:03:000:Double
  11581. grdius3a:0:10106C:04:000:Normal Laser
  11582. grdius3a:0:10106C:05:000:C.Laser
  11583. grdius3a:0:10106C:06:000:Twin Laser
  11584. grdius3a:0:10106C:07:000:Ripple
  11585. grdius3a:0:10106C:08:000:Free Way
  11586. grdius3a:0:10106C:09:000:Spread Gun
  11587. grdius3a:0:10106C:0A:000:E.Laser
  11588. grdius3a:0:000000:00:999:[ Edit Current Weapon Type  ]
  11589. grdius3a:0:10106E:00:001:Weapon Type A
  11590. grdius3a:0:10106E:01:001:Weapon Type B
  11591. grdius3a:0:10106E:02:001:Weapon Type C
  11592. grdius3a:0:10106E:03:001:Weapon Type D
  11593. grdius3a:0:10106E:05:001:Weapon Type EDIT
  11594. grdius3a:0:000000:00:999:[ Edit Current Missile Type ]
  11595. grdius3a:0:101075:02:000:Normal Missile
  11596. grdius3a:0:101075:03:000:Photon Torpedo
  11597. grdius3a:0:101075:04:000:Spread Bomb
  11598. grdius3a:0:101075:05:000:2Way
  11599. grdius3a:0:101075:16:000:Control
  11600. grdius3a:0:101075:1C:000:Upper
  11601. grdius3a:0:101075:1D:000:S.Spread
  11602. grdius3a:0:000000:00:999:[ Edit Current Double Type  ]
  11603. grdius3a:0:101077:06:000:Tail Gun
  11604. grdius3a:0:101077:07:000:Vertical
  11605. grdius3a:0:101077:08:000:Normal Double
  11606. grdius3a:0:101077:13:000:Free Way
  11607. grdius3a:0:101077:17:000:Spread
  11608. grdius3a:0:000000:00:999:[ Edit Current Laser Type   ]
  11609. grdius3a:0:101079:09:000:Normal Laser
  11610. grdius3a:0:101079:0A:000:C.Laser
  11611. grdius3a:0:101079:0B:000:Twin Laser
  11612. grdius3a:0:101079:0C:000:Ripple
  11613. grdius3a:0:101079:18:000:E.Laser
  11614. grdius3a:0:000000:00:999:[ Edit Current Option Type  ]
  11615. grdius3a:0:10107B:0D:000:Normal Option
  11616. grdius3a:0:10107B:0E:000:Snake Option
  11617. grdius3a:0:000000:00:999:[ Edit Current Shield Type  ]
  11618. grdius3a:0:10107D:10:000:Shield
  11619. grdius3a:0:10107D:12:000:Force Shield
  11620. grdius3a:0:10107D:11:000:Free Shield
  11621. grdius3a:0:10107D:1A:000:Reduce
  11622. grdius3a:0:000000:00:999:[ Edit Current Special Type ]
  11623. grdius3a:0:10107F:14:000:Flash
  11624. grdius3a:0:10107F:1B:000:Normal
  11625. grdius3a:0:10107F:19:000:Speed Down
  11626. grdius3a:0:10107F:1E:000:Option
  11627. grdius3a:0:000000:00:999:[       Round Select        ]
  11628. grdius3a:0:1039C3:FF:071:Select Lap
  11629. grdius3a:0:101051:0C:071:Select Round
  11630. grdius3a:0:1038F1:00:000:Start area 0
  11631. grdius3a:0:1038F1:01:000:Start area 1
  11632. grdius3a:0:1038F1:02:000:Start area 2
  11633. grdius3a:0:1038F1:03:000:Start area 3
  11634. grdius3a:0:1038F1:04:000:Start area 4
  11635. grdius3a:0:1038F1:05:000:Start area 5
  11636. grdius3a:0:1038F1:06:000:Start area 6
  11637. grdius3a:0:1038F1:07:000:Start area 7
  11638. grdius3a:0:1038F1:08:000:Start area 8
  11639. grdius3a:0:1038F1:09:000:Start area 9
  11640. grdius3a:0:1038F1:0A:000:Start area 10
  11641. grdius3a:0:1038F1:0B:000:Start area 11
  11642. grdius3a:0:1038F1:0C:000:Start area 12
  11643. grdius3a:0:1038F1:0D:000:Start area 13
  11644. grdius3a:0:1038F1:0E:000:Start area 14
  11645. grdius3a:0:1038F1:0F:000:Start area 15
  11646. grdius3a:0:1038F1:10:000:Start area 16
  11647. grdius3a:0:1038F1:11:000:Start area 17
  11648. grdius3a:0:1038F1:12:000:Start area 18
  11649. grdius3a:0:1038F1:13:000:Start area 19
  11650. grdius3a:0:1038F1:14:000:Start area 20
  11651. grdius3a:0:1038F1:15:000:Start area 21
  11652. grdius3a:0:1038F1:16:000:Start area 22
  11653. grdius3a:0:1038F1:17:000:Start area 23
  11654. grdius3a:0:1038F1:18:000:Start area 24
  11655. grdius3a:0:1038F1:19:000:Start area 25
  11656. grdius3a:0:1038F1:1A:000:Start area 26
  11657. grdius3a:0:1038F1:1B:000:Start area 27
  11658. grdius3a:0:1038F1:1C:000:Start area 28
  11659. grdius3a:0:1038F1:1D:000:Start area 29
  11660. grdius3a:0:1038F1:1E:000:Start area 30
  11661. grdius3a:0:1038F1:1F:000:Start area 31
  11662. grdius3a:0:1038F1:20:000:Start area 32
  11663. grdius3a:0:040002:41:002:Sound Test Timer Stop:[PL2 Start]Next Code
  11664.  
  11665. ; [ Galaxy Rescue ]
  11666. grescue:0:21AC:06:000:Infinite Lives PL1
  11667. grescue:0:21A2:80:000:Infinite Fuel PL1
  11668. grescue:0:22AC:06:000:Infinite Lives PL2
  11669. grescue:0:22A2:80:000:Infinite Fuel PL2
  11670. grescue:0:218D:00:000:Enemies once per Round: Also no Fireballs
  11671. grescue:0:21AB:00:000:Always Round 1 (Slow Enemies)
  11672. grescue:0:21AE:05:001:1 Rescue Ends Round Now!(1/2)
  11673. grescue:0:212D:01:501:1 Rescue Ends Round Now!(2/2)
  11674. grescue:0:21A0:01:501:1 Rescue Ends Round Now!(3/2)
  11675.  
  11676. ; [ Gridiron Fight ]
  11677. gridiron:0:C00C:5B:000:Infinite Time
  11678. gridiron:0:C106:00:000:Always First Down
  11679. gridiron:0:C106:00:001:Make it the First Down Now!
  11680. gridiron:0:C108:00:001:Make it the 1st Quarter Now!
  11681. gridiron:0:C108:01:001:Make it the 2nd Quarter Now!
  11682. gridiron:0:C108:02:001:Make it the 3rd Quarter Now!
  11683. gridiron:0:C108:03:001:Make it the Last Quarter Now!
  11684. gridiron:0:C00C:01:001:Finish Quarter Time Now!
  11685.  
  11686. ; [ Grobda (set 1) ]
  11687. grobda:0:0916:04:000:Infinite Lives
  11688. grobda:0:091C:27:000:Infinite Energy
  11689. grobda:0:09E7:00:000:Invincibility
  11690.  
  11691. ; [ Grobda (set 2) ]
  11692. grobda2:0:0916:04:000:Infinite Lives
  11693. grobda2:0:091C:27:000:Infinite Energy
  11694. grobda2:0:09E7:00:000:Invincibility
  11695.  
  11696. ; [ Grobda (set 3) ]
  11697. grobda3:0:0916:04:000:Infinite Lives
  11698. grobda3:0:091C:27:000:Infinite Energy
  11699. grobda3:0:09E7:00:000:Invincibility
  11700.  
  11701. ; [ Growl (World) ]
  11702. growl:0:107869:28:000:Infinite Energy PL1
  11703. growl:0:1078C5:EE:000:Invincibility PL1
  11704. growl:0:107845:06:000:Infinite Ammo PL1
  11705. growl:0:000000:00:999:[Note these weapon cheats   ]
  11706. growl:0:000000:00:999:[must be used with          ]
  11707. growl:0:000000:00:999:[invincibility enabled and a]
  11708. growl:0:000000:00:999:[weapon in use at the time. ]
  11709. growl:0:1078BB:00:001:Lose Weapon Now! PL1
  11710. growl:0:1078BB:01:001:Change to Knife Now! PL1
  11711. growl:0:1078BB:02:001:Change to Revolver Now! PL1
  11712. growl:0:1078BB:03:001:Change to Whip Now! PL1
  11713. growl:0:1078BB:05:001:Change to Ass. Rifle Now! PL1
  11714. growl:0:1078BB:06:001:Change to R Launcher Now! PL1
  11715. growl:0:1078BB:07:001:Change to Grenade Now! PL1
  11716. growl:0:1078BB:08:001:Change to Crow Bar Now! PL1
  11717. growl:0:1078BB:09:001:Change to Sword Now! PL1
  11718. growl:0:107969:28:000:Infinite Energy PL2
  11719. growl:0:1079C5:EE:000:Invincibility PL2
  11720. growl:0:107945:06:000:Infinite Ammo PL2
  11721. growl:0:000000:00:999:[Note these weapon cheats   ]
  11722. growl:0:000000:00:999:[must be used with          ]
  11723. growl:0:000000:00:999:[invincibility enabled and a]
  11724. growl:0:000000:00:999:[weapon in use at the time. ]
  11725. growl:0:1079BB:00:001:Lose Weapon Now! PL2
  11726. growl:0:1079BB:01:001:Change to Knife Now! PL2
  11727. growl:0:1079BB:02:001:Change to Revolver Now! PL2
  11728. growl:0:1079BB:03:001:Change to Whip Now! PL2
  11729. growl:0:1079BB:05:001:Change to Ass. Rifle Now! PL2
  11730. growl:0:1079BB:06:001:Change to R Launcher Now! PL2
  11731. growl:0:1079BB:07:001:Change to Grenade Now! PL2
  11732. growl:0:1079BB:08:001:Change to Crow Bar Now! PL2
  11733. growl:0:1079BB:09:001:Change to Sword Now! PL2
  11734.  
  11735. ; [ Growl (US) ]
  11736. growlu:0:107869:28:000:Infinite Energy PL1
  11737. growlu:0:1078C5:EE:000:Invincibility PL1
  11738. growlu:0:107845:06:000:Infinite Ammo PL1
  11739. growlu:0:000000:00:999:[Note these weapon cheats   ]
  11740. growlu:0:000000:00:999:[must be used with          ]
  11741. growlu:0:000000:00:999:[invincibility enabled and a]
  11742. growlu:0:000000:00:999:[weapon in use at the time. ]
  11743. growlu:0:1078BB:00:001:Lose Weapon Now! PL1
  11744. growlu:0:1078BB:01:001:Change to Knife Now! PL1
  11745. growlu:0:1078BB:02:001:Change to Revolver Now! PL1
  11746. growlu:0:1078BB:03:001:Change to Whip Now! PL1
  11747. growlu:0:1078BB:05:001:Change to Ass. Rifle Now! PL1
  11748. growlu:0:1078BB:06:001:Change to R Launcher Now! PL1
  11749. growlu:0:1078BB:07:001:Change to Grenade Now! PL1
  11750. growlu:0:1078BB:08:001:Change to Crow Bar Now! PL1
  11751. growlu:0:1078BB:09:001:Change to Sword Now! PL1
  11752. growlu:0:107969:28:000:Infinite Energy PL2
  11753. growlu:0:1079C5:EE:000:Invincibility PL2
  11754. growlu:0:107945:06:000:Infinite Ammo PL2
  11755. growlu:0:000000:00:999:[Note these weapon cheats   ]
  11756. growlu:0:000000:00:999:[must be used with          ]
  11757. growlu:0:000000:00:999:[invincibility enabled and a]
  11758. growlu:0:000000:00:999:[weapon in use at the time. ]
  11759. growlu:0:1079BB:00:001:Lose Weapon Now! PL2
  11760. growlu:0:1079BB:01:001:Change to Knife Now! PL2
  11761. growlu:0:1079BB:02:001:Change to Revolver Now! PL2
  11762. growlu:0:1079BB:03:001:Change to Whip Now! PL2
  11763. growlu:0:1079BB:05:001:Change to Ass. Rifle Now! PL2
  11764. growlu:0:1079BB:06:001:Change to R Launcher Now! PL2
  11765. growlu:0:1079BB:07:001:Change to Grenade Now! PL2
  11766. growlu:0:1079BB:08:001:Change to Crow Bar Now! PL2
  11767. growlu:0:1079BB:09:001:Change to Sword Now! PL2
  11768.  
  11769. ; [ Gryzor ]
  11770. gryzor:0:3B1C:09:000:Infinite Time
  11771. gryzor:0:1081:99:000:Infinite Lives PL1
  11772. gryzor:0:1245:01:000:Invincibility PL1 (1/2)
  11773. gryzor:0:1246:7F:500:Invincibility PL1 (2/2)
  11774. gryzor:0:1215:01:000:Always Use Normal Weapon PL1
  11775. gryzor:0:1215:02:000:Always Use Long Laser PL1
  11776. gryzor:0:1215:03:000:Always Use Short Laser PL1
  11777. gryzor:0:1215:04:000:Always Use Rapid Cannon PL1
  11778. gryzor:0:1215:0A:000:Always Use Spread Cannon PL1
  11779. gryzor:0:1215:14:000:Always Use Fireball PL1
  11780. gryzor:0:1215:00:001:Get Normal weapon Now! PL1
  11781. gryzor:0:1215:02:001:Get Long Laser Now! PL1
  11782. gryzor:0:1215:03:001:Get Short Laser Now! PL1
  11783. gryzor:0:1215:04:001:Get Rapid Cannon Now! PL1
  11784. gryzor:0:1215:0A:001:Get Spread Cannon Now! PL1
  11785. gryzor:0:1215:14:001:Get Fireball Now! PL1
  11786. gryzor:0:108D:99:000:Infinite Lives PL2
  11787. gryzor:0:1305:01:000:Invincibility PL2 (1/2)
  11788. gryzor:0:1306:7F:500:Invincibility PL2 (2/2)
  11789. gryzor:0:12D5:01:000:Always Use Normal Weapon PL2
  11790. gryzor:0:12D5:02:000:Always Use Long Laser PL2
  11791. gryzor:0:12D5:03:000:Always Use Short Laser PL2
  11792. gryzor:0:12D5:04:000:Always Use Rapid Cannon PL2
  11793. gryzor:0:12D5:0A:000:Always Use Spread Cannon PL2
  11794. gryzor:0:12D5:14:000:Always Use Fireball PL2
  11795. gryzor:0:12D5:00:001:Get Normal weapon Now! PL2
  11796. gryzor:0:12D5:02:001:Get Long Laser Now! PL2
  11797. gryzor:0:12D5:03:001:Get Short Laser Now! PL2
  11798. gryzor:0:12D5:04:001:Get Rapid Cannon Now! PL2
  11799. gryzor:0:12D5:0A:001:Get Spread Cannon Now! PL2
  11800. gryzor:0:12D5:14:001:Get Fireball Now! PL2
  11801. gryzor:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
  11802.  
  11803. ; [ Great Swordsman ]
  11804. gsword:0:9A1C:17:000:Infinite Time
  11805. gsword:0:924B:00:000:Stop Computer Winning Game
  11806. gsword:0:914B:00:000:Stop Player Winning Game
  11807. gsword:0:914B:05:001:Make Player Win This Game
  11808. gsword:0:9871:01:001:Go to Fencing 2 Next
  11809. gsword:0:9871:02:001:Go to Fencing 3 Next
  11810. gsword:0:9871:03:001:Go to Fencing 4/Bonus Next
  11811. gsword:0:9871:04:001:Go to Kendo 1 Next
  11812. gsword:0:9871:05:001:Go to Kendo 2 Next
  11813. gsword:0:9871:06:001:Go to Kendo 3 Next
  11814. gsword:0:9871:07:001:Go to Kendo 4 Next
  11815. gsword:0:9871:08:001:Go to Kendo 5/Bonus Next
  11816. gsword:0:9871:09:001:Go to Roman 1 Next
  11817. gsword:0:9871:0A:001:Go to Roman 2 Next
  11818. gsword:0:9871:0B:001:Go to Roman 3 Next
  11819. gsword:0:9871:0C:001:Go to Roman 4 Next
  11820. gsword:0:9871:0D:001:Go to Roman 5 Next
  11821. gsword:0:9871:0E:001:Go to Roman 6 Next
  11822. gsword:0:9871:0E:001:Go to Roman 7/End Next
  11823.  
  11824. ; [ Gingateikoku No Gyakushu ]
  11825. gteikoku:0:421D:06:000:Infinite Lives
  11826. gteikoku:0:4200:01:000:Invincibility (1/2)
  11827. gteikoku:0:4205:00:500:Invincibility (2/2)
  11828.  
  11829. ; [ Great 1000 Miles Rally ]
  11830. gtmr:0:102DE5:00:000:Infinite Time
  11831.  
  11832. ; [ Great 1000 Miles Rally (Evolution Model) ]
  11833. gtmre:0:1035ED:00:000:Infinite Time
  11834.  
  11835. ; [ Gun Dealer (set 2) ]
  11836. gundeala:0:ED5F:0F:000:Winning Score Now! PL1 (1/2)
  11837. gundeala:0:ED60:27:500:Winning Score Now! PL1 (2/2)
  11838. gundeala:0:ED61:0F:000:Winning Score Now! PL2 (1/2)
  11839. gundeala:0:ED62:27:500:Winning Score Now! PL2 (2/2)
  11840. gundeala:0:ECAB:34:001:Finish level Now!
  11841.  
  11842. ; [ Gun Dealer (set 1) ]
  11843. gundealr:0:ED5F:0F:000:Winning Score Now! PL1 (1/2)
  11844. gundealr:0:ED60:27:500:Winning Score Now! PL1 (2/2)
  11845. gundealr:0:ED61:0F:000:Winning Score Now! PL2 (1/2)
  11846. gundealr:0:ED62:27:500:Winning Score Now! PL2 (2/2)
  11847. gundealr:0:ECAB:34:001:Finish level Now!
  11848.  
  11849. ; [ Gun Fight ]
  11850. gunfight:0:2011:00:000:Infinite Bullets PL1
  11851. gunfight:0:2010:00:000:Infinite Bullets PL2
  11852. gunfight:0:2004:99:000:Infinite Time
  11853. gunfight:0:2005:00:000:PL1 score always 0
  11854. gunfight:0:2002:00:000:PL2 score always 0
  11855. gunfight:0:2005:00:001:Set PL1 score to 0 Now!
  11856. gunfight:0:2002:00:001:Set PL2 score to 0 Now!
  11857. gunfight:0:200E:99:073:Select score PL1
  11858. gunfight:0:200D:99:073:Select score PL2
  11859.  
  11860. ; [ Gunforce - Battle Fire Engulfed Terror Island (World) ]
  11861. gunforce:0:E6370:63:000:Infinite Time
  11862. gunforce:0:00000:00:999:[These Start on Level cheats]
  11863. gunforce:0:00000:00:999:[must be enabled on the     ]
  11864. gunforce:0:00000:00:999:[title screen and turned off]
  11865. gunforce:0:00000:00:999:[when you start the level.  ]
  11866. gunforce:0:E0002:01:000:Start on Level 2
  11867. gunforce:0:E0002:02:000:Start on Level 3
  11868. gunforce:0:E0002:03:000:Start on Level 4
  11869. gunforce:0:E0002:04:000:Start on Level 5
  11870. gunforce:0:E0002:05:000:Start on Level 5
  11871. gunforce:0:E0002:05:061:Select next level
  11872. gunforce:0:E61C2:09:000:Infinite Lives PL1
  11873. gunforce:0:E011E:64:000:Invincibility  PL1
  11874. gunforce:0:E61C4:09:000:Infinite Lives PL2
  11875. gunforce:0:E015E:64:000:Invincibility PL2
  11876.  
  11877. ; [ Gunforce - Battle Fire Engulfed Terror Island (US) ]
  11878. gunforcu:0:E6370:63:000:Infinite Time
  11879. gunforcu:0:00000:00:999:[These Start on Level cheats]
  11880. gunforcu:0:00000:00:999:[must be enabled on the     ]
  11881. gunforcu:0:00000:00:999:[title screen and turned off]
  11882. gunforcu:0:00000:00:999:[when you start the level.  ]
  11883. gunforcu:0:E0002:01:000:Start on Level 2
  11884. gunforcu:0:E0002:02:000:Start on Level 3
  11885. gunforcu:0:E0002:03:000:Start on Level 4
  11886. gunforcu:0:E0002:04:000:Start on Level 5
  11887. gunforcu:0:E0002:05:000:Start on Level 5
  11888. gunforcu:0:E0002:05:061:Select next level
  11889. gunforcu:0:E61C2:09:000:Infinite Lives PL1
  11890. gunforcu:0:E011E:64:000:Invincibility  PL1
  11891. gunforcu:0:E61C4:09:000:Infinite Lives PL2
  11892. gunforcu:0:E015E:64:000:Invincibility PL2
  11893.  
  11894. ; [ Gun Hohki (Japan) ]
  11895. gunhohki:0:E3540:0A:000:Infinite Lives PL1
  11896. gunhohki:0:E22C0:0A:000:Infinite Lives PL2
  11897.  
  11898. ; [ Gun.Smoke (US set 2) ]
  11899. gunsmoka:0:E040:06:000:Infinite Lives
  11900. gunsmoka:0:E037:FF:000:Horse (Invincibility)
  11901. gunsmoka:0:E041:06:000:Infinite Boots (Speed)
  11902. gunsmoka:0:E042:06:000:Infinite Bullets (Shot Speed)
  11903. gunsmoka:0:E043:06:000:Infinite Rifles (Range)
  11904. gunsmoka:0:F790:01:001:One hit to kill boss Now!
  11905. gunsmoka:0:0000:00:999:[Only Bosses & some Indians ]
  11906. gunsmoka:0:0000:00:999:[shoot with this cheat.     ]
  11907. gunsmoka:0:E470:18:000:Almost no enemies shoot
  11908. gunsmoka:0:0000:00:999:[Brown Enemies don't appear ]
  11909. gunsmoka:0:0000:00:999:[appear with the bosses.    ]
  11910. gunsmoka:0:E420:FF:000:No Common Guys at Boss
  11911.  
  11912. ; [ Gun.Smoke (World) ]
  11913. gunsmoke:0:E040:06:000:Infinite Lives
  11914. gunsmoke:0:E037:FF:000:Horse (Invincibility)
  11915. gunsmoke:0:E041:06:000:Infinite Boots (Speed)
  11916. gunsmoke:0:E042:06:000:Infinite Bullets (Shot Speed)
  11917. gunsmoke:0:E043:06:000:Infinite Rifles (Range)
  11918. gunsmoke:0:F790:01:001:One hit to kill boss Now!
  11919. gunsmoke:0:0000:00:999:[Only Bosses & some Indians ]
  11920. gunsmoke:0:0000:00:999:[shoot with this cheat.     ]
  11921. gunsmoke:0:E470:18:000:Almost no enemies shoot
  11922. gunsmoke:0:0000:00:999:[Brown Enemies don't appear ]
  11923. gunsmoke:0:0000:00:999:[appear with the bosses.    ]
  11924. gunsmoke:0:E420:FF:000:No Common Guys at Boss
  11925.  
  11926. ; [ Gun.Smoke (Japan) ]
  11927. gunsmokj:0:E040:06:000:Infinite Lives
  11928. gunsmokj:0:E037:FF:000:Horse (Invincibility)
  11929. gunsmokj:0:E041:06:000:Infinite Boots (Speed)
  11930. gunsmokj:0:E042:06:000:Infinite Bullets (Shot Speed)
  11931. gunsmokj:0:E043:06:000:Infinite Rifles (Range)
  11932. gunsmokj:0:F790:01:001:One hit to kill boss Now!
  11933. gunsmokj:0:0000:00:999:[Only Bosses & some Indians ]
  11934. gunsmokj:0:0000:00:999:[shoot with this cheat.     ]
  11935. gunsmokj:0:E470:18:000:Almost no enemies shoot
  11936. gunsmokj:0:0000:00:999:[Brown Enemies don't appear ]
  11937. gunsmokj:0:0000:00:999:[appear with the bosses.    ]
  11938. gunsmokj:0:E420:FF:000:No Common Guys at Boss
  11939.  
  11940. ; [ Gun.Smoke (US set 1) ]
  11941. gunsmrom:0:E040:06:000:Infinite Lives
  11942. gunsmrom:0:E037:FF:000:Horse (Invincibility)
  11943. gunsmrom:0:E041:06:000:Infinite Boots (Speed)
  11944. gunsmrom:0:E042:06:000:Infinite Bullets (Shot Speed)
  11945. gunsmrom:0:E043:06:000:Infinite Rifles (Range)
  11946. gunsmrom:0:F790:01:001:One hit to kill boss Now!
  11947. gunsmrom:0:0000:00:999:[Only Bosses & some Indians ]
  11948. gunsmrom:0:0000:00:999:[shoot with this cheat.     ]
  11949. gunsmrom:0:E470:18:000:Almost no enemies shoot
  11950. gunsmrom:0:0000:00:999:[Brown Enemies don't appear ]
  11951. gunsmrom:0:0000:00:999:[appear with the bosses.    ]
  11952. gunsmrom:0:E420:FF:000:No Common Guys at Boss
  11953.  
  11954. ; [ Gururin ]
  11955. gururin:0:101C5D:00:000:No more level gain:Solo only
  11956. gururin:0:000000:00:999:[Note on some games you only]
  11957. gururin:0:000000:00:999:[have 2 people, when this   ]
  11958. gururin:0:000000:00:999:[happens there is no CENTRE.]
  11959. gururin:0:000000:00:999:[CENTRE becomes LEFT for PL1]
  11960. gururin:0:000000:00:999:[and CENTRE becomes RIGHT   ]
  11961. gururin:0:000000:00:999:[for PL2. With what was LEFT]
  11962. gururin:0:000000:00:999:[and RIGHT become clear.    ]
  11963. gururin:0:101D03:01:000:Curr LEFT always Clear PL1
  11964. gururin:0:101D03:01:000:Curr LEFT always Pink PL1
  11965. gururin:0:101D03:02:000:Curr LEFT always Yellow PL1
  11966. gururin:0:101D03:03:000:Curr LEFT always Purple PL1
  11967. gururin:0:101D03:04:000:Curr LEFT always Red PL1
  11968. gururin:0:101D03:05:000:Curr LEFT always Grey PL1
  11969. gururin:0:101D03:06:000:Curr LEFT always Green PL1
  11970. gururin:0:101D03:07:000:Curr LEFT always Blue PL1
  11971. gururin:0:101D23:01:000:Curr CENTRE always Clear PL1
  11972. gururin:0:101D23:01:000:Curr CENTRE always Pink PL1
  11973. gururin:0:101D23:02:000:Curr CENTRE always Yellow PL1
  11974. gururin:0:101D23:03:000:Curr CENTRE always Purple PL1
  11975. gururin:0:101D23:04:000:Curr CENTRE always Red PL1
  11976. gururin:0:101D23:05:000:Curr CENTRE always Grey PL1
  11977. gururin:0:101D23:06:000:Curr CENTRE always Green PL1
  11978. gururin:0:101D23:07:000:Curr CENTRE always Blue PL1
  11979. gururin:0:101D43:01:000:Curr RIGHT always Clear PL1
  11980. gururin:0:101D43:01:000:Curr RIGHT always Pink PL1
  11981. gururin:0:101D43:02:000:Curr RIGHT always Yellow PL1
  11982. gururin:0:101D43:03:000:Curr RIGHT always Purple PL1
  11983. gururin:0:101D43:04:000:Curr RIGHT always Red PL1
  11984. gururin:0:101D43:05:000:Curr RIGHT always Grey PL1
  11985. gururin:0:101D43:06:000:Curr RIGHT always Green PL1
  11986. gururin:0:101D43:07:000:Curr RIGHT always Blue PL1
  11987. gururin:0:101D03:00:001:Curr LEFT is Clear Now! PL1
  11988. gururin:0:101D03:01:001:Curr LEFT is Pink Now! PL1
  11989. gururin:0:101D03:02:001:Curr LEFT is Yellow Now! PL1
  11990. gururin:0:101D03:03:001:Curr LEFT is Purple Now! PL1
  11991. gururin:0:101D03:04:001:Curr LEFT is Red Now! PL1
  11992. gururin:0:101D03:05:001:Curr LEFT is Grey Now! PL1
  11993. gururin:0:101D03:06:001:Curr LEFT is Green Now! PL1
  11994. gururin:0:101D03:07:001:Curr LEFT is Blue Now! PL1
  11995. gururin:0:101D23:00:001:Curr CENTRE is Clear Now! PL1
  11996. gururin:0:101D23:01:001:Curr CENTRE is Pink Now! PL1
  11997. gururin:0:101D23:02:001:Curr CENTRE is Yellow Now!PL1
  11998. gururin:0:101D23:03:001:Curr CENTRE is Purple Now!PL1
  11999. gururin:0:101D23:04:001:Curr CENTRE is Red Now! PL1
  12000. gururin:0:101D23:05:001:Curr CENTRE is Grey Now! PL1
  12001. gururin:0:101D23:06:001:Curr CENTRE is Green Now! PL1
  12002. gururin:0:101D23:07:001:Curr CENTRE is Blue Now! PL1
  12003. gururin:0:101D43:00:001:Curr RIGHT is Clear Now! PL1
  12004. gururin:0:101D43:01:001:Curr RIGHT is Pink Now! PL1
  12005. gururin:0:101D43:02:001:Curr RIGHT is Yellow Now! PL1
  12006. gururin:0:101D43:03:001:Curr RIGHT is Purple Now! PL1
  12007. gururin:0:101D43:04:001:Curr RIGHT is Red Now! PL1
  12008. gururin:0:101D43:05:001:Curr RIGHT is Grey Now! PL1
  12009. gururin:0:101D43:06:001:Curr RIGHT is Green Now! PL1
  12010. gururin:0:101D43:07:001:Curr RIGHT is Blue Now! PL1
  12011. gururin:0:101D63:01:000:Next LEFT always Clear PL1
  12012. gururin:0:101D63:01:000:Next LEFT always Pink PL1
  12013. gururin:0:101D63:02:000:Next LEFT always Yellow PL1
  12014. gururin:0:101D63:03:000:Next LEFT always Purple PL1
  12015. gururin:0:101D63:04:000:Next LEFT always Red PL1
  12016. gururin:0:101D63:05:000:Next LEFT always Grey PL1
  12017. gururin:0:101D63:06:000:Next LEFT always Green PL1
  12018. gururin:0:101D63:07:000:Next LEFT always Blue PL1
  12019. gururin:0:101D83:01:000:Next CENTRE always Clear PL1
  12020. gururin:0:101D83:01:000:Next CENTRE always Pink PL1
  12021. gururin:0:101D83:02:000:Next CENTRE always Yellow PL1
  12022. gururin:0:101D83:03:000:Next CENTRE always Purple PL1
  12023. gururin:0:101D83:04:000:Next CENTRE always Red PL1
  12024. gururin:0:101D83:05:000:Next CENTRE always Grey PL1
  12025. gururin:0:101D83:06:000:Next CENTRE always Green PL1
  12026. gururin:0:101D83:07:000:Next CENTRE always Blue PL1
  12027. gururin:0:101DA3:01:000:Next RIGHT always Clear PL1
  12028. gururin:0:101DA3:01:000:Next RIGHT always Pink PL1
  12029. gururin:0:101DA3:02:000:Next RIGHT always Yellow PL1
  12030. gururin:0:101DA3:03:000:Next RIGHT always Purple PL1
  12031. gururin:0:101DA3:04:000:Next RIGHT always Red PL1
  12032. gururin:0:101DA3:05:000:Next RIGHT always Grey PL1
  12033. gururin:0:101DA3:06:000:Next RIGHT always Green PL1
  12034. gururin:0:101DA3:07:000:Next RIGHT always Blue PL1
  12035. gururin:0:101D63:00:001:Next LEFT is Clear Now! PL1
  12036. gururin:0:101D63:01:001:Next LEFT is Pink Now! PL1
  12037. gururin:0:101D63:02:001:Next LEFT is Yellow Now! PL1
  12038. gururin:0:101D63:03:001:Next LEFT is Purple Now! PL1
  12039. gururin:0:101D63:04:001:Next LEFT is Red Now! PL1
  12040. gururin:0:101D63:05:001:Next LEFT is Grey Now! PL1
  12041. gururin:0:101D63:06:001:Next LEFT is Green Now! PL1
  12042. gururin:0:101D63:07:001:Next LEFT is Blue Now! PL1
  12043. gururin:0:101D83:00:001:Next CENTRE is Clear Now! PL1
  12044. gururin:0:101D83:01:001:Next CENTRE is Pink Now! PL1
  12045. gururin:0:101D83:02:001:Next CENTRE is Yellow Now!PL1
  12046. gururin:0:101D83:03:001:Next CENTRE is Purple Now!PL1
  12047. gururin:0:101D83:04:001:Next CENTRE is Red Now! PL1
  12048. gururin:0:101D83:05:001:Next CENTRE is Grey Now! PL1
  12049. gururin:0:101D83:06:001:Next CENTRE is Green Now! PL1
  12050. gururin:0:101D83:07:001:Next CENTRE is Blue Now! PL1
  12051. gururin:0:101DA3:00:001:Next RIGHT is Clear Now! PL1
  12052. gururin:0:101DA3:01:001:Next RIGHT is Pink Now! PL1
  12053. gururin:0:101DA3:02:001:Next RIGHT is Yellow Now! PL1
  12054. gururin:0:101DA3:03:001:Next RIGHT is Purple Now! PL1
  12055. gururin:0:101DA3:04:001:Next RIGHT is Red Now! PL1
  12056. gururin:0:101DA3:05:001:Next RIGHT is Grey Now! PL1
  12057. gururin:0:101DA3:06:001:Next RIGHT is Green Now! PL1
  12058. gururin:0:101DA3:07:001:Next RIGHT is Blue Now! PL1
  12059. gururin:0:101F03:01:000:Curr LEFT always Clear PL2
  12060. gururin:0:101F03:01:000:Curr LEFT always Pink PL2
  12061. gururin:0:101F03:02:000:Curr LEFT always Yellow PL2
  12062. gururin:0:101F03:03:000:Curr LEFT always Purple PL2
  12063. gururin:0:101F03:04:000:Curr LEFT always Red PL2
  12064. gururin:0:101F03:05:000:Curr LEFT always Grey PL2
  12065. gururin:0:101F03:06:000:Curr LEFT always Green PL2
  12066. gururin:0:101F03:07:000:Curr LEFT always Blue PL2
  12067. gururin:0:101F23:01:000:Curr CENTRE always Clear PL2
  12068. gururin:0:101F23:01:000:Curr CENTRE always Pink PL2
  12069. gururin:0:101F23:02:000:Curr CENTRE always Yellow PL2
  12070. gururin:0:101F23:03:000:Curr CENTRE always Purple PL2
  12071. gururin:0:101F23:04:000:Curr CENTRE always Red PL2
  12072. gururin:0:101F23:05:000:Curr CENTRE always Grey PL2
  12073. gururin:0:101F23:06:000:Curr CENTRE always Green PL2
  12074. gururin:0:101F23:07:000:Curr CENTRE always Blue PL2
  12075. gururin:0:101F43:01:000:Curr RIGHT always Clear PL2
  12076. gururin:0:101F43:01:000:Curr RIGHT always Pink PL2
  12077. gururin:0:101F43:02:000:Curr RIGHT always Yellow PL2
  12078. gururin:0:101F43:03:000:Curr RIGHT always Purple PL2
  12079. gururin:0:101F43:04:000:Curr RIGHT always Red PL2
  12080. gururin:0:101F43:05:000:Curr RIGHT always Grey PL2
  12081. gururin:0:101F43:06:000:Curr RIGHT always Green PL2
  12082. gururin:0:101F43:07:000:Curr RIGHT always Blue PL2
  12083. gururin:0:101F03:00:001:Curr LEFT is Clear Now! PL2
  12084. gururin:0:101F03:01:001:Curr LEFT is Pink Now! PL2
  12085. gururin:0:101F03:02:001:Curr LEFT is Yellow Now! PL2
  12086. gururin:0:101F03:03:001:Curr LEFT is Purple Now! PL2
  12087. gururin:0:101F03:04:001:Curr LEFT is Red Now! PL2
  12088. gururin:0:101F03:05:001:Curr LEFT is Grey Now! PL2
  12089. gururin:0:101F03:06:001:Curr LEFT is Green Now! PL2
  12090. gururin:0:101F03:07:001:Curr LEFT is Blue Now! PL2
  12091. gururin:0:101F23:00:001:Curr CENTRE is Clear Now! PL2
  12092. gururin:0:101F23:01:001:Curr CENTRE is Pink Now! PL2
  12093. gururin:0:101F23:02:001:Curr CENTRE is Yellow Now!PL2
  12094. gururin:0:101F23:03:001:Curr CENTRE is Purple Now!PL2
  12095. gururin:0:101F23:04:001:Curr CENTRE is Red Now! PL2
  12096. gururin:0:101F23:05:001:Curr CENTRE is Grey Now! PL2
  12097. gururin:0:101F23:06:001:Curr CENTRE is Green Now! PL2
  12098. gururin:0:101F23:07:001:Curr CENTRE is Blue Now! PL2
  12099. gururin:0:101F43:00:001:Curr RIGHT is Clear Now! PL2
  12100. gururin:0:101F43:01:001:Curr RIGHT is Pink Now! PL2
  12101. gururin:0:101F43:02:001:Curr RIGHT is Yellow Now! PL2
  12102. gururin:0:101F43:03:001:Curr RIGHT is Purple Now! PL2
  12103. gururin:0:101F43:04:001:Curr RIGHT is Red Now! PL2
  12104. gururin:0:101F43:05:001:Curr RIGHT is Grey Now! PL2
  12105. gururin:0:101F43:06:001:Curr RIGHT is Green Now! PL2
  12106. gururin:0:101F43:07:001:Curr RIGHT is Blue Now! PL2
  12107. gururin:0:101F63:01:000:Next LEFT always Clear PL2
  12108. gururin:0:101F63:01:000:Next LEFT always Pink PL2
  12109. gururin:0:101F63:02:000:Next LEFT always Yellow PL2
  12110. gururin:0:101F63:03:000:Next LEFT always Purple PL2
  12111. gururin:0:101F63:04:000:Next LEFT always Red PL2
  12112. gururin:0:101F63:05:000:Next LEFT always Grey PL2
  12113. gururin:0:101F63:06:000:Next LEFT always Green PL2
  12114. gururin:0:101F63:07:000:Next LEFT always Blue PL2
  12115. gururin:0:101F83:01:000:Next CENTRE always Clear PL2
  12116. gururin:0:101F83:01:000:Next CENTRE always Pink PL2
  12117. gururin:0:101F83:02:000:Next CENTRE always Yellow PL2
  12118. gururin:0:101F83:03:000:Next CENTRE always Purple PL2
  12119. gururin:0:101F83:04:000:Next CENTRE always Red PL2
  12120. gururin:0:101F83:05:000:Next CENTRE always Grey PL2
  12121. gururin:0:101F83:06:000:Next CENTRE always Green PL2
  12122. gururin:0:101F83:07:000:Next CENTRE always Blue PL2
  12123. gururin:0:101FA3:01:000:Next RIGHT always Clear PL2
  12124. gururin:0:101FA3:01:000:Next RIGHT always Pink PL2
  12125. gururin:0:101FA3:02:000:Next RIGHT always Yellow PL2
  12126. gururin:0:101FA3:03:000:Next RIGHT always Purple PL2
  12127. gururin:0:101FA3:04:000:Next RIGHT always Red PL2
  12128. gururin:0:101FA3:05:000:Next RIGHT always Grey PL2
  12129. gururin:0:101FA3:06:000:Next RIGHT always Green PL2
  12130. gururin:0:101FA3:07:000:Next RIGHT always Blue PL2
  12131. gururin:0:101F63:00:001:Next LEFT is Clear Now! PL2
  12132. gururin:0:101F63:01:001:Next LEFT is Pink Now! PL2
  12133. gururin:0:101F63:02:001:Next LEFT is Yellow Now! PL2
  12134. gururin:0:101F63:03:001:Next LEFT is Purple Now! PL2
  12135. gururin:0:101F63:04:001:Next LEFT is Red Now! PL2
  12136. gururin:0:101F63:05:001:Next LEFT is Grey Now! PL2
  12137. gururin:0:101F63:06:001:Next LEFT is Green Now! PL2
  12138. gururin:0:101F63:07:001:Next LEFT is Blue Now! PL2
  12139. gururin:0:101F83:00:001:Next CENTRE is Clear Now! PL2
  12140. gururin:0:101F83:01:001:Next CENTRE is Pink Now! PL2
  12141. gururin:0:101F83:02:001:Next CENTRE is Yellow Now!PL2
  12142. gururin:0:101F83:03:001:Next CENTRE is Purple Now!PL2
  12143. gururin:0:101F83:04:001:Next CENTRE is Red Now! PL2
  12144. gururin:0:101F83:05:001:Next CENTRE is Grey Now! PL2
  12145. gururin:0:101F83:06:001:Next CENTRE is Green Now! PL2
  12146. gururin:0:101F83:07:001:Next CENTRE is Blue Now! PL2
  12147. gururin:0:101FA3:00:001:Next RIGHT is Clear Now! PL2
  12148. gururin:0:101FA3:01:001:Next RIGHT is Pink Now! PL2
  12149. gururin:0:101FA3:02:001:Next RIGHT is Yellow Now! PL2
  12150. gururin:0:101FA3:03:001:Next RIGHT is Purple Now! PL2
  12151. gururin:0:101FA3:04:001:Next RIGHT is Red Now! PL2
  12152. gururin:0:101FA3:05:001:Next RIGHT is Grey Now! PL2
  12153. gururin:0:101FA3:06:001:Next RIGHT is Green Now! PL2
  12154. gururin:0:101FA3:07:001:Next RIGHT is Blue Now! PL2
  12155.  
  12156. ; [ Guttang Gottong ]
  12157. gutangtn:0:9900:06:000:Infinite Lives
  12158.  
  12159. ; [ Guzzler ]
  12160. guzzler:0:801E:06:000:Infinite Lives PL1
  12161. guzzler:0:801F:06:000:Infinite Lives PL2
  12162. guzzler:0:C015:09:006:Max bonus time
  12163. guzzler:0:836C:01:000:Infinite Water
  12164.  
  12165. ; [ Guerrilla War (US) ]
  12166. gwar:0:E3EC:0D:000:Infinite Lives PL1
  12167. gwar:0:E40B:99:000:Infinite Grenades PL1
  12168. gwar:0:E40E:99:000:Infinite Special Ammo PL1
  12169. gwar:0:E405:13:000:Infinite Tank Fuel PL1
  12170. gwar:0:E404:80:000:Invincibility PL1:Sprite will Flicker
  12171. gwar:0:E450:0D:000:Infinite Lives PL2
  12172. gwar:0:E46F:99:000:Infinite Grenades PL2
  12173. gwar:0:E472:99:000:Infinite Special Ammo PL2
  12174. gwar:0:E469:13:000:Infinite Tank Fuel PL2
  12175. gwar:0:E468:80:000:Invincibility PL2:Sprite will Flicker
  12176.  
  12177. ; [ Guerrilla War (Version 1) ]
  12178. gwara:0:E3EC:0D:000:Infinite Lives PL1
  12179. gwara:0:E40B:99:000:Infinite Grenades PL1
  12180. gwara:0:E40E:99:000:Infinite Special Ammo PL1
  12181. gwara:0:E405:13:000:Infinite Tank Fuel PL1
  12182. gwara:0:E404:80:000:Invincibility PL1:Sprite will Flicker
  12183. gwara:0:E450:0D:000:Infinite Lives PL2
  12184. gwara:0:E46F:99:000:Infinite Grenades PL2
  12185. gwara:0:E472:99:000:Infinite Special Ammo PL2
  12186. gwara:0:E469:13:000:Infinite Tank Fuel PL2
  12187. gwara:0:E468:80:000:Invincibility PL2:Sprite will Flicker
  12188.  
  12189. ; [ Guerrilla War (bootleg) ]
  12190. gwarb:0:E3EC:0D:000:Infinite Lives PL1
  12191. gwarb:0:E40B:99:000:Infinite Grenades PL1
  12192. gwarb:0:E40E:99:000:Infinite Special Ammo PL1
  12193. gwarb:0:E405:13:000:Infinite Tank Fuel PL1
  12194. gwarb:0:E404:80:000:Invincibility PL1:Sprite will Flicker
  12195. gwarb:0:E450:0D:000:Infinite Lives PL2
  12196. gwarb:0:E46F:99:000:Infinite Grenades PL2
  12197. gwarb:0:E472:99:000:Infinite Special Ammo PL2
  12198. gwarb:0:E469:13:000:Infinite Tank Fuel PL2
  12199. gwarb:0:E468:80:000:Invincibility PL2:Sprite will Flicker
  12200.  
  12201. ; [ Guevara (Japan) ]
  12202. gwarj:0:E3EC:0D:000:Infinite Lives PL1
  12203. gwarj:0:E40B:99:000:Infinite Grenades PL1
  12204. gwarj:0:E40E:99:000:Infinite Special Ammo PL1
  12205. gwarj:0:E405:13:000:Infinite Tank Fuel PL1
  12206. gwarj:0:E404:80:000:Invincibility PL1:Sprite will Flicker
  12207. gwarj:0:E450:0D:000:Infinite Lives PL2
  12208. gwarj:0:E46F:99:000:Infinite Grenades PL2
  12209. gwarj:0:E472:99:000:Infinite Special Ammo PL2
  12210. gwarj:0:E469:13:000:Infinite Tank Fuel PL2
  12211. gwarj:0:E468:80:000:Invincibility PL2:Sprite will Flicker
  12212.  
  12213. ; [ Galactic Warriors ]
  12214. gwarrior:0:01F803:03:000:Infinite Lives
  12215. gwarrior:0:01F8E2:8E:006:Infinite Energy
  12216. gwarrior:0:01F8E1:59:000:Infinite Time
  12217. gwarrior:0:01F8E3:01:001:One hit to kill enemy Now!
  12218. gwarrior:0:01F766:FF:000:Sound Test Code Stop:[Unknown]Next Code
  12219. gwarrior:0:01FF06:FF:000:WakeUp Music Timer Stop:Start again after the use
  12220.  
  12221. ; [ Gypsy Juggler ]
  12222. gypsyjug:0:0E3D:09:000:Infinite Misses
  12223.  
  12224. ; [ Gyrodine ]
  12225. gyrodine:0:FB53:0F:000:Infinite Lives
  12226. gyrodine:0:F3B0:00:000:Invincibility
  12227.  
  12228. ; [ Gyruss (Konami) ]
  12229. gyruss:0:9600:06:000:Infinite Lives
  12230. gyruss:0:9000:FF:000:Invincibility (1/2)
  12231. gyruss:0:9543:00:500:Invincibility (2/2)
  12232. gyruss:0:930E:01:000:Always Double Firepower
  12233. gyruss:0:930E:01:000:Always Normal Firepower
  12234. gyruss:0:930E:01:001:Get Double Firepower Now!
  12235. gyruss:0:930E:01:001:Get Normal Firepower Now!
  12236.  
  12237. ; [ Gyruss (Centuri) ]
  12238. gyrussce:0:9600:06:000:Infinite Lives
  12239. gyrussce:0:9000:FF:000:Invincibility (1/2)
  12240. gyrussce:0:9543:00:500:Invincibility (2/2)
  12241. gyrussce:0:930E:01:000:Always Double Firepower
  12242. gyrussce:0:930E:01:000:Always Normal Firepower
  12243. gyrussce:0:930E:01:001:Get Double Firepower Now!
  12244. gyrussce:0:930E:01:001:Get Normal Firepower Now!
  12245.  
  12246. ; [ Hachoo! ]
  12247. hachoo:0:0F5004:7F:000:Infinite Energy PL1
  12248. hachoo:0:0F7029:05:000:Power Up PL1
  12249. hachoo:0:0F5084:7F:000:Infinite Energy PL2
  12250. hachoo:0:0F70A9:05:000:Power Up PL2
  12251.  
  12252. ; [ HAL21 ]
  12253. hal21:0:FC7C:08:000:Infinite Lives PL1
  12254. hal21:0:FC71:00:000:Invincibility PL1
  12255. hal21:0:FCB8:08:000:Infinite Lives PL2
  12256. hal21:0:FCAD:00:000:Invincibility PL2
  12257.  
  12258. ; [ HAL21 (Japan) ]
  12259. hal21j:0:FC7C:08:000:Infinite Lives PL1
  12260. hal21j:0:FC71:00:000:Invincibility PL1
  12261. hal21j:0:FCB8:08:000:Infinite Lives PL2
  12262. hal21j:0:FCAD:00:000:Invincibility PL2
  12263.  
  12264. ; [ Hangly-Man (set 1) ]
  12265. hangly:0:4E14:06:000:Infinite Lives (1/2)
  12266. hangly:0:4E15:05:500:Infinite Lives (2/2)
  12267. hangly:0:0000:00:999:[------Starting Levels------]
  12268. hangly:0:0000:00:999:[Deactivate the cheats after]
  12269. hangly:0:0000:00:999:[starting the level or leave]
  12270. hangly:0:0000:00:999:[active to repeat the level.]
  12271. hangly:0:4E0A:7E:000:Start at Strawberry (1/2)
  12272. hangly:0:4E13:01:500:Start at Strawberry (2/2)
  12273. hangly:0:4E0A:7F:000:Start at 1st Orange (1/2)
  12274. hangly:0:4E13:02:500:Start at 1st Orange (2/2)
  12275. hangly:0:4E0A:80:000:Start at 2nd Orange (1/2)
  12276. hangly:0:4E13:03:500:Start at 2nd Orange (2/2)
  12277. hangly:0:4E0A:81:000:Start at 1st Apple (1/2)
  12278. hangly:0:4E13:04:500:Start at 1st Apple (2/2)
  12279. hangly:0:4E0A:82:000:Start at 2nd Apple (1/2)
  12280. hangly:0:4E13:05:500:Start at 2nd Apple (2/2)
  12281. hangly:0:4E0A:83:000:Start at 1st Pineapple (1/2)
  12282. hangly:0:4E13:06:500:Start at 1st Pineapple (2/2)
  12283. hangly:0:4E0A:84:000:Start at 2nd Pineapple (1/2)
  12284. hangly:0:4E13:07:500:Start at 2nd Pineapple (2/2)
  12285. hangly:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  12286. hangly:0:4E13:08:500:Start at 1st Galaxian (2/2)
  12287. hangly:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  12288. hangly:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  12289. hangly:0:4E0A:87:000:Start at 1st Bell (1/2)
  12290. hangly:0:4E13:0A:500:Start at 1st Bell (2/2)
  12291. hangly:0:4E0A:88:000:Start at 2nd Bell (1/2)
  12292. hangly:0:4E13:0B:500:Start at 2nd Bell (2/2)
  12293. hangly:0:4E0A:87:000:Start at 1st Key (1/2)
  12294. hangly:0:4E13:0C:500:Start at 1st Key (2/2)
  12295. hangly:0:4E0A:88:000:Start at 2nd Key (1/2)
  12296. hangly:0:4E13:0D:500:Start at 2nd Key (2/2)
  12297. hangly:0:0000:00:999:[------Practice Levels------]
  12298. hangly:0:4E13:00:000:Practice Cherry
  12299. hangly:0:4E13:01:000:Practice Strawberry
  12300. hangly:0:4E13:02:000:Practice 1st Orange
  12301. hangly:0:4E13:03:000:Practice 2nd Orange
  12302. hangly:0:4E13:04:000:Practice 1st Apple
  12303. hangly:0:4E13:05:000:Practice 2nd Apple
  12304. hangly:0:4E13:06:000:Practice 1st Pineapple
  12305. hangly:0:4E13:07:000:Practice 2nd Pineapple
  12306. hangly:0:4E13:08:000:Practice 1st Galaxian
  12307. hangly:0:4E13:09:000:Practice 2nd Galaxian
  12308. hangly:0:4E13:0A:000:Practice 1st Bell
  12309. hangly:0:4E13:0B:000:Practice 2nd Bell
  12310. hangly:0:4E13:0C:000:Practice 1st Key
  12311. hangly:0:4E13:0D:000:Practice 2nd Key
  12312. hangly:0:4E13:FF:000:Split-Screen (Unplayable)
  12313. hangly:0:4E13:FE:000:No maze or dots(Unfinishable)
  12314. hangly:0:0000:00:999:[------Practice Speeds------]
  12315. hangly:0:4DBD:00:000:Stay blue until eaten (1/2)
  12316. hangly:0:4DBE:00:500:Stay blue until eaten (2/2)
  12317. hangly:0:4DBD:58:000:Slow changeback (1/2)
  12318. hangly:0:4DBE:02:500:Slow changeback (2/2)
  12319. hangly:0:4DBD:68:000:Moderate changeback (1/2)
  12320. hangly:0:4DBE:01:500:Moderate changeback (2/2)
  12321. hangly:0:4DBD:F0:000:Quick changeback (1/2)
  12322. hangly:0:4DBE:00:500:Quick changeback (2/2)
  12323. hangly:0:4DBD:78:000:Lightning changeback (1/2)
  12324. hangly:0:4DBE:00:500:Lightning changeback (2/2)
  12325. hangly:0:4DBD:01:000:No change to blue (1/2)
  12326. hangly:0:4DBE:00:500:No change to blue (2/2)
  12327. hangly:0:0000:00:999:[-------Ghost Status--------]
  12328. hangly:0:4DA7:01:000:Red always blue
  12329. hangly:0:4DA8:01:000:Pink always blue
  12330. hangly:0:4DA9:01:000:Green always blue
  12331. hangly:0:4DAA:01:000:Orange always blue
  12332. hangly:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  12333.  
  12334. ; [ Hangly-Man (set 2) ]
  12335. hangly2:0:4E14:06:000:Infinite Lives (1/2)
  12336. hangly2:0:4E15:05:500:Infinite Lives (2/2)
  12337. hangly2:0:0000:00:999:[------Starting Levels------]
  12338. hangly2:0:0000:00:999:[Deactivate the cheats after]
  12339. hangly2:0:0000:00:999:[starting the level or leave]
  12340. hangly2:0:0000:00:999:[active to repeat the level.]
  12341. hangly2:0:4E0A:7E:000:Start at Strawberry (1/2)
  12342. hangly2:0:4E13:01:500:Start at Strawberry (2/2)
  12343. hangly2:0:4E0A:7F:000:Start at 1st Orange (1/2)
  12344. hangly2:0:4E13:02:500:Start at 1st Orange (2/2)
  12345. hangly2:0:4E0A:80:000:Start at 2nd Orange (1/2)
  12346. hangly2:0:4E13:03:500:Start at 2nd Orange (2/2)
  12347. hangly2:0:4E0A:81:000:Start at 1st Apple (1/2)
  12348. hangly2:0:4E13:04:500:Start at 1st Apple (2/2)
  12349. hangly2:0:4E0A:82:000:Start at 2nd Apple (1/2)
  12350. hangly2:0:4E13:05:500:Start at 2nd Apple (2/2)
  12351. hangly2:0:4E0A:83:000:Start at 1st Pineapple (1/2)
  12352. hangly2:0:4E13:06:500:Start at 1st Pineapple (2/2)
  12353. hangly2:0:4E0A:84:000:Start at 2nd Pineapple (1/2)
  12354. hangly2:0:4E13:07:500:Start at 2nd Pineapple (2/2)
  12355. hangly2:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  12356. hangly2:0:4E13:08:500:Start at 1st Galaxian (2/2)
  12357. hangly2:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  12358. hangly2:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  12359. hangly2:0:4E0A:87:000:Start at 1st Bell (1/2)
  12360. hangly2:0:4E13:0A:500:Start at 1st Bell (2/2)
  12361. hangly2:0:4E0A:88:000:Start at 2nd Bell (1/2)
  12362. hangly2:0:4E13:0B:500:Start at 2nd Bell (2/2)
  12363. hangly2:0:4E0A:87:000:Start at 1st Key (1/2)
  12364. hangly2:0:4E13:0C:500:Start at 1st Key (2/2)
  12365. hangly2:0:4E0A:88:000:Start at 2nd Key (1/2)
  12366. hangly2:0:4E13:0D:500:Start at 2nd Key (2/2)
  12367. hangly2:0:0000:00:999:[------Practice Levels------]
  12368. hangly2:0:4E13:00:000:Practice Cherry
  12369. hangly2:0:4E13:01:000:Practice Strawberry
  12370. hangly2:0:4E13:02:000:Practice 1st Orange
  12371. hangly2:0:4E13:03:000:Practice 2nd Orange
  12372. hangly2:0:4E13:04:000:Practice 1st Apple
  12373. hangly2:0:4E13:05:000:Practice 2nd Apple
  12374. hangly2:0:4E13:06:000:Practice 1st Pineapple
  12375. hangly2:0:4E13:07:000:Practice 2nd Pineapple
  12376. hangly2:0:4E13:08:000:Practice 1st Galaxian
  12377. hangly2:0:4E13:09:000:Practice 2nd Galaxian
  12378. hangly2:0:4E13:0A:000:Practice 1st Bell
  12379. hangly2:0:4E13:0B:000:Practice 2nd Bell
  12380. hangly2:0:4E13:0C:000:Practice 1st Key
  12381. hangly2:0:4E13:0D:000:Practice 2nd Key
  12382. hangly2:0:4E13:FF:000:Split-Screen (Unplayable)
  12383. hangly2:0:4E13:FE:000:No maze or dots(Unfinishable)
  12384. hangly2:0:0000:00:999:[------Practice Speeds------]
  12385. hangly2:0:4DBD:00:000:Stay blue until eaten (1/2)
  12386. hangly2:0:4DBE:00:500:Stay blue until eaten (2/2)
  12387. hangly2:0:4DBD:58:000:Slow changeback (1/2)
  12388. hangly2:0:4DBE:02:500:Slow changeback (2/2)
  12389. hangly2:0:4DBD:68:000:Moderate changeback (1/2)
  12390. hangly2:0:4DBE:01:500:Moderate changeback (2/2)
  12391. hangly2:0:4DBD:F0:000:Quick changeback (1/2)
  12392. hangly2:0:4DBE:00:500:Quick changeback (2/2)
  12393. hangly2:0:4DBD:78:000:Lightning changeback (1/2)
  12394. hangly2:0:4DBE:00:500:Lightning changeback (2/2)
  12395. hangly2:0:4DBD:01:000:No change to blue (1/2)
  12396. hangly2:0:4DBE:00:500:No change to blue (2/2)
  12397. hangly2:0:0000:00:999:[-------Ghost Status--------]
  12398. hangly2:0:4DA7:01:000:Red always blue
  12399. hangly2:0:4DA8:01:000:Pink always blue
  12400. hangly2:0:4DA9:01:000:Green always blue
  12401. hangly2:0:4DAA:01:000:Orange always blue
  12402. hangly2:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  12403.  
  12404. ; [ Hang-On ]
  12405. hangon:0:20C500:99:000:Infinite Time
  12406.  
  12407. ; [ Hard Hat ]
  12408. hardhat:0:0070:05:000:Infinite Lives PL1
  12409. hardhat:0:0071:05:000:Infinite Lives PL2
  12410. hardhat:0:01FC:89:000:Invincibility
  12411.  
  12412. ; [ Adventure Quiz 2 Hatena Hatena no Dai-Bouken (Japan) ]
  12413. hatena:0:F975:05:000:Infinite Vitality PL1
  12414. hatena:0:F9F5:05:000:Infinite Vitality PL2
  12415. hatena:0:F077:0A:000:Infinite Time
  12416. hatena:0:F061:0A:000:Infinite  questions
  12417. hatena:0:0000:00:999:[Watch out for these values ]
  12418. hatena:0:0000:00:999:[   01=1, 02=2, 03=3, 04=4  ]
  12419. hatena:0:FB62:00:998:Watch me for good answer
  12420. hatena:0:F068:08:001:Good answer ends quiz Now!
  12421.  
  12422. ; [ Hat Trick ]
  12423. hattrick:0:009A:FF:000:Infinite Time
  12424. hattrick:0:015F:99:073:Select Score RED TEAM
  12425. hattrick:0:013A:99:073:Select Score BLUE TEAM
  12426.  
  12427. ; [ Heavy Barrel (US) ]
  12428. hbarrel:0:FF8032:80:000:Invincibility PL1
  12429. hbarrel:0:FF8033:80:000:Super Invincibility PL1
  12430. hbarrel:0:FF8052:04:000:Infinite Keys PL1
  12431. hbarrel:0:FF8034:05:000:Infinite Lives PL1
  12432. hbarrel:0:FF8043:99:000:Infinite Fire Gun PL1
  12433. hbarrel:0:FF8045:99:000:Infinite Multi-Way Shot PL1
  12434. hbarrel:0:FF8047:99:000:Infinite Flamethrower PL1
  12435. hbarrel:0:FF804D:99:000:Infinite Grenades PL1
  12436. hbarrel:0:FF804F:99:000:Infinite Smoke Bomb PL1
  12437. hbarrel:0:FF8051:99:000:Infinite Chain Thrower PL1
  12438. hbarrel:0:FF8711:99:000:Infinite Super Weapon PL1
  12439. hbarrel:0:FF8049:00:000:Always have Normal GrenadePL1
  12440. hbarrel:0:FF8049:01:000:Always have Red Grenade PL1
  12441. hbarrel:0:FF803C:00:001:Get Basic Weapon PL1
  12442. hbarrel:0:FF803C:01:001:Get Laser Weapon PL1
  12443. hbarrel:0:FF803C:02:001:Get Multi-Way Shot PL1 
  12444. hbarrel:0:FF803C:03:001:Get Flamethrower PL1
  12445. hbarrel:0:FF8710:80:001:Get the Super weapon PL1
  12446. hbarrel:0:FF8049:00:001:Get Normal Grenade Now! PL1
  12447. hbarrel:0:FF8049:01:001:Get have Red Grenade Now! PL1
  12448. hbarrel:0:FF8710:80:000:Super Gun PL1
  12449. hbarrel:0:FFA59F:D8:000:Special Weapon Ammo PL1
  12450. hbarrel:0:FF8076:80:000:Invincibility PL2
  12451. hbarrel:0:FF8077:80:000:Super Invincibility PL2
  12452. hbarrel:0:FF8096:04:000:Infinite Keys PL2
  12453. hbarrel:0:FF8078:05:000:Infinite Lives PL2
  12454. hbarrel:0:FF8087:99:000:Infinite Fire Gun PL2
  12455. hbarrel:0:FF8089:99:000:Infinite Multi-Way Shot PL2
  12456. hbarrel:0:FF808B:99:000:Infinite Flamethrower PL2
  12457. hbarrel:0:FF8091:99:000:Infinite Grenades PL2
  12458. hbarrel:0:FF8093:99:000:Infinite Smoke Bomb PL2
  12459. hbarrel:0:FF8095:99:000:Infinite Chain Thrower PL2
  12460. hbarrel:0:FF8755:99:000:Infinite Super Weapon PL2
  12461. hbarrel:0:FF808D:00:000:Always have Normal GrenadePL2
  12462. hbarrel:0:FF808D:01:000:Always have Red Grenade PL2
  12463. hbarrel:0:FF8080:00:001:Get Basic Weapon PL2
  12464. hbarrel:0:FF8080:01:001:Get Laser Weapon PL2
  12465. hbarrel:0:FF8080:02:001:Get Multi-Way Shot PL2 
  12466. hbarrel:0:FF8080:03:001:Get Flamethrower PL2
  12467. hbarrel:0:FF8754:80:001:Get the Super weapon PL2
  12468. hbarrel:0:FF808D:00:001:Get Normal Grenade Now! PL2
  12469. hbarrel:0:FF808D:01:001:Get Red Grenade Now! PL2
  12470.  
  12471. ; [ Heavy Barrel (World) ]
  12472. hbarrelw:0:FF8032:80:000:Invincibility PL1
  12473. hbarrelw:0:FF8033:80:000:Super Invincibility PL1
  12474. hbarrelw:0:FF8052:04:000:Infinite Keys PL1
  12475. hbarrelw:0:FF8034:05:000:Infinite Lives PL1
  12476. hbarrelw:0:FF8043:99:000:Infinite Fire Gun PL1
  12477. hbarrelw:0:FF8045:99:000:Infinite Multi-Way Shot PL1
  12478. hbarrelw:0:FF8047:99:000:Infinite Flamethrower PL1
  12479. hbarrelw:0:FF804D:99:000:Infinite Grenades PL1
  12480. hbarrelw:0:FF804F:99:000:Infinite Smoke Bomb PL1
  12481. hbarrelw:0:FF8051:99:000:Infinite Chain Thrower PL1
  12482. hbarrelw:0:FF8711:99:000:Infinite Super Weapon PL1
  12483. hbarrelw:0:FF8049:00:000:Always have Normal GrenadePL1
  12484. hbarrelw:0:FF8049:01:000:Always have Red Grenade PL1
  12485. hbarrelw:0:FF803C:00:001:Get Basic Weapon PL1
  12486. hbarrelw:0:FF803C:01:001:Get Laser Weapon PL1
  12487. hbarrelw:0:FF803C:02:001:Get Multi-Way Shot PL1 
  12488. hbarrelw:0:FF803C:03:001:Get Flamethrower PL1
  12489. hbarrelw:0:FF8710:80:001:Get the Super weapon PL1
  12490. hbarrelw:0:FF8049:00:001:Get Normal Grenade Now! PL1
  12491. hbarrelw:0:FF8049:01:001:Get have Red Grenade Now! PL1
  12492. hbarrelw:0:FF8710:80:000:Super Gun PL1
  12493. hbarrelw:0:FFA59F:D8:000:Special Weapon Ammo PL1
  12494. hbarrelw:0:FF8076:80:000:Invincibility PL2
  12495. hbarrelw:0:FF8077:80:000:Super Invincibility PL2
  12496. hbarrelw:0:FF8096:04:000:Infinite Keys PL2
  12497. hbarrelw:0:FF8078:05:000:Infinite Lives PL2
  12498. hbarrelw:0:FF8087:99:000:Infinite Fire Gun PL2
  12499. hbarrelw:0:FF8089:99:000:Infinite Multi-Way Shot PL2
  12500. hbarrelw:0:FF808B:99:000:Infinite Flamethrower PL2
  12501. hbarrelw:0:FF8091:99:000:Infinite Grenades PL2
  12502. hbarrelw:0:FF8093:99:000:Infinite Smoke Bomb PL2
  12503. hbarrelw:0:FF8095:99:000:Infinite Chain Thrower PL2
  12504. hbarrelw:0:FF8755:99:000:Infinite Super Weapon PL2
  12505. hbarrelw:0:FF808D:00:000:Always have Normal GrenadePL2
  12506. hbarrelw:0:FF808D:01:000:Always have Red Grenade PL2
  12507. hbarrelw:0:FF8080:00:001:Get Basic Weapon PL2
  12508. hbarrelw:0:FF8080:01:001:Get Laser Weapon PL2
  12509. hbarrelw:0:FF8080:02:001:Get Multi-Way Shot PL2 
  12510. hbarrelw:0:FF8080:03:001:Get Flamethrower PL2
  12511. hbarrelw:0:FF8754:80:001:Get the Super weapon PL2
  12512. hbarrelw:0:FF808D:00:001:Get Normal Grenade Now! PL2
  12513. hbarrelw:0:FF808D:01:001:Get Red Grenade Now! PL2
  12514.  
  12515. ; [ Haunted Castle (set 1) ]
  12516. hcastle:0:1F13:59:000:Infinite Time
  12517. hcastle:0:080C:10:000:Infinite Energy
  12518. hcastle:0:1012:FF:000:Invincibility
  12519. hcastle:0:0819:99:000:Infinite Hearts
  12520. hcastle:0:080F:01:001:Finish this Stage Now!
  12521. hcastle:0:1010:00:000:Weapon always Wip
  12522. hcastle:0:1010:01:000:Weapon always Hammer
  12523. hcastle:0:1010:02:000:Weapon always Sword
  12524. hcastle:0:1010:00:001:Change weapon to Wip Now!
  12525. hcastle:0:1010:01:001:Change weapon to Hammer Now!
  12526. hcastle:0:1010:02:001:Change weapon to Sword Now!
  12527. hcastle:0:1E99:00:001:Item Window empty Now!
  12528. hcastle:0:1E99:01:001:Item Window = Bomb Now!
  12529. hcastle:0:1E99:02:001:Item Window = Fire Now!
  12530. hcastle:0:1E99:03:001:Item Window = Boomerang Now!
  12531. hcastle:0:1E99:04:001:Item Window = Cross Now!
  12532. hcastle:0:1E99:05:001:Item Window = Clock Now!
  12533. hcastle:0:0000:00:999:[The Select current level   ]
  12534. hcastle:0:0000:00:999:[can be enabled on the intro]
  12535. hcastle:0:0000:00:999:[screen it doesn't work if  ]
  12536. hcastle:0:0000:00:999:[enabled on the title screen]
  12537. hcastle:0:0806:05:071:Select current level
  12538. hcastle:0:0806:05:061:Select next level
  12539. hcastle:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  12540.  
  12541. ; [ Haunted Castle (set 2) ]
  12542. hcastlea:0:1F13:59:000:Infinite Time
  12543. hcastlea:0:080C:10:000:Infinite Energy
  12544. hcastlea:0:1012:FF:000:Invincibility
  12545. hcastlea:0:0819:99:000:Infinite Hearts
  12546. hcastlea:0:080F:01:001:Finish this Stage Now!
  12547. hcastlea:0:1010:00:000:Weapon always Wip
  12548. hcastlea:0:1010:01:000:Weapon always Hammer
  12549. hcastlea:0:1010:02:000:Weapon always Sword
  12550. hcastlea:0:1010:00:001:Change weapon to Wip Now!
  12551. hcastlea:0:1010:01:001:Change weapon to Hammer Now!
  12552. hcastlea:0:1010:02:001:Change weapon to Sword Now!
  12553. hcastlea:0:1E99:00:001:Item Window empty Now!
  12554. hcastlea:0:1E99:01:001:Item Window = Bomb Now!
  12555. hcastlea:0:1E99:02:001:Item Window = Fire Now!
  12556. hcastlea:0:1E99:03:001:Item Window = Boomerang Now!
  12557. hcastlea:0:1E99:04:001:Item Window = Cross Now!
  12558. hcastlea:0:1E99:05:001:Item Window = Clock Now!
  12559. hcastlea:0:0000:00:999:[The Select current level   ]
  12560. hcastlea:0:0000:00:999:[can be enabled on the intro]
  12561. hcastlea:0:0000:00:999:[screen it doesn't work if  ]
  12562. hcastlea:0:0000:00:999:[enabled on the title screen]
  12563. hcastlea:0:0806:05:071:Select current level
  12564. hcastlea:0:0806:05:061:Select next level
  12565. hcastlea:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  12566.  
  12567. ; [ Akuma-Jou Dracula (Japan) ]
  12568. hcastlej:0:1F13:59:000:Infinite Time
  12569. hcastlej:0:080C:10:000:Infinite Energy
  12570. hcastlej:0:1012:FF:000:Invincibility
  12571. hcastlej:0:0819:99:000:Infinite Hearts
  12572. hcastlej:0:080F:01:001:Finish this Stage Now!
  12573. hcastlej:0:1010:00:000:Weapon always Wip
  12574. hcastlej:0:1010:01:000:Weapon always Hammer
  12575. hcastlej:0:1010:02:000:Weapon always Sword
  12576. hcastlej:0:1010:00:001:Change weapon to Wip Now!
  12577. hcastlej:0:1010:01:001:Change weapon to Hammer Now!
  12578. hcastlej:0:1010:02:001:Change weapon to Sword Now!
  12579. hcastlej:0:1E99:00:001:Item Window empty Now!
  12580. hcastlej:0:1E99:01:001:Item Window = Bomb Now!
  12581. hcastlej:0:1E99:02:001:Item Window = Fire Now!
  12582. hcastlej:0:1E99:03:001:Item Window = Boomerang Now!
  12583. hcastlej:0:1E99:04:001:Item Window = Cross Now!
  12584. hcastlej:0:1E99:05:001:Item Window = Clock Now!
  12585. hcastlej:0:0000:00:999:[The Select current level   ]
  12586. hcastlej:0:0000:00:999:[can be enabled on the intro]
  12587. hcastlej:0:0000:00:999:[screen it doesn't work if  ]
  12588. hcastlej:0:0000:00:999:[enabled on the title screen]
  12589. hcastlej:0:0806:05:071:Select current level
  12590. hcastlej:0:0806:05:061:Select next level
  12591. hcastlej:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  12592.  
  12593. ; [ Head On (2 players) ]
  12594. headon:0:E5BE:08:000:Infinite Lives PL1
  12595. headon:0:E5BF:08:000:Infinite Lives PL2
  12596.  
  12597. ; [ Head On 2 ]
  12598. headon2:0:E40D:07:000:Infinite Lives PL1
  12599. headon2:0:E40E:07:000:Infinite Lives PL2
  12600.  
  12601. ; [ Head On (1 player) ]
  12602. headonb:0:E593:08:000:Infinite Lives
  12603.  
  12604. ; [ Heiankyo Alien ]
  12605. heiankyo:0:8475:03:000:Infinite Lives PL1
  12606. heiankyo:0:8479:03:000:Infinite Lives PL2
  12607.  
  12608. ; [ HeliFire (revision A) ]
  12609. helifira:0:7D07:09:000:Infinite Lives PL1
  12610. helifira:0:7D08:09:000:Infinite Lives PL2
  12611.  
  12612. ; [ HeliFire (revision B) ]
  12613. helifire:0:7D07:09:000:Infinite Lives PL1
  12614. helifire:0:7D08:09:000:Infinite Lives PL2
  12615.  
  12616. ; [ Hellfire ]
  12617. hellfire:0:04264D:03:000:Infinite Lives PL1
  12618. hellfire:0:041D33:05:000:Maximum Power PL1
  12619. hellfire:0:041D37:28:000:Maximum Speed PL1
  12620. hellfire:0:041D31:20:000:Invincibility PL1
  12621. hellfire:0:041D3D:A9:000:Super Invincibility PL1
  12622. hellfire:0:04264F:03:000:Infinite Lives PL2
  12623. hellfire:0:041D93:05:000:Maximum Power PL2
  12624. hellfire:0:041D97:28:000:Maximum Speed PL2
  12625. hellfire:0:041D91:20:000:Invincibility PL2
  12626. hellfire:0:041D9D:A9:000:Super Invincibility PL2
  12627.  
  12628. ; [ Herbie at the Olympics (DK conversion) ]
  12629. herbiedk:0:0000:00:999:[You must disable Infinite  ]
  12630. herbiedk:0:0000:00:999:[Time before you finish a   ]
  12631. herbiedk:0:0000:00:999:[race or the game HANGS!!   ]
  12632. herbiedk:0:1E54:00:000:Infinite Time
  12633. herbiedk:0:1ECA:FF:000:Top Speed
  12634. herbiedk:0:1C51:03:000:Infinite Lives PL1
  12635. herbiedk:0:1E95:05:070:Set High Jump Bar Height PL1
  12636. herbiedk:0:1E95:00:001:Set HJ Bar = Minimum Now! PL1
  12637. herbiedk:0:1E95:05:001:Set HJ Bar = Maximum Now! PL1
  12638. herbiedk:0:1C52:03:000:Infinite Lives PL2
  12639. herbiedk:0:1E96:05:070:Set High Jump Bar Height PL2
  12640. herbiedk:0:1E96:00:001:Set HJ Bar = Minimum Now! PL2
  12641. herbiedk:0:1E96:05:001:Set HJ Bar = Maximum Now! PL2
  12642. herbiedk:0:0000:00:999:[A neato trick is to set the]
  12643. herbiedk:0:0000:00:999:[HJ (High Jump) bar to the  ]
  12644. herbiedk:0:0000:00:999:[minimum (0) and after you  ]
  12645. herbiedk:0:0000:00:999:[have cleared the bar       ]
  12646. herbiedk:0:0000:00:999:[quickly hit HOME and set   ]
  12647. herbiedk:0:0000:00:999:[the bar to the maximum (5).]
  12648. herbiedk:0:0000:00:999:[You then pass at the       ]
  12649. herbiedk:0:0000:00:999:[highest setting, it clocks ]
  12650. herbiedk:0:0000:00:999:[the game, and you are back ]
  12651. herbiedk:0:0000:00:999:[to the 100m Dash.          ]
  12652.  
  12653. ; [ Hexa ]
  12654. hexa:0:C746:FF:000:Infinite Pobies
  12655.  
  12656. ; [ Hammerin' Harry (World) ]
  12657. hharry:0:A0A47:0A:000:Infinite Lives PL1
  12658. hharry:0:A0A57:0A:000:Infinite Lives PL2
  12659. hharry:0:A00FD:5A:000:Infinite Time (1/2)
  12660. hharry:0:A00FE:09:500:Infinite Time (2/2)
  12661. hharry:0:A0C08:00:000:Invincibility
  12662. hharry:0:00000:00:999:[The Select current level   ]
  12663. hharry:0:00000:00:999:[can be enabled on the intro]
  12664. hharry:0:00000:00:999:[screen it doesn't work if  ]
  12665. hharry:0:00000:00:999:[enabled on the title screen]
  12666. hharry:0:A0A48:05:071:Select current level
  12667. hharry:0:A0A48:05:061:Select next level
  12668.  
  12669. ; [ Hammerin' Harry (US) ]
  12670. hharryu:0:E0A47:0A:000:Infinite Lives PL1
  12671. hharryu:0:E0A57:0A:000:Infinite Lives PL2
  12672. hharryu:0:E00FD:5A:000:Infinite Time (1/2)
  12673. hharryu:0:E00FE:09:500:Infinite Time (2/2)
  12674. hharryu:0:E0C08:00:000:Invincibility
  12675. hharryu:0:00000:00:999:[The Select current level   ]
  12676. hharryu:0:00000:00:999:[can be enabled on the intro]
  12677. hharryu:0:00000:00:999:[screen it doesn't work if  ]
  12678. hharryu:0:00000:00:999:[enabled on the title screen]
  12679. hharryu:0:E0A48:05:071:Select current level
  12680. hharryu:0:E0A48:05:061:Select next level
  12681.  
  12682. ; [ Pirate Ship HigeMaru ]
  12683. higemaru:0:E630:06:000:Infinite Lives PL1
  12684. higemaru:0:E660:06:000:Infinite Lives PL2
  12685. higemaru:0:E100:FF:000:Invincibility
  12686.  
  12687. ; [ High Impact Football (rev LA3 12/27/90) ]
  12688. hiimpact:0:0020A57C:E7:000:Infinite Time PL1 (1/2)
  12689. hiimpact:0:0020A57D:03:500:Infinite Time PL1 (2/2)
  12690. hiimpact:0:0020A57E:E7:000:Infinite Time PL2 (1/2)
  12691. hiimpact:0:0020A57F:03:500:Infinite Time PL2 (2/2)
  12692. hiimpact:0:0020A580:E7:000:Infinite Time PL3 (1/2)
  12693. hiimpact:0:0020A581:03:500:Infinite Time PL3 (2/2)
  12694. hiimpact:0:0020A582:E7:000:Infinite Time PL4 (1/2)
  12695. hiimpact:0:0020A583:03:500:Infinite Time PL4 (2/2)
  12696. hiimpact:0:0020A570:3B:000:Infinite Quarter Time
  12697. hiimpact:0:0020A56E:00:001:Finish Quarter Now! (1/2)
  12698. hiimpact:0:0020A570:00:501:Finish Quarter Now! (2/2)
  12699.  
  12700. ; [ Hippodrome (US) ]
  12701. hippodrm:0:FF805E:05:000:Infinite Lives PL1
  12702. hippodrm:0:FF8032:14:000:Infinite Energy PL1
  12703. hippodrm:0:FF8051:80:000:Infinite Gold PL1
  12704. hippodrm:0:FF805D:99:000:Infinite Necklaces PL1
  12705. hippodrm:0:FF809E:05:000:Infinite Lives PL2
  12706. hippodrm:0:FF8072:10:000:Infinite Energy PL2
  12707. hippodrm:0:FF8091:80:000:Infinite Gold PL2
  12708. hippodrm:0:FF809D:99:000:Infinite Necklaces PL2
  12709. hippodrm:0:FF87FD:59:000:Infinite Time
  12710. hippodrm:0:FF8010:04:000:Level Skip
  12711. hippodrm:0:FF800C:00:000:Enemy has more energy
  12712. hippodrm:0:FF8033:10:000:Invincibility
  12713. hippodrm:0:FF82F4:00:000:Always 1 hit to kill boss
  12714.  
  12715. ; [ Hishou Zame (Japan) ]
  12716. hishouza:0:030429:08:000:Infinite Lives
  12717. hishouza:0:0304D3:0A:007:Infinite Smart Bombs (F5):Turn off with F5 at level end
  12718. hishouza:0:0304D5:06:000:Always Maximum Shot Power
  12719. hishouza:0:03049E:80:000:Invincibility
  12720.  
  12721. ; [ Hit 'n Miss (version 2.0) ]
  12722. hitnmis2:0:2205:00:000:Infinite Teddy bears
  12723. hitnmis2:0:3317:00:000:No time between bullets
  12724. hitnmis2:0:333A:80:004:Infinite Time PL1
  12725. hitnmis2:0:3335:00:001:Finish level Now! PL1  (1/3)
  12726. hitnmis2:0:3336:00:501:Finish level Now! PL1  (2/3)
  12727. hitnmis2:0:3337:00:501:Finish level Now! PL1  (3/3)
  12728. hitnmis2:0:334E:80:004:Infinite Time PL2
  12729. hitnmis2:0:3349:00:001:Finish level Now! PL2  (1/3)
  12730. hitnmis2:0:334A:00:501:Finish level Now! PL2  (2/3)
  12731. hitnmis2:0:334B:00:501:Finish level Now! PL2  (3/3)
  12732.  
  12733. ; [ Hit 'n Miss (version 3.0) ]
  12734. hitnmiss:0:2205:00:000:Infinite Teddy bears
  12735. hitnmiss:0:3317:00:000:No time between bullets
  12736. hitnmiss:0:333A:80:004:Infinite Time PL1
  12737. hitnmiss:0:3335:00:001:Finish level Now! PL1  (1/3)
  12738. hitnmiss:0:3336:00:501:Finish level Now! PL1  (2/3)
  12739. hitnmiss:0:3337:00:501:Finish level Now! PL1  (3/3)
  12740. hitnmiss:0:334E:80:004:Infinite Time PL2
  12741. hitnmiss:0:3349:00:001:Finish level Now! PL2  (1/3)
  12742. hitnmiss:0:334A:00:501:Finish level Now! PL2  (2/3)
  12743. hitnmiss:0:334B:00:501:Finish level Now! PL2  (3/3)
  12744.  
  12745. ; [ Hoccer (set 1) ]
  12746. hoccer:0:8204:09:000:Infinite Lives (1/2)
  12747. hoccer:0:8206:09:000:Infinite Lives (2/2)
  12748. hoccer:0:8211:02:001:Only 1 man left on level Now!
  12749.  
  12750. ; [ Hoccer (set 2) ]
  12751. hoccer2:0:8204:09:000:Infinite Lives (1/2)
  12752. hoccer2:0:8206:09:000:Infinite Lives (2/2)
  12753. hoccer2:0:824C:09:000:Infinite Time
  12754. hoccer2:0:8211:02:001:Only 1 man left on level Now!
  12755.  
  12756. ; [ Homo ]
  12757. homo:0:C054:03:000:Infinite Lives PL1
  12758. homo:0:C050:61:001:Next level = 99 PL1 (1/2)
  12759. homo:0:C051:98:001:Next level = 99 PL1 (2/2)
  12760. homo:0:C055:03:000:Infinite Lives PL2
  12761. homo:0:C052:61:001:Next level = 99 PL2 (1/2)
  12762. homo:0:C053:98:001:Next level = 99 PL2 (2/2)
  12763. homo:0:C014:99:000:Infinite Time
  12764. homo:0:C1C2:00:000:No shots for homo-sapiens
  12765. homo:0:C120:02:000:Always have the superball POW
  12766. homo:0:C120:02:001:Get the superball POW Now!
  12767. homo:0:C120:00:001:No more superball POW Now!
  12768. homo:0:C114:01:001:Get the "fire" POW Now!
  12769. homo:0:C114:02:001:Lose one life
  12770. homo:0:C325:10:000:Always One brick for power 
  12771. homo:0:C325:10:001:Get One brick for power Now!
  12772. homo:0:C320:00:000:Falling POW is always '-'
  12773. homo:0:C320:01:000:Falling POW is always '+'
  12774. homo:0:C320:02:000:Falling POW is always 'H'
  12775. homo:0:C320:03:000:Falling POW is always 'L'
  12776. homo:0:C320:04:000:Falling POW is always 'R'
  12777. homo:0:C320:05:000:Falling POW is always 'S'
  12778. homo:0:C320:06:000:Falling POW is always 'F'
  12779. homo:0:C320:07:000:Falling POW is always 'B'
  12780. homo:0:C320:00:001:Make Falling POW a '-' Now!
  12781. homo:0:C320:01:001:Make Falling POW a '+' Now!
  12782. homo:0:C320:02:001:Make Falling POW a 'H' Now!
  12783. homo:0:C320:03:001:Make Falling POW a 'L' Now!
  12784. homo:0:C320:04:001:Make Falling POW a 'R' Now!
  12785. homo:0:C320:05:001:Make Falling POW a 'S' Now!
  12786. homo:0:C320:06:001:Make Falling POW a 'F' Now!
  12787. homo:0:C320:07:001:Make Falling POW a 'B' Now!
  12788.  
  12789. ; [ Hook (World) ]
  12790. hook:0:E92F0:3C:000:Infinite Time
  12791. hook:0:E831E:64:000:Infinite Lives PL1
  12792. hook:0:E8339:32:000:Infinite Energy PL1
  12793. hook:0:E839E:64:000:Infinite Lives PL2
  12794. hook:0:E83B9:32:000:Infinite Energy PL2
  12795.  
  12796. ; [ Hook (US) ]
  12797. hooku:0:E92F0:3C:000:Infinite Time
  12798. hooku:0:E831E:64:000:Infinite Lives PL1
  12799. hooku:0:E8339:32:000:Infinite Energy PL1
  12800. hooku:0:E839E:64:000:Infinite Lives PL2
  12801. hooku:0:E83B9:32:000:Infinite Energy PL2
  12802.  
  12803. ; [ Hopping Mappy ]
  12804. hopmappy:0:5707:03:000:Infinite Lives PL1
  12805.  
  12806. ; [ Hopper Robo ]
  12807. hopprobo:0:8270:09:000:Infinite Energy (1/2)
  12808. hopprobo:0:826F:63:500:Infinite Energy (2/2)
  12809. hopprobo:0:8032:03:000:Infinite Lives PL1
  12810. hopprobo:0:8033:03:000:Infinite Lives PL2
  12811.  
  12812. ; [ American Horseshoes (US) ]
  12813. horshoes:0:8E3C:29:000:Infinite Time
  12814.  
  12815. ; [ Hot Chase ]
  12816. hotchase:0:06102C:7E:000:Infinite Time
  12817.  
  12818. ; [ Hot Shocker ]
  12819. hotshock:0:4105:09:000:Infinite Lives
  12820. hotshock:0:4104:FD:000:Infinite Wire
  12821.  
  12822. ; [ Hyper Olympics '84 ]
  12823. hpolym84:0:0000:00:999:[Turn the 'Start on' cheats ]
  12824. hpolym84:0:0000:00:999:[ON on the title screen and ]
  12825. hpolym84:0:0000:00:999:[DON'T forget to turn off   ]
  12826. hpolym84:0:0000:00:999:[them OFF when you are on   ]
  12827. hpolym84:0:0000:00:999:[the event or you won't     ]
  12828. hpolym84:0:0000:00:999:[progress any further!!     ]
  12829. hpolym84:0:3068:01:000:Start on Skeet shooting
  12830. hpolym84:0:3068:02:000:Start on Long horse
  12831. hpolym84:0:3068:03:000:Start on Archery
  12832. hpolym84:0:3068:04:000:Start on Triple jump
  12833. hpolym84:0:3068:05:000:Start on Weightlifting
  12834. hpolym84:0:3068:06:000:Start on Pole vault
  12835. hpolym84:0:3157:00:000:No breath on Swimming PL1&PL3
  12836. hpolym84:0:31B7:00:000:No breath on Swimming PL2&PL4
  12837. hpolym84:0:3502:00:000:Always first try PL1
  12838. hpolym84:0:3522:00:000:Always first try PL2
  12839. hpolym84:0:3542:00:000:Always first try PL3
  12840. hpolym84:0:3562:00:000:Always first try PL4
  12841. hpolym84:0:3503:00:000:No False Starts PL1
  12842. hpolym84:0:3523:00:000:No False Starts PL2
  12843. hpolym84:0:3543:00:000:No False Starts PL3
  12844. hpolym84:0:3563:00:000:No False Starts PL4
  12845. hpolym84:0:3071:01:000:Skeet Target Practise
  12846. hpolym84:0:3070:09:001:Add 90 seconds for skeet
  12847. hpolym84:0:30C4:2D:000:Auto 45 degrees angle
  12848. hpolym84:0:30EF:19:000:25 Turns on the Long Horse
  12849. hpolym84:0:3111:0F:000:Faster Swimmer and Skeets
  12850. hpolym84:0:30B1:09:000:Fast in TJ,PV and WL
  12851. hpolym84:0:0000:00:999:[The Full Speed cheat works ]
  12852. hpolym84:0:0000:00:999:[well for the Weighlifting  ]
  12853. hpolym84:0:0000:00:999:[and the Pole Vault.        ]
  12854. hpolym84:0:30B0:01:000:Full Speed (1/3)
  12855. hpolym84:0:30B1:07:500:Full Speed (2/3)
  12856. hpolym84:0:30B2:00:500:Full Speed (3/3)
  12857. hpolym84:0:0000:00:999:[Use the Fast Enough for TJ ]
  12858. hpolym84:0:0000:00:999:[cheat instead of the Full  ]
  12859. hpolym84:0:0000:00:999:[Speed on the Triple Jump.  ]
  12860. hpolym84:0:30B0:01:000:Fast Enough for TJ (1/2)
  12861. hpolym84:0:30B1:02:500:Fast Enough for TJ (2/2)
  12862.  
  12863. ; [ Hard Puncher (Japan) ]
  12864. hpuncher:1:040143:30:000:Infinite Time [Intro]
  12865. hpuncher:1:04013E:09:000:Infinite Time [In Game] (1/2)
  12866. hpuncher:1:04013F:59:500:Infinite Time [In Game] (2/2)
  12867. hpuncher:1:04013E:00:001:Finish Round Now! (1/2)
  12868. hpuncher:1:04013F:00:501:Finish Round Now! (2/2)
  12869. hpuncher:1:042096:20:000:Infinite Energy PL1
  12870. hpuncher:1:042096:00:001:Drain All Energy Now! PL1
  12871. hpuncher:1:042196:20:000:Infinite Energy PL2
  12872. hpuncher:1:042196:00:001:Drain All Energy Now! PL2
  12873. hpuncher:1:043008:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
  12874.  
  12875. ; [ Hunchback (Donkey Kong conversion) ]
  12876. hunchbkd:0:1C88:05:000:Infinite Lives PL1
  12877. hunchbkd:0:1C89:05:000:Infinite Lives PL2
  12878. hunchbkd:0:1DE0:2A:000:Infinite Time            (F5): F5 when Ezmarelda is Rescued
  12879. hunchbkd:0:1E01:04:001:Next Bell = Super Bonus Now!
  12880. hunchbkd:0:1E71:20:000:Never any Arrows or Balls
  12881. hunchbkd:0:1E7D:20:000:Guards never Attack (1/3)
  12882. hunchbkd:0:1E7E:20:500:Guards never Attack (2/3)
  12883. hunchbkd:0:1E7F:20:500:Guards never Attack (3/3)
  12884.  
  12885. ; [ Hunchback (Scramble conversion) ]
  12886. hunchbks:0:1C6F:05:000:Infinite Lives PL1
  12887. hunchbks:0:1C70:05:000:Infinite Lives PL2
  12888. hunchbks:0:1F72:00:000:Infinite Time            (F5): F5 when Ezmarelda is Rescued
  12889. hunchbks:0:1ED8:04:001:Next Bell = Super Bonus Now!
  12890. hunchbks:0:1F40:49:000:Never any Arrows or Balls
  12891. hunchbks:0:1F4E:30:000:Guards never Attack (1/3)
  12892. hunchbks:0:1F4D:30:500:Guards never Attack (2/3)
  12893. hunchbks:0:1F4C:30:500:Guards never Attack (3/3)
  12894.  
  12895. ; [ Hustle ]
  12896. hustle:0:FF2A:07:000:Infinite Time
  12897.  
  12898. ; [ Video Hustler ]
  12899. hustler:0:81C0:03:000:Infinite Lives
  12900. hustler:0:81A6:03:000:Infinite Rests
  12901.  
  12902. ; [ Video Hustler (bootleg) ]
  12903. hustlerb:0:81C0:03:000:Infinite Lives
  12904. hustlerb:0:81A6:03:000:Infinite Rests
  12905.  
  12906. ; [ Heavy Metal ]
  12907. hvymetal:0:C200:07:000:Infinite Lives PL1
  12908. hvymetal:0:C180:07:000:Infinite Lives PL2
  12909. hvymetal:0:C2A2:00:000:No weapon overheat
  12910. hvymetal:0:C2D0:01:020:Always have Invincibility
  12911. hvymetal:0:C2D0:02:020:Always have Shot PowerUp
  12912. hvymetal:0:C2D0:04:020:Always have Missile PowerUp
  12913. hvymetal:0:C2D0:01:021:Get Invincibility Now!
  12914. hvymetal:0:C2D0:02:021:Get Shot PowerUp Now!
  12915. hvymetal:0:C2D0:04:021:Get Missile PowerUp Now!
  12916.  
  12917. ; [ Heavyweight Champ ]
  12918. hwchamp:0:FFC532:03:000:Infinite Time (1/2)
  12919. hwchamp:0:FFC533:60:500:Infinite Time (2/2)
  12920. hwchamp:0:FFC628:10:000:Infinite Energy 
  12921. hwchamp:0:FFC728:10:000:Infinite Energy for Opponent
  12922. hwchamp:0:FFC728:00:001:Drain Opponent's Energy Now!
  12923. hwchamp:0:FFC532:00:001:Finish Round Now! (1/2)
  12924. hwchamp:0:FFC533:00:501:Finish Round Now! (2/2)
  12925.  
  12926. ; [ High Way Race ]
  12927. hwrace:0:8179:09:000:Infinite Fuel (1/2)
  12928. hwrace:0:8178:FF:500:Infinite Fuel (2/2)
  12929. hwrace:0:8158:00:000:Invincibility
  12930. hwrace:0:81C6:F1:000:No Opposite Car
  12931.  
  12932. ; [ Hydra ]
  12933. hydra:0:FFADA1:FF:000:Infinite Fuel (Main)
  12934. hydra:0:FFADA3:5F:000:Infinite Fuel (Reserve)
  12935. hydra:0:FFA568:09:000:Infinite Boosts
  12936.  
  12937. ; [ Hydra (prototype) ]
  12938. hydrap:0:FFAD97:FF:000:Infinite Fuel (Main)
  12939. hydrap:0:FFAD99:5F:000:Infinite Fuel (Reserve)
  12940. hydrap:0:FFA568:09:000:Infinite Boosts
  12941.  
  12942. ; [ Hyper Sports ]
  12943. hyperspt:0:0000:00:999:[Turn the 'Start on' cheats ]
  12944. hyperspt:0:0000:00:999:[ON on the title screen and ]
  12945. hyperspt:0:0000:00:999:[DON'T forget to turn off   ]
  12946. hyperspt:0:0000:00:999:[them OFF when you are on   ]
  12947. hyperspt:0:0000:00:999:[the event or you won't     ]
  12948. hyperspt:0:0000:00:999:[progress any further!!     ]
  12949. hyperspt:0:3068:01:000:Start on Skeet shooting
  12950. hyperspt:0:3068:02:000:Start on Long horse
  12951. hyperspt:0:3068:03:000:Start on Archery
  12952. hyperspt:0:3068:04:000:Start on Triple jump
  12953. hyperspt:0:3068:05:000:Start on Weightlifting
  12954. hyperspt:0:3068:06:000:Start on Pole vault
  12955. hyperspt:0:3157:00:000:No breath on Swimming PL1&PL3
  12956. hyperspt:0:31B7:00:000:No breath on Swimming PL2&PL4
  12957. hyperspt:0:3502:00:000:Always first try PL1
  12958. hyperspt:0:3522:00:000:Always first try PL2
  12959. hyperspt:0:3542:00:000:Always first try PL3
  12960. hyperspt:0:3562:00:000:Always first try PL4
  12961. hyperspt:0:3503:00:000:No False Starts PL1
  12962. hyperspt:0:3523:00:000:No False Starts PL2
  12963. hyperspt:0:3543:00:000:No False Starts PL3
  12964. hyperspt:0:3563:00:000:No False Starts PL4
  12965. hyperspt:0:3071:01:000:Skeet Target Practise
  12966. hyperspt:0:3070:09:001:Add 90 seconds for skeet
  12967. hyperspt:0:30C4:2D:000:Auto 45 degrees angle
  12968. hyperspt:0:30EF:19:000:25 Turns on the Long Horse
  12969. hyperspt:0:3111:0F:000:Faster Swimmer and Skeets
  12970. hyperspt:0:30B1:09:000:Fast in TJ,PV and WL
  12971. hyperspt:0:0000:00:999:[The Full Speed cheat works ]
  12972. hyperspt:0:0000:00:999:[well for the Weighlifting  ]
  12973. hyperspt:0:0000:00:999:[and the Pole Vault.        ]
  12974. hyperspt:0:30B0:01:000:Full Speed (1/3)
  12975. hyperspt:0:30B1:07:500:Full Speed (2/3)
  12976. hyperspt:0:30B2:00:500:Full Speed (3/3)
  12977. hyperspt:0:0000:00:999:[Use the Fast Enough for TJ ]
  12978. hyperspt:0:0000:00:999:[cheat instead of the Full  ]
  12979. hyperspt:0:0000:00:999:[Speed on the Triple Jump.  ]
  12980. hyperspt:0:30B0:01:000:Fast Enough for TJ (1/2)
  12981. hyperspt:0:30B1:02:500:Fast Enough for TJ (2/2)
  12982.  
  12983. ; [ Hyper Olympic (bootleg) ]
  12984. hyprolyb:0:287F:01:000:Always Qualify in u 2 sec
  12985. hyprolyb:0:28D9:00:000:No False Starts PL1 & PL3
  12986. hyprolyb:0:28F9:00:000:No False Starts PL2 & PL4
  12987. hyprolyb:0:28C9:00:000:No Long Jump fouls
  12988. hyprolyb:0:2B9F:00:000:No High Jump Faults PL1
  12989. hyprolyb:0:2BBF:00:000:No High Jump Faults PL2
  12990. hyprolyb:0:2BDF:00:000:No High Jump Faults PL3
  12991. hyprolyb:0:2BFF:00:000:No High Jump Faults PL4
  12992. hyprolyb:0:2B81:02:000:Infinite Lives PL1
  12993. hyprolyb:0:2BA1:02:000:Infinite Lives PL2
  12994. hyprolyb:0:2BC1:02:000:Infinite Lives PL3
  12995. hyprolyb:0:2BE1:02:000:Infinite Lives PL4
  12996. hyprolyb:0:2A38:2D:000:Super Hammer Throw
  12997. hyprolyb:0:0000:00:999:[Turn the 'Start on' cheats ]
  12998. hyprolyb:0:0000:00:999:[ON on the title screen and ]
  12999. hyprolyb:0:0000:00:999:[DON'T forget to turn off   ]
  13000. hyprolyb:0:0000:00:999:[them OFF when you are on   ]
  13001. hyprolyb:0:0000:00:999:[the event or you won't     ]
  13002. hyprolyb:0:0000:00:999:[progress any further!!     ]
  13003. hyprolyb:0:2884:00:000:Start on 100 Meter Dash
  13004. hyprolyb:0:2884:01:000:Start on Long Jump
  13005. hyprolyb:0:2884:02:000:Start on Javelin Throw
  13006. hyprolyb:0:2884:03:000:Start on 110 Meter Hurdles
  13007. hyprolyb:0:2884:04:000:Start on Hammer Throw
  13008. hyprolyb:0:2884:05:000:Start on High Jump
  13009. hyprolyb:0:0000:00:999:[The Superman cheat allows  ]
  13010. hyprolyb:0:0000:00:999:[you to leap tall buildings ]
  13011. hyprolyb:0:0000:00:999:[in one bound - handy for   ]
  13012. hyprolyb:0:0000:00:999:[the High Jump!! It DOES NOT]
  13013. hyprolyb:0:0000:00:999:[work well with the Auto    ]
  13014. hyprolyb:0:0000:00:999:[Angle cheat so turn ONE    ]
  13015. hyprolyb:0:0000:00:999:[of them OFF!!!!!           ]
  13016. hyprolyb:0:28B3:09:000:Superman
  13017. hyprolyb:0:28D8:2D:000:Auto 45 degrees angle
  13018. hyprolyb:0:0000:00:999:[On the High Jump it's best ]
  13019. hyprolyb:0:0000:00:999:[to disable the Full Speed  ]
  13020. hyprolyb:0:0000:00:999:[and use the Superman cheat.]
  13021. hyprolyb:0:28B0:01:000:Full Speed (1/3)
  13022. hyprolyb:0:28B1:05:500:Full Speed (2/3)
  13023. hyprolyb:0:28B2:00:500:Full Speed (3/3)
  13024. hyprolyb:0:0000:00:999:[Don't use the Full Speed   ]
  13025. hyprolyb:0:0000:00:999:[cheat on the Hurdles - it  ]
  13026. hyprolyb:0:0000:00:999:[is TOO fast, use Fast for  ]
  13027. hyprolyb:0:0000:00:999:[Hurdles instead.           ]
  13028. hyprolyb:0:28B0:01:000:Fast for Hurdles (1/3)
  13029. hyprolyb:0:28B1:02:500:Fast for Hurdles (2/3)
  13030. hyprolyb:0:28B2:00:500:Fast for Hurdles (3/3)
  13031. hyprolyb:0:0000:00:999:[The Take steroids cheat is ]
  13032. hyprolyb:0:0000:00:999:[better than the Full Speed ]
  13033. hyprolyb:0:0000:00:999:[cheat. However, you must be]
  13034. hyprolyb:0:0000:00:999:[careful with it or you'll  ]
  13035. hyprolyb:0:0000:00:999:[run off the pitch and the  ]
  13036. hyprolyb:0:0000:00:999:[anti-doping control will   ]
  13037. hyprolyb:0:0000:00:999:[catch you!! ;-)            ]
  13038. hyprolyb:0:2834:00:000:Take steroids
  13039.  
  13040. ; [ Hyper Olympic ]
  13041. hyprolym:0:287F:01:000:Always Qualify in u 2 sec
  13042. hyprolym:0:28D9:00:000:No False Starts PL1 & PL3
  13043. hyprolym:0:28F9:00:000:No False Starts PL2 & PL4
  13044. hyprolym:0:28C9:00:000:No Long Jump fouls
  13045. hyprolym:0:2B9F:00:000:No High Jump Faults PL1
  13046. hyprolym:0:2BBF:00:000:No High Jump Faults PL2
  13047. hyprolym:0:2BDF:00:000:No High Jump Faults PL3
  13048. hyprolym:0:2BFF:00:000:No High Jump Faults PL4
  13049. hyprolym:0:2B81:02:000:Infinite Lives PL1
  13050. hyprolym:0:2BA1:02:000:Infinite Lives PL2
  13051. hyprolym:0:2BC1:02:000:Infinite Lives PL3
  13052. hyprolym:0:2BE1:02:000:Infinite Lives PL4
  13053. hyprolym:0:2A38:2D:000:Super Hammer Throw
  13054. hyprolym:0:0000:00:999:[Turn the 'Start on' cheats ]
  13055. hyprolym:0:0000:00:999:[ON on the title screen and ]
  13056. hyprolym:0:0000:00:999:[DON'T forget to turn off   ]
  13057. hyprolym:0:0000:00:999:[them OFF when you are on   ]
  13058. hyprolym:0:0000:00:999:[the event or you won't     ]
  13059. hyprolym:0:0000:00:999:[progress any further!!     ]
  13060. hyprolym:0:2884:00:000:Start on 100 Meter Dash
  13061. hyprolym:0:2884:01:000:Start on Long Jump
  13062. hyprolym:0:2884:02:000:Start on Javelin Throw
  13063. hyprolym:0:2884:03:000:Start on 110 Meter Hurdles
  13064. hyprolym:0:2884:04:000:Start on Hammer Throw
  13065. hyprolym:0:2884:05:000:Start on High Jump
  13066. hyprolym:0:0000:00:999:[The Superman cheat allows  ]
  13067. hyprolym:0:0000:00:999:[you to leap tall buildings ]
  13068. hyprolym:0:0000:00:999:[in one bound - handy for   ]
  13069. hyprolym:0:0000:00:999:[the High Jump!! It DOES NOT]
  13070. hyprolym:0:0000:00:999:[work well with the Auto    ]
  13071. hyprolym:0:0000:00:999:[Angle cheat so turn ONE    ]
  13072. hyprolym:0:0000:00:999:[of them OFF!!!!!           ]
  13073. hyprolym:0:28B3:09:000:Superman
  13074. hyprolym:0:28D8:2D:000:Auto 45 degrees angle
  13075. hyprolym:0:0000:00:999:[On the High Jump it's best ]
  13076. hyprolym:0:0000:00:999:[to disable the Full Speed  ]
  13077. hyprolym:0:0000:00:999:[and use the Superman cheat.]
  13078. hyprolym:0:28B0:01:000:Full Speed (1/3)
  13079. hyprolym:0:28B1:05:500:Full Speed (2/3)
  13080. hyprolym:0:28B2:00:500:Full Speed (3/3)
  13081. hyprolym:0:0000:00:999:[Don't use the Full Speed   ]
  13082. hyprolym:0:0000:00:999:[cheat on the Hurdles - it  ]
  13083. hyprolym:0:0000:00:999:[is TOO fast, use Fast for  ]
  13084. hyprolym:0:0000:00:999:[Hurdles instead.           ]
  13085. hyprolym:0:28B0:01:000:Fast for Hurdles (1/3)
  13086. hyprolym:0:28B1:02:500:Fast for Hurdles (2/3)
  13087. hyprolym:0:28B2:00:500:Fast for Hurdles (3/3)
  13088. hyprolym:0:0000:00:999:[The Take steroids cheat is ]
  13089. hyprolym:0:0000:00:999:[better than the Full Speed ]
  13090. hyprolym:0:0000:00:999:[cheat. However, you must be]
  13091. hyprolym:0:0000:00:999:[careful with it or you'll  ]
  13092. hyprolym:0:0000:00:999:[run off the pitch and the  ]
  13093. hyprolym:0:0000:00:999:[anti-doping control will   ]
  13094. hyprolym:0:0000:00:999:[catch you!! ;-)            ]
  13095. hyprolym:0:2834:00:000:Take steroids
  13096.  
  13097. ; [ Hyper Sports Special (Japan) ]
  13098. hypsptsp:0:0000:00:999:[It is best to turn off the ]
  13099. hypsptsp:0:0000:00:999:[event select cheats when   ]
  13100. hypsptsp:0:0000:00:999:[you start the event or you ]
  13101. hypsptsp:0:0000:00:999:[will not progress events!  ]
  13102. hypsptsp:0:20D4:00:000:Set event to 100m Dash
  13103. hypsptsp:0:20D4:01:000:Set event to Long Jump
  13104. hypsptsp:0:20D4:02:000:Set event to 400m Relay 1
  13105. hypsptsp:0:20D4:03:000:Set event to Skeet Shooting
  13106. hypsptsp:0:20D4:04:000:Set event to 110m Hurdles
  13107. hypsptsp:0:20D4:05:000:Set event to Archery
  13108. hypsptsp:0:20D4:06:000:Set event to Javelin Throw
  13109. hypsptsp:0:20D4:07:000:Set event to High Jump
  13110. hypsptsp:0:20D4:08:000:Set event to 400m Relay 2:Only use before game starts!
  13111. hypsptsp:0:20D4:08:000:Finish Game after this event!
  13112. hypsptsp:0:0000:00:999:[Note Event cheats should be]
  13113. hypsptsp:0:0000:00:999:[turned off at end of event ]
  13114. hypsptsp:0:0000:00:999:[or sprite corruption will  ]
  13115. hypsptsp:0:0000:00:999:[occur. Don't turn on max   ]
  13116. hypsptsp:0:0000:00:999:[power cheats too soon!     ]
  13117. hypsptsp:0:0000:00:999:[         100M DASH         ]
  13118. hypsptsp:0:2AB4:00:000:Infinite Time '00"00' (1/4)
  13119. hypsptsp:0:2AB3:00:500:Infinite Time '00"00' (2/4)
  13120. hypsptsp:0:2AB2:00:500:Infinite Time '00"00' (3/4)
  13121. hypsptsp:0:2AB1:00:500:Infinite Time '00"00' (4/4)
  13122. hypsptsp:0:2312:0A:000:Maximum Power PL1 (1/2)
  13123. hypsptsp:0:232A:0A:500:Maximum Power PL1 (2/2)
  13124. hypsptsp:0:3322:00:000:Infinite False Starts PL1
  13125. hypsptsp:0:0000:00:999:[         LONG JUMP         ]
  13126. hypsptsp:0:2365:E0:000:Maximum Power (1/2):Press fire to get body back
  13127. hypsptsp:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
  13128. hypsptsp:0:2364:45:000:Always jump at 45 deg. (1/2)
  13129. hypsptsp:0:2363:2D:500:Always jump at 45 deg. (2/2)
  13130. hypsptsp:0:0000:00:999:[         JAVELIN           ]
  13131. hypsptsp:0:2365:E0:000:Maximum Power (1/2):Press fire to get body back
  13132. hypsptsp:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
  13133. hypsptsp:0:2364:45:000:Always throw at 45 deg. (1/2)
  13134. hypsptsp:0:2363:2D:500:Always throw at 45 deg. (2/2)
  13135. hypsptsp:0:2240:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  13136.  
  13137. ; [ Iga Ninjyutsuden (Japan) ]
  13138. iganinju:0:0F0029:09:000:Infinite Lives PL1
  13139. iganinju:0:0F002B:09:000:Infinite Lives PL2
  13140. iganinju:0:0F007F:03:006:Infinite Life
  13141. iganinju:0:0F0177:99:007:Infinite Time
  13142. iganinju:0:0F007B:28:000:Limited Invincibility
  13143. iganinju:0:0F00BD:01:000:Always have Grapple Hook Shot
  13144. iganinju:0:0F00BD:02:000:Always have Shuriken Shot
  13145. iganinju:0:0F00BD:03:000:Always have Knife Shot
  13146. iganinju:0:0F00BD:04:000:Always have 3 Knife Shot
  13147. iganinju:0:0F00CF:01:000:Always have Power Shot Lvl1
  13148. iganinju:0:0F00CF:02:000:Always have Power Shot Lvl2
  13149. iganinju:0:0F00CF:03:000:Always have Power Shot Lvl3
  13150. iganinju:0:0F00CF:04:000:Always have Power Shot Lvl4
  13151. iganinju:0:0F00CF:05:000:Always have Power Shot Lvl5
  13152. iganinju:0:0F00BD:01:001:Get Grapple Hook Shot Now!
  13153. iganinju:0:0F00BD:02:001:Get Shuriken Shot Now!
  13154. iganinju:0:0F00BD:03:001:Get Knife Shot Now!
  13155. iganinju:0:0F00BD:04:001:Get 3 Knife Shot Now!
  13156. iganinju:0:000000:00:999:[These Get Power Shot Lvl   ]
  13157. iganinju:0:000000:00:999:[cheats only work for a very]
  13158. iganinju:0:000000:00:999:[few goes.                  ]
  13159. iganinju:0:0F00CF:01:001:Get Power Shot Lvl1 Now!
  13160. iganinju:0:0F00CF:01:001:Get Power Shot Lvl1 Now!
  13161. iganinju:0:0F00CF:01:001:Get Power Shot Lvl1 Now!
  13162. iganinju:0:0F00CF:02:001:Get Power Shot Lvl2 Now!
  13163. iganinju:0:0F00CF:03:001:Get Power Shot Lvl3 Now!
  13164. iganinju:0:0F00CF:04:001:Get Power Shot Lvl4 Now!
  13165. iganinju:0:0F00CF:05:001:Get Power Shot Lvl5 Now!
  13166.  
  13167. ; [ Ikari Warriors (US) ]
  13168. ikari:0:FDC6:08:000:Infinite Lives PL1
  13169. ikari:0:FDEB:99:000:Infinite Ammo PL1
  13170. ikari:0:FDEC:99:000:Infinite Grenades PL1
  13171. ikari:0:FDB4:00:000:Invincibility PL1
  13172. ikari:0:FDB7:01:040:Always have slow fire     PL1
  13173. ikari:0:FDB7:01:020:Always have fast fire     PL1
  13174. ikari:0:FDB7:02:040:Always have slow speed    PL1
  13175. ikari:0:FDB7:02:020:Always have fast speed    PL1
  13176. ikari:0:FDB7:04:040:Always have black grenadesPL1
  13177. ikari:0:FDB7:04:020:Always have red grenades  PL1
  13178. ikari:0:FDB7:08:040:Always have black bullets PL1
  13179. ikari:0:FDB7:08:020:Always have red bullets   PL1
  13180. ikari:0:FDB7:01:041:Get slow fire Now!        PL1
  13181. ikari:0:FDB7:01:021:Get fast fire Now!        PL1
  13182. ikari:0:FDB7:02:041:Get slow speed Now!       PL1
  13183. ikari:0:FDB7:02:021:Get fast speed Now!       PL1
  13184. ikari:0:FDB7:04:041:Get black grenades Now!   PL1
  13185. ikari:0:FDB7:04:021:Get red grenades Now!     PL1
  13186. ikari:0:FDB7:08:041:Get black bullets Now!    PL1
  13187. ikari:0:FDB7:08:021:Get red bullets Now!      PL1
  13188. ikari:0:FE16:08:000:Infinite Lives PL2
  13189. ikari:0:FE3B:99:000:Infinite Ammo PL2
  13190. ikari:0:FE3C:99:000:Infinite Grenades PL2
  13191. ikari:0:FE04:00:000:Invincibility PL2
  13192. ikari:0:FE07:01:040:Always have slow fire     PL2
  13193. ikari:0:FE07:01:020:Always have fast fire     PL2
  13194. ikari:0:FE07:02:040:Always have slow speed    PL2
  13195. ikari:0:FE07:02:020:Always have fast speed    PL2
  13196. ikari:0:FE07:04:040:Always have black grenadesPL2
  13197. ikari:0:FE07:04:020:Always have red grenades  PL2
  13198. ikari:0:FE07:08:040:Always have black bullets PL2
  13199. ikari:0:FE07:08:020:Always have red bullets   PL2
  13200. ikari:0:FE07:01:041:Get slow fire Now!        PL2
  13201. ikari:0:FE07:01:021:Get fast fire Now!        PL2
  13202. ikari:0:FE07:02:041:Get slow speed Now!       PL2
  13203. ikari:0:FE07:02:021:Get fast speed Now!       PL2
  13204. ikari:0:FE07:04:041:Get black grenades Now!   PL2
  13205. ikari:0:FE07:04:021:Get red grenades Now!     PL2
  13206. ikari:0:FE07:08:041:Get black bullets Now!    PL2
  13207. ikari:0:FE07:08:021:Get red bullets Now!      PL2
  13208.  
  13209. ; [ Ikari III - The Rescue ]
  13210. ikari3:0:040B64:99:000:Infinite Lives PL1
  13211. ikari3:0:040B16:14:000:Infinite Energy PL1
  13212. ikari3:0:040B62:01:000:Invincibility PL1 (1/2)
  13213. ikari3:0:040B63:2C:500:Invincibility PL1 (2/2)
  13214. ikari3:0:040BC4:99:000:Infinite Lives PL2
  13215. ikari3:0:040B76:14:000:Infinite Energy PL2
  13216. ikari3:0:040BC2:01:000:Invincibility PL2 (1/2)
  13217. ikari3:0:040BC3:2C:500:Invincibility PL2 (2/2)
  13218.  
  13219. ; [ Ikari Warriors (Japan) ]
  13220. ikarijp:0:FDC6:08:000:Infinite Lives PL1
  13221. ikarijp:0:FDEB:99:000:Infinite Ammo PL1
  13222. ikarijp:0:FDEC:99:000:Infinite Grenades PL1
  13223. ikarijp:0:FDB4:00:000:Invincibility PL1
  13224. ikarijp:0:FDB7:01:040:Always have slow fire     PL1
  13225. ikarijp:0:FDB7:01:020:Always have fast fire     PL1
  13226. ikarijp:0:FDB7:02:040:Always have slow speed    PL1
  13227. ikarijp:0:FDB7:02:020:Always have fast speed    PL1
  13228. ikarijp:0:FDB7:04:040:Always have black grenadesPL1
  13229. ikarijp:0:FDB7:04:020:Always have red grenades  PL1
  13230. ikarijp:0:FDB7:08:040:Always have black bullets PL1
  13231. ikarijp:0:FDB7:08:020:Always have red bullets   PL1
  13232. ikarijp:0:FDB7:01:041:Get slow fire Now!        PL1
  13233. ikarijp:0:FDB7:01:021:Get fast fire Now!        PL1
  13234. ikarijp:0:FDB7:02:041:Get slow speed Now!       PL1
  13235. ikarijp:0:FDB7:02:021:Get fast speed Now!       PL1
  13236. ikarijp:0:FDB7:04:041:Get black grenades Now!   PL1
  13237. ikarijp:0:FDB7:04:021:Get red grenades Now!     PL1
  13238. ikarijp:0:FDB7:08:041:Get black bullets Now!    PL1
  13239. ikarijp:0:FDB7:08:021:Get red bullets Now!      PL1
  13240. ikarijp:0:FE16:08:000:Infinite Lives PL2
  13241. ikarijp:0:FE3B:99:000:Infinite Ammo PL2
  13242. ikarijp:0:FE3C:99:000:Infinite Grenades PL2
  13243. ikarijp:0:FE04:00:000:Invincibility PL2
  13244. ikarijp:0:FE07:01:040:Always have slow fire     PL2
  13245. ikarijp:0:FE07:01:020:Always have fast fire     PL2
  13246. ikarijp:0:FE07:02:040:Always have slow speed    PL2
  13247. ikarijp:0:FE07:02:020:Always have fast speed    PL2
  13248. ikarijp:0:FE07:04:040:Always have black grenadesPL2
  13249. ikarijp:0:FE07:04:020:Always have red grenades  PL2
  13250. ikarijp:0:FE07:08:040:Always have black bullets PL2
  13251. ikarijp:0:FE07:08:020:Always have red bullets   PL2
  13252. ikarijp:0:FE07:01:041:Get slow fire Now!        PL2
  13253. ikarijp:0:FE07:01:021:Get fast fire Now!        PL2
  13254. ikarijp:0:FE07:02:041:Get slow speed Now!       PL2
  13255. ikarijp:0:FE07:02:021:Get fast speed Now!       PL2
  13256. ikarijp:0:FE07:04:041:Get black grenades Now!   PL2
  13257. ikarijp:0:FE07:04:021:Get red grenades Now!     PL2
  13258. ikarijp:0:FE07:08:041:Get black bullets Now!    PL2
  13259. ikarijp:0:FE07:08:021:Get red bullets Now!      PL2
  13260.  
  13261. ; [ Ikari Warriors (Japan bootleg) ]
  13262. ikarijpb:0:FDC6:08:000:Infinite Lives PL1
  13263. ikarijpb:0:FDEB:99:000:Infinite Ammo PL1
  13264. ikarijpb:0:FDEC:99:000:Infinite Grenades PL1
  13265. ikarijpb:0:FDB4:00:000:Invincibility PL1
  13266. ikarijpb:0:FDB7:01:040:Always have slow fire     PL1
  13267. ikarijpb:0:FDB7:01:020:Always have fast fire     PL1
  13268. ikarijpb:0:FDB7:02:040:Always have slow speed    PL1
  13269. ikarijpb:0:FDB7:02:020:Always have fast speed    PL1
  13270. ikarijpb:0:FDB7:04:040:Always have black grenadesPL1
  13271. ikarijpb:0:FDB7:04:020:Always have red grenades  PL1
  13272. ikarijpb:0:FDB7:08:040:Always have black bullets PL1
  13273. ikarijpb:0:FDB7:08:020:Always have red bullets   PL1
  13274. ikarijpb:0:FDB7:01:041:Get slow fire Now!        PL1
  13275. ikarijpb:0:FDB7:01:021:Get fast fire Now!        PL1
  13276. ikarijpb:0:FDB7:02:041:Get slow speed Now!       PL1
  13277. ikarijpb:0:FDB7:02:021:Get fast speed Now!       PL1
  13278. ikarijpb:0:FDB7:04:041:Get black grenades Now!   PL1
  13279. ikarijpb:0:FDB7:04:021:Get red grenades Now!     PL1
  13280. ikarijpb:0:FDB7:08:041:Get black bullets Now!    PL1
  13281. ikarijpb:0:FDB7:08:021:Get red bullets Now!      PL1
  13282. ikarijpb:0:FE16:08:000:Infinite Lives PL2
  13283. ikarijpb:0:FE3B:99:000:Infinite Ammo PL2
  13284. ikarijpb:0:FE3C:99:000:Infinite Grenades PL2
  13285. ikarijpb:0:FE04:00:000:Invincibility PL2
  13286. ikarijpb:0:FE07:01:040:Always have slow fire     PL2
  13287. ikarijpb:0:FE07:01:020:Always have fast fire     PL2
  13288. ikarijpb:0:FE07:02:040:Always have slow speed    PL2
  13289. ikarijpb:0:FE07:02:020:Always have fast speed    PL2
  13290. ikarijpb:0:FE07:04:040:Always have black grenadesPL2
  13291. ikarijpb:0:FE07:04:020:Always have red grenades  PL2
  13292. ikarijpb:0:FE07:08:040:Always have black bullets PL2
  13293. ikarijpb:0:FE07:08:020:Always have red bullets   PL2
  13294. ikarijpb:0:FE07:01:041:Get slow fire Now!        PL2
  13295. ikarijpb:0:FE07:01:021:Get fast fire Now!        PL2
  13296. ikarijpb:0:FE07:02:041:Get slow speed Now!       PL2
  13297. ikarijpb:0:FE07:02:021:Get fast speed Now!       PL2
  13298. ikarijpb:0:FE07:04:041:Get black grenades Now!   PL2
  13299. ikarijpb:0:FE07:04:021:Get red grenades Now!     PL2
  13300. ikarijpb:0:FE07:08:041:Get black bullets Now!    PL2
  13301. ikarijpb:0:FE07:08:021:Get red bullets Now!      PL2
  13302.  
  13303. ; [ Image Fight (Japan) ]
  13304. imgfight:0:A32FA:09:000:Infinite Lives PL1
  13305. imgfight:0:A331B:09:000:Infinite Lives PL2
  13306. imgfight:0:A0044:28:000:Invincibility
  13307.  
  13308. ; [ I'm Sorry (US) ]
  13309. imsorry:0:C04E:06:000:Infinite Lives PL1
  13310. imsorry:0:C04F:06:000:Infinite Lives PL2
  13311. imsorry:0:EF2B:59:005:Infinite Time
  13312. imsorry:0:C259:2F:000:No enemies ( 1/10)
  13313. imsorry:0:C279:2F:500:No enemies ( 2/10)
  13314. imsorry:0:C299:2F:500:No enemies ( 3/10)
  13315. imsorry:0:C2B9:2F:500:No enemies ( 4/10)
  13316. imsorry:0:C2D9:2F:500:No enemies ( 5/10)
  13317. imsorry:0:C2F9:2F:500:No enemies ( 6/10)
  13318. imsorry:0:C319:2F:500:No enemies ( 7/10)
  13319. imsorry:0:C339:2F:500:No enemies ( 8/10)
  13320. imsorry:0:C359:2F:500:No enemies ( 9/10)
  13321. imsorry:0:C379:2F:500:No enemies (10/10)
  13322.  
  13323. ; [ I'm Sorry (Japan) ]
  13324. imsorryj:0:C04E:06:000:Infinite Lives PL1
  13325. imsorryj:0:C04F:06:000:Infinite Lives PL2
  13326. imsorryj:0:EF2B:59:005:Infinite Time
  13327. imsorryj:0:C259:2F:000:No enemies ( 1/10)
  13328. imsorryj:0:C279:2F:500:No enemies ( 2/10)
  13329. imsorryj:0:C299:2F:500:No enemies ( 3/10)
  13330. imsorryj:0:C2B9:2F:500:No enemies ( 4/10)
  13331. imsorryj:0:C2D9:2F:500:No enemies ( 5/10)
  13332. imsorryj:0:C2F9:2F:500:No enemies ( 6/10)
  13333. imsorryj:0:C319:2F:500:No enemies ( 7/10)
  13334. imsorryj:0:C339:2F:500:No enemies ( 8/10)
  13335. imsorryj:0:C359:2F:500:No enemies ( 9/10)
  13336. imsorryj:0:C379:2F:500:No enemies (10/10)
  13337.  
  13338. ; [ Indiana Jones and the Temple of Doom (set 2) ]
  13339. indytem2:0:401FF5:19:000:Fix No Soundcard Problem
  13340. indytem2:0:4005EB:06:000:Infinite Lives PL1
  13341. indytem2:0:4005EF:06:000:Infinite Lives PL2
  13342. indytem2:0:000000:00:999:[For the following cheats,  ]
  13343. indytem2:0:000000:00:999:[you MUST rescue at least   ]
  13344. indytem2:0:000000:00:999:[one kid for the game to    ]
  13345. indytem2:0:000000:00:999:[re-read the value.         ]
  13346. indytem2:0:400C91:00:000:All Children Rescued PL1
  13347. indytem2:0:400C95:00:000:All Children Rescued PL2
  13348. indytem2:0:000000:00:999:[Don't be too silly with the]
  13349. indytem2:0:000000:00:999:[Invincibility please!!     ]
  13350. indytem2:0:000000:00:999:[Turn Invincibility OFF on  ]
  13351. indytem2:0:000000:00:999:[the Cart Scene!IMPORTANT!! ]
  13352. indytem2:0:400BBA:00:000:Invincibility
  13353.  
  13354. ; [ Indiana Jones and the Temple of Doom (set 3) ]
  13355. indytem3:0:401FF5:19:000:Fix No Soundcard Problem
  13356. indytem3:0:4005EB:06:000:Infinite Lives PL1
  13357. indytem3:0:4005EF:06:000:Infinite Lives PL2
  13358. indytem3:0:000000:00:999:[For the following cheats,  ]
  13359. indytem3:0:000000:00:999:[you MUST rescue at least   ]
  13360. indytem3:0:000000:00:999:[one kid for the game to    ]
  13361. indytem3:0:000000:00:999:[re-read the value.         ]
  13362. indytem3:0:400C91:00:000:All Children Rescued PL1
  13363. indytem3:0:400C95:00:000:All Children Rescued PL2
  13364. indytem3:0:000000:00:999:[Don't be too silly with the]
  13365. indytem3:0:000000:00:999:[Invincibility please!!     ]
  13366. indytem3:0:000000:00:999:[Turn Invincibility OFF on  ]
  13367. indytem3:0:000000:00:999:[the Cart Scene!IMPORTANT!! ]
  13368. indytem3:0:400B76:00:000:Invincibility
  13369.  
  13370. ; [ Indiana Jones and the Temple of Doom (set 4) ]
  13371. indytem4:0:401FF5:19:000:Fix No Soundcard Problem
  13372. indytem4:0:40062F:06:000:Infinite Lives PL1
  13373. indytem4:0:400633:06:000:Infinite Lives PL2
  13374. indytem4:0:000000:00:999:[For the following cheats,  ]
  13375. indytem4:0:000000:00:999:[you MUST rescue at least   ]
  13376. indytem4:0:000000:00:999:[one kid for the game to    ]
  13377. indytem4:0:000000:00:999:[re-read the value.         ]
  13378. indytem4:0:400CD5:00:000:All Children Rescued PL1
  13379. indytem4:0:400CD9:00:000:All Children Rescued PL2
  13380. indytem4:0:000000:00:999:[Don't be too silly with the]
  13381. indytem4:0:000000:00:999:[Invincibility please!!     ]
  13382. indytem4:0:000000:00:999:[Turn Invincibility OFF on  ]
  13383. indytem4:0:000000:00:999:[the Cart Scene!IMPORTANT!! ]
  13384. indytem4:0:400BBA:00:000:Invincibility
  13385.  
  13386. ; [ Indiana Jones and the Temple of Doom (set 1) ]
  13387. indytemp:0:401FF5:19:000:Fix No Soundcard Problem
  13388. indytemp:0:40062F:06:000:Infinite Lives PL1
  13389. indytemp:0:400633:06:000:Infinite Lives PL2
  13390. indytemp:0:000000:00:999:[For the following cheats,  ]
  13391. indytemp:0:000000:00:999:[you MUST rescue at least   ]
  13392. indytemp:0:000000:00:999:[one kid for the game to    ]
  13393. indytemp:0:000000:00:999:[re-read the value.         ]
  13394. indytemp:0:400CD5:00:000:All Children Rescued PL1
  13395. indytemp:0:400CD9:00:000:All Children Rescued PL2
  13396. indytemp:0:000000:00:999:[Don't be too silly with the]
  13397. indytemp:0:000000:00:999:[Invincibility please!!     ]
  13398. indytemp:0:000000:00:999:[Turn Invincibility OFF on  ]
  13399. indytemp:0:000000:00:999:[the Cart Scene!IMPORTANT!! ]
  13400. indytemp:0:400BBA:00:000:Invincibility
  13401.  
  13402. ; [ Inferno ]
  13403. inferno:0:9030:04:000:Infinite Lives PL1 (1/2)
  13404. inferno:0:9031:05:500:Infinite Lives PL1 (2/2)
  13405. inferno:0:903F:04:000:Infinite Lives PL2 (1/2)
  13406. inferno:0:9040:05:500:Infinite Lives PL2 (2/2)
  13407.  
  13408. ; [ Insector X (World) ]
  13409. insectx:0:E01A:03:000:Infinite Lives PL1
  13410. insectx:0:E01B:03:000:Infinite Lives PL2
  13411. insectx:0:E1E3:07:000:Maximum power
  13412. insectx:0:E025:07:001:Maximum speed
  13413. insectx:0:E01C:00:000:Invincibility
  13414. insectx:0:E484:00:000:Kill Boss Quickly
  13415. insectx:0:E428:00:000:Infinite Time To Kill Boss
  13416. insectx:0:E1E2:01:000:Always Extra Weapon A
  13417. insectx:0:E1E2:02:000:Always Extra Weapon B
  13418. insectx:0:E1E2:03:000:Always Extra Weapon C
  13419. insectx:0:E1E2:04:000:Always Extra Weapon D
  13420. insectx:0:E1E2:05:000:Always Extra Weapon E
  13421. insectx:0:E1E2:06:000:Always Extra Weapon F
  13422. insectx:0:E1E2:07:000:Always Extra Weapon G
  13423. insectx:0:E1E2:08:000:Always Extra Weapon H
  13424.  
  13425. ; [ In The Hunt (World) ]
  13426. inthunt:0:EB8A0:63:000:Infinite Time
  13427. inthunt:0:E0118:09:000:Infinite Lives PL1
  13428. inthunt:0:E0A0A:01:000:Invincibility 'ON' PL1
  13429. inthunt:0:E0A0A:00:001:Invincibility 'OFF' PL1
  13430. inthunt:0:00000:00:999:[Torpedo is the front weapon]
  13431. inthunt:0:00000:00:999:[Ammo is the top weapon     ]
  13432. inthunt:0:E0110:00:000:Always Normal torpedoPL1(1/2)
  13433. inthunt:0:E0112:00:500:Always Normal torpedoPL1(2/2)
  13434. inthunt:0:E0110:02:000:Always Power torpedo PL1(1/2)
  13435. inthunt:0:E0112:03:500:Always Power torpedo PL1(2/2)
  13436. inthunt:0:E0110:04:000:Always Wave torpedo PL1(1/2)
  13437. inthunt:0:E0112:03:500:Always Wave torpedo PL1(2/2)
  13438. inthunt:0:E0110:06:000:Always Spread torpedoPL1(1/2)
  13439. inthunt:0:E0112:03:500:Always Spread torpedoPL1(2/2)
  13440. inthunt:0:E0114:00:000:Always Normal Ammo PL1 (1/2)
  13441. inthunt:0:E0116:00:500:Always Normal Ammo PL1 (2/2)
  13442. inthunt:0:E0114:02:000:Always A Ammo PL1 (1/2)
  13443. inthunt:0:E0116:05:500:Always A Ammo PL1 (2/2)
  13444. inthunt:0:E0114:04:000:Always M Ammo PL1 (1/2)
  13445. inthunt:0:E0116:05:500:Always M Ammo PL1 (2/2)
  13446. inthunt:0:E0110:00:001:Get Normal torpedoNowPL1(1/2)
  13447. inthunt:0:E0112:00:501:Get Normal torpedoNowPL1(2/2)
  13448. inthunt:0:E0110:02:001:Get Power torpedo NowPL1(1/2)
  13449. inthunt:0:E0112:03:501:Get Power torpedo NowPL1(2/2)
  13450. inthunt:0:E0110:04:001:Get Wave torpedo  NowPL1(1/2)
  13451. inthunt:0:E0112:03:501:Get Wave torpedo  NowPL1(2/2)
  13452. inthunt:0:E0110:06:001:Get Spread torpedoNowPL1(1/2)
  13453. inthunt:0:E0112:03:501:Get Spread torpedoNowPL1(2/2)
  13454. inthunt:0:E0114:00:001:Get Normal Ammo Now! PL1(1/2)
  13455. inthunt:0:E0116:00:501:Get Normal Ammo Now! PL1(2/2)
  13456. inthunt:0:E0114:02:001:Get A Ammo Now! PL1 (1/2)
  13457. inthunt:0:E0116:05:501:Get A Ammo Now! PL1 (2/2)
  13458. inthunt:0:E0114:04:001:Get M Ammo Now! PL1 (1/2)
  13459. inthunt:0:E0116:05:501:Get M Ammo Now! PL1 (2/2)
  13460. inthunt:0:E0158:09:000:Infinite Lives PL2
  13461. inthunt:0:E098A:01:000:Invincibility 'ON' PL2
  13462. inthunt:0:E098A:00:001:Invincibility 'OFF' PL2
  13463. inthunt:0:0000:00:999:[Torpedo is the front weapon]
  13464. inthunt:0:0000:00:999:[Ammo is the top weapon     ]
  13465. inthunt:0:E0150:00:000:Always Normal torpedoPL2(1/2)
  13466. inthunt:0:E0152:00:500:Always Normal torpedoPL2(2/2)
  13467. inthunt:0:E0150:02:000:Always Power torpedo PL2(1/2)
  13468. inthunt:0:E0152:03:500:Always Power torpedo PL2(2/2)
  13469. inthunt:0:E0150:04:000:Always Wave torpedo PL2(1/2)
  13470. inthunt:0:E0152:03:500:Always Wave torpedo PL2(2/2)
  13471. inthunt:0:E0150:06:000:Always Spread torpedoPL2(1/2)
  13472. inthunt:0:E0152:03:500:Always Spread torpedoPL2(2/2)
  13473. inthunt:0:E0154:00:000:Always Normal Ammo PL2 (1/2)
  13474. inthunt:0:E0156:00:500:Always Normal Ammo PL2 (2/2)
  13475. inthunt:0:E0154:02:000:Always A Ammo PL2 (1/2)
  13476. inthunt:0:E0156:05:500:Always A Ammo PL2 (2/2)
  13477. inthunt:0:E0154:04:000:Always M Ammo PL2 (1/2)
  13478. inthunt:0:E0156:05:500:Always M Ammo PL2 (2/2)
  13479. inthunt:0:E0150:00:001:Get Normal torpedoNowPL2(1/2)
  13480. inthunt:0:E0152:00:501:Get Normal torpedoNowPL2(2/2)
  13481. inthunt:0:E0150:02:001:Get Power torpedo NowPL2(1/2)
  13482. inthunt:0:E0152:03:501:Get Power torpedo NowPL2(2/2)
  13483. inthunt:0:E0150:04:001:Get Wave torpedo  NowPL2(1/2)
  13484. inthunt:0:E0152:03:501:Get Wave torpedo  NowPL2(2/2)
  13485. inthunt:0:E0150:06:001:Get Spread torpedoNowPL2(1/2)
  13486. inthunt:0:E0152:03:501:Get Spread torpedoNowPL2(2/2)
  13487. inthunt:0:E0154:00:001:Get Normal Ammo Now! PL2(1/2)
  13488. inthunt:0:E0156:00:501:Get Normal Ammo Now! PL2(2/2)
  13489. inthunt:0:E0154:02:001:Get A Ammo Now! PL2 (1/2)
  13490. inthunt:0:E0156:05:501:Get A Ammo Now! PL2 (2/2)
  13491. inthunt:0:E0154:04:001:Get M Ammo Now! PL2 (1/2)
  13492. inthunt:0:E0156:05:501:Get M Ammo Now! PL2 (2/2)
  13493. inthunt:0:00000:00:999:[These Start on Stage cheats]
  13494. inthunt:0:00000:00:999:[must be enabled on the     ]
  13495. inthunt:0:00000:00:999:[title screen and turned off]
  13496. inthunt:0:00000:00:999:[when you start the stage.  ]
  13497. inthunt:0:E0084:01:000:Start on Stage 2
  13498. inthunt:0:E0084:02:000:Start on Stage 3
  13499. inthunt:0:E0084:03:000:Start on Stage 4
  13500. inthunt:0:E0084:04:000:Start on Stage 5
  13501. inthunt:0:E0084:05:000:Start on Stage 6
  13502. inthunt:0:E0084:06:000:Start on Last Battle(Stage 7)
  13503. inthunt:0:E0084:07:000:Start on End Screen (Stage 8)
  13504. inthunt:0:E0084:07:061:Select next stage
  13505.  
  13506. ; [ Intrepid (set 2) ]
  13507. intrepi2:0:8101:09:000:Infinite Lives
  13508. intrepi2:0:808E:99:000:Infinite Bonus
  13509.  
  13510. ; [ Intrepid (set 1) ]
  13511. intrepid:0:8101:09:000:Infinite Lives
  13512. intrepid:0:808E:99:000:Infinite Bonus
  13513.  
  13514. ; [ Space Invaders II (Midway, cocktail) ]
  13515. invad2ct:0:2247:06:000:Infinite Lives PL1
  13516. invad2ct:0:2245:06:000:Infinite Lives PL2
  13517.  
  13518. ; [ Space Invaders (Logitec) ]
  13519. invaderl:0:21FF:07:000:Infinite Lives PL1
  13520. invaderl:0:22FF:07:000:Infinite Lives PL2
  13521. invaderl:0:2009:78:000:Invaders never drop
  13522. invaderl:0:2069:00:000:Invaders don't fire (1/2)
  13523. invaderl:0:206A:30:500:Invaders don't fire (2/2)
  13524.  
  13525. ; [ Space Invaders ]
  13526. invaders:0:21FF:07:000:Infinite Lives PL1
  13527. invaders:0:22FF:07:000:Infinite Lives PL2
  13528. invaders:0:2009:78:000:Invaders never drop
  13529. invaders:0:2069:00:000:Invaders don't fire (1/2)
  13530. invaders:0:206A:30:500:Invaders don't fire (2/2)
  13531.  
  13532. ; [ Space Invaders Part II (Taito) ]
  13533. invadpt2:0:21FF:07:000:Infinite Lives PL1
  13534. invadpt2:0:22FF:07:000:Infinite Lives PL2
  13535. invadpt2:0:2009:78:000:Invaders never drop
  13536. invadpt2:0:2069:00:000:Invaders don't fire (1/2)
  13537. invadpt2:0:206A:30:500:Invaders don't fire (2/2)
  13538.  
  13539. ; [ Space Invaders Part II (Midway) ]
  13540. invdpt2m:0:21FF:07:000:Infinite Lives PL1
  13541. invdpt2m:0:22FF:07:000:Infinite Lives PL2
  13542. invdpt2m:0:2009:78:000:Invaders never drop
  13543. invdpt2m:0:2069:00:000:Invaders don't fire (1/2)
  13544. invdpt2m:0:206A:30:500:Invaders don't fire (2/2)
  13545.  
  13546. ; [ Invinco / Deep Scan ]
  13547. invds:0:E48C:05:000:Infinite Lives PL1 Invinco
  13548. invds:0:E4C3:05:000:Infinite Lives PL2 Invinco
  13549. invds:0:E511:05:000:Infinite Lives PL1 D. Scan
  13550. invds:0:E512:05:000:Infinite Lives PL2 D. Scan
  13551. invds:0:E53D:3B:000:Infinite Bombs
  13552. invds:0:8516:07:000:Invincibility D. Scan
  13553.  
  13554. ; [ Invinco / Head On 2 ]
  13555. invho2:0:E3DA:09:000:Infinite Lives PL1 Invinco
  13556. invho2:0:E411:09:000:Infinite Lives PL2 Invinco
  13557. invho2:0:E3D9:06:000:Infinite Lives PL1 Head on
  13558. invho2:0:E3DA:06:000:Infinite Lives PL2 Head on
  13559.  
  13560. ; [ Invinco ]
  13561. invinco:0:E3BC:09:000:Infinite Lives PL1
  13562. invinco:0:E3F3:09:000:Infinite Lives PL2
  13563. invinco:0:961E:50:000:Enemies Don't Shoot
  13564.  
  13565. ; [ Invader's Revenge (Dutchford) ]
  13566. invrvnga:0:2083:06:000:Infinite Lives PL1
  13567. invrvnga:0:2085:40:000:Infinite Energy PL1
  13568. invrvnga:0:20C3:06:000:Infinite Lives PL2
  13569. invrvnga:0:20C5:40:000:Infinite Energy PL2
  13570.  
  13571. ; [ Invader's Revenge ]
  13572. invrvnge:0:2083:06:000:Infinite Lives PL1
  13573. invrvnge:0:2085:40:000:Infinite Energy PL1
  13574. invrvnge:0:20C3:06:000:Infinite Lives PL2
  13575. invrvnge:0:20C5:40:000:Infinite Energy PL2
  13576.  
  13577. ; [ I, Robot ]
  13578. irobot:0:03A6:63:000:Infinite Time (1/2)
  13579. irobot:0:06F7:0F:000:Infinite Time (2/2)
  13580. irobot:0:0303:04:000:Infinite Lives
  13581.  
  13582. ; [ Iron Horse ]
  13583. ironhors:0:3270:0A:000:Infinite Lives
  13584. ironhors:0:3442:00:000:Infinite Time
  13585. ironhors:0:3604:03:000:Infinite Ammo
  13586. ironhors:0:3205:04:000:Invincibility
  13587. ironhors:0:0000:00:999:[Use these cheats with the  ]
  13588. ironhors:0:0000:00:999:[Infinite Ammo cheat ON for ]
  13589. ironhors:0:0000:00:999:[the best effect!!          ]
  13590. ironhors:0:3605:00:000:Always have Fire
  13591. ironhors:0:3605:01:000:Always have Rope
  13592. ironhors:0:3605:02:000:Always have Bomb
  13593. ironhors:0:3605:00:001:Get Fire Now!
  13594. ironhors:0:3605:01:001:Get Rope Now!
  13595. ironhors:0:3605:02:001:Get Bomb Now!
  13596.  
  13597. ; [ Irritating Maze / Ultra Denryu Iraira Bou, The ]
  13598. irrmaze:0:10A857:32:000:Infinite Time
  13599. irrmaze:0:10808F:02:000:Infinite Lives
  13600.  
  13601. ; [ Jack the Giantkiller (set 1) ]
  13602. jack:0:449A:06:000:Infinite Lives PL1
  13603. jack:0:40F1:63:000:Infinite Ammo PL1
  13604. jack:0:449B:06:000:Infinite Lives PL2
  13605. jack:0:40F2:63:000:Infinite Ammo PL2
  13606.  
  13607. ; [ Jack the Giantkiller (set 2) ]
  13608. jack2:0:449A:06:000:Infinite Lives PL1
  13609. jack2:0:40F1:63:000:Infinite Ammo PL1
  13610. jack2:0:449B:06:000:Infinite Lives PL2
  13611. jack2:0:40F2:63:000:Infinite Ammo PL2
  13612.  
  13613. ; [ Jack the Giantkiller (set 3) ]
  13614. jack3:0:449A:06:000:Infinite Lives PL1
  13615. jack3:0:40F1:63:000:Infinite Ammo PL1
  13616. jack3:0:449B:06:000:Infinite Lives PL2
  13617. jack3:0:40F2:63:000:Infinite Ammo PL2
  13618.  
  13619. ; [ Jackal (World) ]
  13620. jackal:0:1478:09:000:Infinite Lives PL1
  13621. jackal:0:0B06:01:000:Invincibility PL1
  13622. jackal:0:0AFD:04:000:Always Full Power Ups PL1
  13623. jackal:0:0AFC:08:001:Get 8 rescued prisoners PL1
  13624. jackal:0:14B8:09:000:Infinite Lives PL2
  13625. jackal:0:0B7E:01:000:Invincibility PL2
  13626. jackal:0:0B75:04:000:Always Full Power Ups PL2
  13627. jackal:0:0B74:08:001:Get 8 rescued prisoners PL2
  13628.  
  13629. ; [ Tokushu Butai Jackal (Japan) ]
  13630. jackalj:0:1478:09:000:Infinite Lives PL1
  13631. jackalj:0:0B06:01:000:Invincibility PL1
  13632. jackalj:0:0AFD:04:000:Always Full Power Ups PL1
  13633. jackalj:0:0AFC:08:001:Get 8 rescued prisoners PL1
  13634. jackalj:0:14B8:09:000:Infinite Lives PL2
  13635. jackalj:0:0B7E:01:000:Invincibility PL2
  13636. jackalj:0:0B75:04:000:Always Full Power Ups PL2
  13637. jackalj:0:0B74:08:001:Get 8 rescued prisoners PL2
  13638.  
  13639. ; [ Jack Rabbit (set 2) ]
  13640. jackrab2:0:7277:06:000:Infinite Lives PL1
  13641. jackrab2:0:7278:06:000:Infinite Lives PL2
  13642.  
  13643. ; [ Jack Rabbit (special) ]
  13644. jackrabs:0:7277:06:000:Infinite Lives PL1
  13645. jackrabs:0:7278:06:000:Infinite Lives PL2
  13646.  
  13647. ; [ Jack Rabbit (set 1) ]
  13648. jackrabt:0:7277:06:000:Infinite Lives PL1
  13649. jackrabt:0:7278:06:000:Infinite Lives PL2
  13650.  
  13651. ; [ Jail Break ]
  13652. jailbrek:0:15CE:08:000:Infinite Lives PL1
  13653. jailbrek:0:15FE:08:000:Infinite Lives PL2
  13654. jailbrek:0:16C9:00:000:Invincibility (1/2)
  13655. jailbrek:0:11C1:00:500:Invincibility (2/2)
  13656. jailbrek:0:1598:03:000:Always have all weapons
  13657. jailbrek:0:1598:03:001:Get all weapons Now!
  13658.  
  13659. ; [ Jyanshin Densetsu - Quest of Jongmaster ]
  13660. janshin:0:108418:05:000:Infinite Move Time
  13661. janshin:0:000000:00:999:[The winning hand cheat must]
  13662. janshin:0:000000:00:999:[be used when you've got 14 ]
  13663. janshin:0:000000:00:999:[tiles in your hand, then   ]
  13664. janshin:0:000000:00:999:[you must select 'AGARI'.   ]
  13665. janshin:0:000000:00:999:[The tiles do not visually  ]
  13666. janshin:0:000000:00:999:[change, until you make a   ]
  13667. janshin:0:000000:00:999:[move.                      ]
  13668. janshin:0:000000:00:999:[There are more than 15     ]
  13669. janshin:0:000000:00:999:[cheats to activate to have ]
  13670. janshin:0:000000:00:999:[a winning hand so, you must]
  13671. janshin:0:000000:00:999:[activate them in 2 parts.  ]
  13672. janshin:0:000000:00:999:[First activate on 01/28,   ]
  13673. janshin:0:000000:00:999:[then return to the game    ]
  13674. janshin:0:000000:00:999:[briefly and then hit the   ]
  13675. janshin:0:000000:00:999:['home' key and activate the]
  13676. janshin:0:000000:00:999:[15/28 cheat.               ]
  13677. janshin:0:108220:04:501:Get winning hand Now! (01/28)
  13678. janshin:0:108221:00:501:Get winning hand Now! (02/28)
  13679. janshin:0:108224:04:501:Get winning hand Now! (03/28)
  13680. janshin:0:108225:00:501:Get winning hand Now! (04/28)
  13681. janshin:0:108228:04:501:Get winning hand Now! (05/28)
  13682. janshin:0:108229:00:501:Get winning hand Now! (06/28)
  13683. janshin:0:10822c:04:501:Get winning hand Now! (07/28)
  13684. janshin:0:10822d:01:501:Get winning hand Now! (08/28)
  13685. janshin:0:108230:04:501:Get winning hand Now! (09/28)
  13686. janshin:0:108231:01:501:Get winning hand Now! (10/28)
  13687. janshin:0:108234:04:501:Get winning hand Now! (11/28)
  13688. janshin:0:108235:01:501:Get winning hand Now! (12/28)
  13689. janshin:0:108238:04:501:Get winning hand Now! (13/28)
  13690. janshin:0:108239:02:501:Get winning hand Now! (14/28)
  13691. janshin:0:10823C:04:501:Get winning hand Now! (15/28)
  13692. janshin:0:10823D:02:501:Get winning hand Now! (16/28)
  13693. janshin:0:108240:04:501:Get winning hand Now! (17/28)
  13694. janshin:0:108241:02:501:Get winning hand Now! (18/28)
  13695. janshin:0:108244:04:501:Get winning hand Now! (19/28)
  13696. janshin:0:108245:03:501:Get winning hand Now! (20/28)
  13697. janshin:0:108248:04:501:Get winning hand Now! (21/28)
  13698. janshin:0:108249:03:501:Get winning hand Now! (22/28)
  13699. janshin:0:10824c:04:501:Get winning hand Now! (23/28)
  13700. janshin:0:10824d:03:501:Get winning hand Now! (24/28)
  13701. janshin:0:108250:04:501:Get winning hand Now! (25/28)
  13702. janshin:0:108251:04:501:Get winning hand Now! (26/28)
  13703. janshin:0:108254:04:501:Get winning hand Now! (27/28)
  13704. janshin:0:108255:04:501:Get winning hand Now! (28/28)
  13705. janshin:0:000000:00:999:[See this URL for mahjong   ]
  13706. janshin:0:000000:00:999:[rules (merge both lines!)  ]
  13707. janshin:0:000000:00:999:[www.tky.hut.fi/~kjmjm/     ]
  13708. janshin:0:000000:00:999:[English/majiang/rules.html ]
  13709.  
  13710. ; [ Return of the Jedi ]
  13711. jedi:0:0013:03:000:Infinite Lives
  13712.  
  13713. ; [ Jumping Jack ]
  13714. jjack:0:2103:09:000:Infinite Lives
  13715.  
  13716. ; [ Joe & Mac (Japan) ]
  13717. joemac:0:184D99:03:000:Infinite Lives PL1
  13718. joemac:0:184E4D:12:000:Infinite Energy PL1
  13719. joemac:0:184DD9:03:000:Infinite Lives PL2
  13720. joemac:0:184ECD:12:000:Infinite Energy PL2
  13721. joemac:0:18534D:01:001:One hit for boss 1   Now!
  13722. joemac:0:18654D:01:001:One hit for boss 2-1 Now!
  13723. joemac:0:18654D:01:001:One hit for boss 2-2 Now!
  13724. joemac:0:1877F4:01:001:One hit for boss 3-1 Now!
  13725. joemac:0:186CCD:01:001:One hit for boss 3-2 Now!
  13726. joemac:0:18654D:01:001:One hit for boss 4-1 Now!
  13727. joemac:0:186BCD:01:001:One hit for boss 4-2 Now!
  13728. joemac:0:18654D:01:001:One hit for boss 5-1 Now!
  13729. joemac:0:1868CD:01:001:One hit for boss 5-2 Now!
  13730. joemac:0:18654D:01:001:One hit for boss 5-3 Now!
  13731.  
  13732. ; [ Journey ]
  13733. journey:0:C213:06:000:Infinite Lives
  13734.  
  13735. ; [ Joust (White/Green label) ]
  13736. joust:0:A051:04:000:Infinite Lives PL1 (1/2)
  13737. joust:0:A052:05:500:Infinite Lives PL1 (2/2)
  13738. joust:0:A05B:04:000:Infinite Lives PL2 (1/2)
  13739. joust:0:A05C:05:500:Infinite Lives PL2 (2/2)
  13740.  
  13741. ; [ Joust 2 - Survival of the Fittest (set 1) ]
  13742. joust2:0:A059:04:000:Infinite Lives PL1 (1/2)
  13743. joust2:0:A05A:05:500:Infinite Lives PL1 (2/2)
  13744. joust2:0:A063:04:000:Infinite Lives PL2 (1/2)
  13745. joust2:0:A064:05:500:Infinite Lives PL2 (2/2)
  13746.  
  13747. ; [ Joust (Solid Red label) ]
  13748. joustr:0:A051:04:000:Infinite Lives PL1 (1/2)
  13749. joustr:0:A052:05:500:Infinite Lives PL1 (2/2)
  13750. joustr:0:A05B:04:000:Infinite Lives PL2 (1/2)
  13751. joustr:0:A05C:05:500:Infinite Lives PL2 (2/2)
  13752.  
  13753. ; [ Joust (White/Red label) ]
  13754. joustwr:0:A051:04:000:Infinite Lives PL1 (1/2)
  13755. joustwr:0:A052:05:500:Infinite Lives PL1 (2/2)
  13756. joustwr:0:A05B:04:000:Infinite Lives PL2 (1/2)
  13757. joustwr:0:A05C:05:500:Infinite Lives PL2 (2/2)
  13758.  
  13759. ; [ Joyful Road (US) ]
  13760. joyfulr:0:811F:78:000:Infinite Fuel
  13761. joyfulr:0:82DC:00:000:Invincibility
  13762. joyfulr:0:8138:06:000:Infinite Lives PL1
  13763. joyfulr:0:8139:06:000:Infinite Lives PL2
  13764.  
  13765. ; [ Puzzled / Joy Joy Kid ]
  13766. joyjoy:0:100642:00:000:No more acceleration PL1
  13767. joyjoy:0:100904:0C:000:Max L-Ball PL1
  13768. joyjoy:0:100952:00:000:No more acceleration PL2
  13769. joyjoy:0:100C14:0C:000:Max L-Ball PL2
  13770. joyjoy:0:000000:00:999:[USE THESE DURING PLAY ONLY!]
  13771. joyjoy:0:000000:00:999:[THESE CHEATS ARE PERMENEANT]
  13772. joyjoy:0:100673:00:000:Next shape always Red    PL1
  13773. joyjoy:0:100673:01:000:Next shape always Purple PL1
  13774. joyjoy:0:100673:02:000:Next shape always Orange PL1
  13775. joyjoy:0:100673:03:000:Next shape always Blue   PL1
  13776. joyjoy:0:100673:04:000:Next shape always Yellow PL1
  13777. joyjoy:0:100673:05:000:Next shape always Green  PL1
  13778. joyjoy:0:100673:06:000:Next shape always Cyan   PL1
  13779. joyjoy:0:000000:00:999:[THESE CHEATS ARE TEMPORARY ]
  13780. joyjoy:0:100673:00:001:Next shape Red Now!    PL1
  13781. joyjoy:0:100673:01:001:Next shape Purple Now! PL1
  13782. joyjoy:0:100673:02:001:Next shape Orange Now! PL1
  13783. joyjoy:0:100673:03:001:Next shape Blue Now!   PL1
  13784. joyjoy:0:100673:04:001:Next shape Yellow Now! PL1
  13785. joyjoy:0:100673:05:001:Next shape Green Now!  PL1
  13786. joyjoy:0:100673:06:001:Next shape Cyan Now!   PL1
  13787. joyjoy:0:000000:00:999:[THESE CHEATS ARE PERMENEANT]
  13788. joyjoy:0:100983:00:000:Next shape always Red    PL2
  13789. joyjoy:0:100983:01:000:Next shape always Purple PL2
  13790. joyjoy:0:100983:02:000:Next shape always Orange PL2
  13791. joyjoy:0:100983:03:000:Next shape always Blue   PL2
  13792. joyjoy:0:100983:04:000:Next shape always Yellow PL2
  13793. joyjoy:0:100983:05:000:Next shape always Green  PL2
  13794. joyjoy:0:100983:06:000:Next shape always Cyan   PL2
  13795. joyjoy:0:000000:00:999:[THESE CHEATS ARE TEMPORARY ]
  13796. joyjoy:0:100983:00:001:Next shape Red Now!    PL2
  13797. joyjoy:0:100983:01:001:Next shape Purple Now! PL2
  13798. joyjoy:0:100983:02:001:Next shape Orange Now! PL2
  13799. joyjoy:0:100983:03:001:Next shape Blue Now!   PL2
  13800. joyjoy:0:100983:04:001:Next shape Yellow Now! PL2
  13801. joyjoy:0:100983:05:001:Next shape Green Now!  PL2
  13802. joyjoy:0:100983:06:001:Next shape Cyan Now!   PL2
  13803.  
  13804. ; [ Jr. Pac-Man ]
  13805. jrpacman:0:4E14:06:000:Infinite Lives (1/2)
  13806. jrpacman:0:4E15:05:500:Infinite Lives (2/2)
  13807. jrpacman:0:0000:00:999:[------Starting Levels------]
  13808. jrpacman:0:0000:00:999:[Deactivate the cheats after]
  13809. jrpacman:0:0000:00:999:[starting the level or leave]
  13810. jrpacman:0:0000:00:999:[active to repeat the level.]
  13811. jrpacman:0:4E0A:7E:000:Start at Kite (1/2)
  13812. jrpacman:0:4E13:01:500:Start at Kite (2/2)
  13813. jrpacman:0:4E0A:7F:000:Start at Drum (1/2)
  13814. jrpacman:0:4E13:02:500:Start at Drum (2/2)
  13815. jrpacman:0:4E0A:80:000:Start at Balloon (1/2)
  13816. jrpacman:0:4E13:03:500:Start at Balloon (2/2)
  13817. jrpacman:0:4E0A:81:000:Start at Train (1/2)
  13818. jrpacman:0:4E13:04:500:Start at Train (2/2)
  13819. jrpacman:0:4E0A:82:000:Start at Cat (1/2)
  13820. jrpacman:0:4E13:05:500:Start at Cat (2/2)
  13821. jrpacman:0:4E0A:83:000:Start at Beer (1/2)
  13822. jrpacman:0:4E13:06:500:Start at Beer (2/2)
  13823. jrpacman:0:0000:00:999:[------Practice Levels------]
  13824. jrpacman:0:4E13:00:000:Practice Bike
  13825. jrpacman:0:4E13:01:000:Practice Kite
  13826. jrpacman:0:4E13:02:000:Practice Drum
  13827. jrpacman:0:4E13:03:000:Practice Balloon
  13828. jrpacman:0:4E13:04:000:Practice Train
  13829. jrpacman:0:4E13:05:000:Practice Cat
  13830. jrpacman:0:4E13:06:000:Practice Beer
  13831. jrpacman:0:0000:00:999:[------Practice Speeds------]
  13832. jrpacman:0:4DBD:00:000:Stay blue until eaten (1/2)
  13833. jrpacman:0:4DBE:00:500:Stay blue until eaten (2/2)
  13834. jrpacman:0:4DBD:58:000:Slow changeback (1/2)
  13835. jrpacman:0:4DBE:02:500:Slow changeback (2/2)
  13836. jrpacman:0:4DBD:68:000:Moderate changeback (1/2)
  13837. jrpacman:0:4DBE:01:500:Moderate changeback (2/2)
  13838. jrpacman:0:4DBD:F0:000:Quick changeback (1/2)
  13839. jrpacman:0:4DBE:00:500:Quick changeback (2/2)
  13840. jrpacman:0:4DBD:78:000:Lightning changeback (1/2)
  13841. jrpacman:0:4DBE:00:500:Lightning changeback (2/2)
  13842. jrpacman:0:4DBD:01:000:No change to blue (1/2)
  13843. jrpacman:0:4DBE:00:500:No change to blue (2/2)
  13844. jrpacman:0:0000:00:999:[-------Ghost Status--------]
  13845. jrpacman:0:4DA7:01:000:Red always blue
  13846. jrpacman:0:4DA8:01:000:Pink always blue
  13847. jrpacman:0:4DA9:01:000:Green always blue
  13848. jrpacman:0:4DAA:01:000:Orange always blue
  13849. jrpacman:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  13850.  
  13851. ; [ Jatre Specter ]
  13852. jspecter:0:21FF:07:000:Infinite Lives PL1
  13853. jspecter:0:22FF:07:000:Infinite Lives PL2
  13854. jspecter:0:2009:78:000:Invaders never drop
  13855. jspecter:0:2069:00:000:Invaders don't fire (1/2)
  13856. jspecter:0:206A:30:500:Invaders don't fire (2/2)
  13857.  
  13858. ; [ Jump Bug ]
  13859. jumpbug:0:4219:05:000:Infinite Lives PL1
  13860. jumpbug:0:421A:05:000:Infinite Lives PL2
  13861.  
  13862. ; [ Jump Bug (bootleg) ]
  13863. jumpbugb:0:4219:05:000:Infinite Lives PL1
  13864. jumpbugb:0:421A:05:000:Infinite Lives PL2
  13865.  
  13866. ; [ Jump Coaster ]
  13867. jumpcoas:0:C005:07:000:Infinite Lives PL1
  13868. jumpcoas:0:C006:07:000:Infinite Lives PL2
  13869. jumpcoas:0:C00C:01:001:Go to Level 2
  13870. jumpcoas:0:C00C:02:001:Go to Level 3
  13871. jumpcoas:0:C00C:03:001:Go to Level 4
  13872. jumpcoas:0:C144:00:000:Stop Cop 1 sprite
  13873. jumpcoas:0:C148:00:000:Stop Cop 2 sprite
  13874. jumpcoas:0:C158:00:000:Stop Cop 3 sprite
  13875. jumpcoas:0:C15C:00:000:Stop Cop 4 sprite
  13876. jumpcoas:0:C150:00:000:Stop Hat 1 sprite
  13877. jumpcoas:0:C154:00:000:Stop Hat 2 sprite
  13878. jumpcoas:0:C14C:00:000:Stop Gorilla sprite
  13879.  
  13880. ; [ Jumping ]
  13881. jumping:0:10D127:D2:000:Infinite Time
  13882. jumping:0:10E1FF:04:000:Infinite Lives PL1
  13883. jumping:0:10E20F:04:000:Infinite Lives PL2
  13884. jumping:0:10D1FC:01:000:Invincibility (1/2)
  13885. jumping:0:10D1FF:E3:500:Invincibility (2/2)
  13886. jumping:0:10D05F:01:000:Always X2 Rainbow
  13887. jumping:0:10D05F:02:000:Always X3 Rainbow
  13888. jumping:0:10D05F:03:000:Always X4 Rainbow
  13889. jumping:0:10D05F:04:000:Always X5 Rainbow
  13890. jumping:0:10D05F:05:000:Always X6 Rainbow
  13891. jumping:0:10D060:00:000:Always Normal Rainbows
  13892. jumping:0:10D060:01:000:Always Fast Rainbows
  13893. jumping:0:10D060:07:000:Always Very Fast Rainbows
  13894. jumping:0:10E20C:01:000:Always have ROYGBIV PL1
  13895. jumping:0:10E21C:01:000:Always have ROYGBIV PL2
  13896. jumping:0:10D05F:01:001:Get X2 Rainbow Now!
  13897. jumping:0:10D05F:02:001:Get X3 Rainbow Now!
  13898. jumping:0:10D05F:03:001:Get X4 Rainbow Now!
  13899. jumping:0:10D05F:04:001:Get X5 Rainbow Now!
  13900. jumping:0:10D05F:05:001:Get X6 Rainbow Now!
  13901. jumping:0:10D060:00:001:Get Normal Rainbows Now!
  13902. jumping:0:10D060:01:001:Get Fast Rainbows Now!
  13903. jumping:0:10D060:07:001:Get Very Fast Rainbows Now!
  13904. jumping:0:10E20C:01:001:Get ROYGBIV PL1 Now!
  13905. jumping:0:10E21C:01:001:Get ROYGBIV PL2 Now!
  13906. jumping:0:10E20D:00:000:Always Monsters+items PL1
  13907. jumping:0:10E20D:01:000:No Monsters+items ever! PL1
  13908. jumping:0:10E21D:00:000:Always Monsters+items PL2
  13909. jumping:0:10E21D:01:000:No Monsters+items ever! PL2
  13910. jumping:0:000000:00:999:[You should enable this     ]
  13911. jumping:0:000000:00:999:[speed power-up cheat on the]
  13912. jumping:0:000000:00:999:[title screen or before     ]
  13913. jumping:0:000000:00:999:[losing a life!             ]
  13914. jumping:0:10D061:00:000:Always have normal speed
  13915. jumping:0:10D061:01:000:Always have power-up speed
  13916. jumping:0:10D061:03:000:Always have max speed
  13917. jumping:0:10D055:7F:001:Get 7 big diamonds (1/2)
  13918. jumping:0:10D054:00:501:Get 7 big diamonds (2/2)
  13919. jumping:0:10D055:80:001:Get 3 mirrors (1/2)
  13920. jumping:0:10D054:03:501:Get 3 mirrors (2/2)
  13921. jumping:0:10D055:FF:001:Get 7 big D and 3 M (1/2)
  13922. jumping:0:10D054:03:501:Get 7 big D and 3 M (2/2)
  13923. jumping:0:10D055:01:021:Get big diamond - red Now!
  13924. jumping:0:10D055:02:021:Get big diamond - orange Now!
  13925. jumping:0:10D055:04:021:Get big diamond - yellow Now!
  13926. jumping:0:10D055:08:021:Get big diamond - green Now!
  13927. jumping:0:10D055:10:021:Get big diamond - blue Now!
  13928. jumping:0:10D055:20:021:Get big diamond - indigo Now!
  13929. jumping:0:10D055:40:021:Get big diamond - purple Now!
  13930. jumping:0:10D055:80:021:Get mirror - red Now!
  13931. jumping:0:10D054:01:021:Get mirror - grey Now!
  13932. jumping:0:10D054:02:021:Get mirror - yellow Now!
  13933. jumping:0:10E1B9:00:001:Kill Island Guardian Now!
  13934. jumping:0:10E1B9:00:000:Kill all IslandGuardians fast
  13935. jumping:0:10D041:C7:000:All permanent POWs (1/2)
  13936. jumping:0:10D040:02:500:All permanent POWs (2/2)
  13937. jumping:0:10D056:01:000:Always have Bonus door
  13938. jumping:0:10D1C0:01:000:Always have wing power
  13939. jumping:0:10C96B:05:000:Always have the fairy (1/2)
  13940. jumping:0:10DF22:FF:500:Always have the fairy (2/2)
  13941. jumping:0:10D1C0:01:001:Get wing power Now!
  13942. jumping:0:10C96B:05:001:Get the fairy Now! (1/2)
  13943. jumping:0:10DF22:FF:501:Get the fairy Now! (2/2)
  13944. jumping:0:000000:00:999:[These round select cheats  ]
  13945. jumping:0:000000:00:999:[have two numbers, the first]
  13946. jumping:0:000000:00:999:[one is the round you go to ]
  13947. jumping:0:000000:00:999:[if you die and the second  ]
  13948. jumping:0:000000:00:999:[one is the round you go to ]
  13949. jumping:0:000000:00:999:[if you complete the round  ]
  13950. jumping:0:000000:00:999:[you are on (Eg If you have ]
  13951. jumping:0:000000:00:999:[Invincibility enabled).    ]
  13952. jumping:0:10D049:03:001:Go to Round 4/5 Next
  13953. jumping:0:10D049:07:001:Go to Round 8/9 Next
  13954. jumping:0:10D049:0B:001:Go to Round 12/13 Next
  13955. jumping:0:10D049:0F:001:Go to Round 16/17 Next
  13956. jumping:0:10D049:13:001:Go to Round 20/21 Next
  13957. jumping:0:10D049:17:001:Go to Round 24/25 Next
  13958. jumping:0:10D049:1B:001:Go to First End Next
  13959. jumping:0:10D049:1C:001:Go to Round 30 Next
  13960. jumping:0:10D049:26:001:Go to Last Round on complete
  13961. jumping:0:10D049:27:001:Go to Last Round on death
  13962.  
  13963. ; [ Jungle Hunt (US) ]
  13964. jungleh:0:842F:99:000:Infinite Time
  13965. jungleh:0:8457:30:000:Infinite Oxygen
  13966. jungleh:0:8425:1F:000:Infinite Lives PL1
  13967. jungleh:0:8426:1F:000:Infinite Lives PL2
  13968.  
  13969. ; [ Jungle King (Japan) ]
  13970. junglek:0:842F:99:000:Infinite Time
  13971. junglek:0:8457:30:000:Infinite Oxygen
  13972. junglek:0:8425:1F:000:Infinite Lives PL1
  13973. junglek:0:8426:1F:000:Infinite Lives PL2
  13974.  
  13975. ; [ Jungler ]
  13976. jungler:0:9F00:04:000:Infinite Lives PL1
  13977. jungler:0:9F40:04:000:Infinite Lives PL2
  13978. jungler:0:9904:08:000:Invincibility
  13979.  
  13980. ; [ Jungler (Stern) ]
  13981. junglers:0:9F00:04:000:Infinite Lives PL1
  13982. junglers:0:9F40:04:000:Infinite Lives PL2
  13983. junglers:0:9904:08:000:Invincibility
  13984.  
  13985. ; [ Jungle King (Japan, earlier) ]
  13986. junglkj2:0:842F:99:000:Infinite Time
  13987. junglkj2:0:8457:30:000:Infinite Oxygen
  13988. junglkj2:0:8425:1F:000:Infinite Lives PL1
  13989. junglkj2:0:8426:1F:000:Infinite Lives PL2
  13990.  
  13991. ; [ Juno First ]
  13992. junofrst:0:8888:63:000:Infinite Time
  13993. junofrst:0:8880:0A:000:Infinite Lives
  13994. junofrst:0:888A:02:000:Infinite Warps
  13995. junofrst:0:0000:00:999:[Only turn ON Invincibility ]
  13996. junofrst:0:0000:00:999:[during play!               ]
  13997. junofrst:0:8802:01:000:Invincibility
  13998.  
  13999. ; [ Jyuohki (Japan) ]
  14000. jyuohki:0:FFE018:0B:000:Infinite Lives PL1
  14001. jyuohki:0:FFC04A:30:000:Invincibility PL1
  14002. jyuohki:0:FFC06A:00:000:Power-ups do nothing PL1(1/2)
  14003. jyuohki:0:FFC06B:00:000:Power-ups do nothing PL1(2/2)
  14004. jyuohki:0:FFC06A:01:000:Always Power Level 2 PL1(1/2)
  14005. jyuohki:0:FFC06B:01:000:Always Power Level 2 PL1(2/2)
  14006. jyuohki:0:FFC06A:02:000:Always Power Level 3 PL1(1/2)
  14007. jyuohki:0:FFC06B:02:000:Always Power Level 3 PL1(2/2)
  14008. jyuohki:0:FFC06A:03:000:Always Beast PL1 (1/2)
  14009. jyuohki:0:FFC06B:03:000:Always Beast PL1 (2/2)
  14010. jyuohki:0:FFE098:0B:000:Infinite Lives PL2
  14011. jyuohki:0:FFC44A:30:000:Invincibility PL2
  14012. jyuohki:0:FFC46A:00:000:Power-ups do nothing PL2(1/2)
  14013. jyuohki:0:FFC46B:00:000:Power-ups do nothing PL2(2/2)
  14014. jyuohki:0:FFC46A:01:000:Always Power Level 2 PL2(1/2)
  14015. jyuohki:0:FFC46B:01:000:Always Power Level 2 PL2(2/2)
  14016. jyuohki:0:FFC46A:02:000:Always Power Level 3 PL2(1/2)
  14017. jyuohki:0:FFC46B:02:000:Always Power Level 3 PL2(2/2)
  14018. jyuohki:0:FFC46A:03:000:Always Beast PL2 (1/2)
  14019. jyuohki:0:FFC46B:03:000:Always Beast PL2 (2/2)
  14020.  
  14021. ; [ Kabuki Klash - Far East of Eden / Tengai Makyou Shinden - Fa ]
  14022. kabukikl:0:000000:00:999:[Use these cheats on the    ]
  14023. kabukikl:0:000000:00:999:[selection screen only!!!   ]
  14024. kabukikl:0:102E17:08:001:Play with Manto Ace PL1
  14025. kabukikl:0:102E17:09:001:Play with Karakuri PL1
  14026. kabukikl:0:102E17:0A:001:Play with Jyashinsai PL1
  14027. kabukikl:0:102E17:0B:001:Play with Lucifeller PL1
  14028. kabukikl:0:102E18:08:001:Play with Manto Ace PL2
  14029. kabukikl:0:102E18:09:001:Play with Karakuri PL2
  14030. kabukikl:0:102E18:0A:001:Play with Jyashinsai PL2
  14031. kabukikl:0:102E18:0B:001:Play with Lucifeller PL2
  14032.  
  14033. ; [ Kageki (US) ]
  14034. kageki:0:E75C:00:000:Infinite Player Energy
  14035. kageki:0:E7FC:00:000:Infinite Enemy Energy
  14036. kageki:0:0000:00:999:[These Drain cheats will NOT]
  14037. kageki:0:0000:00:999:[allow energy recovery!!    ]
  14038. kageki:0:E75C:80:001:Drain all Player Energy Now!
  14039. kageki:0:E7FC:80:001:Drain all Enemy Energy Now!
  14040. kageki:0:0000:00:999:[You MUST enable the Select ]
  14041. kageki:0:0000:00:999:[starting round cheat on the]
  14042. kageki:0:0000:00:999:[screen with the face pics! ]
  14043. kageki:0:E007:08:071:Select starting round PL1
  14044. kageki:0:E007:08:061:Select next round PL1
  14045. kageki:0:E00E:08:071:Select starting round PL2
  14046. kageki:0:E00E:08:061:Select next round PL2
  14047.  
  14048. ; [ Kageki (Japan) ]
  14049. kagekij:0:E75C:00:000:Infinite Player Energy
  14050. kagekij:0:E7FC:00:000:Infinite Enemy Energy
  14051. kagekij:0:0000:00:999:[These Drain cheats will NOT]
  14052. kagekij:0:0000:00:999:[allow energy recovery!!    ]
  14053. kagekij:0:E75C:80:001:Drain all Player Energy Now!
  14054. kagekij:0:E7FC:80:001:Drain all Enemy Energy Now!
  14055. kagekij:0:0000:00:999:[You MUST enable the Select ]
  14056. kagekij:0:0000:00:999:[starting round cheat on the]
  14057. kagekij:0:0000:00:999:[screen with the face pics! ]
  14058. kagekij:0:E007:08:071:Select starting round PL1
  14059. kagekij:0:E007:08:061:Select next round PL1
  14060. kagekij:0:E00E:08:071:Select starting round PL2
  14061. kagekij:0:E00E:08:061:Select next round PL2
  14062.  
  14063. ; [ Kaitei Daisensou (Japan) ]
  14064. kaiteids:0:EB8A0:63:000:Infinite Time
  14065. kaiteids:0:E0118:09:000:Infinite Lives PL1
  14066. kaiteids:0:E0A0A:01:000:Invincibility 'ON' PL1
  14067. kaiteids:0:E0A0A:00:001:Invincibility 'OFF' PL1
  14068. kaiteids:0:00000:00:999:[Torpedo is the front weapon]
  14069. kaiteids:0:00000:00:999:[Ammo is the top weapon     ]
  14070. kaiteids:0:E0110:00:000:Always Normal torpedoPL1(1/2)
  14071. kaiteids:0:E0112:00:500:Always Normal torpedoPL1(2/2)
  14072. kaiteids:0:E0110:02:000:Always Power torpedo PL1(1/2)
  14073. kaiteids:0:E0112:03:500:Always Power torpedo PL1(2/2)
  14074. kaiteids:0:E0110:04:000:Always Wave torpedo PL1(1/2)
  14075. kaiteids:0:E0112:03:500:Always Wave torpedo PL1(2/2)
  14076. kaiteids:0:E0110:06:000:Always Spread torpedoPL1(1/2)
  14077. kaiteids:0:E0112:03:500:Always Spread torpedoPL1(2/2)
  14078. kaiteids:0:E0114:00:000:Always Normal Ammo PL1 (1/2)
  14079. kaiteids:0:E0116:00:500:Always Normal Ammo PL1 (2/2)
  14080. kaiteids:0:E0114:02:000:Always A Ammo PL1 (1/2)
  14081. kaiteids:0:E0116:05:500:Always A Ammo PL1 (2/2)
  14082. kaiteids:0:E0114:04:000:Always M Ammo PL1 (1/2)
  14083. kaiteids:0:E0116:05:500:Always M Ammo PL1 (2/2)
  14084. kaiteids:0:E0110:00:001:Get Normal torpedoNowPL1(1/2)
  14085. kaiteids:0:E0112:00:501:Get Normal torpedoNowPL1(2/2)
  14086. kaiteids:0:E0110:02:001:Get Power torpedo NowPL1(1/2)
  14087. kaiteids:0:E0112:03:501:Get Power torpedo NowPL1(2/2)
  14088. kaiteids:0:E0110:04:001:Get Wave torpedo  NowPL1(1/2)
  14089. kaiteids:0:E0112:03:501:Get Wave torpedo  NowPL1(2/2)
  14090. kaiteids:0:E0110:06:001:Get Spread torpedoNowPL1(1/2)
  14091. kaiteids:0:E0112:03:501:Get Spread torpedoNowPL1(2/2)
  14092. kaiteids:0:E0114:00:001:Get Normal Ammo Now! PL1(1/2)
  14093. kaiteids:0:E0116:00:501:Get Normal Ammo Now! PL1(2/2)
  14094. kaiteids:0:E0114:02:001:Get A Ammo Now! PL1 (1/2)
  14095. kaiteids:0:E0116:05:501:Get A Ammo Now! PL1 (2/2)
  14096. kaiteids:0:E0114:04:001:Get M Ammo Now! PL1 (1/2)
  14097. kaiteids:0:E0116:05:501:Get M Ammo Now! PL1 (2/2)
  14098. kaiteids:0:E0158:09:000:Infinite Lives PL2
  14099. kaiteids:0:E098A:01:000:Invincibility 'ON' PL2
  14100. kaiteids:0:E098A:00:001:Invincibility 'OFF' PL2
  14101. kaiteids:0:00000:00:999:[Torpedo is the front weapon]
  14102. kaiteids:0:00000:00:999:[Ammo is the top weapon     ]
  14103. kaiteids:0:E0150:00:000:Always Normal torpedoPL2(1/2)
  14104. kaiteids:0:E0152:00:500:Always Normal torpedoPL2(2/2)
  14105. kaiteids:0:E0150:02:000:Always Power torpedo PL2(1/2)
  14106. kaiteids:0:E0152:03:500:Always Power torpedo PL2(2/2)
  14107. kaiteids:0:E0150:04:000:Always Wave torpedo PL2(1/2)
  14108. kaiteids:0:E0152:03:500:Always Wave torpedo PL2(2/2)
  14109. kaiteids:0:E0150:06:000:Always Spread torpedoPL2(1/2)
  14110. kaiteids:0:E0152:03:500:Always Spread torpedoPL2(2/2)
  14111. kaiteids:0:E0154:00:000:Always Normal Ammo PL2 (1/2)
  14112. kaiteids:0:E0156:00:500:Always Normal Ammo PL2 (2/2)
  14113. kaiteids:0:E0154:02:000:Always A Ammo PL2 (1/2)
  14114. kaiteids:0:E0156:05:500:Always A Ammo PL2 (2/2)
  14115. kaiteids:0:E0154:04:000:Always M Ammo PL2 (1/2)
  14116. kaiteids:0:E0156:05:500:Always M Ammo PL2 (2/2)
  14117. kaiteids:0:E0150:00:001:Get Normal torpedoNowPL2(1/2)
  14118. kaiteids:0:E0152:00:501:Get Normal torpedoNowPL2(2/2)
  14119. kaiteids:0:E0150:02:001:Get Power torpedo NowPL2(1/2)
  14120. kaiteids:0:E0152:03:501:Get Power torpedo NowPL2(2/2)
  14121. kaiteids:0:E0150:04:001:Get Wave torpedo  NowPL2(1/2)
  14122. kaiteids:0:E0152:03:501:Get Wave torpedo  NowPL2(2/2)
  14123. kaiteids:0:E0150:06:001:Get Spread torpedoNowPL2(1/2)
  14124. kaiteids:0:E0152:03:501:Get Spread torpedoNowPL2(2/2)
  14125. kaiteids:0:E0154:00:001:Get Normal Ammo Now! PL2(1/2)
  14126. kaiteids:0:E0156:00:501:Get Normal Ammo Now! PL2(2/2)
  14127. kaiteids:0:E0154:02:001:Get A Ammo Now! PL2 (1/2)
  14128. kaiteids:0:E0156:05:501:Get A Ammo Now! PL2 (2/2)
  14129. kaiteids:0:E0154:04:001:Get M Ammo Now! PL2 (1/2)
  14130. kaiteids:0:E0156:05:501:Get M Ammo Now! PL2 (2/2)
  14131. kaiteids:0:00000:00:999:[These Start on Stage cheats]
  14132. kaiteids:0:00000:00:999:[must be enabled on the     ]
  14133. kaiteids:0:00000:00:999:[title screen and turned off]
  14134. kaiteids:0:00000:00:999:[when you start the stage.  ]
  14135. kaiteids:0:E0084:01:000:Start on Stage 2
  14136. kaiteids:0:E0084:02:000:Start on Stage 3
  14137. kaiteids:0:E0084:03:000:Start on Stage 4
  14138. kaiteids:0:E0084:04:000:Start on Stage 5
  14139. kaiteids:0:E0084:05:000:Start on Stage 6
  14140. kaiteids:0:E0084:06:000:Start on Last Battle(Stage 7)
  14141. kaiteids:0:E0084:07:000:Start on End Screen (Stage 8)
  14142. kaiteids:0:E0084:07:061:Select next stage 
  14143.  
  14144. ; [ Kaitei Takara Sagashi (Namco) ]
  14145. kaitein:0:4020:13:000:Infinite Lives
  14146.  
  14147. ; [ Kamikaze ]
  14148. kamikaze:0:1D01:08:000:Infinite Lives
  14149. kamikaze:0:1CD8:00:000:Invincibility
  14150.  
  14151. ; [ Kangaroo (Atari) ]
  14152. kangaroa:0:E06A:06:000:Infinite Lives PL1
  14153. kangaroa:0:E06B:06:000:Infinite Lives PL2
  14154. kangaroa:0:E167:99:000:Infinite Bonus Time
  14155.  
  14156. ; [ Kangaroo (bootleg) ]
  14157. kangarob:0:E06A:06:000:Infinite Lives PL1
  14158. kangarob:0:E06B:06:000:Infinite Lives PL2
  14159. kangarob:0:E167:99:000:Infinite Bonus Time
  14160.  
  14161. ; [ Kangaroo ]
  14162. kangaroo:0:E06A:06:000:Infinite Lives PL1
  14163. kangaroo:0:E06B:06:000:Infinite Lives PL2
  14164. kangaroo:0:E167:99:000:Infinite Bonus Time
  14165.  
  14166. ; [ Kaos ]
  14167. kaos:0:03B0:07:000:Infinite Lives PL1
  14168. kaos:0:03B1:07:000:Infinite Lives PL2
  14169. kaos:0:03B4:00:001:1 coin to end level Now! PL1
  14170. kaos:0:03B5:00:001:1 coin to end level Now! PL2
  14171. kaos:0:0191:43:000:Always be the King
  14172.  
  14173. ; [ Karate Dou (Japan) ]
  14174. karatedo:0:C167:99:007:Infinite Time
  14175. karatedo:0:C91C:00:000:Stop Red/PL2 Winning
  14176. karatedo:0:C91A:00:000:Stop White/PL1 Winning
  14177. karatedo:0:C91A:01:001:One hit to win Now! PL1 (1/2)
  14178. karatedo:0:C91B:01:501:One hit to win Now! PL1 (2/2)
  14179. karatedo:0:C91C:01:001:One hit to win Now! PL2 (1/2)
  14180. karatedo:0:C91D:01:501:One hit to win Now! PL2 (2/2)
  14181. karatedo:0:C91A:00:001:Set PL1 Points to 0 Now!(1/2)
  14182. karatedo:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2)
  14183. karatedo:0:C91C:00:001:Set PL2 Points to 0 Now!(1/2)
  14184. karatedo:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2)
  14185.  
  14186. ; [ Taisen Karate Dou (Japan VS version) ]
  14187. karatevs:0:C167:99:007:Infinite Time
  14188. karatevs:0:C91C:00:000:Stop Red/PL2 Winning
  14189. karatevs:0:C91A:00:000:Stop White/PL1 Winning
  14190. karatevs:0:C91A:01:001:One hit to win Now! PL1 (1/2)
  14191. karatevs:0:C91B:01:501:One hit to win Now! PL1 (2/2)
  14192. karatevs:0:C91C:01:001:One hit to win Now! PL2 (1/2)
  14193. karatevs:0:C91D:01:501:One hit to win Now! PL2 (2/2)
  14194. karatevs:0:C91A:00:001:Set PL1 Points to 0 Now!(1/2)
  14195. karatevs:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2)
  14196. karatevs:0:C91C:00:001:Set PL2 Points to 0 Now!(1/2)
  14197. karatevs:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2)
  14198.  
  14199. ; [ Karnov (US) ]
  14200. karnov:0:060066:02:000:Infinite Lives
  14201. karnov:0:06007B:99:000:Infinite Time
  14202. karnov:0:060072:09:000:Infinite Bombs
  14203. karnov:0:06030E:99:000:Infinite Super Fireball
  14204. karnov:0:060070:99:000:Infinite Ks
  14205. karnov:0:060201:FE:040:Invincibility
  14206. karnov:0:060201:20:001:Finish Present Scene
  14207. karnov:0:060200:3F:000:Full Weapon Ammo
  14208. karnov:0:060071:01:000:Always Have Jump Shoes
  14209. karnov:0:060073:01:000:Always Have Ladder
  14210. karnov:0:060075:01:000:Always Have Super Fireball
  14211. karnov:0:060074:01:000:Always Have Boomerang
  14212. karnov:0:060077:01:000:Always Have Diving Helmet
  14213. karnov:0:060076:01:000:Always Have Wings
  14214. karnov:0:060079:01:000:Always Have Speed Shoes
  14215. karnov:0:060078:01:000:Always Have Mask
  14216. karnov:0:060071:01:001:Get the Jump Shoes Now!
  14217. karnov:0:060073:01:001:Get the Ladder Now!
  14218. karnov:0:060075:01:001:Get the Super Fireball Now!
  14219. karnov:0:060074:01:001:Get the Boomerang Now!
  14220. karnov:0:060077:01:001:Get the Diving Helmet Now!
  14221. karnov:0:060076:01:001:Get the Wings Now!
  14222. karnov:0:060079:01:001:Get the Speed Shoes Now!
  14223. karnov:0:060078:01:001:Get the Mask Now!
  14224.  
  14225. ; [ Karnov (Japan) ]
  14226. karnovj:0:060066:02:000:Infinite Lives
  14227. karnovj:0:06007B:99:000:Infinite Time
  14228. karnovj:0:060072:09:000:Infinite Bombs
  14229. karnovj:0:06030E:99:000:Infinite Super Fireball
  14230. karnovj:0:060070:99:000:Infinite Ks
  14231. karnovj:0:060201:FE:040:Invincibility
  14232. karnovj:0:060201:20:001:Finish Present Scene
  14233. karnovj:0:060200:3F:000:Full weapon ammo
  14234. karnovj:0:060071:01:000:Always Have Jump Shoes
  14235. karnovj:0:060073:01:000:Always Have Ladder
  14236. karnovj:0:060075:01:000:Always Have Super Fireball
  14237. karnovj:0:060074:01:000:Always Have Boomerang
  14238. karnovj:0:060077:01:000:Always Have Diving Helmet
  14239. karnovj:0:060076:01:000:Always Have Wings
  14240. karnovj:0:060079:01:000:Always Have Speed Shoes
  14241. karnovj:0:060078:01:000:Always Have Mask
  14242. karnovj:0:060071:01:001:Get the Jump Shoes Now!
  14243. karnovj:0:060073:01:001:Get the Ladder Now!
  14244. karnovj:0:060075:01:001:Get the Super Fireball Now!
  14245. karnovj:0:060074:01:001:Get the Boomerang Now!
  14246. karnovj:0:060077:01:001:Get the Diving Helmet Now!
  14247. karnovj:0:060076:01:001:Get the Wings Now!
  14248. karnovj:0:060079:01:001:Get the Speed Shoes Now!
  14249. karnovj:0:060078:01:001:Get the Mask Now!
  14250.  
  14251. ; [ Karnov's Revenge / Fighter's History Dynamite ]
  14252. karnovr:0:103A70:63:000:Infinite Time
  14253. karnovr:0:1037B7:FF:000:Infinite Energy PL1 (1/2)
  14254. karnovr:0:1037B8:FF:500:Infinite Energy PL1 (2/2)
  14255. karnovr:0:1039B7:FF:000:Infinite Energy PL2 (1/2)
  14256. karnovr:0:1039B8:FF:500:Infinite Energy PL2 (2/2)
  14257. karnovr:0:000000:00:999:[   Free player selection   ]
  14258. karnovr:0:000000:00:999:[   Can be used anytime !   ]
  14259. karnovr:0:000000:00:999:[  Some glitches, however   ]
  14260. karnovr:0:103671:00:001:Play with Ray PL1
  14261. karnovr:0:103671:01:001:Play with Feilin PL1
  14262. karnovr:0:103671:02:001:Play with Ryoko PL1
  14263. karnovr:0:103671:03:001:Play with Matlock PL1
  14264. karnovr:0:103671:04:001:Play with Samchay PL1
  14265. karnovr:0:103671:05:001:Play with Lee PL1
  14266. karnovr:0:103671:06:001:Play with Mizoguchi PL1
  14267. karnovr:0:103671:07:001:Play with Jean PL1
  14268. karnovr:0:103671:08:001:Play with Marstorius PL1
  14269. karnovr:0:103671:09:001:Play with Yungmie PL1
  14270. karnovr:0:103671:0A:001:Play with Zazie PL1
  14271. karnovr:0:103671:0B:001:Play with Clown PL1
  14272. karnovr:0:103671:0C:001:Play with Karnov PL1
  14273. karnovr:0:103671:0D:001:Play with Bull PL1
  14274. karnovr:0:103871:00:001:Play with Ray PL2
  14275. karnovr:0:103871:01:001:Play with Feilin PL2
  14276. karnovr:0:103871:02:001:Play with Ryoko PL2
  14277. karnovr:0:103871:03:001:Play with Matlock PL2
  14278. karnovr:0:103871:04:001:Play with Samchay PL2
  14279. karnovr:0:103871:05:001:Play with Lee PL2
  14280. karnovr:0:103871:06:001:Play with Mizoguchi PL2
  14281. karnovr:0:103871:07:001:Play with Jean PL2
  14282. karnovr:0:103871:08:001:Play with Marstorius PL2
  14283. karnovr:0:103871:09:001:Play with Yungmie PL2
  14284. karnovr:0:103871:0A:001:Play with Zazie PL2
  14285. karnovr:0:103871:0B:001:Play with Clown PL2
  14286. karnovr:0:103871:0C:001:Play with Karnov PL2
  14287. karnovr:0:103871:0D:001:Play with Bull PL2
  14288.  
  14289. ;[ Knuckle Bash ]
  14290. kbash:0:000000:00:999:[A lot of these cheats need ]
  14291. kbash:0:000000:00:999:[to be deactivated at the   ]
  14292. kbash:0:000000:00:999:[end of the round. Use F5 to]
  14293. kbash:0:000000:00:999:[disable then F5 to reenable]
  14294. kbash:0:000000:00:999:[when the next round starts ]
  14295. kbash:0:10023D:99:000:Infinite Time
  14296. kbash:0:1001D5:09:000:Infinite Lives PL1
  14297. kbash:0:10151C:70:000:Infinite Energy PL1
  14298. kbash:0:101659:99:001:Get 153 Pts Sub Game PL1
  14299. kbash:0:101659:00:001:Get 0 Pts Sub Game PL1
  14300. kbash:0:10020D:09:000:Infinite Lives PL2
  14301. kbash:0:1015C4:70:000:Infinite Energy PL2
  14302. kbash:0:101701:99:001:Get 153 Pts Sub Game PL2
  14303. kbash:0:101701:00:001:Get 0 Pts Sub Game PL2
  14304.  
  14305. ; [ Karate Champ (US) ]
  14306. kchamp:0:C167:99:007:Infinite Time
  14307. kchamp:0:C91C:00:000:Stop Red/PL2 Winning
  14308. kchamp:0:C91A:00:000:Stop White/PL1 Winning
  14309. kchamp:0:C91A:01:001:One hit to win Now! PL1 (1/2)
  14310. kchamp:0:C91B:01:501:One hit to win Now! PL1 (2/2)
  14311. kchamp:0:C91C:01:001:One hit to win Now! PL2 (1/2)
  14312. kchamp:0:C91D:01:501:One hit to win Now! PL2 (2/2)
  14313. kchamp:0:C91A:00:001:Set PL1 Points to 0 Now!(1/2)
  14314. kchamp:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2)
  14315. kchamp:0:C91C:00:001:Set PL2 Points to 0 Now!(1/2)
  14316. kchamp:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2)
  14317.  
  14318. ; [ Karate Champ (US VS version) ]
  14319. kchampvs:0:C167:99:007:Infinite Time
  14320. kchampvs:0:C91C:00:000:Stop Red/PL2 Winning
  14321. kchampvs:0:C91A:00:000:Stop White/PL1 Winning
  14322. kchampvs:0:C91A:01:001:One hit to win Now! PL1 (1/2)
  14323. kchampvs:0:C91B:01:501:One hit to win Now! PL1 (2/2)
  14324. kchampvs:0:C91C:01:001:One hit to win Now! PL2 (1/2)
  14325. kchampvs:0:C91D:01:501:One hit to win Now! PL2 (2/2)
  14326. kchampvs:0:C91A:00:001:Set PL1 Points to 0 Now!(1/2)
  14327. kchampvs:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2)
  14328. kchampvs:0:C91C:00:001:Set PL2 Points to 0 Now!(1/2)
  14329. kchampvs:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2)
  14330.  
  14331. ; [ Kick (mirror version) ]
  14332. kick:0:72BE:06:000:Infinite Lives PL1
  14333. kick:0:72E4:06:000:Infinite Lives PL2
  14334.  
  14335. ; [ Kick (upright version) ]
  14336. kicka:0:72BF:06:000:Infinite Lives PL1
  14337. kicka:0:72E5:06:000:Infinite Lives PL2
  14338.  
  14339. ; [ Kicker ]
  14340. kicker:0:2A78:07:000:Infinite Lives
  14341. kicker:0:3101:01:005:Infinite Energy
  14342. kicker:0:2A87:01:001:Only 1 to kill on this level
  14343. kicker:0:32B4:04:001:1 hit to kill boss Now!
  14344. kicker:0:3175:01:000:Always purple weapon next
  14345. kicker:0:3175:02:000:Always yellow weapon next
  14346. kicker:0:3175:03:000:Always green weapon next
  14347. kicker:0:3175:01:001:Purple weapon next Now!
  14348. kicker:0:3175:02:001:Yellow weapon next Now!
  14349. kicker:0:3175:03:001:Green weapon next Now!
  14350. kicker:0:2A13:60:000:Sound Test Code Stop:[Unknown]Next Code
  14351.  
  14352. ; [ Kick and Run ]
  14353. kicknrun:0:E842:45:000:Infinite Time
  14354. kicknrun:0:E842:45:000:Finish this Half Now!
  14355.  
  14356. ; [ Kick Off (Japan) ]
  14357. kickoff:0:0F0129:09:000:Infinite Time (1/2)
  14358. kickoff:0:0F012B:5A:500:Infinite Time (2/2)
  14359. kickoff:0:0F0129:00:001:Finish Game Now! (1/2)
  14360. kickoff:0:0F012B:00:501:Finish Game Now! (2/2)
  14361. kickoff:0:000000:00:999:[The score will not display ]
  14362. kickoff:0:000000:00:999:[until the score changes!   ]
  14363. kickoff:0:0F012D:09:070:Select Score PL1
  14364. kickoff:0:0F012F:09:070:Select Score PL2
  14365.  
  14366. ; [ Kick Rider ]
  14367. kickridr:0:2106:49:007:Infinite Time
  14368. kickridr:0:2220:00:000:Invincibility
  14369.  
  14370. ; [ Kid Niki - Radical Ninja (US) ]
  14371. kidniki:0:E122:5A:000:Infinite Time
  14372. kidniki:0:E200:09:000:Infinite Lives
  14373. kidniki:0:E54A:08:000:Infinite POW
  14374. kidniki:0:E21E:30:000:No Enemies
  14375. kidniki:0:0000:00:999:[After you kill the End of  ]
  14376. kidniki:0:0000:00:999:[Level Guardian make sure   ]
  14377. kidniki:0:0000:00:999:[you turn OFF Invincibility ]
  14378. kidniki:0:0000:00:999:[before picking up the      ]
  14379. kidniki:0:0000:00:999:[cracker. OR YOU WILL NOT   ]
  14380. kidniki:0:0000:00:999:[PROGRESS!! You can use F5. ]
  14381. kidniki:0:E003:01:040:Invincibility
  14382. kidniki:0:0000:00:999:[If you happen to fall down ]
  14383. kidniki:0:0000:00:999:[a gap when you have        ]
  14384. kidniki:0:0000:00:999:[invincibilty enabled and   ]
  14385. kidniki:0:0000:00:999:[you can't recover it then  ]
  14386. kidniki:0:0000:00:999:[use the following cheat!!  ]
  14387. kidniki:0:E003:03:001:Start this Level Again!
  14388. kidniki:0:0000:00:999:[You can use the Select     ]
  14389. kidniki:0:0000:00:999:[current level cheat to     ]
  14390. kidniki:0:0000:00:999:[choose the starting level, ]
  14391. kidniki:0:0000:00:999:[just enable it on the press]
  14392. kidniki:0:0000:00:999:[1 or 2 player button screen]
  14393. kidniki:0:E202:07:071:Select current level
  14394. kidniki:0:E202:07:061:Select next level
  14395.  
  14396. ; [ Meikyu Jima (Japan) ]
  14397. kikcubic:0:E007:99:000:Infinite Time
  14398. kikcubic:0:E000:0A:000:Infinite Lives
  14399. kikcubic:0:E001:14:072:Select current level
  14400. kikcubic:0:0000:00:999:[You can use the Select next]
  14401. kikcubic:0:0000:00:999:[level cheat on the title   ]
  14402. kikcubic:0:0000:00:999:[screen to choose the start ]
  14403. kikcubic:0:0000:00:999:[level if you wish. BUT you ]
  14404. kikcubic:0:0000:00:999:[MUST enable it before you  ]
  14405. kikcubic:0:0000:00:999:[you insert ANY coins!!!    ]
  14406. kikcubic:0:E001:14:062:Select next level
  14407.  
  14408. ; [ KiKi KaiKai ]
  14409. kikikai:0:D957:09:000:Infinite Lives
  14410.  
  14411. ; [ Killer Comet ]
  14412. killcom:0:007E:05:000:Infinite Lives PL1
  14413. killcom:0:007F:05:000:Infinite Lives PL2
  14414.  
  14415. ; [ King & Balloon (Japan) ]
  14416. kingbalj:0:800A:04:000:Infinite Lives
  14417. kingbalj:0:82D0:01:000:Stop Disappearing when hit
  14418.  
  14419. ; [ King & Balloon (US) ]
  14420. kingball:0:800A:04:000:Infinite Lives
  14421. kingball:0:82D0:01:000:Stop Disappearing when hit
  14422.  
  14423. ; [ King of Boxer (English) ]
  14424. kingofb:0:C059:FF:000:Infinite Energy
  14425. kingofb:0:C019:00:000:Weak opponent
  14426. kingofb:0:C190:00:000:Infinite Time
  14427. kingofb:0:C190:3B:001:Finish round Now!
  14428. kingofb:0:C061:FA:000:Ply's hits always set to 250
  14429. kingofb:0:C021:00:000:CPU's hits always set to 0
  14430. kingofb:0:C061:FA:001:Set Ply's hits set = 250 Now!
  14431. kingofb:0:C021:00:001:Set CPU's hits set to 0 Now!
  14432. kingofb:0:C061:FF:070:Select Player's hits
  14433. kingofb:0:C021:FF:070:Select Computer's hits
  14434.  
  14435. ; [ Kizuna Encounter - Super Tag Battle / Fu'un Super Tag Battle ]
  14436. kizuna:0:10892A:99:000:Infinite Time
  14437. kizuna:0:108313:C0:000:Infinite Energy PL1
  14438. kizuna:0:108513:C0:000:Infinite Energy PL2
  14439. kizuna:0:000000:00:999:[   Free player selection   ]
  14440. kizuna:0:000000:00:999:[ Use just after selection  ]
  14441. kizuna:0:000000:00:999:[screen, or between matches.]
  14442. kizuna:0:000000:00:999:[Note - Bosses plays *alone*]
  14443. kizuna:0:000000:00:999:[Little bug in selection, if]
  14444. kizuna:0:000000:00:999:[    you enable a boss.     ]
  14445. kizuna:0:000000:00:999:[      First team-mate      ]
  14446. kizuna:0:1088EC:00:001:Play with Hayate PL1
  14447. kizuna:0:1088EC:01:001:Play with Eagle PL1
  14448. kizuna:0:1088EC:02:001:Play with Gozu PL1
  14449. kizuna:0:1088EC:03:001:Play with Mezu PL1
  14450. kizuna:0:1088EC:04:001:Play with Rosa PL1
  14451. kizuna:0:1088EC:05:001:Play with King Young-Mok PL1
  14452. kizuna:0:1088EC:06:001:Play with Joker PL1
  14453. kizuna:0:1088EC:07:001:Play with Chung PL1
  14454. kizuna:0:1088EC:0B:001:Play with Angry Chung PL1
  14455. kizuna:0:1088EC:08:001:Play with Gordon PL1
  14456. kizuna:0:1088EC:09:001:Play with King Lion PL1
  14457. kizuna:0:1088ED:00:001:Play with Hayate PL2
  14458. kizuna:0:1088ED:01:001:Play with Eagle PL2
  14459. kizuna:0:1088ED:02:001:Play with Gozu PL2
  14460. kizuna:0:1088ED:03:001:Play with Mezu PL2
  14461. kizuna:0:1088ED:04:001:Play with Rosa PL2
  14462. kizuna:0:1088ED:05:001:Play with King Young-Mok PL2
  14463. kizuna:0:1088ED:06:001:Play with Joker PL2
  14464. kizuna:0:1088ED:07:001:Play with Chung PL2
  14465. kizuna:0:1088ED:0B:001:Play with Angry Chung PL2
  14466. kizuna:0:1088ED:08:001:Play with Gordon PL2
  14467. kizuna:0:1088ED:09:001:Play with King Lion PL2
  14468. kizuna:0:000000:00:999:[     Second team-mate      ]
  14469. kizuna:0:1088EE:00:001:Play with Hayate PL1
  14470. kizuna:0:1088EE:01:001:Play with Eagle PL1
  14471. kizuna:0:1088EE:02:001:Play with Gozu PL1
  14472. kizuna:0:1088EE:03:001:Play with Mezu PL1
  14473. kizuna:0:1088EE:04:001:Play with Rosa PL1
  14474. kizuna:0:1088EE:05:001:Play with King Young-Mok PL1
  14475. kizuna:0:1088EE:06:001:Play with Joker PL1
  14476. kizuna:0:1088EE:07:001:Play with Chung PL1
  14477. kizuna:0:1088EE:0B:001:Play with Angry Chung PL1
  14478. kizuna:0:1088EE:08:001:Play with Gordon PL1
  14479. kizuna:0:1088EE:09:001:Play with King Lion PL1
  14480. kizuna:0:1088EF:00:001:Play with Hayate PL2
  14481. kizuna:0:1088EF:01:001:Play with Eagle PL2
  14482. kizuna:0:1088EF:02:001:Play with Gozu PL2
  14483. kizuna:0:1088EF:03:001:Play with Mezu PL2
  14484. kizuna:0:1088EF:04:001:Play with Rosa PL2
  14485. kizuna:0:1088EF:05:001:Play with King Young-Mok PL2
  14486. kizuna:0:1088EF:06:001:Play with Joker PL2
  14487. kizuna:0:1088EF:07:001:Play with Chung PL2
  14488. kizuna:0:1088EF:0B:001:Play with Angry Chung PL2
  14489. kizuna:0:1088EF:08:001:Play with Gordon PL2
  14490. kizuna:0:1088EF:09:001:Play with King Lion PL2
  14491. kizuna:0:000000:00:999:[      Boss selection       ]
  14492. kizuna:0:1088EC:0A:001:Play with Super King Lion PL1
  14493. kizuna:0:1088EC:0C:001:Play with Crow Boss PL1
  14494. kizuna:0:1088ED:0A:001:Play with Super King Lion PL2
  14495. kizuna:0:1088ED:0C:001:Play with Crow Boss PL2
  14496.  
  14497. ; [ Klax (set 1) ]
  14498. klax:0:3F369D:00:000:Infinite Tile Drops PL1
  14499. klax:0:3F3705:02:001:End Points level Now!PL1(1/4)
  14500. klax:0:3F36F5:00:501:End Points level Now!PL1(2/4)
  14501. klax:0:3F36F6:00:501:End Points level Now!PL1(3/4)
  14502. klax:0:3F36F7:00:501:End Points level Now!PL1(4/4)
  14503. klax:0:3F36F7:00:001:End other level types Now!PL1
  14504. klax:0:3F3705:02:001:Need klaxs Now! PL1
  14505. klax:0:3F3705:03:001:Need points Now! PL1
  14506. klax:0:3F3705:04:001:Need tiles Now! PL1
  14507. klax:0:3F3705:05:001:Need diagonals Now! PL1
  14508. klax:0:3F3705:06:001:Need horizontals Now! PL1
  14509. klax:0:3F3709:08:001:Goto Wave 10 PL1
  14510. klax:0:3F3709:12:001:Goto Wave 20 PL1
  14511. klax:0:3F3709:1C:001:Goto Wave 30 PL1
  14512. klax:0:3F3709:26:001:Goto Wave 40 PL1
  14513. klax:0:3F3709:30:001:Goto Wave 50 PL1
  14514. klax:0:3F3709:3A:001:Goto Wave 60 PL1
  14515. klax:0:3F3709:44:001:Goto Wave 70 PL1
  14516. klax:0:3F3709:4E:001:Goto Wave 80 PL1
  14517. klax:0:3F3709:58:001:Goto Wave 90 PL1
  14518. klax:0:3F3709:62:001:Goto Wave 100 PL1
  14519. klax:0:3F369F:00:000:Infinite Tile Drops PL2
  14520. klax:0:3F3707:02:001:End Points level Now!PL2(1/4)
  14521. klax:0:3F36F9:00:501:End Points level Now!PL2(2/4)
  14522. klax:0:3F36FA:00:501:End Points level Now!PL2(3/4)
  14523. klax:0:3F36FB:00:501:End Points level Now!PL2(4/4)
  14524. klax:0:3F36FB:00:001:End other level types Now!PL2
  14525. klax:0:3F3707:02:001:Need klaxs Now! PL2
  14526. klax:0:3F3707:03:001:Need points Now! PL2
  14527. klax:0:3F3707:04:001:Need tiles Now! PL2
  14528. klax:0:3F3707:05:001:Need diagonals Now! PL2
  14529. klax:0:3F3707:06:001:Need horizontals Now! PL2
  14530. klax:0:3F370B:08:001:Goto Wave 10 PL2
  14531. klax:0:3F370B:12:001:Goto Wave 20 PL2
  14532. klax:0:3F370B:1C:001:Goto Wave 30 PL2
  14533. klax:0:3F370B:26:001:Goto Wave 40 PL2
  14534. klax:0:3F370B:30:001:Goto Wave 50 PL2
  14535. klax:0:3F370B:3A:001:Goto Wave 60 PL2
  14536. klax:0:3F370B:44:001:Goto Wave 70 PL2
  14537. klax:0:3F370B:4E:001:Goto Wave 80 PL2
  14538. klax:0:3F370B:58:001:Goto Wave 90 PL2
  14539. klax:0:3F370B:62:001:Goto Wave 100 PL2
  14540.  
  14541. ; [ Klax (set 2) ]
  14542. klax2:0:3F369D:00:000:Infinite Tile Drops PL1
  14543. klax2:0:3F3705:02:001:End Points level Now!PL1(1/4)
  14544. klax2:0:3F36F5:00:501:End Points level Now!PL1(2/4)
  14545. klax2:0:3F36F6:00:501:End Points level Now!PL1(3/4)
  14546. klax2:0:3F36F7:00:501:End Points level Now!PL1(4/4)
  14547. klax2:0:3F36F7:00:001:End other level types Now!PL1
  14548. klax2:0:3F3705:02:001:Need klaxs Now! PL1
  14549. klax2:0:3F3705:03:001:Need points Now! PL1
  14550. klax2:0:3F3705:04:001:Need tiles Now! PL1
  14551. klax2:0:3F3705:05:001:Need diagonals Now! PL1
  14552. klax2:0:3F3705:06:001:Need horizontals Now! PL1
  14553. klax2:0:3F3709:08:001:Goto Wave 10 PL1
  14554. klax2:0:3F3709:12:001:Goto Wave 20 PL1
  14555. klax2:0:3F3709:1C:001:Goto Wave 30 PL1
  14556. klax2:0:3F3709:26:001:Goto Wave 40 PL1
  14557. klax2:0:3F3709:30:001:Goto Wave 50 PL1
  14558. klax2:0:3F3709:3A:001:Goto Wave 60 PL1
  14559. klax2:0:3F3709:44:001:Goto Wave 70 PL1
  14560. klax2:0:3F3709:4E:001:Goto Wave 80 PL1
  14561. klax2:0:3F3709:58:001:Goto Wave 90 PL1
  14562. klax2:0:3F3709:62:001:Goto Wave 100 PL1
  14563. klax2:0:3F369F:00:000:Infinite Tile Drops PL2
  14564. klax2:0:3F3707:02:001:End Points level Now!PL2(1/4)
  14565. klax2:0:3F36F9:00:501:End Points level Now!PL2(2/4)
  14566. klax2:0:3F36FA:00:501:End Points level Now!PL2(3/4)
  14567. klax2:0:3F36FB:00:501:End Points level Now!PL2(4/4)
  14568. klax2:0:3F36FB:00:001:End other level types Now!PL2
  14569. klax2:0:3F3707:02:001:Need klaxs Now! PL2
  14570. klax2:0:3F3707:03:001:Need points Now! PL2
  14571. klax2:0:3F3707:04:001:Need tiles Now! PL2
  14572. klax2:0:3F3707:05:001:Need diagonals Now! PL2
  14573. klax2:0:3F3707:06:001:Need horizontals Now! PL2
  14574. klax2:0:3F370B:08:001:Goto Wave 10 PL2
  14575. klax2:0:3F370B:12:001:Goto Wave 20 PL2
  14576. klax2:0:3F370B:1C:001:Goto Wave 30 PL2
  14577. klax2:0:3F370B:26:001:Goto Wave 40 PL2
  14578. klax2:0:3F370B:30:001:Goto Wave 50 PL2
  14579. klax2:0:3F370B:3A:001:Goto Wave 60 PL2
  14580. klax2:0:3F370B:44:001:Goto Wave 70 PL2
  14581. klax2:0:3F370B:4E:001:Goto Wave 80 PL2
  14582. klax2:0:3F370B:58:001:Goto Wave 90 PL2
  14583. klax2:0:3F370B:62:001:Goto Wave 100 PL2
  14584.  
  14585. ; [ Klax (set 3) ]
  14586. klax3:0:3F369D:00:000:Infinite Tile Drops PL1
  14587. klax3:0:3F3705:02:001:End Points level Now!PL1(1/4)
  14588. klax3:0:3F36F5:00:501:End Points level Now!PL1(2/4)
  14589. klax3:0:3F36F6:00:501:End Points level Now!PL1(3/4)
  14590. klax3:0:3F36F7:00:501:End Points level Now!PL1(4/4)
  14591. klax3:0:3F36F7:00:001:End other level types Now!PL1
  14592. klax3:0:3F3705:02:001:Need klaxs Now! PL1
  14593. klax3:0:3F3705:03:001:Need points Now! PL1
  14594. klax3:0:3F3705:04:001:Need tiles Now! PL1
  14595. klax3:0:3F3705:05:001:Need diagonals Now! PL1
  14596. klax3:0:3F3705:06:001:Need horizontals Now! PL1
  14597. klax3:0:3F3709:08:001:Goto Wave 10 PL1
  14598. klax3:0:3F3709:12:001:Goto Wave 20 PL1
  14599. klax3:0:3F3709:1C:001:Goto Wave 30 PL1
  14600. klax3:0:3F3709:26:001:Goto Wave 40 PL1
  14601. klax3:0:3F3709:30:001:Goto Wave 50 PL1
  14602. klax3:0:3F3709:3A:001:Goto Wave 60 PL1
  14603. klax3:0:3F3709:44:001:Goto Wave 70 PL1
  14604. klax3:0:3F3709:4E:001:Goto Wave 80 PL1
  14605. klax3:0:3F3709:58:001:Goto Wave 90 PL1
  14606. klax3:0:3F3709:62:001:Goto Wave 100 PL1
  14607. klax3:0:3F369F:00:000:Infinite Tile Drops PL2
  14608. klax3:0:3F3707:02:001:End Points level Now!PL2(1/4)
  14609. klax3:0:3F36F9:00:501:End Points level Now!PL2(2/4)
  14610. klax3:0:3F36FA:00:501:End Points level Now!PL2(3/4)
  14611. klax3:0:3F36FB:00:501:End Points level Now!PL2(4/4)
  14612. klax3:0:3F36FB:00:001:End other level types Now!PL2
  14613. klax3:0:3F3707:02:001:Need klaxs Now! PL2
  14614. klax3:0:3F3707:03:001:Need points Now! PL2
  14615. klax3:0:3F3707:04:001:Need tiles Now! PL2
  14616. klax3:0:3F3707:05:001:Need diagonals Now! PL2
  14617. klax3:0:3F3707:06:001:Need horizontals Now! PL2
  14618. klax3:0:3F370B:08:001:Goto Wave 10 PL2
  14619. klax3:0:3F370B:12:001:Goto Wave 20 PL2
  14620. klax3:0:3F370B:1C:001:Goto Wave 30 PL2
  14621. klax3:0:3F370B:26:001:Goto Wave 40 PL2
  14622. klax3:0:3F370B:30:001:Goto Wave 50 PL2
  14623. klax3:0:3F370B:3A:001:Goto Wave 60 PL2
  14624. klax3:0:3F370B:44:001:Goto Wave 70 PL2
  14625. klax3:0:3F370B:4E:001:Goto Wave 80 PL2
  14626. klax3:0:3F370B:58:001:Goto Wave 90 PL2
  14627. klax3:0:3F370B:62:001:Goto Wave 100 PL2
  14628.  
  14629. ; [ Klax (Japan) ]
  14630. klaxj:0:3F369D:00:000:Infinite Tile Drops PL1
  14631. klaxj:0:3F3705:02:001:End Points level Now!PL1(1/4)
  14632. klaxj:0:3F36F5:00:501:End Points level Now!PL1(2/4)
  14633. klaxj:0:3F36F6:00:501:End Points level Now!PL1(3/4)
  14634. klaxj:0:3F36F7:00:501:End Points level Now!PL1(4/4)
  14635. klaxj:0:3F36F7:00:001:End other level types Now!PL1
  14636. klaxj:0:3F3705:02:001:Need klaxs Now! PL1
  14637. klaxj:0:3F3705:03:001:Need points Now! PL1
  14638. klaxj:0:3F3705:04:001:Need tiles Now! PL1
  14639. klaxj:0:3F3705:05:001:Need diagonals Now! PL1
  14640. klaxj:0:3F3705:06:001:Need horizontals Now! PL1
  14641. klaxj:0:3F3709:08:001:Goto Wave 10 PL1
  14642. klaxj:0:3F3709:12:001:Goto Wave 20 PL1
  14643. klaxj:0:3F3709:1C:001:Goto Wave 30 PL1
  14644. klaxj:0:3F3709:26:001:Goto Wave 40 PL1
  14645. klaxj:0:3F3709:30:001:Goto Wave 50 PL1
  14646. klaxj:0:3F3709:3A:001:Goto Wave 60 PL1
  14647. klaxj:0:3F3709:44:001:Goto Wave 70 PL1
  14648. klaxj:0:3F3709:4E:001:Goto Wave 80 PL1
  14649. klaxj:0:3F3709:58:001:Goto Wave 90 PL1
  14650. klaxj:0:3F3709:62:001:Goto Wave 100 PL1
  14651. klaxj:0:3F369F:00:000:Infinite Tile Drops PL2
  14652. klaxj:0:3F3707:02:001:End Points level Now!PL2(1/4)
  14653. klaxj:0:3F36F9:00:501:End Points level Now!PL2(2/4)
  14654. klaxj:0:3F36FA:00:501:End Points level Now!PL2(3/4)
  14655. klaxj:0:3F36FB:00:501:End Points level Now!PL2(4/4)
  14656. klaxj:0:3F36FB:00:001:End other level types Now!PL2
  14657. klaxj:0:3F3707:02:001:Need klaxs Now! PL2
  14658. klaxj:0:3F3707:03:001:Need points Now! PL2
  14659. klaxj:0:3F3707:04:001:Need tiles Now! PL2
  14660. klaxj:0:3F3707:05:001:Need diagonals Now! PL2
  14661. klaxj:0:3F3707:06:001:Need horizontals Now! PL2
  14662. klaxj:0:3F370B:08:001:Goto Wave 10 PL2
  14663. klaxj:0:3F370B:12:001:Goto Wave 20 PL2
  14664. klaxj:0:3F370B:1C:001:Goto Wave 30 PL2
  14665. klaxj:0:3F370B:26:001:Goto Wave 40 PL2
  14666. klaxj:0:3F370B:30:001:Goto Wave 50 PL2
  14667. klaxj:0:3F370B:3A:001:Goto Wave 60 PL2
  14668. klaxj:0:3F370B:44:001:Goto Wave 70 PL2
  14669. klaxj:0:3F370B:4E:001:Goto Wave 80 PL2
  14670. klaxj:0:3F370B:58:001:Goto Wave 90 PL2
  14671. klaxj:0:3F370B:62:001:Goto Wave 100 PL2
  14672.  
  14673. ; [ Knights of the Round (World) ]
  14674. knights:0:FFE7DA:59:000:Infinite Time
  14675. knights:0:FFE84D:00:000:Infinite Continues (1/4)
  14676. knights:0:FFAC88:00:000:Infinite Continues (2/4)
  14677. knights:0:FFADA8:00:000:Infinite Continues (3/4)
  14678. knights:0:FFAEC8:00:000:Infinite Continues (4/4)
  14679. knights:0:FFA4C4:06:001:Go to last level Now!
  14680. knights:0:FFAC76:03:000:Infinite Lives PL1
  14681. knights:0:FFABA5:50:000:Infinite Energy PL1
  14682. knights:0:FFAC7A:78:000:Invincibility PL1
  14683. knights:0:FFAC4E:0F:001:Character level 16 PL1 (1/5):Also gain 99999999 EP
  14684. knights:0:FFAC8C:99:501:Character level 16 PL1 (2/5)
  14685. knights:0:FFAC8D:99:501:Character level 16 PL1 (3/5)
  14686. knights:0:FFAC8E:99:501:Character level 16 PL1 (4/5)
  14687. knights:0:FFAC8F:99:501:Character level 16 PL1 (5/5)
  14688. knights:0:FFAD96:03:000:Infinite Lives PL2
  14689. knights:0:FFACC5:50:000:Infinite Energy PL2
  14690. knights:0:FFAD9A:78:000:Invincibility PL2
  14691. knights:0:FFAD6E:0F:001:Character level 16 PL2 (1/5):Also gain 99999999 EP
  14692. knights:0:FFADAC:99:501:Character level 16 PL2 (2/5)
  14693. knights:0:FFADAD:99:501:Character level 16 PL2 (3/5)
  14694. knights:0:FFADAE:99:501:Character level 16 PL2 (4/5)
  14695. knights:0:FFADAF:99:501:Character level 16 PL2 (5/5)
  14696. knights:0:FFAEB6:03:000:Infinite Lives PL3
  14697. knights:0:FFADE5:50:000:Infinite Energy PL3
  14698. knights:0:FFAEBA:78:000:Invincibility PL3
  14699. knights:0:FFAD8E:0F:001:Character level 16 PL3 (1/5):Also gain 99999999 EP
  14700. knights:0:FFAECC:99:501:Character level 16 PL3 (2/5)
  14701. knights:0:FFAECD:99:501:Character level 16 PL3 (3/5)
  14702. knights:0:FFAECE:99:501:Character level 16 PL3 (4/5)
  14703. knights:0:FFAECF:99:501:Character level 16 PL3 (5/5)
  14704.  
  14705. ; [ Knights of the Round (Japan) ]
  14706. knightsj:0:FFE7DA:59:000:Infinite Time
  14707. knightsj:0:FFE84D:00:000:Infinite Continues (1/4)
  14708. knightsj:0:FFAC88:00:000:Infinite Continues (2/4)
  14709. knightsj:0:FFADA8:00:000:Infinite Continues (3/4)
  14710. knightsj:0:FFAEC8:00:000:Infinite Continues (4/4)
  14711. knightsj:0:FFA4C4:06:001:Go to last level Now!
  14712. knightsj:0:FFAC76:03:000:Infinite Lives PL1
  14713. knightsj:0:FFABA5:50:000:Infinite Energy PL1
  14714. knightsj:0:FFAC7A:78:000:Invincibility PL1
  14715. knightsj:0:FFAC4E:0F:001:Character level 16 PL1 (1/5):Also gain 99999999 EP
  14716. knightsj:0:FFAC8C:99:501:Character level 16 PL1 (2/5)
  14717. knightsj:0:FFAC8D:99:501:Character level 16 PL1 (3/5)
  14718. knightsj:0:FFAC8E:99:501:Character level 16 PL1 (4/5)
  14719. knightsj:0:FFAC8F:99:501:Character level 16 PL1 (5/5)
  14720. knightsj:0:FFAD96:03:000:Infinite Lives PL2
  14721. knightsj:0:FFACC5:50:000:Infinite Energy PL2
  14722. knightsj:0:FFAD9A:78:000:Invincibility PL2
  14723. knightsj:0:FFAD6E:0F:001:Character level 16 PL2 (1/5):Also gain 99999999 EP
  14724. knightsj:0:FFADAC:99:501:Character level 16 PL2 (2/5)
  14725. knightsj:0:FFADAD:99:501:Character level 16 PL2 (3/5)
  14726. knightsj:0:FFADAE:99:501:Character level 16 PL2 (4/5)
  14727. knightsj:0:FFADAF:99:501:Character level 16 PL2 (5/5)
  14728. knightsj:0:FFAEB6:03:000:Infinite Lives PL3
  14729. knightsj:0:FFADE5:50:000:Infinite Energy PL3
  14730. knightsj:0:FFAEBA:78:000:Invincibility PL3
  14731. knightsj:0:FFAD8E:0F:001:Character level 16 PL3 (1/5):Also gain 99999999 EP
  14732. knightsj:0:FFAECC:99:501:Character level 16 PL3 (2/5)
  14733. knightsj:0:FFAECD:99:501:Character level 16 PL3 (3/5)
  14734. knightsj:0:FFAECE:99:501:Character level 16 PL3 (4/5)
  14735. knightsj:0:FFAECF:99:501:Character level 16 PL3 (5/5)
  14736.  
  14737. ; [ Knock Out !! ]
  14738. knockout:0:4108:08:000:Infinite Lives
  14739. knockout:0:0000:00:999:[For invincibility enable   ]
  14740. knockout:0:0000:00:999:[all cheats (A/B/C) only    ]
  14741. knockout:0:0000:00:999:[during gameplay.           ]
  14742. knockout:0:4300:01:000:Invincibility (A)
  14743. knockout:0:4302:01:000:Invincibility (B)
  14744. knockout:0:4793:01:000:Invincibility (C)
  14745.  
  14746. ; [ King of Dragons, The (World) ]
  14747. kod:0:FFE084:63:000:Infinite Time
  14748. kod:0:FF431B:00:001:Kill Guardian with 1 hit Now!
  14749. kod:0:FF125D:03:000:Infinite Lives PL1
  14750. kod:0:FF129B:63:000:Infinite Energy PL1
  14751. kod:0:FF128E:64:000:Invincibility PL1
  14752. kod:0:FF12A2:17:000:Make Character=24 (max) PL1
  14753. kod:0:FF12A3:07:000:Make Weapon=8 (max) PL1
  14754. kod:0:FF12A4:07:000:Make Protection=8 (max) PL1
  14755. kod:0:000000:00:999:[EP = Experience Points     ]
  14756. kod:0:000000:00:999:[99999999 EP = char level 24]
  14757. kod:0:FF12C2:99:000:Have 99999999 EP PL1 (1/4)
  14758. kod:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4)
  14759. kod:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4)
  14760. kod:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4)
  14761. kod:0:FF135D:03:000:Infinite Lives PL2
  14762. kod:0:FF139B:63:000:Infinite Energy PL2
  14763. kod:0:FF138E:64:000:Invincibility PL2
  14764. kod:0:FF13A2:17:000:Make Character=24 (max) PL2
  14765. kod:0:FF13A3:07:000:Make Weapon=8 (max) PL2
  14766. kod:0:FF13A4:07:000:Make Protection=8 (max) PL2
  14767. kod:0:000000:00:999:[EP = Experience Points     ]
  14768. kod:0:000000:00:999:[99999999 EP = char level 24]
  14769. kod:0:FF13C2:99:000:Have 99999999 EP PL2 (1/4)
  14770. kod:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4)
  14771. kod:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4)
  14772. kod:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4)
  14773. kod:0:FF145D:03:000:Infinite Lives PL3
  14774. kod:0:FF149B:63:000:Infinite Energy PL3
  14775. kod:0:FF148E:64:000:Invincibility PL3
  14776. kod:0:FF14A2:17:000:Make Character=24 (max) PL3
  14777. kod:0:FF14A3:07:000:Make Weapon=8 (max) PL3
  14778. kod:0:FF14A4:07:000:Make Protection=8 (max) PL3
  14779. kod:0:000000:00:999:[EP = Experience Points     ]
  14780. kod:0:000000:00:999:[99999999 EP = char level 24]
  14781. kod:0:FF14C2:99:000:Have 99999999 EP PL3 (1/4)
  14782. kod:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4)
  14783. kod:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4)
  14784. kod:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4)
  14785. kod:0:FF0E49:0E:001:Go to last level
  14786.  
  14787. ; [ King of Dragons, The (bootleg) ]
  14788. kodb:0:FFE084:63:000:Infinite Time
  14789. kodb:0:FF431B:00:001:Kill Guardian with 1 hit Now!
  14790. kodb:0:FF125D:03:000:Infinite Lives PL1
  14791. kodb:0:FF129B:63:000:Infinite Energy PL1
  14792. kodb:0:FF128E:64:000:Invincibility PL1
  14793. kodb:0:FF12A2:17:000:Make Character=24 (max) PL1
  14794. kodb:0:FF12A3:07:000:Make Weapon=8 (max) PL1
  14795. kodb:0:FF12A4:07:000:Make Protection=8 (max) PL1
  14796. kodb:0:000000:00:999:[EP = Experience Points     ]
  14797. kodb:0:000000:00:999:[99999999 EP = char level 24]
  14798. kodb:0:FF12C2:99:000:Have 99999999 EP PL1 (1/4)
  14799. kodb:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4)
  14800. kodb:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4)
  14801. kodb:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4)
  14802. kodb:0:FF135D:03:000:Infinite Lives PL2
  14803. kodb:0:FF139B:63:000:Infinite Energy PL2
  14804. kodb:0:FF138E:64:000:Invincibility PL2
  14805. kodb:0:FF13A2:17:000:Make Character=24 (max) PL2
  14806. kodb:0:FF13A3:07:000:Make Weapon=8 (max) PL2
  14807. kodb:0:FF13A4:07:000:Make Protection=8 (max) PL2
  14808. kodb:0:000000:00:999:[EP = Experience Points     ]
  14809. kodb:0:000000:00:999:[99999999 EP = char level 24]
  14810. kodb:0:FF13C2:99:000:Have 99999999 EP PL2 (1/4)
  14811. kodb:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4)
  14812. kodb:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4)
  14813. kodb:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4)
  14814. kodb:0:FF145D:03:000:Infinite Lives PL3
  14815. kodb:0:FF149B:63:000:Infinite Energy PL3
  14816. kodb:0:FF148E:64:000:Invincibility PL3
  14817. kodb:0:FF14A2:17:000:Make Character=24 (max) PL3
  14818. kodb:0:FF14A3:07:000:Make Weapon=8 (max) PL3
  14819. kodb:0:FF14A4:07:000:Make Protection=8 (max) PL3
  14820. kodb:0:000000:00:999:[EP = Experience Points     ]
  14821. kodb:0:000000:00:999:[99999999 EP = char level 24]
  14822. kodb:0:FF14C2:99:000:Have 99999999 EP PL3 (1/4)
  14823. kodb:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4)
  14824. kodb:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4)
  14825. kodb:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4)
  14826. kodb:0:FF0E49:0E:001:Go to last level
  14827.  
  14828. ; [ King of Dragons, The (Japan) ]
  14829. kodj:0:FFE084:63:000:Infinite Time
  14830. kodj:0:FF431B:00:001:Kill Guardian with 1 hit Now!
  14831. kodj:0:FF125D:03:000:Infinite Lives PL1
  14832. kodj:0:FF129B:63:000:Infinite Energy PL1
  14833. kodj:0:FF128E:64:000:Invincibility PL1
  14834. kodj:0:FF12A2:17:000:Make Character=24 (max) PL1
  14835. kodj:0:FF12A3:07:000:Make Weapon=8 (max) PL1
  14836. kodj:0:FF12A4:07:000:Make Protection=8 (max) PL1
  14837. kodj:0:000000:00:999:[EP = Experience Points     ]
  14838. kodj:0:000000:00:999:[99999999 EP = char level 24]
  14839. kodj:0:FF12C2:99:000:Have 99999999 EP PL1 (1/4)
  14840. kodj:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4)
  14841. kodj:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4)
  14842. kodj:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4)
  14843. kodj:0:FF135D:03:000:Infinite Lives PL2
  14844. kodj:0:FF139B:63:000:Infinite Energy PL2
  14845. kodj:0:FF138E:64:000:Invincibility PL2
  14846. kodj:0:FF13A2:17:000:Make Character=24 (max) PL2
  14847. kodj:0:FF13A3:07:000:Make Weapon=8 (max) PL2
  14848. kodj:0:FF13A4:07:000:Make Protection=8 (max) PL2
  14849. kodj:0:000000:00:999:[EP = Experience Points     ]
  14850. kodj:0:000000:00:999:[99999999 EP = char level 24]
  14851. kodj:0:FF13C2:99:000:Have 99999999 EP PL2 (1/4)
  14852. kodj:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4)
  14853. kodj:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4)
  14854. kodj:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4)
  14855. kodj:0:FF145D:03:000:Infinite Lives PL3
  14856. kodj:0:FF149B:63:000:Infinite Energy PL3
  14857. kodj:0:FF148E:64:000:Invincibility PL3
  14858. kodj:0:FF14A2:17:000:Make Character=24 (max) PL3
  14859. kodj:0:FF14A3:07:000:Make Weapon=8 (max) PL3
  14860. kodj:0:FF14A4:07:000:Make Protection=8 (max) PL3
  14861. kodj:0:000000:00:999:[EP = Experience Points     ]
  14862. kodj:0:000000:00:999:[99999999 EP = char level 24]
  14863. kodj:0:FF14C2:99:000:Have 99999999 EP PL3 (1/4)
  14864. kodj:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4)
  14865. kodj:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4)
  14866. kodj:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4)
  14867. kodj:0:FF0E49:0E:001:Go to last level
  14868.  
  14869. ; [ Kodure Ookami (Japan) ]
  14870. kodure:0:063510:99:000:Infinite Time (1/2)
  14871. kodure:0:063511:99:500:Infinite Time (2/2)
  14872. kodure:0:061057:08:000:Infinite Energy
  14873. kodure:0:06379A:9A:000:Infinite Lives PL1
  14874. kodure:0:0637BA:9A:000:Infinite Lives PL2
  14875.  
  14876. ; [ King of Fighters '94, The ]
  14877. kof94:0:10882E:60:006:Infinite Time
  14878. kof94:0:10882E:00:001:Finish Round Now!
  14879. kof94:0:108221:CF:000:Infinite Energy PL1
  14880. kof94:0:108221:00:001:Drain all Energy Now! PL1
  14881. kof94:0:108219:7F:000:Always have Max POW PL1
  14882. kof94:0:108219:7F:001:Get Max POW Now! PL1
  14883. kof94:0:108421:CF:000:Infinite Energy PL2
  14884. kof94:0:108421:00:001:Drain all Energy Now! PL2
  14885. kof94:0:108419:7F:000:Always have Max POW PL2
  14886. kof94:0:108419:7F:001:Get Max POW Now! PL2
  14887. kof94:0:000000:00:999:[  Use at selection screen  ]
  14888. kof94:0:108231:08:001:Play with Rugal PL1
  14889. kof94:0:108431:08:001:Play with Rugal PL2
  14890.  
  14891. ; [ King of Fighters '95, The ]
  14892. kof95:0:10A836:60:007:Infinite Time
  14893. kof95:0:10A836:00:001:Finish Round Now!
  14894. kof95:0:108221:CF:000:Infinite Energy PL1
  14895. kof95:0:108221:00:001:Drain all Energy Now! PL1
  14896. kof95:0:108219:7F:000:Always have Max POW PL1
  14897. kof95:0:108219:7F:001:Get Max POW Now! PL1
  14898. kof95:0:108421:CF:000:Infinite Energy PL2
  14899. kof95:0:108421:00:001:Drain all Energy Now! PL2
  14900. kof95:0:108419:7F:000:Always have Max POW PL2
  14901. kof95:0:108419:7F:001:Get Max POW Now! PL2
  14902. kof95:0:000000:00:999:[   Free player selection   ]
  14903. kof95:0:100000:04:000:Boss code & Timer stop
  14904. kof95:0:000000:00:999:[ Use just after selection  ]
  14905. kof95:0:000000:00:999:[      First character      ]
  14906. kof95:0:10A843:18:001:Play with Saisyu Kusanagi PL1
  14907. kof95:0:10A843:19:001:Play with Omega Rugal PL1
  14908. kof95:0:10A853:18:001:Play with Saisyu Kusanagi PL2
  14909. kof95:0:10A853:19:001:Play with Omega Rugal PL2
  14910. kof95:0:000000:00:999:[     Second character      ]
  14911. kof95:0:10A844:18:001:Play with Saisyu Kusanagi PL1
  14912. kof95:0:10A844:19:001:Play with Omega Rugal PL1
  14913. kof95:0:10A854:18:001:Play with Saisyu Kusanagi PL2
  14914. kof95:0:10A854:19:001:Play with Omega Rugal PL2
  14915. kof95:0:000000:00:999:[      Third character      ]
  14916. kof95:0:10A845:18:001:Play with Saisyu Kusanagi PL1
  14917. kof95:0:10A845:19:001:Play with Omega Rugal PL1
  14918. kof95:0:10A855:18:001:Play with Saisyu Kusanagi PL2
  14919. kof95:0:10A855:19:001:Play with Omega Rugal PL2
  14920.  
  14921. ; [ King of Fighters '96, The ]
  14922. kof96:0:10A836:60:005:Infinite Time
  14923. kof96:0:108239:67:000:Infinite Energy PL1
  14924. kof96:0:1081E8:80:000:Infinite Power PL1 (1/3)
  14925. kof96:0:1081EA:3C:500:Infinite Power PL1 (2/3)
  14926. kof96:0:10824D:04:500:Infinite Power PL1 (3/3)
  14927. kof96:0:108439:67:000:Infinite Energy PL2
  14928. kof96:0:1083E8:80:000:Infinite Power PL2 (1/3)
  14929. kof96:0:1083EA:3C:500:Infinite Power PL2 (2/3)
  14930. kof96:0:10844D:04:500:Infinite Power PL2 (3/3)
  14931. kof96:0:000000:00:999:[   Free player selection   ]
  14932. kof96:0:100000:04:000:Boss code & Timer stop
  14933. kof96:0:000000:00:999:[    Use after selection    ]
  14934. kof96:0:000000:00:999:[     First team member     ]
  14935. kof96:0:10A846:1B:001:Play with Chizuku Kagura PL1
  14936. kof96:0:10A846:1C:001:Play with Goenitz PL1
  14937. kof96:0:10A857:1B:001:Play with Chizuku Kagura PL2
  14938. kof96:0:10A857:1C:001:Play with Goenitz PL2
  14939. kof96:0:000000:00:999:[    Second team member     ]
  14940. kof96:0:10A847:1B:001:Play with Chizuku Kagura PL1
  14941. kof96:0:10A847:1C:001:Play with Goenitz PL1
  14942. kof96:0:10A858:1B:001:Play with Chizuku Kagura PL2
  14943. kof96:0:10A858:1C:001:Play with Goenitz PL2
  14944. kof96:0:000000:00:999:[     Third team member     ]
  14945. kof96:0:10A848:1B:001:Play with Chizuku Kagura PL1
  14946. kof96:0:10A848:1C:001:Play with Goenitz PL1
  14947. kof96:0:10A859:1B:001:Play with Chizuku Kagura PL2
  14948. kof96:0:10A859:1C:001:Play with Goenitz PL2
  14949.  
  14950. ; [ King of Fighters '97, The ]
  14951. kof97:0:10A83A:60:006:Infinite Time
  14952. kof97:0:108239:67:000:Infinite Energy PL1
  14953. kof97:0:108439:67:000:Infinite Energy PL2
  14954. kof97:0:000000:00:999:[Cheats in "Advanced" mode]
  14955. kof97:0:1082E3:03:000:Infinite Power PL1 (1/4)
  14956. kof97:0:1081EA:40:500:Infinite Power PL1 (2/4)
  14957. kof97:0:10825F:23:500:Infinite Power PL1 (3/4)
  14958. kof97:0:1081E0:10:520:Infinite Power PL1 (4/4)
  14959. kof97:0:1084E3:03:000:Infinite Power PL2 (1/4)
  14960. kof97:0:1083EA:40:500:Infinite Power PL2 (2/4)
  14961. kof97:0:10845F:23:500:Infinite Power PL2 (3/4)
  14962. kof97:0:1083E0:10:520:Infinite Power PL2 (4/4)
  14963. kof97:0:000000:00:999:[Cheats in "Extra" mode]
  14964. kof97:0:1081E0:10:020:Maximum Power PL1 (1/4)
  14965. kof97:0:1081E8:81:500:Maximum Power PL1 (2/4)
  14966. kof97:0:1081EA:3F:500:Maximum Power PL1 (3/4)
  14967. kof97:0:10824D:04:500:Maximum Power PL1 (4/4)
  14968. kof97:0:1083E0:10:020:Maximum Power PL2 (1/4)
  14969. kof97:0:1083E8:81:500:Maximum Power PL2 (2/4)
  14970. kof97:0:1083EA:3F:500:Maximum Power PL2 (3/4)
  14971. kof97:0:10844D:04:500:Maximum Power PL2 (4/4)
  14972. kof97:0:000000:00:999:[   Free player selection   ]
  14973. kof97:0:000000:00:999:[  The following cheat is   ]
  14974. kof97:0:000000:00:999:[  the only way to enable   ]
  14975. kof97:0:000000:00:999:[    the "special" team,    ]
  14976. kof97:0:000000:00:999:[  met just before Orochi   ]
  14977. kof97:0:100000:04:000:Boss code & Timer stop:Don't enable Orochi
  14978. kof97:0:000000:00:999:[ Use just after selection  ]
  14979. kof97:0:000000:00:999:[     First team member     ]
  14980. kof97:0:10A84B:1C:001:Play with 'Beast' Iori PL1
  14981. kof97:0:10A84B:1D:001:Play with 'Beast' Leona PL1
  14982. kof97:0:10A84B:1E:001:Play with Orochi PL1
  14983. kof97:0:10A85C:1C:001:Play with 'Beast' Iori PL2
  14984. kof97:0:10A85C:1D:001:Play with 'Beast' Leona PL2
  14985. kof97:0:10A85C:1E:001:Play with Orochi PL2
  14986. kof97:0:000000:00:999:[    Second team member     ]
  14987. kof97:0:10A84C:1C:001:Play with 'Beast' Iori PL1
  14988. kof97:0:10A84C:1D:001:Play with 'Beast' Leona PL1
  14989. kof97:0:10A84C:1E:001:Play with Orochi PL1
  14990. kof97:0:10A85D:1C:001:Play with 'Beast' Iori PL2
  14991. kof97:0:10A85D:1D:001:Play with 'Beast' Leona PL2
  14992. kof97:0:10A85D:1E:001:Play with Orochi PL2
  14993. kof97:0:000000:00:999:[     Third team member     ]
  14994. kof97:0:10A84D:1C:001:Play with 'Beast' Iori PL1
  14995. kof97:0:10A84D:1D:001:Play with 'Beast' Leona PL1
  14996. kof97:0:10A84D:1E:001:Play with Orochi PL1
  14997. kof97:0:10A85E:1C:001:Play with 'Beast' Iori PL2
  14998. kof97:0:10A85E:1D:001:Play with 'Beast' Leona PL2
  14999. kof97:0:10A85E:1E:001:Play with Orochi PL2
  15000.  
  15001. ; [ King of Fighters '98 - The Slugfest / King of Fighters '98 - ]
  15002. kof98:0:000000:00:999:[All these to be verified   ]
  15003. kof98:0:10A83A:60:006:Infinite Time
  15004. kof98:0:108239:67:000:Infinite Energy PL1
  15005. kof98:0:108439:67:000:Infinite Energy PL2
  15006. kof98:0:000000:00:999:[Cheats in "Advanced" mode  ]
  15007. kof98:0:1082E3:04:000:Infinite Chi PL1 (1/4)
  15008. kof98:0:1081EA:40:500:Infinite Chi PL1 (2/4)
  15009. kof98:0:108254:0D:500:Infinite Chi PL1 (3/4)
  15010. kof98:0:10821F:09:500:Infinite Chi PL1 (4/4)
  15011. kof98:0:1084E3:04:000:Infinite Chi PL2 (1/4)
  15012. kof98:0:1083EA:40:500:Infinite Chi PL2 (2/4)
  15013. kof98:0:108454:0D:500:Infinite Chi PL2 (3/4)
  15014. kof98:0:10841F:09:500:Infinite Chi PL2 (4/4)
  15015. kof98:0:000000:00:999:[Cheats in "Extra" mode     ]
  15016. kof98:0:1081E8:A0:000:Infinite Chi PL1 (1/4)
  15017. kof98:0:1081EA:40:500:Infinite Chi PL1 (2/4)
  15018. kof98:0:10821F:08:500:Infinite Chi PL1 (3/4)
  15019. kof98:0:10824D:04:500:Infinite Chi PL1 (4/4)
  15020. kof98:0:1083E8:A0:000:Infinite Chi PL2 (1/4)
  15021. kof98:0:1083EA:40:500:Infinite Chi PL2 (2/4)
  15022. kof98:0:10841F:08:500:Infinite Chi PL2 (3/4)
  15023. kof98:0:10844D:04:500:Infinite Chi PL2 (4/4)
  15024. kof98:0:000000:00:999:[    Free Boss selection    ]
  15025. kof98:0:000000:00:999:[ Use just after selection  ]
  15026. kof98:0:000000:00:999:[ You could have now Rugal  ]
  15027. kof98:0:000000:00:999:[  and Omega Rugal in the   ]
  15028. kof98:0:000000:00:999:[        same team.         ]
  15029. kof98:0:000000:00:999:[  Note - To avoid energy   ]
  15030. kof98:0:000000:00:999:[problems, Rugal must be the]
  15031. kof98:0:000000:00:999:[     third character.      ]
  15032. kof98:0:000000:00:999:[  Omega Rugal can only be  ]
  15033. kof98:0:000000:00:999:[   the first character.    ]
  15034. kof98:0:000000:00:999:[          For          ]
  15035. kof98:0:10A85A:01:001:Enable Omega Rugal PL1 (1/2)
  15036. kof98:0:10A84E:24:501:Enable Omega Rugal PL1 (2/2)
  15037. kof98:0:10A850:24:001:Play with Rugal 3rd pos. PL1
  15038. kof98:0:10A86B:01:001:Enable Omega Rugal PL2 (1/2)
  15039. kof98:0:10A85F:24:501:Enable Omega Rugal PL2 (2/2)
  15040. kof98:0:10A861:24:001:Play with Rugal 3rd pos. PL2
  15041.  
  15042. ; [ Konami '88 ]
  15043. konami88:0:0000:00:999:[It is best to turn off the ]
  15044. konami88:0:0000:00:999:[event select cheats when   ]
  15045. konami88:0:0000:00:999:[you start the event or you ]
  15046. konami88:0:0000:00:999:[will not progress events!  ]
  15047. konami88:0:20D4:00:000:Set event to 100m Dash
  15048. konami88:0:20D4:01:000:Set event to Long Jump
  15049. konami88:0:20D4:02:000:Set event to 400m Relay 1
  15050. konami88:0:20D4:03:000:Set event to Skeet Shooting
  15051. konami88:0:20D4:04:000:Set event to 110m Hurdles
  15052. konami88:0:20D4:05:000:Set event to Archery
  15053. konami88:0:20D4:06:000:Set event to Javelin Throw
  15054. konami88:0:20D4:07:000:Set event to High Jump
  15055. konami88:0:20D4:08:000:Set event to 400m Relay 2:Only use before game starts!
  15056. konami88:0:20D4:08:000:Finish Game after this event!
  15057. konami88:0:0000:00:999:[Note Event cheats should be]
  15058. konami88:0:0000:00:999:[turned off at end of event ]
  15059. konami88:0:0000:00:999:[or sprite corruption will  ]
  15060. konami88:0:0000:00:999:[occur. Don't turn on max   ]
  15061. konami88:0:0000:00:999:[power cheats too soon!     ]
  15062. konami88:0:0000:00:999:[         100M DASH         ]
  15063. konami88:0:2AB4:00:000:Infinite Time '00"00' (1/4)
  15064. konami88:0:2AB3:00:500:Infinite Time '00"00' (2/4)
  15065. konami88:0:2AB2:00:500:Infinite Time '00"00' (3/4)
  15066. konami88:0:2AB1:00:500:Infinite Time '00"00' (4/4)
  15067. konami88:0:2312:0A:000:Maximum Power PL1 (1/2)
  15068. konami88:0:232A:0A:500:Maximum Power PL1 (2/2)
  15069. konami88:0:3322:00:000:Infinite False Starts PL1
  15070. konami88:0:0000:00:999:[         LONG JUMP         ]
  15071. konami88:0:2365:E0:000:Maximum Power (1/2):Press fire to get body back
  15072. konami88:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
  15073. konami88:0:2364:45:000:Always jump at 45 deg. (1/2)
  15074. konami88:0:2363:2D:500:Always jump at 45 deg. (2/2)
  15075. konami88:0:0000:00:999:[         JAVELIN           ]
  15076. konami88:0:2365:E0:000:Maximum Power (1/2):Press fire to get body back
  15077. konami88:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
  15078. konami88:0:2364:45:000:Always throw at 45 deg. (1/2)
  15079. konami88:0:2363:2D:500:Always throw at 45 deg. (2/2)
  15080. konami88:0:2240:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  15081.  
  15082. ; [ Konami GT ]
  15083. konamigt:0:060204:47:000:Infinite Fuel
  15084. konamigt:0:060210:00:000:Always have max speed
  15085. konamigt:0:06002C:96:002:Sound Test Timer Stop:[PL1 Shot2]Next Code
  15086.  
  15087. ; [ King of the Monsters ]
  15088. kotm:0:101FB7:31:000:Infinite Time
  15089. kotm:0:10206B:3C:000:Infinite Energy PL1
  15090. kotm:0:1020C1:0A:001:10 Powers PL1
  15091. kotm:0:10216B:3C:000:Infinite Energy PL2
  15092. kotm:0:1021C1:0A:001:10 Powers PL2
  15093. kotm:0:10226B:01:001:Drain Energy Enemy 1 Now!
  15094. kotm:0:10236B:01:001:Drain Energy Enemy 2 Now!
  15095. kotm:0:10226B:3C:000:Infinite Energy Enemy 1
  15096. kotm:0:10236B:3C:000:Infinite Energy Enemy 2
  15097.  
  15098. ; [ King of the Monsters 2 - The Next Thing ]
  15099. kotm2:0:1013D2:60:000:Infinite Time
  15100. kotm2:0:1013B8:09:000:Infinite Lives PL1
  15101. kotm2:0:101417:40:000:Infinite Energy PL1
  15102. kotm2:0:1013E3:02:001:Enable Max Power Now! PL1
  15103. kotm2:0:1013B9:09:000:Infinite Lives PL2
  15104. kotm2:0:101517:40:000:Infinite Energy PL2
  15105. kotm2:0:1014E3:02:001:Enable Max Power Now! PL2
  15106. kotm2:0:101617:00:001:Drain Boss Energy Now! (1/4)
  15107. kotm2:0:101917:00:501:Drain Boss Energy Now! (2/4)
  15108. kotm2:0:101717:00:501:Drain Boss Energy Now! (3/4)
  15109. kotm2:0:101697:00:501:Drain Boss Energy Now! (4/4)
  15110.  
  15111. ; [ Kram (set 1) ]
  15112. kram:0:86D6:03:000:Infinite Lives PL1
  15113. kram:0:86D7:03:000:Infinite Lives PL2
  15114.  
  15115. ; [ Kram (set 2) ]
  15116. kram2:0:86D6:03:000:Infinite Lives PL1
  15117. kram2:0:86D7:03:000:Infinite Lives PL2
  15118.  
  15119. ; [ Kozmik Kroozr ]
  15120. kroozr:0:C2DF:64:000:Infinite Shield
  15121. kroozr:0:C03C:27:000:Invincibility
  15122. kroozr:0:0000:00:999:[The Infinite Lives cheat   ]
  15123. kroozr:0:0000:00:999:[has been removed because   ]
  15124. kroozr:0:0000:00:999:[your life counter must be  ]
  15125. kroozr:0:0000:00:999:[zero to jump to the next   ]
  15126. kroozr:0:0000:00:999:[level.                     ]
  15127.  
  15128. ; [ Krull ]
  15129. krull:0:0D88:07:000:Infinite Lives
  15130.  
  15131. ; [ Kyukyoku Tiger (Japan) ]
  15132. ktiger:0:031871:0A:000:Infinite Lives PL1
  15133. ktiger:0:03004D:09:000:Infinite Bombs PL1
  15134. ktiger:0:030023:2E:000:Invincibility PL1 (1/2)
  15135. ktiger:0:030038:80:500:Invincibility PL1 (2/2)
  15136. ktiger:0:000000:00:999:[You must enable the max    ]
  15137. ktiger:0:000000:00:999:[fire power cheat to use the]
  15138. ktiger:0:000000:00:999:[4 fire type cheats         ]
  15139. ktiger:0:03004B:28:000:Always max fire power PL1
  15140. ktiger:0:03005B:00:000:Always Normal fire PL1
  15141. ktiger:0:03005B:2C:000:Always Laser PL1
  15142. ktiger:0:03005B:58:000:Always Multiway fire PL1
  15143. ktiger:0:03005B:84:000:Always 4-sides fire PL1
  15144. ktiger:0:03005B:00:001:Get Normal fire Now! PL1
  15145. ktiger:0:03005B:2C:001:Get Laser Now! PL1
  15146. ktiger:0:03005B:58:001:Get Multiway fire Now! PL1
  15147. ktiger:0:03005B:84:001:Get 4-sides fire Now! PL1
  15148. ktiger:0:031873:0A:000:Infinite Lives PL2
  15149. ktiger:0:0300AD:09:000:Infinite Bombs PL2
  15150. ktiger:0:030083:2F:000:Invincibility PL2 (1/2)
  15151. ktiger:0:030098:80:500:Invincibility PL2 (2/2)
  15152. ktiger:0:000000:00:999:[You must enable the max    ]
  15153. ktiger:0:000000:00:999:[fire power cheat to use the]
  15154. ktiger:0:000000:00:999:[4 fire type cheats         ]
  15155. ktiger:0:0300AB:28:000:Always max fire power PL2
  15156. ktiger:0:0300BB:00:000:Always Normal fire PL2
  15157. ktiger:0:0300BB:2C:000:Always Laser PL2
  15158. ktiger:0:0300BB:58:000:Always Multiway fire PL2
  15159. ktiger:0:0300BB:84:000:Always 4-sides fire PL2
  15160. ktiger:0:0300BB:00:001:Get Normal fire Now! PL2
  15161. ktiger:0:0300BB:2C:001:Get Laser Now! PL2
  15162. ktiger:0:0300BB:58:001:Get Multiway fire Now! PL2
  15163. ktiger:0:0300BB:84:001:Get 4-sides fire Now! PL2
  15164.  
  15165. ; [ Kuhga - Operation Code 'Vapor Trail' (Japan revision 3) ]
  15166. kuhga:0:FFD7B9:9A:000:Infinite Time(Final Attack)
  15167. kuhga:0:FFC1F8:03:000:Infinite Lives PL1
  15168. kuhga:0:FFC1F9:03:000:Infinite Energy PL1
  15169. kuhga:0:FFC256:1F:001:Refill "roll" power Now! PL1:Use after "roll" has ended
  15170. kuhga:0:FFC213:03:000:Invincibility 'ON' PL1
  15171. kuhga:0:FFC213:00:001:Invincibility 'OFF' PL1
  15172. kuhga:0:FFC1FE:05:071:Select Current Speed PL1
  15173. kuhga:0:FFC255:06:000:Infinite Smart Bombs PL1
  15174. kuhga:0:FFC2A8:00:000:Always Roll PL1
  15175. kuhga:0:FFC1FB:0C:000:Maximum Shot Power PL1
  15176. kuhga:0:FFC1FD:00:000:Always Normal Shot PL1
  15177. kuhga:0:FFC1FD:04:000:Always Bomb Shot PL1
  15178. kuhga:0:FFC1FD:08:000:Always Missile Shot PL1
  15179. kuhga:0:FFC1FD:0C:000:Always Defender Shot PL1
  15180. kuhga:0:FFC1FD:10:000:Always Special Shot PL1
  15181. kuhga:0:FFC1FD:00:001:Get Normal Shot Now! PL1
  15182. kuhga:0:FFC1FD:04:001:Get Bomb Shot Now! PL1
  15183. kuhga:0:FFC1FD:08:001:Get Missile Shot Now! PL1
  15184. kuhga:0:FFC1FD:0C:001:Get Defender Shot Now! PL1
  15185. kuhga:0:FFC1FD:10:001:Get Special Shot Now! PL1
  15186. kuhga:0:FFC2B8:03:000:Infinite Lives PL2
  15187. kuhga:0:FFC2B9:03:000:Infinite Energy PL2
  15188. kuhga:0:FFC316:1F:001:Refill "roll" power Now! PL2:Use after "roll" has ended
  15189. kuhga:0:FFC2D3:03:000:Invincibility 'ON' PL2
  15190. kuhga:0:FFC2D3:00:001:Invincibility 'OFF' PL2
  15191. kuhga:0:FFC2BE:05:071:Select Current Speed PL2
  15192. kuhga:0:FFC315:06:000:Infinite Smart Bombs PL2
  15193. kuhga:0:FFC368:00:000:Always Roll PL2
  15194. kuhga:0:FFC2BB:0C:000:Maximum Shot Power PL2
  15195. kuhga:0:FFC2BD:00:000:Always Normal Shot PL2
  15196. kuhga:0:FFC2BD:04:000:Always Bomb Shot PL2
  15197. kuhga:0:FFC2BD:08:000:Always Missile Shot PL2
  15198. kuhga:0:FFC2BD:0C:000:Always Defender Shot PL2
  15199. kuhga:0:FFC2BD:10:000:Always Special Shot PL2
  15200. kuhga:0:FFC2BD:00:001:Get Normal Shot Now! PL2
  15201. kuhga:0:FFC2BD:04:001:Get Bomb Shot Now! PL2
  15202. kuhga:0:FFC2BD:08:001:Get Missile Shot Now! PL2
  15203. kuhga:0:FFC2BD:0C:001:Get Defender Shot Now! PL2
  15204. kuhga:0:FFC2BD:10:001:Get Special Shot Now! PL2
  15205. kuhga:0:000000:00:999:[Use the Select current     ]
  15206. kuhga:0:000000:00:999:[level cheat on the select  ]
  15207. kuhga:0:000000:00:999:[fighter screen to start on ]
  15208. kuhga:0:000000:00:999:[that level.                ]
  15209. kuhga:0:FFC04D:05:071:Select current level
  15210. kuhga:0:FFC04D:05:061:Select next level
  15211.  
  15212. ; [ Kung Fu Master (bootleg set 1) ]
  15213. kungfub:0:E084:06:000:Infinite Lives
  15214. kungfub:0:E004:05:005:Infinite Time 
  15215. kungfub:0:E709:3F:009:Infinite Energy 
  15216.  
  15217. ; [ Kung Fu Master (bootleg set 2) ]
  15218. kungfub2:0:E084:06:000:Infinite Lives
  15219. kungfub2:0:E004:05:005:Infinite Time 
  15220. kungfub2:0:E709:3F:009:Infinite Energy
  15221.  
  15222. ; [ Kung Fu Master (Data East) ]
  15223. kungfud:0:E084:06:000:Infinite Lives
  15224. kungfud:0:E004:05:005:Infinite Time 
  15225. kungfud:0:E709:3F:009:Infinite Energy  
  15226.  
  15227. ; [ Kung Fu Master ]
  15228. kungfum:0:E084:06:000:Infinite Lives
  15229. kungfum:0:E004:05:005:Infinite Time
  15230. kungfum:0:E709:3F:009:Infinite Energy
  15231.  
  15232. ; [ Nekketsu Kouha Kunio-kun (Japan bootleg) ]
  15233. kuniokub:0:0039:05:000:Infinite Lives
  15234. kuniokub:0:1018:59:000:Infinite Time
  15235. kuniokub:0:0220:30:000:Infinite Energy
  15236. kuniokub:0:0220:00:001:Lose a Life Now!
  15237. kuniokub:0:0221:01:001:One hit to kill boss Now!
  15238. kuniokub:0:0000:00:999:[Enable these level select  ]
  15239. kuniokub:0:0000:00:999:[cheats on the title screen ]
  15240. kuniokub:0:0000:00:999:[+ disable before you finish]
  15241. kuniokub:0:0000:00:999:[the level                  ]
  15242. kuniokub:0:1000:01:000:Start on Level 2 (see note)
  15243. kuniokub:0:1000:02:000:Start on Level 3 (see note)
  15244. kuniokub:0:1000:03:000:Start on Level 4 (see note)
  15245. kuniokub:0:1000:04:000:Start on Level 5 (see note)
  15246. kuniokub:0:1000:05:000:Start on Level 6 (see note)
  15247. kuniokub:0:0000:00:999:[The following 9 cheats make]
  15248. kuniokub:0:0000:00:999:[individual enemies die     ]
  15249. kuniokub:0:0000:00:999:[after one knockdown        ]
  15250. kuniokub:0:0000:00:999:[                           ]
  15251. kuniokub:0:0000:00:999:[These two enemies are the  ]
  15252. kuniokub:0:0000:00:999:[truncheon-wielders on levs ]
  15253. kuniokub:0:0000:00:999:[1+2, the chain-wielders on ]
  15254. kuniokub:0:0000:00:999:[lev 3 + standard on level 4]
  15255. kuniokub:0:0000:00:999:[ (room 1)                  ]
  15256. kuniokub:0:0222:00:000:Weak Enemy #1
  15257. kuniokub:0:0223:00:000:Weak Enemy #2
  15258. kuniokub:0:0000:00:999:[This one is a standrd enemy]
  15259. kuniokub:0:0000:00:999:[on levs 1,2,4 (room 1), and]
  15260. kuniokub:0:0000:00:999:[chain-wielder on level 3   ]
  15261. kuniokub:0:0224:00:000:Weak Enemy #3
  15262. kuniokub:0:0000:00:999:[This one is a standrd enemy]
  15263. kuniokub:0:0000:00:999:[on levels 1-4 (room 1)     ]
  15264. kuniokub:0:0225:00:000:Weak Enemy #4
  15265. kuniokub:0:0000:00:999:[These two are standard     ]
  15266. kuniokub:0:0000:00:999:[enemies on levs 1-3 &4(rm2)]
  15267. kuniokub:0:0226:00:000:Weak Enemy #5
  15268. kuniokub:0:0227:00:000:Weak Enemy #6
  15269. kuniokub:0:0000:00:999:[This one is a standrd enemy]
  15270. kuniokub:0:0000:00:999:[on levels 3 and 4 (room 2) ]
  15271. kuniokub:0:0228:00:000:Weak Enemy #7
  15272. kuniokub:0:0000:00:999:[This one is a standrd enemy]
  15273. kuniokub:0:0000:00:999:[on level 4 (room 2)        ]
  15274. kuniokub:0:0229:00:000:Weak Enemy #8
  15275.  
  15276. ; [ Nekketsu Kouha Kunio-kun (Japan) ]
  15277. kuniokun:0:0039:05:000:Infinite Lives
  15278. kuniokun:0:1018:59:000:Infinite Time
  15279. kuniokun:0:0220:30:000:Infinite Energy
  15280. kuniokun:0:0220:00:001:Lose a Life Now!
  15281. kuniokun:0:0221:01:001:One hit to kill boss Now!
  15282. kuniokun:0:0000:00:999:[Enable these level select  ]
  15283. kuniokun:0:0000:00:999:[cheats on the title screen ]
  15284. kuniokun:0:0000:00:999:[+ disable before you finish]
  15285. kuniokun:0:0000:00:999:[the level                  ]
  15286. kuniokun:0:1000:01:000:Start on Level 2 (see note)
  15287. kuniokun:0:1000:02:000:Start on Level 3 (see note)
  15288. kuniokun:0:1000:03:000:Start on Level 4 (see note)
  15289. kuniokun:0:1000:04:000:Start on Level 5 (see note)
  15290. kuniokun:0:1000:05:000:Start on Level 6 (see note)
  15291. kuniokun:0:0000:00:999:[The following 9 cheats make]
  15292. kuniokun:0:0000:00:999:[individual enemies die     ]
  15293. kuniokun:0:0000:00:999:[after one knockdown        ]
  15294. kuniokun:0:0000:00:999:[                           ]
  15295. kuniokun:0:0000:00:999:[These two enemies are the  ]
  15296. kuniokun:0:0000:00:999:[truncheon-wielders on levs ]
  15297. kuniokun:0:0000:00:999:[1+2, the chain-wielders on ]
  15298. kuniokun:0:0000:00:999:[lev 3 + standard on level 4]
  15299. kuniokun:0:0000:00:999:[ (room 1)                  ]
  15300. kuniokun:0:0222:00:000:Weak Enemy #1
  15301. kuniokun:0:0223:00:000:Weak Enemy #2
  15302. kuniokun:0:0000:00:999:[This one is a standrd enemy]
  15303. kuniokun:0:0000:00:999:[on levs 1,2,4 (room 1), and]
  15304. kuniokun:0:0000:00:999:[chain-wielder on level 3   ]
  15305. kuniokun:0:0224:00:000:Weak Enemy #3
  15306. kuniokun:0:0000:00:999:[This one is a standrd enemy]
  15307. kuniokun:0:0000:00:999:[on levels 1-4 (room 1)     ]
  15308. kuniokun:0:0225:00:000:Weak Enemy #4
  15309. kuniokun:0:0000:00:999:[These two are standard     ]
  15310. kuniokun:0:0000:00:999:[enemies on levs 1-3 &4(rm2)]
  15311. kuniokun:0:0226:00:000:Weak Enemy #5
  15312. kuniokun:0:0227:00:000:Weak Enemy #6
  15313. kuniokun:0:0000:00:999:[This one is a standrd enemy]
  15314. kuniokun:0:0000:00:999:[on levels 3 and 4 (room 2) ]
  15315. kuniokun:0:0228:00:000:Weak Enemy #7
  15316. kuniokun:0:0000:00:999:[This one is a standrd enemy]
  15317. kuniokun:0:0000:00:999:[on level 4 (room 2)        ]
  15318. kuniokun:0:0229:00:000:Weak Enemy #8
  15319.  
  15320. ; [ Kyuukai Douchuuki (Japan new version) ]
  15321. kyukaidk:0:409717:63:070:Select Score PL1
  15322. kyukaidk:0:409737:63:070:Select Score PL2
  15323. kyukaidk:0:409601:00:000:Infinite Strikes
  15324. kyukaidk:0:409603:00:000:Infinite Balls
  15325. kyukaidk:0:409605:00:000:Infinite Outs
  15326. kyukaidk:0:409601:00:001:Set Strikes to 0 Now!
  15327. kyukaidk:0:409601:03:001:Set Strikes to 3 Now!
  15328. kyukaidk:0:409603:00:001:Set Balls to 0 Now!
  15329. kyukaidk:0:409603:03:001:Set Balls to 3 Now!
  15330. kyukaidk:0:409605:00:001:Set Outs to 0 Now!
  15331. kyukaidk:0:409605:03:001:Set Outs to 3 Now!
  15332.  
  15333. ; [ Kyuukai Douchuuki (Japan old version) ]
  15334. kyukaido:0:409717:63:070:Select Score PL1
  15335. kyukaido:0:409737:63:070:Select Score PL2
  15336. kyukaido:0:409601:00:000:Infinite Strikes
  15337. kyukaido:0:409603:00:000:Infinite Balls
  15338. kyukaido:0:409605:00:000:Infinite Outs
  15339. kyukaido:0:409601:00:001:Set Strikes to 0 Now!
  15340. kyukaido:0:409601:03:001:Set Strikes to 3 Now!
  15341. kyukaido:0:409603:00:001:Set Balls to 0 Now!
  15342. kyukaido:0:409603:03:001:Set Balls to 3 Now!
  15343. kyukaido:0:409605:00:001:Set Outs to 0 Now!
  15344. kyukaido:0:409605:03:001:Set Outs to 3 Now!
  15345.  
  15346. ; [ Labyrinth Runner (Japan) ]
  15347. labyrunr:0:0000:00:999:[Turn ALL cheats OFF with F5]
  15348. labyrunr:0:0000:00:999:[at the end of each level!! ]
  15349. labyrunr:0:2489:01:000:Infinite Time (1/2)
  15350. labyrunr:0:248A:59:500:Infinite Time (2/2)
  15351. labyrunr:0:2C81:02:040:Invincibility (flickering)
  15352. labyrunr:0:2401:05:000:Infinite Lives PL1
  15353. labyrunr:0:2441:05:000:Infinite Lives PL2
  15354.  
  15355. ; [ Lady Bug ]
  15356. ladybug:0:6066:06:000:Infinite Lives PL1
  15357. ladybug:0:6067:02:000:Infinite Lives PL2
  15358. ladybug:0:0000:00:999:[Red bonuses are for SPECIAL]
  15359. ladybug:0:0000:00:999:[Yellow bonuses arefor EXTRA]
  15360. ladybug:0:0000:00:999:[Blue bonuses only score    ]
  15361. ladybug:0:0000:00:999:[But hearts will increase   ]
  15362. ladybug:0:0000:00:999:[the multiplier             ]
  15363. ladybug:0:6199:10:000:Bonuses always red:Scores 800*multiplier
  15364. ladybug:0:6199:70:000:Bonuses always yellow:Scores 300*multiplier
  15365. ladybug:0:6199:C0:000:Bonuses always blue:Scores 100*multiplier
  15366. ladybug:0:60A9:01:001:Get one object to end level!
  15367. ladybug:0:0000:00:999:[None of the cheats that    ]
  15368. ladybug:0:0000:00:999:[follow update the display  ]
  15369. ladybug:0:609F:03:000:Multiplier always x5 PL1
  15370. ladybug:0:0000:00:999:[Get the missing letter     ]
  15371. ladybug:0:0000:00:999:[whilst bonuses are yellow  ]
  15372. ladybug:0:0000:00:999:[to complete 'EXTRA'        ]
  15373. ladybug:0:609E:F0:001:Get EXTR- Now! PL1
  15374. ladybug:0:609E:E8:001:Get EXT-A Now! PL1
  15375. ladybug:0:609E:E4:001:Get EX-RA Now! PL1
  15376. ladybug:0:609E:E2:001:Get E-TRA Now! PL1
  15377. ladybug:0:609E:E1:001:Get -XTRA Now! PL1
  15378. ladybug:0:0000:00:999:[Get the missing letter     ]
  15379. ladybug:0:0000:00:999:[whilst bonuses are red     ]
  15380. ladybug:0:0000:00:999:[to complete 'SPECIAL'      ]
  15381. ladybug:0:609D:C0:001:Get SPECIA- Now! PL1
  15382. ladybug:0:609D:A0:001:Get SPECI-L Now! PL1
  15383. ladybug:0:609D:90:001:Get SPEC-AL Now! PL1
  15384. ladybug:0:609D:88:001:Get SPE-IAL Now! PL1
  15385. ladybug:0:609D:84:001:Get SP-CIAL Now! PL1
  15386. ladybug:0:609D:82:001:Get S-ECIAL Now! PL1
  15387. ladybug:0:609D:81:001:Get -PECIAL Now! PL1
  15388. ladybug:0:60A2:03:000:Multiplier always x5 PL2
  15389. ladybug:0:0000:00:999:[Get the missing letter     ]
  15390. ladybug:0:0000:00:999:[whilst bonuses are yellow  ]
  15391. ladybug:0:0000:00:999:[to complete 'EXTRA'        ]
  15392. ladybug:0:60A1:F0:001:Get EXTR- Now! PL2
  15393. ladybug:0:60A1:E8:001:Get EXT-A Now! PL2
  15394. ladybug:0:60A1:E4:001:Get EX-RA Now! PL2
  15395. ladybug:0:60A1:E2:001:Get E-TRA Now! PL2
  15396. ladybug:0:60A1:E1:001:Get -XTRA Now! PL2
  15397. ladybug:0:0000:00:999:[Get the missing letter     ]
  15398. ladybug:0:0000:00:999:[whilst bonuses are red     ]
  15399. ladybug:0:0000:00:999:[to complete 'SPECIAL'      ]
  15400. ladybug:0:60A0:C0:001:Get SPECIA- Now! PL2
  15401. ladybug:0:60A0:A0:001:Get SPECI-L Now! PL2
  15402. ladybug:0:60A0:90:001:Get SPEC-AL Now! PL2
  15403. ladybug:0:60A0:88:001:Get SPE-IAL Now! PL2
  15404. ladybug:0:60A0:84:001:Get SP-CIAL Now! PL2
  15405. ladybug:0:60A0:82:001:Get S-ECIAL Now! PL2
  15406. ladybug:0:60A0:81:001:Get -PECIAL Now! PL2
  15407.  
  15408. ; [ Lady Bug (bootleg) ]
  15409. ladybugb:0:6066:06:000:Infinite Lives PL1
  15410. ladybugb:0:6067:02:000:Infinite Lives PL2
  15411. ladybugb:0:0000:00:999:[Red bonuses are for SPECIAL]
  15412. ladybugb:0:0000:00:999:[Yellow bonuses arefor EXTRA]
  15413. ladybugb:0:0000:00:999:[Blue bonuses only score    ]
  15414. ladybugb:0:0000:00:999:[But hearts will increase   ]
  15415. ladybugb:0:0000:00:999:[the multiplier             ]
  15416. ladybugb:0:6199:10:000:Bonuses always red:Scores 800*multiplier
  15417. ladybugb:0:6199:70:000:Bonuses always yellow:Scores 300*multiplier
  15418. ladybugb:0:6199:C0:000:Bonuses always blue:Scores 100*multiplier
  15419. ladybugb:0:60A9:01:001:Get one object to end level!
  15420. ladybugb:0:0000:00:999:[None of the cheats that    ]
  15421. ladybugb:0:0000:00:999:[follow update the display  ]
  15422. ladybugb:0:609F:03:000:Multiplier always x5 PL1
  15423. ladybugb:0:0000:00:999:[Get the missing letter     ]
  15424. ladybugb:0:0000:00:999:[whilst bonuses are yellow  ]
  15425. ladybugb:0:0000:00:999:[to complete 'EXTRA'        ]
  15426. ladybugb:0:609E:F0:001:Get EXTR- Now! PL1
  15427. ladybugb:0:609E:E8:001:Get EXT-A Now! PL1
  15428. ladybugb:0:609E:E4:001:Get EX-RA Now! PL1
  15429. ladybugb:0:609E:E2:001:Get E-TRA Now! PL1
  15430. ladybugb:0:609E:E1:001:Get -XTRA Now! PL1
  15431. ladybugb:0:0000:00:999:[Get the missing letter     ]
  15432. ladybugb:0:0000:00:999:[whilst bonuses are red     ]
  15433. ladybugb:0:0000:00:999:[to complete 'SPECIAL'      ]
  15434. ladybugb:0:609D:C0:001:Get SPECIA- Now! PL1
  15435. ladybugb:0:609D:A0:001:Get SPECI-L Now! PL1
  15436. ladybugb:0:609D:90:001:Get SPEC-AL Now! PL1
  15437. ladybugb:0:609D:88:001:Get SPE-IAL Now! PL1
  15438. ladybugb:0:609D:84:001:Get SP-CIAL Now! PL1
  15439. ladybugb:0:609D:82:001:Get S-ECIAL Now! PL1
  15440. ladybugb:0:609D:81:001:Get -PECIAL Now! PL1
  15441. ladybugb:0:60A2:03:000:Multiplier always x5 PL2
  15442. ladybugb:0:0000:00:999:[Get the missing letter     ]
  15443. ladybugb:0:0000:00:999:[whilst bonuses are yellow  ]
  15444. ladybugb:0:0000:00:999:[to complete 'EXTRA'        ]
  15445. ladybugb:0:60A1:F0:001:Get EXTR- Now! PL2
  15446. ladybugb:0:60A1:E8:001:Get EXT-A Now! PL2
  15447. ladybugb:0:60A1:E4:001:Get EX-RA Now! PL2
  15448. ladybugb:0:60A1:E2:001:Get E-TRA Now! PL2
  15449. ladybugb:0:60A1:E1:001:Get -XTRA Now! PL2
  15450. ladybugb:0:0000:00:999:[Get the missing letter     ]
  15451. ladybugb:0:0000:00:999:[whilst bonuses are red     ]
  15452. ladybugb:0:0000:00:999:[to complete 'SPECIAL'      ]
  15453. ladybugb:0:60A0:C0:001:Get SPECIA- Now! PL2
  15454. ladybugb:0:60A0:A0:001:Get SPECI-L Now! PL2
  15455. ladybugb:0:60A0:90:001:Get SPEC-AL Now! PL2
  15456. ladybugb:0:60A0:88:001:Get SPE-IAL Now! PL2
  15457. ladybugb:0:60A0:84:001:Get SP-CIAL Now! PL2
  15458. ladybugb:0:60A0:82:001:Get S-ECIAL Now! PL2
  15459. ladybugb:0:60A0:81:001:Get -PECIAL Now! PL2
  15460.  
  15461. ; [ Laguna Racer ]
  15462. lagunar:0:2004:99:000:Infinite Time
  15463.  
  15464. ; [ Laser ]
  15465. laser:0:202B:00:000:Enemy Can't Shoot
  15466. laser:0:2008:FF:000:Laser is always long
  15467. laser:0:201A:09:000:Infinite Lives PL1
  15468. laser:0:2008:64:000:Infinite Fuel PL1
  15469. laser:0:201B:09:000:Infinite Lives PL2
  15470. laser:0:202B:40:000:Infinite Fuel PL2 (1/2)
  15471. laser:0:202E:99:500:Infinite Fuel PL2 (2/2)
  15472.  
  15473. ; [ Lasso ]
  15474. lasso:0:0047:06:000:Infinite Lives
  15475. lasso:0:0045:FF:001:Complete this round on Death
  15476. lasso:0:0000:00:999:[These 2 cheats will not be ]
  15477. lasso:0:0000:00:999:[completely effective if    ]
  15478. lasso:0:0000:00:999:[there are more than one on ]
  15479. lasso:0:0000:00:999:[the screen at the time. Not]
  15480. lasso:0:0000:00:999:[a problem for the Dog cheat]
  15481. lasso:0:0000:00:999:[but you will have to die   ]
  15482. lasso:0:0000:00:999:[for the lasso cheat to show]
  15483. lasso:0:0000:00:999:[properly. In addition if   ]
  15484. lasso:0:0000:00:999:[you lasso 2 or more animals]
  15485. lasso:0:0000:00:999:[after enabling the cheat   ]
  15486. lasso:0:0000:00:999:[you will advance to the    ]
  15487. lasso:0:0000:00:999:[next round on death.       ]
  15488. lasso:0:0046:00:001:Only 1 more dog Now!
  15489. lasso:0:0045:00:001:Only 1 animal to lasso Now!
  15490.  
  15491. ; [ Last Blade / Bakumatsu Roman - Gekkano Kenshi, The ]
  15492. lastblad:0:10E32B:61:000:Infinite Time
  15493. lastblad:0:000000:00:999:[   Free player selection   ]
  15494. lastblad:0:000000:00:999:[  Use at technique select  ]
  15495. lastblad:0:000000:00:999:[       screen only.        ]
  15496. lastblad:0:10EAAD:0C:001:Play with Musashi PL1
  15497. lastblad:0:10EAAD:0D:001:Play with Kagami PL1
  15498. lastblad:0:10EAAD:0E:001:Play with Blond Kaede PL1:Need to be touched one time
  15499. lastblad:0:10EAAF:0C:001:Play with Musashi PL2
  15500. lastblad:0:10EAAF:0D:001:Play with Kagami PL2
  15501. lastblad:0:10EAAF:0E:001:Play with Blond Kaede PL2:Need to be touched one time
  15502. lastblad:0:000000:00:999:[Both story cheats are      ]
  15503. lastblad:0:000000:00:999:[useful when using KAEDE,   ]
  15504. lastblad:0:000000:00:999:[YUKI or MORIYA.            ]
  15505. lastblad:0:000000:00:999:[Story Part 2 cheat is      ]
  15506. lastblad:0:000000:00:999:[useful for JUZOH, AKARI,   ]
  15507. lastblad:0:000000:00:999:[WASHIZUKA, SHIKYOH, OKINA, ]
  15508. lastblad:0:000000:00:999:[and SHINGEN.               ]
  15509. lastblad:0:000000:00:999:[They MUST be activated on  ]
  15510. lastblad:0:000000:00:999:[the character selection    ]
  15511. lastblad:0:000000:00:999:[screen.                    ]
  15512. lastblad:0:10AC43:06:001:Story Part 1 (Stage 7)
  15513. lastblad:0:10AC43:07:001:Story Part 2 (Stage 8)
  15514. lastblad:0:000000:00:999:[The boss cheat must be     ]
  15515. lastblad:0:000000:00:999:[activated on the character ]
  15516. lastblad:0:000000:00:999:[selection screen.          ]
  15517. lastblad:0:10AC43:08:001:First Boss
  15518. lastblad:0:10AC43:09:001:Final Boss.
  15519. lastblad:0:000000:00:999:[The cinematic cheat must be]
  15520. lastblad:0:000000:00:999:[activated during any fight.]
  15521. lastblad:0:000000:00:999:[after winning, you can see ]
  15522. lastblad:0:000000:00:999:[the cinematic.             ]
  15523. lastblad:0:10AC43:03:001:Middle cinematic
  15524. lastblad:0:10AC43:07:001:First boss cinematic
  15525. lastblad:0:10AC43:08:001:Inbetween Bosses cinematic
  15526. lastblad:0:10AC43:09:001:Ending cinematic
  15527.  
  15528. ; [ Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekkano Kenshi, ]
  15529. lastbld2:0:10E595:60:000:Infinite Time
  15530. lastbld2:0:10E595:00:001:Finish fight Now!
  15531. lastbld2:0:000000:00:999:[By themselves these cheats ]
  15532. lastbld2:0:000000:00:999:[for infinite health DO NOT ]
  15533. lastbld2:0:000000:00:999:[WORK ! But if you do a     ]
  15534. lastbld2:0:000000:00:999:[search for 'FF' (the start ]
  15535. lastbld2:0:000000:00:999:[value) and watch the value ]
  15536. lastbld2:0:000000:00:999:[in this location and search]
  15537. lastbld2:0:000000:00:999:[for that value too as it   ]
  15538. lastbld2:0:000000:00:999:[in this location and search]
  15539. lastbld2:0:000000:00:999:[drops then 2 more should   ]
  15540. lastbld2:0:000000:00:999:[show up. Add those two and ]
  15541. lastbld2:0:000000:00:999:[this one, and you should   ]
  15542. lastbld2:0:000000:00:999:[get infinite health.       ]
  15543. lastbld2:0:10E591:FF:000:Infinite Health PL1
  15544. lastbld2:0:10E593:FF:500:Infinite Health PL2
  15545. lastbld2:0:000000:00:999:[The 2 boss cheats must be  ]
  15546. lastbld2:0:000000:00:999:[activated at the selection ]
  15547. lastbld2:0:000000:00:999:[screen. If it is activated ]
  15548. lastbld2:0:000000:00:999:[during the first stage and ]
  15549. lastbld2:0:000000:00:999:[that you win, the character]
  15550. lastbld2:0:000000:00:999:[boss cheat bring you to the]
  15551. lastbld2:0:000000:00:999:[final boss and the final   ]
  15552. lastbld2:0:000000:00:999:[boss cheat let you see the ]
  15553. lastbld2:0:000000:00:999:[ending.                    ]
  15554. lastbld2:0:10E581:06:001:Go to character Boss
  15555. lastbld2:0:10E581:07:001:Go to final Boss
  15556.  
  15557. ; [ Last Duel (US set 1) ]
  15558. lastduel:0:FF8819:99:000:Infinite Time
  15559. lastduel:0:FF8826:0B:000:Infinite Lives PL1
  15560. lastduel:0:FF897B:80:002:Invincibility PL1
  15561. lastduel:0:FF8978:06:000:Infinite Rolling PL1
  15562. lastduel:0:FF8977:06:000:Maximum homing missiles PL1
  15563. lastduel:0:FF993C:01:000:Pod ON  - Left PL1
  15564. lastduel:0:FF999C:01:000:Pod ON  - Right PL1
  15565. lastduel:0:FF8972:60:001:Get Maximum speed - car PL1
  15566. lastduel:0:FF8972:0C:001:Get Maximum speed - plane PL1
  15567. lastduel:0:FF8979:00:000:Rapid fire - Weapon PL1
  15568. lastduel:0:FF897A:00:000:Rapid fire - H. missiles PL1
  15569. lastduel:0:FF996E:00:000:Rapid fire - Left pod PL1
  15570. lastduel:0:FF99CE:00:000:Rapid fire - Right pod PL1
  15571. lastduel:0:FF8976:00:000:Always have normal weapon PL1
  15572. lastduel:0:FF8976:02:000:Always have Double PL1
  15573. lastduel:0:FF8976:04:000:Always have 3-way PL1
  15574. lastduel:0:FF8976:06:000:Always have Shotgun PL1
  15575. lastduel:0:FF8976:08:000:Always have Flame PL1
  15576. lastduel:0:FF8976:00:001:Get normal weapon Now! PL1
  15577. lastduel:0:FF8976:02:001:Get Double Now! PL1
  15578. lastduel:0:FF8976:04:001:Get 3-way Now! PL1
  15579. lastduel:0:FF8976:06:001:Get Shotgun Now! PL1
  15580. lastduel:0:FF8976:08:001:Get Flame Now! PL1
  15581. lastduel:0:FF8827:0B:000:Infinite Lives PL2
  15582. lastduel:0:FF89FB:80:002:Invincibility PL2
  15583. lastduel:0:FF89F8:06:000:Infinite Rolling PL2
  15584. lastduel:0:FF89F7:06:000:Maximum homing missiles PL2
  15585. lastduel:0:FF99FC:01:000:Pod ON  - Left PL2
  15586. lastduel:0:FF9A5C:01:000:Pod ON  - Right PL2
  15587. lastduel:0:FF89F2:60:001:Get Maximum speed - car PL2
  15588. lastduel:0:FF89F2:0C:001:Get Maximum speed - plane PL2
  15589. lastduel:0:FF89F9:00:000:Rapid fire - Weapon PL2
  15590. lastduel:0:FF89FA:00:000:Rapid fire - H. missiles PL2
  15591. lastduel:0:FF9A2E:00:000:Rapid fire - Left pod PL2
  15592. lastduel:0:FF9A8E:00:000:Rapid fire - Right pod PL2
  15593. lastduel:0:FF89F6:00:000:Always have normal weapon PL2
  15594. lastduel:0:FF89F6:02:000:Always have Double PL2
  15595. lastduel:0:FF89F6:04:000:Always have 3-way PL2
  15596. lastduel:0:FF89F6:06:000:Always have Shotgun PL2
  15597. lastduel:0:FF89F6:08:000:Always have Flame PL2
  15598. lastduel:0:FF89F6:00:001:Get normal weapon Now! PL2
  15599. lastduel:0:FF89F6:02:001:Get Double Now! PL2
  15600. lastduel:0:FF89F6:04:001:Get 3-way Now! PL2
  15601. lastduel:0:FF89F6:06:001:Get Shotgun Now! PL2
  15602. lastduel:0:FF89F6:08:001:Get Flame Now! PL2
  15603.  
  15604. ; [ Last Mission (US revision 6) ]
  15605. lastmiss:0:0984:03:000:Infinite Lives PL1
  15606. lastmiss:0:099C:03:000:Infinite Lives PL2
  15607. lastmiss:0:0069:00:000:Invincibility
  15608.  
  15609. ; [ Last Mission (US revision 5) ]
  15610. lastmss2:0:0984:03:000:Infinite Lives PL1
  15611. lastmss2:0:099C:03:000:Infinite Lives PL2
  15612. lastmss2:0:0069:00:000:Invincibility
  15613.  
  15614. ; [ Lazer Command ]
  15615. lazercmd:0:1C28:59:000:Infinite Time
  15616.  
  15617. ; [ League Bowling ]
  15618. lbowling:0:1010A5:99:000:Infinite Time
  15619.  
  15620. ; [ Lode Runner (set 1) ]
  15621. ldrun:0:E58F:09:000:Infinite Lives
  15622. ldrun:0:E58B:99:004:Infinite Time
  15623. ldrun:0:E4FC:00:000:Never any gold needed
  15624. ldrun:0:E4FC:01:001:One more gold needed Now!
  15625. ldrun:0:E5B2:99:000:Infinite Credits
  15626. ldrun:0:0000:00:999:[Rounds greater than 99 dont]
  15627. ldrun:0:0000:00:999:[show correct round number. ]
  15628. ldrun:0:0000:00:999:[These only alter round for ]
  15629. ldrun:0:0000:00:999:[player currently playing.  ]
  15630. ldrun:0:E58E:FF:072:Select current round
  15631. ldrun:0:E58E:FF:062:Select next round
  15632.  
  15633. ; [ Lode Runner II - The Bungeling Strikes Back ]
  15634. ldrun2:0:E5E3:09:000:Infinite Lives
  15635. ldrun2:0:E5DF:99:004:Infinite Time
  15636. ldrun2:0:E5E9:00:000:Never any gold needed
  15637. ldrun2:0:E5E9:01:001:One more gold needed Now!
  15638. ldrun2:0:E68A:99:000:Infinite Credits
  15639. ldrun2:0:0000:00:999:[Rounds greater than 99 dont]
  15640. ldrun2:0:0000:00:999:[show correct round number. ]
  15641. ldrun2:0:0000:00:999:[These only alter round for ]
  15642. ldrun2:0:0000:00:999:[player currently playing.  ]
  15643. ldrun2:0:E5E2:FF:072:Select current round
  15644. ldrun2:0:E5E2:FF:062:Select next round
  15645.  
  15646. ; [ Lode Runner III - Majin No Fukkatsu ]
  15647. ldrun3:0:E5E3:09:000:Infinite Lives
  15648. ldrun3:0:E5DF:99:004:Infinite Time
  15649. ldrun3:0:E5E9:00:000:Never any gold needed
  15650. ldrun3:0:E5E9:01:001:One more gold needed Now!
  15651. ldrun3:0:E68A:99:000:Infinite Credits
  15652. ldrun3:0:0000:00:999:[Rounds greater than 99 dont]
  15653. ldrun3:0:0000:00:999:[show correct round number. ]
  15654. ldrun3:0:0000:00:999:[These only alter round for ]
  15655. ldrun3:0:0000:00:999:[player currently playing.  ]
  15656. ldrun3:0:E5E2:FF:072:Select current round
  15657. ldrun3:0:E5E2:FF:062:Select next round
  15658.  
  15659. ; [ Lode Runner IV - Teikoku Karano Dasshutsu ]
  15660. ldrun4:0:E65B:09:000:Infinite Lives
  15661. ldrun4:0:E658:99:004:Infinite Time
  15662. ldrun4:0:E661:00:000:Never any gold needed
  15663. ldrun4:0:E661:01:001:One more gold needed Now!
  15664. ldrun4:0:E702:99:000:Infinite Credits
  15665. ldrun4:0:0000:00:999:[Rounds greater than 99 dont]
  15666. ldrun4:0:0000:00:999:[show correct round number. ]
  15667. ldrun4:0:0000:00:999:[These only alter round for ]
  15668. ldrun4:0:0000:00:999:[player currently playing.  ]
  15669. ldrun4:0:E65A:FF:072:Select current round
  15670. ldrun4:0:E65A:FF:062:Select next round
  15671.  
  15672. ; [ Lode Runner (set 2) ]
  15673. ldruna:0:E58F:09:000:Infinite Lives
  15674. ldruna:0:E58B:99:004:Infinite Time
  15675. ldruna:0:E4FC:00:000:Never any gold needed
  15676. ldruna:0:E4FC:01:001:One more gold needed Now!
  15677. ldruna:0:E5B2:99:000:Infinite Credits
  15678. ldruna:0:0000:00:999:[Rounds greater than 99 dont]
  15679. ldruna:0:0000:00:999:[show correct round number. ]
  15680. ldruna:0:0000:00:999:[These only alter round for ]
  15681. ldruna:0:0000:00:999:[player currently playing.  ]
  15682. ldruna:0:E58E:FF:072:Select current round
  15683. ldruna:0:E58E:FF:062:Select next round
  15684.  
  15685. ; [ Led Storm (US) ]
  15686. ledstorm:0:FF8844:0B:000:Infinite Energy (1/2)
  15687. ledstorm:0:FF8846:1C:500:Infinite Energy (2/2)
  15688. ledstorm:0:FF910E:01:000:Infinite Protection (1/2)
  15689. ledstorm:0:FF910F:EF:500:Infinite Protection (2/2)
  15690. ledstorm:0:FF8827:00:000:Infinite Time
  15691. ledstorm:0:000000:00:999:[Stage select cheats must be]
  15692. ledstorm:0:000000:00:999:[activated on the car       ]
  15693. ledstorm:0:000000:00:999:[selection screen.          ]
  15694. ledstorm:0:FF881E:01:501:Go to stage 2 (1/2)
  15695. ledstorm:0:FF881F:01:501:Go to stage 2 (2/2)
  15696. ledstorm:0:FF881E:02:501:Go to stage 3 (1/2)
  15697. ledstorm:0:FF881F:02:501:Go to stage 3 (2/2)
  15698. ledstorm:0:FF881E:03:501:Go to stage 4 (1/2)
  15699. ledstorm:0:FF881F:03:501:Go to stage 4 (2/2)
  15700. ledstorm:0:FF881E:04:501:Go to stage 5 (1/2)
  15701. ledstorm:0:FF881F:04:501:Go to stage 5 (2/2)
  15702. ledstorm:0:FF881E:05:501:Go to stage 6 (1/2)
  15703. ledstorm:0:FF881F:05:501:Go to stage 6 (2/2)
  15704. ledstorm:0:FF881E:06:501:Go to stage 7 (1/2)
  15705. ledstorm:0:FF881F:06:501:Go to stage 7 (2/2)
  15706. ledstorm:0:FF881E:07:501:Go to stage 8 (1/2)
  15707. ledstorm:0:FF881F:07:501:Go to stage 8 (2/2)
  15708. ledstorm:0:FF881E:08:501:Go to stage 9 (1/2)
  15709. ledstorm:0:FF881F:08:501:Go to stage 9 (2/2)
  15710.  
  15711. ; [ Legend of Success Joe / Ashitano Joe Densetsu ]
  15712. legendos:0:100369:00:000:Infinite Time
  15713. legendos:0:100363:78:000:Infinite Energy PL1
  15714. legendos:0:100463:01:001:Drain PL1's Opponent
  15715. legendos:0:100763:78:000:Infinite Energy PL2
  15716. legendos:0:100863:01:001:Drain PL2's Opponent
  15717.  
  15718. ; [ Koukuu Kihei Monogatari - The Legend of Air Cavalry ]
  15719. legofair:0:E3A0:03:000:Infinite Lives PL1
  15720. legofair:0:E3B9:55:000:Infinite Plane Bombs PL1
  15721. legofair:0:E3B9:AA:000:Infinite Circle Bombs PL1
  15722. legofair:0:E3B9:FF:000:Infinite Atomic Bombs PL1
  15723. legofair:0:E3F0:03:000:Infinite Lives PL2
  15724. legofair:0:E409:55:000:Infinite Plane Bombs PL2
  15725. legofair:0:E409:AA:000:Infinite Circle Bombs PL2
  15726. legofair:0:E409:FF:000:Infinite Atomic Bombs PL2
  15727.  
  15728. ; [ Leprechaun ]
  15729. leprechn:0:0123:08:000:Infinite Lives PL1
  15730. leprechn:0:0134:08:000:Infinite Lives PL2
  15731. leprechn:0:028C:B4:000:Freeze Leprechaun (1/2)
  15732. leprechn:0:028D:9C:500:Freeze Leprechaun (2/2)
  15733.  
  15734. ; [ Lethal Thunder (World) ]
  15735. lethalth:0:E0144:06:000:Infinite Lives PL1
  15736. lethalth:0:E3A38:01:000:Invincibility PL1
  15737. lethalth:0:E3A41:F0:000:Max Shot Power PL1
  15738. lethalth:0:E3A3E:01:000:Always have Laser Shot PL1
  15739. lethalth:0:E3A3E:02:000:Always have Flame Shot PL1
  15740. lethalth:0:E3A3E:03:000:Always have Ball Shot PL1
  15741. lethalth:0:E3A3E:01:001:Get Laser Shot Now! PL1
  15742. lethalth:0:E3A3E:02:001:Get Flame Shot Now! PL1
  15743. lethalth:0:E3A3E:03:001:Get Ball Shot Now! PL1
  15744. lethalth:0:E0174:06:000:Infinite Lives PL2
  15745. lethalth:0:E3AD8:01:000:Invincibility PL2
  15746. lethalth:0:E3AE1:F0:000:Max Shot Power PL2
  15747. lethalth:0:E3ADE:01:000:Always have Laser Shot PL2
  15748. lethalth:0:E3ADE:02:000:Always have Flame Shot PL2
  15749. lethalth:0:E3ADE:03:000:Always have Ball Shot PL2
  15750. lethalth:0:E3ADE:01:001:Get Laser Shot Now! PL2
  15751. lethalth:0:E3ADE:02:001:Get Flame Shot Now! PL2
  15752. lethalth:0:E3ADE:03:001:Get Ball Shot Now! PL2
  15753.  
  15754. ; [ Levers ]
  15755. levers:0:4175:63:000:Infinite Lives PL1
  15756. levers:0:4176:63:000:Infinite Lives PL2
  15757.  
  15758. ; [ Lightning Fighters (US) ]
  15759. lgtnfght:0:000000:00:999:[Enable invincibility during]
  15760. lgtnfght:0:000000:00:999:[game play ONLY!!           ]
  15761. lgtnfght:0:090200:64:000:Infinite Lives PL1
  15762. lgtnfght:0:0902A0:01:000:Infinite Beam S. Weapon PL1
  15763. lgtnfght:0:0902A0:02:000:Infinite Flame S. Weapon PL1
  15764. lgtnfght:0:092952:01:000:Invincibility PL1 (1/3)
  15765. lgtnfght:0:092954:00:500:Invincibility PL1 (2/3)
  15766. lgtnfght:0:09295A:00:500:Invincibility PL1 (3/3)
  15767. lgtnfght:0:090300:64:000:Infinite Lives PL2
  15768. lgtnfght:0:0902B0:01:000:Infinite Beam S. Weapon PL2
  15769. lgtnfght:0:0902B0:02:000:Infinite Flame S. Weapon PL2
  15770. lgtnfght:0:092A32:01:000:Invincibility PL2 (1/3)
  15771. lgtnfght:0:092A34:00:500:Invincibility PL2 (2/3)
  15772. lgtnfght:0:092A3A:00:500:Invincibility PL2 (3/3)
  15773. lgtnfght:0:092C88:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
  15774.  
  15775. ; [ Liberator (set 1) ]
  15776. liberatr:0:0020:04:000:Infinite Lives PL1
  15777. liberatr:0:0021:04:000:Infinite Lives PL2
  15778. liberatr:0:0069:01:001:Get 1 base to end level Now!
  15779.  
  15780. ; [ Lifeforce (US) ]
  15781. lifefrce:0:080380:03:000:Infinite Lives PL1
  15782. lifefrce:0:080500:40:040:Invincibility PL1
  15783. lifefrce:0:0803C0:03:000:Infinite Lives PL2
  15784. lifefrce:0:080530:40:040:Invincibility PL2
  15785. lifefrce:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  15786.  
  15787. ; [ Lifeforce (Japan) ]
  15788. lifefrcj:0:080380:03:000:Infinite Lives PL1
  15789. lifefrcj:0:080500:40:040:Invincibility PL1
  15790. lifefrcj:0:0803C0:03:000:Infinite Lives PL2
  15791. lifefrcj:0:080530:40:040:Invincibility PL2
  15792. lifefrcj:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  15793.  
  15794. ; [ Liquid Kids (World) ]
  15795. liquidk:0:109522:03:000:Infinite Lives
  15796. liquidk:0:109504:08:020:Invincibility (1/2)
  15797. liquidk:0:102C6B:5A:500:Invincibility (2/2)
  15798.  
  15799. ; [ Liquid Kids (US) ]
  15800. liquidku:0:109522:03:000:Infinite Lives
  15801. liquidku:0:109504:08:020:Invincibility (1/2)
  15802. liquidku:0:102C6B:5A:500:Invincibility (2/2)
  15803.  
  15804. ; [ Lizard Wizard ]
  15805. lizwiz:0:4DA1:09:000:Infinite Lives PL1
  15806. lizwiz:0:4DA2:09:000:Infinite Lives PL2
  15807.  
  15808. ; [ Legend of Kage, The ]
  15809. lkage:0:E225:63:000:Infinite Lives PL1
  15810. lkage:0:E22C:63:000:Infinite Lives PL2
  15811. lkage:0:E44E:00:000:Invincibility
  15812.  
  15813. ; [ Legend of Kage, The (bootleg) ]
  15814. lkageb:0:E225:63:000:Infinite Lives PL1
  15815. lkageb:0:E22C:63:000:Infinite Lives PL2
  15816. lkageb:0:E44E:00:000:Invincibility
  15817.  
  15818. ; [ Lunar Lander (rev 2) ]
  15819. llander:0:01AD:99:000:Infinite Fuel
  15820. llander:0:019C:00:000:Infinite Time 
  15821.  
  15822. ; [ Lunar Lander (rev 1) ]
  15823. llander1:0:01AD:99:000:Infinite Fuel
  15824. llander1:0:019C:00:000:Infinite Time 
  15825.  
  15826. ; [ Lock'n'Chase ]
  15827. lnc:0:000F:02:000:Infinite Lives PL1
  15828. lnc:0:001E:02:000:Infinite Lives PL2
  15829. lnc:0:0000:00:999:[Disable invincibility with ]
  15830. lnc:0:0000:00:999:[F5 before you go 'OUT'     ]
  15831. lnc:0:003B:11:000:Invincibility
  15832.  
  15833. ; [ Loco-Motion ]
  15834. locomotn:0:9900:06:000:Infinite Lives
  15835.  
  15836. ; [ Legend of Hero Tonma ]
  15837. loht:0:A3B46:59:000:Infinite Time
  15838. loht:0:A2311:40:000:Invincibility
  15839. loht:0:A3AE4:0A:000:Infinite Lives PL1
  15840. loht:0:A3AE5:0A:000:Infinite Lives PL2
  15841.  
  15842. ; [ Legend of Makai (World) ]
  15843. lomakai:0:0FC021:05:000:Infinite Lives
  15844. lomakai:0:0FC00B:03:000:Infinite Energy
  15845. lomakai:0:0FC01B:09:000:Infinite Time
  15846. lomakai:0:0FC022:90:000:Infinite Money (1/2)
  15847. lomakai:0:0FC023:00:500:Infinite Money (2/2)
  15848. lomakai:0:0FC06E:01:000:Infinite Jumps
  15849. lomakai:0:0FC070:01:000:Invincibility
  15850. lomakai:0:0FCE06:00:001:One hit for boss Now! (1/2)
  15851. lomakai:0:0FCE07:01:501:One hit for boss Now! (2/2)
  15852. lomakai:0:0FC032:03:020:Always have all keys (1/2)
  15853. lomakai:0:0FC033:80:520:Always have all keys (2/2)
  15854. lomakai:0:0FC032:01:020:Always have green key
  15855. lomakai:0:0FC032:02:020:Always have red key
  15856. lomakai:0:0FC033:80:020:Always have blue key
  15857. lomakai:0:0FC033:10:020:Always have silver shield
  15858. lomakai:0:0FC033:20:020:Always have gold shield
  15859. lomakai:0:0FC032:08:020:Always have jump potion
  15860. lomakai:0:0FC032:10:020:Always have strength potion
  15861. lomakai:0:0FC031:08:020:Always have the boots
  15862. lomakai:0:0FC031:07:040:Always have no extra weapon
  15863. lomakai:0:000000:00:999:[    EW = Extra Weapon      ]
  15864. lomakai:0:0FC031:01:020:Always have knife EW (1/2)
  15865. lomakai:0:0FC031:06:540:Always have knife EW (2/2)
  15866. lomakai:0:0FC031:02:020:Always have singleaxe EW(1/2)
  15867. lomakai:0:0FC031:05:540:Always have singleaxe EW(2/2)
  15868. lomakai:0:0FC031:04:020:Always have doubleaxe EW(1/2)
  15869. lomakai:0:0FC031:03:540:Always have doubleaxe EW(2/2)
  15870. lomakai:0:0FC032:08:020:Always have story-teller bird
  15871. lomakai:0:0FC032:03:021:Get all keys Now! (1/2)
  15872. lomakai:0:0FC033:80:521:Get all keys Now! (1/2)
  15873. lomakai:0:0FC032:01:021:Get green key Now!
  15874. lomakai:0:0FC032:02:021:Get red key Now!
  15875. lomakai:0:0FC033:80:021:Get blue key Now!
  15876. lomakai:0:0FC033:10:021:Get silver shield Now!
  15877. lomakai:0:0FC033:20:021:Get gold shield Now!
  15878. lomakai:0:0FC032:08:021:Get jump potion Now!
  15879. lomakai:0:0FC032:10:021:Get strength potion Now!
  15880. lomakai:0:0FC031:08:021:Get the boots Now!
  15881. lomakai:0:0FC031:07:041:Lose extra weapon Now!
  15882. lomakai:0:0FC031:01:021:Get knife EW  Now! (1/2)
  15883. lomakai:0:0FC031:06:541:Get knife EW  Now! (2/2)
  15884. lomakai:0:0FC031:02:021:Get single axe EW Now! (1/2)
  15885. lomakai:0:0FC031:05:541:Get single axe EW Now! (2/2)
  15886. lomakai:0:0FC031:04:021:Get double axe EW Now! (1/2)
  15887. lomakai:0:0FC031:03:541:Get double axe EW Now! (2/2)
  15888. lomakai:0:0FC032:08:021:Get story-teller bird Now!
  15889.  
  15890. ; [ Looper ]
  15891. looper:0:8026:09:020:Invincibility
  15892. looper:0:8029:09:000:Infinite Lives PL1
  15893. looper:0:8027:63:062:Select next round PL1
  15894. looper:0:8027:63:072:Select current round PL1
  15895. looper:0:802A:09:000:Infinite Lives PL2
  15896. looper:0:8028:63:062:Select next round PL2
  15897. looper:0:8028:63:072:Select current round PL2
  15898. looper:0:0000:00:999:[These Select starting round]
  15899. looper:0:0000:00:999:[cheats are *NOT* linked so ]
  15900. looper:0:0000:00:999:[they must BOTH be selected ]
  15901. looper:0:0000:00:999:[individually one after the ]
  15902. looper:0:0000:00:999:[other! Enable each time you]
  15903. looper:0:0000:00:999:[need them, use before start]
  15904. looper:0:8027:FF:021:Select starting roundPL1(1/2)
  15905. looper:0:8027:63:062:Select starting roundPL1(2/2)
  15906. looper:0:8028:FF:021:Select starting roundPL2(1/2)
  15907. looper:0:8028:63:062:Select starting roundPL2(2/2)
  15908.  
  15909. ; [ Lord of King, The (Japan) ]
  15910. lordofk:0:000000:00:999:[Always have Shield cheats  ]
  15911. lordofk:0:000000:00:999:[should be enabled on the   ]
  15912. lordofk:0:000000:00:999:[title screen or it won't   ]
  15913. lordofk:0:000000:00:999:[display until you've lost a]
  15914. lordofk:0:000000:00:999:[life!!                     ]
  15915. lordofk:0:FFFB72:01:000:Infinite Time (1/2)
  15916. lordofk:0:FFFB73:99:500:Infinite Time (2/2)
  15917. lordofk:0:FF8899:06:000:Infinite Lives PL1
  15918. lordofk:0:FFD2B5:40:000:Infinite Energy PL1
  15919. lordofk:0:FFD2B7:01:000:Invincibility 'ON' PL1 (1/2)
  15920. lordofk:0:FFD290:40:540:Invincibility 'ON' PL1 (2/2)
  15921. lordofk:0:FFD2B7:01:001:Invincibility 'OFF' PL1 (1/2)
  15922. lordofk:0:FFD290:40:521:Invincibility 'OFF' PL1 (2/2)
  15923. lordofk:0:FF88AF:3C:000:Maximum fire power PL1
  15924. lordofk:0:FF88C5:0B:000:Maximum magic power PL1
  15925. lordofk:0:FFD31D:03:000:Infinite Shield PL1:Seems to be buggy!
  15926. lordofk:0:FF8889:01:000:Always have Shield PL1
  15927. lordofk:0:FF8889:01:001:Get Shield Now! PL1
  15928. lordofk:0:FF88E1:06:000:Infinite Lives PL2
  15929. lordofk:0:FFD435:40:000:Infinite Energy PL2
  15930. lordofk:0:FFD437:01:000:Invincibility 'ON' PL2 (1/2)
  15931. lordofk:0:FFD410:40:540:Invincibility 'ON' PL2 (2/2)
  15932. lordofk:0:FFD437:01:001:Invincibility 'OFF' PL2 (1/2)
  15933. lordofk:0:FFD410:40:521:Invincibility 'OFF' PL2 (2/2)
  15934. lordofk:0:FF88F7:3C:000:Maximum fire power PL2
  15935. lordofk:0:FF890D:0B:000:Maximum magic power PL2
  15936. lordofk:0:FFD49D:03:000:Infinite Shield PL2:Seems to be buggy!
  15937. lordofk:0:FF81BF:01:000:Always have Shield PL2
  15938. lordofk:0:FF81BF:01:001:Get Shield Now! PL2
  15939.  
  15940. ; [ Lost Tomb (hard) ]
  15941. losttmbh:0:868D:50:000:Infinite Time (1/2)
  15942. losttmbh:0:84C6:E0:000:Infinite Time (2/2)
  15943. losttmbh:0:8617:06:000:Infinite Lives
  15944. losttmbh:0:8618:08:000:Infinite Ammo
  15945. losttmbh:0:861B:02:000:Infinite Zapper
  15946. losttmbh:0:8255:00:000:Limited Invincibility
  15947. losttmbh:0:861C:0C:072:Select next Level:Use before stair room
  15948. losttmbh:0:861D:5B:072:Select next Room:Use before stair room
  15949.  
  15950. ; [ Lost Tomb (easy) ]
  15951. losttomb:0:868D:50:000:Infinite Time (1/2)
  15952. losttomb:0:84C6:E0:000:Infinite Time (2/2)
  15953. losttomb:0:8617:06:000:Infinite Lives
  15954. losttomb:0:8618:08:000:Infinite Ammo
  15955. losttomb:0:861B:02:000:Infinite Zapper
  15956. losttomb:0:8255:00:000:Limited Invincibility
  15957. losttomb:0:861C:0C:072:Select next Level:Use before stair room
  15958. losttomb:0:861D:5B:072:Select next Room:Use before stair room
  15959.  
  15960. ; [ Lost Worlds (Japan) ]
  15961. lostwrld:0:FFE1D2:21:000:Infinite Shop Time
  15962. lostwrld:0:000000:00:999:[These Start on Stage cheats]
  15963. lostwrld:0:000000:00:999:[must be enabled on the     ]
  15964. lostwrld:0:000000:00:999:[title screen and turned off]
  15965. lostwrld:0:000000:00:999:[when you start the stage.  ]
  15966. lostwrld:0:FFB2B2:01:000:Start on Stage 2
  15967. lostwrld:0:FFB2B2:02:000:Start on Stage 3
  15968. lostwrld:0:FFB2B2:03:000:Start on Stage 4
  15969. lostwrld:0:FFB2B2:04:000:Start on Stage 5
  15970. lostwrld:0:FFB2B2:05:000:Start on Stage 6
  15971. lostwrld:0:FFB2B2:06:000:Start on Stage 7
  15972. lostwrld:0:FFB2B2:07:000:Start on Stage 8
  15973. lostwrld:0:FFB2B2:08:000:Start on Stage 9
  15974. lostwrld:0:FFB2B2:08:061:Select next stage
  15975. lostwrld:0:FF9035:38:000:Infinite Energy PL1
  15976. lostwrld:0:FFB342:02:000:Invincibility PL1 (1/4)
  15977. lostwrld:0:FFB38C:01:500:Invincibility PL1 (2/4)
  15978. lostwrld:0:FF9035:38:520:Invincibility PL1 (3/4)
  15979. lostwrld:0:FF9035:C7:540:Invincibility PL1 (4/4)
  15980. lostwrld:0:FFE192:99:000:Infinite Zenny PL1 (1/3)
  15981. lostwrld:0:FFE193:99:500:Infinite Zenny PL1 (2/3)
  15982. lostwrld:0:FFE194:99:500:Infinite Zenny PL1 (3/3)
  15983. lostwrld:0:FFE192:01:001:Reduce Zenny Now! PL1 (1/3)
  15984. lostwrld:0:FFE193:01:501:Reduce Zenny Now! PL1 (2/3)
  15985. lostwrld:0:FFE194:01:501:Reduce Zenny Now! PL1 (3/3)
  15986. lostwrld:0:FFCEE2:01:000:Always Laser PL1        (1/2)
  15987. lostwrld:0:FFCF18:00:500:Always Laser PL1        (2/2)
  15988. lostwrld:0:FFCEE2:01:000:Always Beam PL1         (1/2)
  15989. lostwrld:0:FFCF18:02:500:Always Beam PL1         (2/2)
  15990. lostwrld:0:FFCEE2:01:000:Always Missile PL1      (1/2)
  15991. lostwrld:0:FFCF18:04:500:Always Missile PL1      (2/2)
  15992. lostwrld:0:FFCEE2:01:000:Always Balcan Cannon PL1(1/2)
  15993. lostwrld:0:FFCF18:06:500:Always Balcan Cannon PL1(2/2)
  15994. lostwrld:0:FFCEE2:01:000:Always Napalm Bomb PL1  (1/2)
  15995. lostwrld:0:FFCF18:08:500:Always Napalm Bomb PL1  (2/2)
  15996. lostwrld:0:FFCEE2:01:000:Always V-Cannon PL1     (1/2)
  15997. lostwrld:0:FFCF18:0A:500:Always V-Cannon PL1     (2/2)
  15998. lostwrld:0:FFCEE2:01:000:Always Burner PL1       (1/2)
  15999. lostwrld:0:FFCF18:0C:500:Always Burner PL1       (2/2)
  16000. lostwrld:0:FFCEE2:01:000:Always Multi-Way PL1    (1/2)
  16001. lostwrld:0:FFCF18:0E:500:Always Multi-Way PL1    (2/2)
  16002. lostwrld:0:FFCEE2:01:000:Always Bound Shot PL1   (1/2)
  16003. lostwrld:0:FFCF18:10:500:Always Bound Shot PL1   (2/2)
  16004. lostwrld:0:FFCEE2:01:000:Always Power Laser PL1  (1/2)
  16005. lostwrld:0:FFCF18:12:500:Always Power Laser PL1  (2/2)
  16006. lostwrld:0:FFCEE2:01:000:Always Homing Laser PL1 (1/2)
  16007. lostwrld:0:FFCF18:14:500:Always Homing Laser PL1 (2/2)
  16008. lostwrld:0:FFCEE2:01:001:Get Laser Now! PL1      (1/2)
  16009. lostwrld:0:FFCF18:00:501:Get Laser Now! PL1      (2/2)
  16010. lostwrld:0:FFCEE2:01:001:Get Beam Now! PL1       (1/2)
  16011. lostwrld:0:FFCF18:02:501:Get Beam Now! PL1       (2/2)
  16012. lostwrld:0:FFCEE2:01:001:Get Missile Now! PL1    (1/2)
  16013. lostwrld:0:FFCF18:04:501:Get Missile Now! PL1    (2/2)
  16014. lostwrld:0:FFCEE2:01:001:Get Balcan CannonNow!PL1(1/2)
  16015. lostwrld:0:FFCF18:06:501:Get Balcan CannonNow!PL1(2/2)
  16016. lostwrld:0:FFCEE2:01:001:Get Napalm Bomb Now! PL1(1/2)
  16017. lostwrld:0:FFCF18:08:501:Get Napalm Bomb Now! PL1(2/2)
  16018. lostwrld:0:FFCEE2:01:001:Get V-Cannon Now! PL1   (1/2)
  16019. lostwrld:0:FFCF18:0A:501:Get V-Cannon Now! PL1   (2/2)
  16020. lostwrld:0:FFCEE2:01:001:Get Burner Now! PL1     (1/2)
  16021. lostwrld:0:FFCF18:0C:501:Get Burner Now! PL1     (2/2)
  16022. lostwrld:0:FFCEE2:01:001:Get Multi-Way Now! PL1  (1/2)
  16023. lostwrld:0:FFCF18:0E:501:Get Multi-Way Now! PL1  (2/2)
  16024. lostwrld:0:FFCEE2:01:001:Get Bound Shot Now! PL1 (1/2)
  16025. lostwrld:0:FFCF18:10:501:Get Bound Shot Now! PL1 (2/2)
  16026. lostwrld:0:FFCEE2:01:001:Get Power Laser Now! PL1(1/2)
  16027. lostwrld:0:FFCF18:12:501:Get Power Laser Now! PL1(2/2)
  16028. lostwrld:0:FFCEE2:01:001:Get Homing Laser Now!PL1(1/2)
  16029. lostwrld:0:FFCF18:14:501:Get Homing Laser Now!PL1(2/2)
  16030. lostwrld:0:FF9055:38:000:Infinite Energy PL2
  16031. lostwrld:0:FFB392:02:000:Invincibility PL2 (1/4)
  16032. lostwrld:0:FFB3DC:01:500:Invincibility PL2 (2/4)
  16033. lostwrld:0:FF9055:38:520:Invincibility PL2 (3/4)
  16034. lostwrld:0:FF9055:C7:540:Invincibility PL2 (4/4)
  16035. lostwrld:0:FFE196:99:000:Infinite Zenny PL2 (1/3)
  16036. lostwrld:0:FFE197:99:500:Infinite Zenny PL2 (2/3)
  16037. lostwrld:0:FFE198:99:500:Infinite Zenny PL2 (3/3)
  16038. lostwrld:0:FFE196:01:001:Reduce Zenny Now! PL2 (1/3)
  16039. lostwrld:0:FFE197:01:501:Reduce Zenny Now! PL2 (2/3)
  16040. lostwrld:0:FFE198:01:501:Reduce Zenny Now! PL2 (3/3)
  16041. lostwrld:0:FFCF32:01:000:Always Laser PL2        (1/2)
  16042. lostwrld:0:FFCF68:00:500:Always Laser PL2        (2/2)
  16043. lostwrld:0:FFCF32:01:000:Always Beam PL2         (1/2)
  16044. lostwrld:0:FFCF68:02:500:Always Beam PL2         (2/2)
  16045. lostwrld:0:FFCF32:01:000:Always Missile PL2      (1/2)
  16046. lostwrld:0:FFCF68:04:500:Always Missile PL2      (2/2)
  16047. lostwrld:0:FFCF32:01:000:Always Balcan Cannon PL2(1/2)
  16048. lostwrld:0:FFCF68:06:500:Always Balcan Cannon PL2(2/2)
  16049. lostwrld:0:FFCF32:01:000:Always Napalm Bomb PL2  (1/2)
  16050. lostwrld:0:FFCF68:08:500:Always Napalm Bomb PL2  (2/2)
  16051. lostwrld:0:FFCF32:01:000:Always V-Cannon PL2     (1/2)
  16052. lostwrld:0:FFCF68:0A:500:Always V-Cannon PL2     (2/2)
  16053. lostwrld:0:FFCF32:01:000:Always Burner PL2       (1/2)
  16054. lostwrld:0:FFCF68:0C:500:Always Burner PL2       (2/2)
  16055. lostwrld:0:FFCF32:01:000:Always Multi-Way PL2    (1/2)
  16056. lostwrld:0:FFCF68:0E:500:Always Multi-Way PL2    (2/2)
  16057. lostwrld:0:FFCF32:01:000:Always Bound Shot PL2   (1/2)
  16058. lostwrld:0:FFCF68:10:500:Always Bound Shot PL2   (2/2)
  16059. lostwrld:0:FFCF32:01:000:Always Power Laser PL2  (1/2)
  16060. lostwrld:0:FFCF68:12:500:Always Power Laser PL2  (2/2)
  16061. lostwrld:0:FFCF32:01:000:Always Homing Laser PL2 (1/2)
  16062. lostwrld:0:FFCF68:14:500:Always Homing Laser PL2 (2/2)
  16063. lostwrld:0:FFCF32:01:001:Get Laser Now! PL2      (1/2)
  16064. lostwrld:0:FFCF68:00:501:Get Laser Now! PL2      (2/2)
  16065. lostwrld:0:FFCF32:01:001:Get Beam Now! PL2       (1/2)
  16066. lostwrld:0:FFCF68:02:501:Get Beam Now! PL2       (2/2)
  16067. lostwrld:0:FFCF32:01:001:Get Missile Now! PL2    (1/2)
  16068. lostwrld:0:FFCF68:04:501:Get Missile Now! PL2    (2/2)
  16069. lostwrld:0:FFCF32:01:001:Get Balcan CannonNow!PL2(1/2)
  16070. lostwrld:0:FFCF68:06:501:Get Balcan CannonNow!PL2(2/2)
  16071. lostwrld:0:FFCF32:01:001:Get Napalm Bomb Now! PL2(1/2)
  16072. lostwrld:0:FFCF68:08:501:Get Napalm Bomb Now! PL2(2/2)
  16073. lostwrld:0:FFCF32:01:001:Get V-Cannon Now! PL2   (1/2)
  16074. lostwrld:0:FFCF68:0A:501:Get V-Cannon Now! PL2   (2/2)
  16075. lostwrld:0:FFCF32:01:001:Get Burner Now! PL2     (1/2)
  16076. lostwrld:0:FFCF68:0C:501:Get Burner Now! PL2     (2/2)
  16077. lostwrld:0:FFCF32:01:001:Get Multi-Way Now! PL2  (1/2)
  16078. lostwrld:0:FFCF68:0E:501:Get Multi-Way Now! PL2  (2/2)
  16079. lostwrld:0:FFCF32:01:001:Get Bound Shot Now! PL2 (1/2)
  16080. lostwrld:0:FFCF68:10:501:Get Bound Shot Now! PL2 (2/2)
  16081. lostwrld:0:FFCF32:01:001:Get Power Laser Now! PL2(1/2)
  16082. lostwrld:0:FFCF68:12:501:Get Power Laser Now! PL2(2/2)
  16083. lostwrld:0:FFCF32:01:001:Get Homing Laser Now!PL2(1/2)
  16084. lostwrld:0:FFCF68:14:501:Get Homing Laser Now!PL2(2/2)
  16085.  
  16086. ; [ Lot Lot ]
  16087. lotlot:0:E847:03:000:Infinite lives
  16088.  
  16089. ; [ Lunar Rescue ]
  16090. lrescue:0:21AC:06:000:Infinite Lives PL1
  16091. lrescue:0:21A2:80:000:Infinite Fuel PL1
  16092. lrescue:0:22AC:06:000:Infinite Lives PL2
  16093. lrescue:0:22A2:80:000:Infinite Fuel PL2
  16094. lrescue:0:218D:00:000:Enemies once per Round: Also no Fireballs
  16095. lrescue:0:21AB:00:000:Always Round 1 (Slow Enemies)
  16096. lrescue:0:21AE:05:001:1 Rescue Ends Round Now!(1/2)
  16097. lrescue:0:212D:01:501:1 Rescue Ends Round Now!(2/2)
  16098. lrescue:0:21A0:01:501:1 Rescue Ends Round Now!(3/2)
  16099.  
  16100. ; [ Last Resort ]
  16101. lresort:0:108030:02:000:Infinite Lives PL1
  16102. lresort:0:104229:7D:000:Invincibility PL1
  16103. lresort:0:104265:04:000:Max Power Up PL1
  16104. lresort:0:104267:05:000:Max Speed PL1
  16105. lresort:0:108031:02:000:Infinite Lives PL2
  16106. lresort:0:1042A9:7D:000:Invincibility PL2
  16107. lresort:0:1042E5:04:000:Max Power Up PL2
  16108. lresort:0:1042E7:05:000:Max Speed PL2
  16109.  
  16110. ; [ Last Duel (US set 2) ]
  16111. lstduela:0:FF8819:99:000:Infinite Time
  16112. lstduela:0:FF8826:0B:000:Infinite Lives PL1
  16113. lstduela:0:FF897B:80:002:Invincibility PL1
  16114. lstduela:0:FF8978:06:000:Infinite Rolling PL1
  16115. lstduela:0:FF8977:06:000:Maximum homing missiles PL1
  16116. lstduela:0:FF993C:01:000:Pod ON  - Left PL1
  16117. lstduela:0:FF999C:01:000:Pod ON  - Right PL1
  16118. lstduela:0:FF8972:60:001:Get Maximum speed - car PL1
  16119. lstduela:0:FF8972:0C:001:Get Maximum speed - plane PL1
  16120. lstduela:0:FF8979:00:000:Rapid fire - Weapon PL1
  16121. lstduela:0:FF897A:00:000:Rapid fire - H. missiles PL1
  16122. lstduela:0:FF996E:00:000:Rapid fire - Left pod PL1
  16123. lstduela:0:FF99CE:00:000:Rapid fire - Right pod PL1
  16124. lstduela:0:FF8976:00:000:Always have normal weapon PL1
  16125. lstduela:0:FF8976:02:000:Always have Double PL1
  16126. lstduela:0:FF8976:04:000:Always have 3-way PL1
  16127. lstduela:0:FF8976:06:000:Always have Shotgun PL1
  16128. lstduela:0:FF8976:08:000:Always have Flame PL1
  16129. lstduela:0:FF8976:00:001:Get normal weapon Now! PL1
  16130. lstduela:0:FF8976:02:001:Get Double Now! PL1
  16131. lstduela:0:FF8976:04:001:Get 3-way Now! PL1
  16132. lstduela:0:FF8976:06:001:Get Shotgun Now! PL1
  16133. lstduela:0:FF8976:08:001:Get Flame Now! PL1
  16134. lstduela:0:FF8827:0B:000:Infinite Lives PL2
  16135. lstduela:0:FF89FB:80:002:Invincibility PL2
  16136. lstduela:0:FF89F8:06:000:Infinite Rolling PL2
  16137. lstduela:0:FF89F7:06:000:Maximum homing missiles PL2
  16138. lstduela:0:FF99FC:01:000:Pod ON  - Left PL2
  16139. lstduela:0:FF9A5C:01:000:Pod ON  - Right PL2
  16140. lstduela:0:FF89F2:60:001:Get Maximum speed - car PL2
  16141. lstduela:0:FF89F2:0C:001:Get Maximum speed - plane PL2
  16142. lstduela:0:FF89F9:00:000:Rapid fire - Weapon PL2
  16143. lstduela:0:FF89FA:00:000:Rapid fire - H. missiles PL2
  16144. lstduela:0:FF9A2E:00:000:Rapid fire - Left pod PL2
  16145. lstduela:0:FF9A8E:00:000:Rapid fire - Right pod PL2
  16146. lstduela:0:FF89F6:00:000:Always have normal weapon PL2
  16147. lstduela:0:FF89F6:02:000:Always have Double PL2
  16148. lstduela:0:FF89F6:04:000:Always have 3-way PL2
  16149. lstduela:0:FF89F6:06:000:Always have Shotgun PL2
  16150. lstduela:0:FF89F6:08:000:Always have Flame PL2
  16151. lstduela:0:FF89F6:00:001:Get normal weapon Now! PL2
  16152. lstduela:0:FF89F6:02:001:Get Double Now! PL2
  16153. lstduela:0:FF89F6:04:001:Get 3-way Now! PL2
  16154. lstduela:0:FF89F6:06:001:Get Shotgun Now! PL2
  16155. lstduela:0:FF89F6:08:001:Get Flame Now! PL2
  16156.  
  16157. ; [ Last Duel (bootleg) ]
  16158. lstduelb:0:FF8819:99:000:Infinite Time
  16159. lstduelb:0:FF8826:0B:000:Infinite Lives PL1
  16160. lstduelb:0:FF897B:80:002:Invincibility PL1
  16161. lstduelb:0:FF8978:06:000:Infinite Rolling PL1
  16162. lstduelb:0:FF8977:06:000:Maximum homing missiles PL1
  16163. lstduelb:0:FF993C:01:000:Pod ON  - Left PL1
  16164. lstduelb:0:FF999C:01:000:Pod ON  - Right PL1
  16165. lstduelb:0:FF8972:60:001:Get Maximum speed - car PL1
  16166. lstduelb:0:FF8972:0C:001:Get Maximum speed - plane PL1
  16167. lstduelb:0:FF8979:00:000:Rapid fire - Weapon PL1
  16168. lstduelb:0:FF897A:00:000:Rapid fire - H. missiles PL1
  16169. lstduelb:0:FF996E:00:000:Rapid fire - Left pod PL1
  16170. lstduelb:0:FF99CE:00:000:Rapid fire - Right pod PL1
  16171. lstduelb:0:FF8976:00:000:Always have normal weapon PL1
  16172. lstduelb:0:FF8976:02:000:Always have Double PL1
  16173. lstduelb:0:FF8976:04:000:Always have 3-way PL1
  16174. lstduelb:0:FF8976:06:000:Always have Shotgun PL1
  16175. lstduelb:0:FF8976:08:000:Always have Flame PL1
  16176. lstduelb:0:FF8976:00:001:Get normal weapon Now! PL1
  16177. lstduelb:0:FF8976:02:001:Get Double Now! PL1
  16178. lstduelb:0:FF8976:04:001:Get 3-way Now! PL1
  16179. lstduelb:0:FF8976:06:001:Get Shotgun Now! PL1
  16180. lstduelb:0:FF8976:08:001:Get Flame Now! PL1
  16181. lstduelb:0:FF8827:0B:000:Infinite Lives PL2
  16182. lstduelb:0:FF89FB:80:002:Invincibility PL2
  16183. lstduelb:0:FF89F8:06:000:Infinite Rolling PL2
  16184. lstduelb:0:FF89F7:06:000:Maximum homing missiles PL2
  16185. lstduelb:0:FF99FC:01:000:Pod ON  - Left PL2
  16186. lstduelb:0:FF9A5C:01:000:Pod ON  - Right PL2
  16187. lstduelb:0:FF89F2:60:001:Get Maximum speed - car PL2
  16188. lstduelb:0:FF89F2:0C:001:Get Maximum speed - plane PL2
  16189. lstduelb:0:FF89F9:00:000:Rapid fire - Weapon PL2
  16190. lstduelb:0:FF89FA:00:000:Rapid fire - H. missiles PL2
  16191. lstduelb:0:FF9A2E:00:000:Rapid fire - Left pod PL2
  16192. lstduelb:0:FF9A8E:00:000:Rapid fire - Right pod PL2
  16193. lstduelb:0:FF89F6:00:000:Always have normal weapon PL2
  16194. lstduelb:0:FF89F6:02:000:Always have Double PL2
  16195. lstduelb:0:FF89F6:04:000:Always have 3-way PL2
  16196. lstduelb:0:FF89F6:06:000:Always have Shotgun PL2
  16197. lstduelb:0:FF89F6:08:000:Always have Flame PL2
  16198. lstduelb:0:FF89F6:00:001:Get normal weapon Now! PL2
  16199. lstduelb:0:FF89F6:02:001:Get Double Now! PL2
  16200. lstduelb:0:FF89F6:04:001:Get 3-way Now! PL2
  16201. lstduelb:0:FF89F6:06:001:Get Shotgun Now! PL2
  16202. lstduelb:0:FF89F6:08:001:Get Flame Now! PL2
  16203.  
  16204. ; [ Lupin III ]
  16205. lupin3:0:2127:03:000:Infinite Lives PL1
  16206. lupin3:0:2142:00:000:Infinite Energy PL1
  16207. lupin3:0:214C:90:000:Infinite Bonus PL1
  16208. lupin3:0:2125:07:001:Get 1 bag to end level PL1
  16209. lupin3:0:2227:03:000:Infinite Lives PL2
  16210. lupin3:0:2242:00:000:Infinite Energy PL2
  16211. lupin3:0:224C:90:000:Infinite Bonus PL2
  16212. lupin3:0:2225:07:001:Get 1 bag to end level PL2
  16213.  
  16214. ; [ Legendary Wings (US set 1) ]
  16215. lwings:0:C09F:9A:000:Infinite Time
  16216. lwings:0:C070:06:000:Infinite Lives PL1
  16217. lwings:0:C100:FF:000:Invincibility PL1
  16218. lwings:0:C118:00:000:Always normal fire PL1
  16219. lwings:0:C118:02:000:Always 2-way fire PL1 
  16220. lwings:0:C118:04:000:Always 3-way fire PL1 
  16221. lwings:0:C118:05:000:Always max weapon fire PL1
  16222. lwings:0:C118:00:001:Get normal fire Now! PL1
  16223. lwings:0:C118:02:001:Get 2-way fire Now! PL1 
  16224. lwings:0:C118:04:001:Get 3-way fire Now! PL1 
  16225. lwings:0:C118:05:001:Get max weapon fire Now! PL1
  16226. lwings:0:C071:06:000:Infinite Lives PL2
  16227. lwings:0:C120:FF:000:Invincibility PL2
  16228. lwings:0:C138:00:000:Always normal fire PL2
  16229. lwings:0:C138:02:000:Always 2-way fire PL2 
  16230. lwings:0:C138:04:000:Always 3-way fire PL2 
  16231. lwings:0:C138:05:000:Always max weapon fire PL2
  16232. lwings:0:C138:00:001:Get normal fire Now! PL2
  16233. lwings:0:C138:02:001:Get 2-way fire Now! PL2 
  16234. lwings:0:C138:04:001:Get 3-way fire Now! PL2 
  16235. lwings:0:C138:05:001:Get max weapon fire Now! PL2
  16236. lwings:0:C072:00:001:Goto Level 1 Next
  16237. lwings:0:C072:01:001:Goto Level 2 Next 
  16238. lwings:0:C072:02:001:Goto Level 3 Next 
  16239. lwings:0:C072:03:001:Goto Level 4 Next 
  16240. lwings:0:C072:04:001:Goto Level 5 Next
  16241. lwings:0:C072:04:061:Select next level
  16242.  
  16243. ; [ Legendary Wings (US set 2) ]
  16244. lwings2:0:C09F:9A:000:Infinite Time
  16245. lwings2:0:C070:06:000:Infinite Lives PL1
  16246. lwings2:0:C100:FF:000:Invincibility PL1
  16247. lwings2:0:C118:00:000:Always normal fire PL1
  16248. lwings2:0:C118:02:000:Always 2-way fire PL1 
  16249. lwings2:0:C118:04:000:Always 3-way fire PL1 
  16250. lwings2:0:C118:05:000:Always max weapon fire PL1
  16251. lwings2:0:C118:00:001:Get normal fire Now! PL1
  16252. lwings2:0:C118:02:001:Get 2-way fire Now! PL1 
  16253. lwings2:0:C118:04:001:Get 3-way fire Now! PL1 
  16254. lwings2:0:C118:05:001:Get max weapon fire Now! PL1
  16255. lwings2:0:C071:06:000:Infinite Lives PL2
  16256. lwings2:0:C120:FF:000:Invincibility PL2
  16257. lwings2:0:C138:00:000:Always normal fire PL2
  16258. lwings2:0:C138:02:000:Always 2-way fire PL2 
  16259. lwings2:0:C138:04:000:Always 3-way fire PL2 
  16260. lwings2:0:C138:05:000:Always max weapon fire PL2
  16261. lwings2:0:C138:00:001:Get normal fire Now! PL2
  16262. lwings2:0:C138:02:001:Get 2-way fire Now! PL2 
  16263. lwings2:0:C138:04:001:Get 3-way fire Now! PL2 
  16264. lwings2:0:C138:05:001:Get max weapon fire Now! PL2
  16265. lwings2:0:C072:00:001:Goto Level 1 Next
  16266. lwings2:0:C072:01:001:Goto Level 2 Next 
  16267. lwings2:0:C072:02:001:Goto Level 3 Next 
  16268. lwings2:0:C072:03:001:Goto Level 4 Next 
  16269. lwings2:0:C072:04:001:Goto Level 5 Next
  16270. lwings2:0:C072:04:061:Select next level
  16271.  
  16272. ; [ Ales no Tsubasa (Japan) ]
  16273. lwingsjp:0:C09F:9A:000:Infinite Time
  16274. lwingsjp:0:C070:06:000:Infinite Lives PL1
  16275. lwingsjp:0:C100:FF:000:Invincibility PL1
  16276. lwingsjp:0:C118:00:000:Always normal fire PL1
  16277. lwingsjp:0:C118:02:000:Always 2-way fire PL1 
  16278. lwingsjp:0:C118:04:000:Always 3-way fire PL1 
  16279. lwingsjp:0:C118:05:000:Always max weapon fire PL1
  16280. lwingsjp:0:C118:00:001:Get normal fire Now! PL1
  16281. lwingsjp:0:C118:02:001:Get 2-way fire Now! PL1 
  16282. lwingsjp:0:C118:04:001:Get 3-way fire Now! PL1 
  16283. lwingsjp:0:C118:05:001:Get max weapon fire Now! PL1
  16284. lwingsjp:0:C071:06:000:Infinite Lives PL2
  16285. lwingsjp:0:C120:FF:000:Invincibility PL2
  16286. lwingsjp:0:C138:00:000:Always normal fire PL2
  16287. lwingsjp:0:C138:02:000:Always 2-way fire PL2 
  16288. lwingsjp:0:C138:04:000:Always 3-way fire PL2 
  16289. lwingsjp:0:C138:05:000:Always max weapon fire PL2
  16290. lwingsjp:0:C138:00:001:Get normal fire Now! PL2
  16291. lwingsjp:0:C138:02:001:Get 2-way fire Now! PL2 
  16292. lwingsjp:0:C138:04:001:Get 3-way fire Now! PL2 
  16293. lwingsjp:0:C138:05:001:Get max weapon fire Now! PL2
  16294. lwingsjp:0:C072:00:001:Goto Level 1 Next
  16295. lwingsjp:0:C072:01:001:Goto Level 2 Next 
  16296. lwingsjp:0:C072:02:001:Goto Level 3 Next 
  16297. lwingsjp:0:C072:03:001:Goto Level 4 Next 
  16298. lwingsjp:0:C072:04:001:Goto Level 5 Next
  16299. lwingsjp:0:C072:04:061:Select next level
  16300.  
  16301. ; [ M-4 ]
  16302. m4:0:20B9:99:000:Infinite Time
  16303.  
  16304. ; [ M79 Ambush ]
  16305. m79amb:0:400C:99:000:Infinite Time
  16306.  
  16307. ; [ M.A.C.H. 3 ]
  16308. mach3:0:0722:03:000:Infinite Lives
  16309.  
  16310. ; [ Macho Mouse ]
  16311. machomou:0:8200:1A:000:Infinite Lives PL1
  16312. machomou:0:8300:1A:000:Infinite Lives PL2
  16313. machomou:0:841F:01:000:Invincibility
  16314.  
  16315. ; [ Mad Crasher ]
  16316. madcrash:0:C668:0C:000:Infinite Lives
  16317. madcrash:0:C4C3:A4:000:Invincibility
  16318.  
  16319. ; [ Mad Gear (US) ]
  16320. madgear:0:FF8844:0B:000:Infinite Energy (1/2)
  16321. madgear:0:FF8846:1C:500:Infinite Energy (2/2)
  16322. madgear:0:FF910E:01:000:Infinite Protection (1/2)
  16323. madgear:0:FF910F:EF:500:Infinite Protection (2/2)
  16324. madgear:0:FF8827:00:000:Infinite Time
  16325. madgear:0:000000:00:999:[Stage select cheats must be]
  16326. madgear:0:000000:00:999:[activated on the car       ]
  16327. madgear:0:000000:00:999:[selection screen.          ]
  16328. madgear:0:FF881E:01:501:Go to stage 2 (1/2)
  16329. madgear:0:FF881F:01:501:Go to stage 2 (2/2)
  16330. madgear:0:FF881E:02:501:Go to stage 3 (1/2)
  16331. madgear:0:FF881F:02:501:Go to stage 3 (2/2)
  16332. madgear:0:FF881E:03:501:Go to stage 4 (1/2)
  16333. madgear:0:FF881F:03:501:Go to stage 4 (2/2)
  16334. madgear:0:FF881E:04:501:Go to stage 5 (1/2)
  16335. madgear:0:FF881F:04:501:Go to stage 5 (2/2)
  16336. madgear:0:FF881E:05:501:Go to stage 6 (1/2)
  16337. madgear:0:FF881F:05:501:Go to stage 6 (2/2)
  16338. madgear:0:FF881E:06:501:Go to stage 7 (1/2)
  16339. madgear:0:FF881F:06:501:Go to stage 7 (2/2)
  16340. madgear:0:FF881E:07:501:Go to stage 8 (1/2)
  16341. madgear:0:FF881F:07:501:Go to stage 8 (2/2)
  16342. madgear:0:FF881E:08:501:Go to stage 9 (1/2)
  16343. madgear:0:FF881F:08:501:Go to stage 9 (2/2)
  16344.  
  16345. ; [ Mad Gear (Japan) ]
  16346. madgearj:0:FF8844:0B:000:Infinite Energy (1/2)
  16347. madgearj:0:FF8846:1C:500:Infinite Energy (2/2)
  16348. madgearj:0:FF910E:01:000:Infinite Protection (1/2)
  16349. madgearj:0:FF910F:EF:500:Infinite Protection (2/2)
  16350. madgearj:0:FF8827:00:000:Infinite Time
  16351. madgearj:0:000000:00:999:[Stage select cheats must be]
  16352. madgearj:0:000000:00:999:[activated on the car       ]
  16353. madgearj:0:000000:00:999:[selection screen.          ]
  16354. madgearj:0:FF881E:01:501:Go to stage 2 (1/2)
  16355. madgearj:0:FF881F:01:501:Go to stage 2 (2/2)
  16356. madgearj:0:FF881E:02:501:Go to stage 3 (1/2)
  16357. madgearj:0:FF881F:02:501:Go to stage 3 (2/2)
  16358. madgearj:0:FF881E:03:501:Go to stage 4 (1/2)
  16359. madgearj:0:FF881F:03:501:Go to stage 4 (2/2)
  16360. madgearj:0:FF881E:04:501:Go to stage 5 (1/2)
  16361. madgearj:0:FF881F:04:501:Go to stage 5 (2/2)
  16362. madgearj:0:FF881E:05:501:Go to stage 6 (1/2)
  16363. madgearj:0:FF881F:05:501:Go to stage 6 (2/2)
  16364. madgearj:0:FF881E:06:501:Go to stage 7 (1/2)
  16365. madgearj:0:FF881F:06:501:Go to stage 7 (2/2)
  16366. madgearj:0:FF881E:07:501:Go to stage 8 (1/2)
  16367. madgearj:0:FF881F:07:501:Go to stage 8 (2/2)
  16368. madgearj:0:FF881E:08:501:Go to stage 9 (1/2)
  16369. madgearj:0:FF881F:08:501:Go to stage 9 (2/2)
  16370.  
  16371. ; [ Mad Motor ]
  16372. madmotor:0:3E041D:0A:000:Infinite Lives PL1
  16373. madmotor:0:3E041F:0A:000:Infinite Lives PL2
  16374.  
  16375. ; [ Magical Drop II ]
  16376. magdrop2:0:100A5F:00:000:No more level gain:Puzzle game only
  16377.  
  16378. ; [ Magical Drop III ]
  16379. magdrop3:0:100626:00:000:No more level gain:Survival game only
  16380. magdrop3:0:100611:01:002:Always have Quota 001 PL1:Battle game only
  16381.  
  16382. ; [ Magician Lord (set 1) ]
  16383. maglord:0:1039FE:25:000:Infinite Time (1/2)
  16384. maglord:0:1039FF:80:500:Infinite Time (2/2)
  16385. maglord:0:103B00:09:000:Infinite Lives PL1
  16386. maglord:0:103B07:05:000:Infinite Health Points PL1
  16387. maglord:0:103B04:02:000:Infinite Power PL1
  16388. maglord:0:103B09:9F:000:Invincibility PL1
  16389. maglord:0:103C00:09:000:Infinite Lives PL2
  16390. maglord:0:103C07:05:000:Infinite Health Points PL2
  16391. maglord:0:103C04:02:000:Infinite Power PL2
  16392. maglord:0:103C09:9F:000:Invincibility PL2
  16393. maglord:0:000000:00:999:[Transformations, enable one]
  16394. maglord:0:000000:00:999:[of these cheats and when   ]
  16395. maglord:0:000000:00:999:[you die this will be the   ]
  16396. maglord:0:000000:00:999:[character you become       ]
  16397. maglord:0:103B05:0D:000:Always become Ninja PL1
  16398. maglord:0:103B05:09:000:Always become Triton PL1
  16399. maglord:0:103B05:0E:000:Always become Samourai PL1
  16400. maglord:0:103B05:05:000:Always become Dragon PL1
  16401. maglord:0:103B05:0A:000:Always become Atlant PL1
  16402. maglord:0:103B05:0F:000:Always become Mutant PL1
  16403. maglord:0:103C05:0D:000:Always become Ninja PL2
  16404. maglord:0:103C05:09:000:Always become Triton PL2
  16405. maglord:0:103C05:0E:000:Always become Samourai PL2
  16406. maglord:0:103C05:05:000:Always become Dragon PL2
  16407. maglord:0:103C05:0A:000:Always become Atlant PL2
  16408. maglord:0:103C05:0F:000:Always become Mutant PL2
  16409.  
  16410. ; [ Magician Lord (set 2) ]
  16411. maglordh:0:103A0E:25:000:Infinite Time (1/2)
  16412. maglordh:0:103A0F:80:500:Infinite Time (2/2)
  16413. maglordh:0:103C00:09:000:Infinite Lives PL1
  16414. maglordh:0:103C07:05:000:Infinite Health Points PL1
  16415. maglordh:0:103C04:02:000:Infinite Power PL1
  16416. maglordh:0:103C09:9F:000:Invincibility PL1
  16417. maglordh:0:103C80:09:000:Infinite Lives PL2
  16418. maglordh:0:103C87:05:000:Infinite Health Points PL2
  16419. maglordh:0:103C84:02:000:Infinite Power PL2
  16420. maglordh:0:103C89:9F:000:Invincibility PL2
  16421. maglordh:0:000000:00:999:[Transformations, enable one]
  16422. maglordh:0:000000:00:999:[of these cheats and when   ]
  16423. maglordh:0:000000:00:999:[you die this will be the   ]
  16424. maglordh:0:000000:00:999:[character you become       ]
  16425. maglordh:0:103C05:0D:000:Always become Ninja PL1
  16426. maglordh:0:103C05:09:000:Always become Triton PL1
  16427. maglordh:0:103C05:0E:000:Always become Samourai PL1
  16428. maglordh:0:103C05:05:000:Always become Dragon PL1
  16429. maglordh:0:103C05:0A:000:Always become Atlant PL1
  16430. maglordh:0:103C05:0F:000:Always become Mutant PL1
  16431. maglordh:0:103C85:0D:000:Always become Ninja PL2
  16432. maglordh:0:103C85:09:000:Always become Triton PL2
  16433. maglordh:0:103C85:0E:000:Always become Samourai PL2
  16434. maglordh:0:103C85:05:000:Always become Dragon PL2
  16435. maglordh:0:103C85:0A:000:Always become Atlant PL2
  16436. maglordh:0:103C85:0F:000:Always become Mutant PL2
  16437.  
  16438. ; [ Magical Spot II ]
  16439. magspot2:0:6013:03:000:Infinite Lives PL1
  16440. magspot2:0:6014:03:000:Infinite Lives PL2
  16441. magspot2:0:608C:80:000:Invincibility
  16442.  
  16443. ; [ Mahjong Kyoretsuden ]
  16444. mahretsu:0:10019D:FF:000:Infinite Main Game Time
  16445. mahretsu:0:100227:FF:000:Infinite Move Time
  16446. mahretsu:0:000000:00:999:[After the winning hand     ]
  16447. mahretsu:0:000000:00:999:[cheat has been activated,  ]
  16448. mahretsu:0:000000:00:999:[you must wait for one of   ]
  16449. mahretsu:0:000000:00:999:[the two missing tiles you  ]
  16450. mahretsu:0:000000:00:999:[still need to win before   ]
  16451. mahretsu:0:000000:00:999:[using 'RON'.               ]
  16452. mahretsu:0:10158F:11:000:Get winning hand Now! (01/14)
  16453. mahretsu:0:10158F:11:501:Get winning hand Now! (02/14)
  16454. mahretsu:0:101591:11:501:Get winning hand Now! (03/14)
  16455. mahretsu:0:101593:11:501:Get winning hand Now! (04/14)
  16456. mahretsu:0:101595:41:501:Get winning hand Now! (05/14)
  16457. mahretsu:0:101597:41:501:Get winning hand Now! (06/14)
  16458. mahretsu:0:101599:41:501:Get winning hand Now! (07/14)
  16459. mahretsu:0:10159B:42:501:Get winning hand Now! (08/14)
  16460. mahretsu:0:10159D:42:501:Get winning hand Now! (09/14)
  16461. mahretsu:0:10159F:42:501:Get winning hand Now! (10/14)
  16462. mahretsu:0:1015A1:43:501:Get winning hand Now! (11/14)
  16463. mahretsu:0:1015A3:43:501:Get winning hand Now! (12/14)
  16464. mahretsu:0:1015A5:44:501:Get winning hand Now! (13/14)
  16465. mahretsu:0:1015A7:44:501:Get winning hand Now! (14/14)
  16466. mahretsu:0:000000:00:999:[See this URL for mahjong   ]
  16467. mahretsu:0:000000:00:999:[rules (merge both lines!)  ]
  16468. mahretsu:0:000000:00:999:[www.tky.hut.fi/~kjmjm/     ]
  16469. mahretsu:0:000000:00:999:[English/majiang/rules.html ]
  16470.  
  16471. ; [ Main Event, The (version Y) ]
  16472. mainevt:0:4125:99:000:Infinite Energy PL1
  16473. mainevt:0:4135:99:000:Infinite Energy PL2
  16474. mainevt:0:4145:99:000:Infinite Energy PL3
  16475. mainevt:0:4155:99:000:Infinite Energy PL4
  16476. mainevt:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code
  16477.  
  16478. ; [ Main Event, The (version F) ]
  16479. mainevt2:0:4125:99:000:Infinite Energy PL1
  16480. mainevt2:0:4135:99:000:Infinite Energy PL2
  16481. mainevt2:0:4145:99:000:Infinite Energy PL3
  16482. mainevt2:0:4155:99:000:Infinite Energy PL4
  16483. mainevt2:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code
  16484.  
  16485. ; [ Majestic Twelve - The Space Invaders Part IV (Japan) ]
  16486. majest12:0:203619:0A:000:Infinite Lives PL1
  16487. majest12:0:205291:09:000:Infinite Shields PL1
  16488. majest12:0:20361B:0A:000:Infinite Lives PL2
  16489. majest12:0:2052DF:09:000:Infinite Shields PL2
  16490. majest12:0:20553D:30:000:Long Lasting Weapons
  16491.  
  16492. ; [ Major Title 2 (World) ]
  16493. majtitl2:0:ED45E:01:000:Always score Hole in Ones PL1
  16494. majtitl2:0:ED45E:00:001:This shot=1st Shot Now! PL1
  16495. majtitl2:0:ED460:01:000:Always score Hole in Ones PL2
  16496. majtitl2:0:ED460:00:001:This shot=1st Shot Now! PL2
  16497. majtitl2:0:ED462:01:000:Always score Hole in Ones PL3
  16498. majtitl2:0:ED462:00:001:This shot=1st Shot Now! PL3
  16499. majtitl2:0:ED464:01:000:Always score Hole in Ones PL4
  16500. majtitl2:0:ED464:00:001:This shot=1st Shot Now! PL4
  16501.  
  16502. ; [ Major Title (Japan) ]
  16503. majtitle:0:D26BA:06:000:Always have 6 holes PL1
  16504. majtitle:0:D26B2:01:000:Always score Hole in Ones PL1
  16505. majtitle:0:D26B2:00:001:This shot=1st Shot Now! PL1
  16506. majtitle:0:D26BC:06:000:Always have 6 holes PL2
  16507. majtitle:0:D26B4:01:000:Always score Hole in Ones PL2
  16508. majtitle:0:D26B4:00:001:This shot=1st Shot Now! PL2
  16509. majtitle:0:D26BE:06:000:Always have 6 holes PL3
  16510. majtitle:0:D26B6:01:000:Always score Hole in Ones PL3
  16511. majtitle:0:D26B6:00:001:This shot=1st Shot Now! PL3
  16512. majtitle:0:D26C0:06:000:Always have 6 holes PL4
  16513. majtitle:0:D26B8:01:000:Always score Hole in Ones PL4
  16514. majtitle:0:D26B8:00:001:This shot=1st Shot Now! PL4
  16515.  
  16516. ; [ Majuu no Ohkoku ]
  16517. majuu:2:041011:9A:000:Infinite Lives PL1
  16518. majuu:1:041017:FF:000:Infinite Energy PL1
  16519. majuu:2:04106A:01:000:Always have the Key PL1
  16520. majuu:2:041016:01:000:Invincibility PL1 (1/2)
  16521. majuu:2:04106C:13:500:Invincibility PL1 (2/2)
  16522. majuu:2:041066:01:000:Always have Speed Up PL1
  16523. majuu:2:041087:20:000:Always have Dynamite PL1
  16524. majuu:2:041061:13:000:Always have Machine Gun PL1
  16525. majuu:2:041061:05:000:Always have Fire PL1
  16526. majuu:2:041061:15:000:Always have Bazooka PL1
  16527. majuu:2:041061:12:000:Always have Shotgun PL1
  16528. majuu:2:041061:06:000:Always have Laser PL1
  16529. majuu:2:04106F:0B:000:Always have Shield PL1
  16530. majuu:2:041066:01:001:Get the Speed Up Now! PL1
  16531. majuu:2:041087:20:001:Get the Dynamite Now! PL1
  16532. majuu:2:041061:13:001:Get the Machine Gun Now! PL1
  16533. majuu:2:041061:05:001:Get the Fire Now! PL1
  16534. majuu:2:041061:15:001:Get the Bazooka Now! PL1
  16535. majuu:2:041061:12:001:Get the Shotgun Now! PL1
  16536. majuu:2:041061:06:001:Get the Laser Now! PL1
  16537. majuu:2:04106F:0B:001:Get the Shield Now! PL1
  16538. majuu:2:041111:9A:000:Infinite Lives PL2
  16539. majuu:1:041117:FF:000:Infinite Energy PL2
  16540. majuu:2:04116A:01:000:Always have the Key PL2
  16541. majuu:2:041116:01:000:Invincibility PL2 (1/2)
  16542. majuu:2:04116C:13:500:Invincibility PL2 (2/2)
  16543. majuu:2:041166:01:000:Always have Speed Up PL2
  16544. majuu:2:041187:20:000:Always have Dynamite PL2
  16545. majuu:2:041161:13:000:Always have Machine Gun PL2
  16546. majuu:2:041161:05:000:Always have Fire PL2
  16547. majuu:2:041161:15:000:Always have Bazooka PL2
  16548. majuu:2:041161:12:000:Always have Shotgun PL2
  16549. majuu:2:041161:06:000:Always have Laser PL2
  16550. majuu:2:04116F:0B:000:Always have Shield PL2
  16551. majuu:2:041166:01:001:Get the Speed Up Now! PL2
  16552. majuu:2:041187:20:001:Get the Dynamite Now! PL2
  16553. majuu:2:041161:13:001:Get the Machine Gun Now! PL2
  16554. majuu:2:041161:05:001:Get the Fire Now! PL2
  16555. majuu:2:041161:15:001:Get the Bazooka Now! PL2
  16556. majuu:2:041161:12:001:Get the Shotgun Now! PL2
  16557. majuu:2:041161:06:001:Get the Laser Now! PL2
  16558. majuu:2:04116F:0B:001:Get the Shield Now! PL2
  16559. majuu:2:060002:FF:000:Sound Test Timer Stop:[PL1 Start]Next Code
  16560.  
  16561. ; [ Makai Densetsu (Japan) ]
  16562. makaiden:0:0FC021:05:000:Infinite Lives
  16563. makaiden:0:0FC00B:03:000:Infinite Energy
  16564. makaiden:0:0FC01B:09:000:Infinite Time
  16565. makaiden:0:0FC022:90:000:Infinite Money (1/2)
  16566. makaiden:0:0FC023:00:500:Infinite Money (2/2)
  16567. makaiden:0:0FC06E:01:000:Infinite Jumps
  16568. makaiden:0:0FC070:01:000:Invincibility
  16569. makaiden:0:0FCE06:00:001:One hit for boss Now! (1/2)
  16570. makaiden:0:0FCE07:01:501:One hit for boss Now! (2/2)
  16571. makaiden:0:0FC032:03:020:Always have all keys (1/2)
  16572. makaiden:0:0FC033:80:520:Always have all keys (2/2)
  16573. makaiden:0:0FC032:01:020:Always have green key
  16574. makaiden:0:0FC032:02:020:Always have red key
  16575. makaiden:0:0FC033:80:020:Always have blue key
  16576. makaiden:0:0FC033:10:020:Always have silver shield
  16577. makaiden:0:0FC033:20:020:Always have gold shield
  16578. makaiden:0:0FC032:08:020:Always have jump potion
  16579. makaiden:0:0FC032:10:020:Always have strength potion
  16580. makaiden:0:0FC031:08:020:Always have the boots
  16581. makaiden:0:0FC031:07:040:Always have no extra weapon
  16582. makaiden:0:000000:00:999:[    EW = Extra Weapon      ]
  16583. makaiden:0:0FC031:01:020:Always have knife EW (1/2)
  16584. makaiden:0:0FC031:06:540:Always have knife EW (2/2)
  16585. makaiden:0:0FC031:02:020:Always have singleaxe EW(1/2)
  16586. makaiden:0:0FC031:05:540:Always have singleaxe EW(2/2)
  16587. makaiden:0:0FC031:04:020:Always have doubleaxe EW(1/2)
  16588. makaiden:0:0FC031:03:540:Always have doubleaxe EW(2/2)
  16589. makaiden:0:0FC032:08:020:Always have story-teller bird
  16590. makaiden:0:0FC032:03:021:Get all keys Now! (1/2)
  16591. makaiden:0:0FC033:80:521:Get all keys Now! (1/2)
  16592. makaiden:0:0FC032:01:021:Get green key Now!
  16593. makaiden:0:0FC032:02:021:Get red key Now!
  16594. makaiden:0:0FC033:80:021:Get blue key Now!
  16595. makaiden:0:0FC033:10:021:Get silver shield Now!
  16596. makaiden:0:0FC033:20:021:Get gold shield Now!
  16597. makaiden:0:0FC032:08:021:Get jump potion Now!
  16598. makaiden:0:0FC032:10:021:Get strength potion Now!
  16599. makaiden:0:0FC031:08:021:Get the boots Now!
  16600. makaiden:0:0FC031:07:041:Lose extra weapon Now!
  16601. makaiden:0:0FC031:01:021:Get knife EW  Now! (1/2)
  16602. makaiden:0:0FC031:06:541:Get knife EW  Now! (2/2)
  16603. makaiden:0:0FC031:02:021:Get single axe EW Now! (1/2)
  16604. makaiden:0:0FC031:05:541:Get single axe EW Now! (2/2)
  16605. makaiden:0:0FC031:04:021:Get double axe EW Now! (1/2)
  16606. makaiden:0:0FC031:03:541:Get double axe EW Now! (2/2)
  16607. makaiden:0:0FC032:08:021:Get story-teller bird Now!
  16608.  
  16609. ;  [ Makai-Mura (Revision C) ]
  16610. makaimuc:0:0060:08:000:Infinite Lives 
  16611. makaimuc:0:00AD:7F:000:Invincibility
  16612. makaimuc:0:00AB:76:000:Infinite Time
  16613. makaimuc:0:00AC:00:000:Always Have Armour 
  16614. makaimuc:0:00AC:01:000:Never Have Armour
  16615. makaimuc:0:0073:00:000:Always Have Torch  
  16616. makaimuc:0:0073:01:000:Always Have Lance 
  16617. makaimuc:0:0073:02:000:Always Have Axe 
  16618. makaimuc:0:0073:03:000:Always Have Shield 
  16619. makaimuc:0:0073:04:000:Always Have Sword 
  16620. makaimuc:0:0073:00:001:Get the Torch Now!
  16621. makaimuc:0:0073:01:001:Get the Lance Now! 
  16622. makaimuc:0:0073:02:001:Get the Axe Now!  
  16623. makaimuc:0:0073:03:001:Get the Shield Now!
  16624. makaimuc:0:0073:04:001:Get the Sword Now!
  16625. makaimuc:0:050A:FF:001:Warp To Top Of Screen 
  16626. makaimuc:0:0503:04:001:Turn into frog
  16627. makaimuc:0:0528:01:000:Never change into frog
  16628. makaimuc:0:0072:00:001:Goto Level 1 Next
  16629. makaimuc:0:0072:01:001:Goto Level 2 Next
  16630. makaimuc:0:0072:02:001:Goto Level 3 Next
  16631. makaimuc:0:0072:03:001:Goto Level 4 Next
  16632. makaimuc:0:0072:04:001:Goto Level 5 Next
  16633. makaimuc:0:0072:05:001:Goto Level 6 Next
  16634. makaimuc:0:0072:06:001:Goto Last level Next
  16635. makaimuc:0:0072:06:071:Select current level
  16636. makaimuc:0:0072:06:061:Select next level
  16637.  
  16638. ; [ Makai-Mura (Revision G) ]
  16639. makaimug:0:0060:08:000:Infinite Lives 
  16640. makaimug:0:00AD:7F:000:Invincibility
  16641. makaimug:0:00AB:76:000:Infinite Time
  16642. makaimug:0:00AC:00:000:Always Have Armour 
  16643. makaimug:0:00AC:01:000:Never Have Armour
  16644. makaimug:0:0073:00:000:Always Have Torch  
  16645. makaimug:0:0073:01:000:Always Have Lance 
  16646. makaimug:0:0073:02:000:Always Have Axe 
  16647. makaimug:0:0073:03:000:Always Have Shield 
  16648. makaimug:0:0073:04:000:Always Have Sword 
  16649. makaimug:0:0073:00:001:Get the Torch Now!
  16650. makaimug:0:0073:01:001:Get the Lance Now! 
  16651. makaimug:0:0073:02:001:Get the Axe Now!  
  16652. makaimug:0:0073:03:001:Get the Shield Now!
  16653. makaimug:0:0073:04:001:Get the Sword Now!
  16654. makaimug:0:050A:FF:001:Warp To Top Of Screen 
  16655. makaimug:0:0503:04:001:Turn into frog
  16656. makaimug:0:0528:01:000:Never change into frog
  16657. makaimug:0:0072:00:001:Goto Level 1 Next
  16658. makaimug:0:0072:01:001:Goto Level 2 Next
  16659. makaimug:0:0072:02:001:Goto Level 3 Next
  16660. makaimug:0:0072:03:001:Goto Level 4 Next
  16661. makaimug:0:0072:04:001:Goto Level 5 Next
  16662. makaimug:0:0072:05:001:Goto Level 6 Next
  16663. makaimug:0:0072:06:001:Goto Last level Next
  16664. makaimug:0:0072:06:071:Select current level
  16665. makaimug:0:0072:06:061:Select next level
  16666.  
  16667. ; [ Makai-Mura ]
  16668. makaimur:0:0060:08:000:Infinite Lives 
  16669. makaimur:0:00AD:7F:000:Invincibility
  16670. makaimur:0:00AB:76:000:Infinite Time
  16671. makaimur:0:00AC:00:000:Always Have Armour 
  16672. makaimur:0:00AC:01:000:Never Have Armour
  16673. makaimur:0:0073:00:000:Always Have Torch  
  16674. makaimur:0:0073:01:000:Always Have Lance 
  16675. makaimur:0:0073:02:000:Always Have Axe 
  16676. makaimur:0:0073:03:000:Always Have Shield 
  16677. makaimur:0:0073:04:000:Always Have Sword 
  16678. makaimur:0:0073:00:001:Get the Torch Now!
  16679. makaimur:0:0073:01:001:Get the Lance Now! 
  16680. makaimur:0:0073:02:001:Get the Axe Now!  
  16681. makaimur:0:0073:03:001:Get the Shield Now!
  16682. makaimur:0:0073:04:001:Get the Sword Now!
  16683. makaimur:0:050A:FF:001:Warp To Top Of Screen 
  16684. makaimur:0:0503:04:001:Turn into frog
  16685. makaimur:0:0528:01:000:Never change into frog
  16686. makaimur:0:0072:00:001:Goto Level 1 Next
  16687. makaimur:0:0072:01:001:Goto Level 2 Next
  16688. makaimur:0:0072:02:001:Goto Level 3 Next
  16689. makaimur:0:0072:03:001:Goto Level 4 Next
  16690. makaimur:0:0072:04:001:Goto Level 5 Next
  16691. makaimur:0:0072:05:001:Goto Level 6 Next
  16692. makaimur:0:0072:06:001:Goto Last level Next
  16693. makaimur:0:0072:06:071:Select current level
  16694. makaimur:0:0072:06:061:Select next level
  16695.  
  16696. ; [ Make Trax ]
  16697. maketrax:0:4C1C:06:000:Infinite Lives PL1
  16698. maketrax:0:4C1D:06:000:Infinite Lives PL2
  16699. maketrax:0:4C1E:09:000:Infinite Credits
  16700. maketrax:0:4C1E:09:000:Infinite Credits
  16701. maketrax:0:4FC8:4C:000:Yellow can't eat you
  16702. maketrax:0:4FCA:4C:000:Green can't eat you
  16703. maketrax:0:4FC8:E0:001:Yellow can eat you
  16704. maketrax:0:4FCA:E0:001:Green can eat you
  16705.  
  16706. ; [ Makyou Senshi (Japan) ]
  16707. makyosen:0:14DB:03:000:Infinite Lives PL1
  16708. makyosen:0:14D7:99:000:Infinite Money PL1
  16709. makyosen:0:0100:20:020:Invincibility PL1
  16710. makyosen:0:14E2:99:000:Infinite Main W Ammo PL1
  16711. makyosen:0:14E4:99:000:Infinite Ext W1 Ammo PL1:Get extra weapon first
  16712. makyosen:0:14E6:99:000:Infinite Ext W2 Ammo PL1:Get extra weapon first
  16713. makyosen:0:14E8:99:000:Infinite Ext W3 Ammo PL1:Get extra weapon first
  16714. makyosen:0:14EA:99:000:Infinite Ext W4 Ammo PL1:Get extra weapon first
  16715. makyosen:0:14E1:00:000:Main W always Single fire PL1
  16716. makyosen:0:14E1:01:000:Main W always Triple fire PL1
  16717. makyosen:0:14E1:02:000:Main W always 6-way  fire PL1
  16718. makyosen:0:14E1:03:000:Main W always Single mis. PL1
  16719. makyosen:0:14E1:04:000:Main W always Triple mis. PL1
  16720. makyosen:0:14E1:05:000:Main W always Laser       PL1
  16721. makyosen:0:14E1:06:000:Main W always 5-way sonar PL1
  16722. makyosen:0:14E1:07:000:Main W always Big "sonar" PL1
  16723. makyosen:0:14E1:00:001:Main W = Single fire Now! PL1
  16724. makyosen:0:14E1:01:001:Main W = Triple fire Now! PL1
  16725. makyosen:0:14E1:02:001:Main W = 6-way  fire Now! PL1
  16726. makyosen:0:14E1:03:001:Main W = Single mis. Now! PL1
  16727. makyosen:0:14E1:04:001:Main W = Triple mis. Now! PL1
  16728. makyosen:0:14E1:05:001:Main W = Laser       Now! PL1
  16729. makyosen:0:14E1:06:001:Main W = 5-way sonar Now! PL1
  16730. makyosen:0:14E1:07:001:Main W = Big "sonar" Now! PL1
  16731. makyosen:0:14E3:00:001:No extra weapon 1    Now! PL1
  16732. makyosen:0:14E3:81:001:Ext W1 = Big knife   Now! PL1
  16733. makyosen:0:14E3:82:001:Ext W1 = Small axe   Now! PL1
  16734. makyosen:0:14E3:83:001:Ext W1 = Big axe     Now! PL1
  16735. makyosen:0:14E3:84:001:Ext W1 = Shuriken    Now! PL1
  16736. makyosen:0:14E3:85:001:Ext W1 = Flame balls Now! PL1
  16737. makyosen:0:14E3:86:001:Ext W1 = Grenade     Now! PL1
  16738. makyosen:0:14E3:87:001:Ext W1 = 4-way bomb  Now! PL1
  16739. makyosen:0:14E5:00:001:No extra weapon 2    Now! PL1
  16740. makyosen:0:14E5:81:001:Ext W2 = Big knife   Now! PL1:Get extra weapon 1 first
  16741. makyosen:0:14E5:82:001:Ext W2 = Small axe   Now! PL1:Get extra weapon 1 first
  16742. makyosen:0:14E5:83:001:Ext W2 = Big axe     Now! PL1:Get extra weapon 1 first
  16743. makyosen:0:14E5:84:001:Ext W2 = Shuriken    Now! PL1:Get extra weapon 1 first
  16744. makyosen:0:14E5:85:001:Ext W2 = Flame balls Now! PL1:Get extra weapon 1 first
  16745. makyosen:0:14E5:86:001:Ext W2 = Grenade     Now! PL1:Get extra weapon 1 first
  16746. makyosen:0:14E5:87:001:Ext W2 = 4-way bomb  Now! PL1:Get extra weapon 1 first
  16747. makyosen:0:14E7:00:001:No extra weapon 3    Now! PL1
  16748. makyosen:0:14E7:81:001:Ext W3 = Big knife   Now! PL1:Get extra weapon 2 first
  16749. makyosen:0:14E7:82:001:Ext W3 = Small axe   Now! PL1:Get extra weapon 2 first
  16750. makyosen:0:14E7:83:001:Ext W3 = Big axe     Now! PL1:Get extra weapon 2 first
  16751. makyosen:0:14E7:84:001:Ext W3 = Shuriken    Now! PL1:Get extra weapon 2 first
  16752. makyosen:0:14E7:85:001:Ext W3 = Flame balls Now! PL1:Get extra weapon 2 first
  16753. makyosen:0:14E7:86:001:Ext W3 = Grenade     Now! PL1:Get extra weapon 2 first
  16754. makyosen:0:14E7:87:001:Ext W3 = 4-way bomb  Now! PL1:Get extra weapon 2 first
  16755. makyosen:0:14E9:00:001:No extra weapon 4    Now! PL1
  16756. makyosen:0:14E9:81:001:Ext W4 = Big knife   Now! PL1:Get extra weapon 3 first
  16757. makyosen:0:14E9:82:001:Ext W4 = Small axe   Now! PL1:Get extra weapon 3 first
  16758. makyosen:0:14E9:83:001:Ext W4 = Big axe     Now! PL1:Get extra weapon 3 first
  16759. makyosen:0:14E9:84:001:Ext W4 = Shuriken    Now! PL1:Get extra weapon 3 first
  16760. makyosen:0:14E9:85:001:Ext W4 = Flame balls Now! PL1:Get extra weapon 3 first
  16761. makyosen:0:14E9:86:001:Ext W4 = Grenade     Now! PL1:Get extra weapon 3 first
  16762. makyosen:0:14E9:87:001:Ext W4 = 4-way bomb  Now! PL1:Get extra weapon 3 first
  16763. makyosen:0:0100:08:020:Always have the armour    PL1
  16764. makyosen:0:0100:10:020:Always have the jets      PL1
  16765. makyosen:0:0100:08:021:Get the armour       Now! PL1
  16766. makyosen:0:0100:10:021:Get the jets         Now! PL1
  16767. makyosen:0:0100:10:041:Lose the jets       Now! PL1
  16768. makyosen:0:0100:08:041:Lose the armour     Now! PL1
  16769. makyosen:0:14E0:03:000:Infinite Lives PL2
  16770. makyosen:0:14DC:99:000:Infinite Money PL2
  16771. makyosen:0:0128:20:020:Invincibility PL2
  16772. makyosen:0:14EC:99:000:Infinite Main W Ammo PL2
  16773. makyosen:0:14EE:99:000:Infinite Ext W1 Ammo PL2:Get extra weapon first
  16774. makyosen:0:14F0:99:000:Infinite Ext W2 Ammo PL2:Get extra weapon first
  16775. makyosen:0:14F2:99:000:Infinite Ext W3 Ammo PL2:Get extra weapon first
  16776. makyosen:0:14F4:99:000:Infinite Ext W4 Ammo PL2:Get extra weapon first
  16777. makyosen:0:14EB:00:000:Main W always Single fire PL2
  16778. makyosen:0:14EB:01:000:Main W always Triple fire PL2
  16779. makyosen:0:14EB:02:000:Main W always 6-way  fire PL2
  16780. makyosen:0:14EB:03:000:Main W always Single mis. PL2
  16781. makyosen:0:14EB:04:000:Main W always Triple mis. PL2
  16782. makyosen:0:14EB:05:000:Main W always Laser       PL2
  16783. makyosen:0:14EB:06:000:Main W always 5-way sonar PL2
  16784. makyosen:0:14EB:07:000:Main W always Big "sonar" PL2
  16785. makyosen:0:14EB:00:001:Main W = Single fire Now! PL2
  16786. makyosen:0:14EB:01:001:Main W = Triple fire Now! PL2
  16787. makyosen:0:14EB:02:001:Main W = 6-way  fire Now! PL2
  16788. makyosen:0:14EB:03:001:Main W = Single mis. Now! PL2
  16789. makyosen:0:14EB:04:001:Main W = Triple mis. Now! PL2
  16790. makyosen:0:14EB:05:001:Main W = Laser       Now! PL2
  16791. makyosen:0:14EB:06:001:Main W = 5-way sonar Now! PL2
  16792. makyosen:0:14EB:07:001:Main W = Big "sonar" Now! PL2
  16793. makyosen:0:14ED:00:001:No extra weapon 1    Now! PL2
  16794. makyosen:0:14ED:81:001:Ext W1 = Big knife   Now! PL2
  16795. makyosen:0:14ED:82:001:Ext W1 = Small axe   Now! PL2
  16796. makyosen:0:14ED:83:001:Ext W1 = Big axe     Now! PL2
  16797. makyosen:0:14ED:84:001:Ext W1 = Shuriken    Now! PL2
  16798. makyosen:0:14ED:85:001:Ext W1 = Flame balls Now! PL2
  16799. makyosen:0:14ED:86:001:Ext W1 = Grenade     Now! PL2
  16800. makyosen:0:14ED:87:001:Ext W1 = 4-way bomb  Now! PL2
  16801. makyosen:0:14EF:00:001:No extra weapon 2    Now! PL2
  16802. makyosen:0:14EF:81:001:Ext W2 = Big knife   Now! PL2:Get extra weapon 1 first
  16803. makyosen:0:14EF:82:001:Ext W2 = Small axe   Now! PL2:Get extra weapon 1 first
  16804. makyosen:0:14EF:83:001:Ext W2 = Big axe     Now! PL2:Get extra weapon 1 first
  16805. makyosen:0:14EF:84:001:Ext W2 = Shuriken    Now! PL2:Get extra weapon 1 first
  16806. makyosen:0:14EF:85:001:Ext W2 = Flame balls Now! PL2:Get extra weapon 1 first
  16807. makyosen:0:14EF:86:001:Ext W2 = Grenade     Now! PL2:Get extra weapon 1 first
  16808. makyosen:0:14EF:87:001:Ext W2 = 4-way bomb  Now! PL2:Get extra weapon 1 first
  16809. makyosen:0:14F1:00:001:No extra weapon 3    Now! PL2
  16810. makyosen:0:14F1:81:001:Ext W3 = Big knife   Now! PL2:Get extra weapon 2 first
  16811. makyosen:0:14F1:82:001:Ext W3 = Small axe   Now! PL2:Get extra weapon 2 first
  16812. makyosen:0:14F1:83:001:Ext W3 = Big axe     Now! PL2:Get extra weapon 2 first
  16813. makyosen:0:14F1:84:001:Ext W3 = Shuriken    Now! PL2:Get extra weapon 2 first
  16814. makyosen:0:14F1:85:001:Ext W3 = Flame balls Now! PL2:Get extra weapon 2 first
  16815. makyosen:0:14F1:86:001:Ext W3 = Grenade     Now! PL2:Get extra weapon 2 first
  16816. makyosen:0:14F1:87:001:Ext W3 = 4-way bomb  Now! PL2:Get extra weapon 2 first
  16817. makyosen:0:14F3:00:001:No extra weapon 4    Now! PL2
  16818. makyosen:0:14F3:81:001:Ext W4 = Big knife   Now! PL2:Get extra weapon 3 first
  16819. makyosen:0:14F3:82:001:Ext W4 = Small axe   Now! PL2:Get extra weapon 3 first
  16820. makyosen:0:14F3:83:001:Ext W4 = Big axe     Now! PL2:Get extra weapon 3 first
  16821. makyosen:0:14F3:84:001:Ext W4 = Shuriken    Now! PL2:Get extra weapon 3 first
  16822. makyosen:0:14F3:85:001:Ext W4 = Flame balls Now! PL2:Get extra weapon 3 first
  16823. makyosen:0:14F3:86:001:Ext W4 = Grenade     Now! PL2:Get extra weapon 3 first
  16824. makyosen:0:14F3:87:001:Ext W4 = 4-way bomb  Now! PL2:Get extra weapon 3 first
  16825. makyosen:0:0128:08:020:Always have the armour    PL2
  16826. makyosen:0:0128:10:020:Always have the jets      PL2
  16827. makyosen:0:0128:08:021:Get the armour       Now! PL2
  16828. makyosen:0:0128:10:021:Get the jets         Now! PL2
  16829. makyosen:0:0128:10:041:Lose the jets       Now! PL2
  16830. makyosen:0:0128:08:041:Lose the armour     Now! PL2
  16831.  
  16832. ; [ Mania Challenge (set 1) ]
  16833. maniach:0:02CC:59:000:Infinite Time
  16834. maniach:0:0000:00:999:[The Referee never counts   ]
  16835. maniach:0:0000:00:999:[cheat gives you Infinite   ]
  16836. maniach:0:0000:00:999:[Time out of the ring, when ]
  16837. maniach:0:0000:00:999:[you are on the corner and  ]
  16838. maniach:0:0000:00:999:[makes it impossible to get ]
  16839. maniach:0:0000:00:999:[a fall. Either disable it  ]
  16840. maniach:0:0000:00:999:[or use the CORRECT 'Time =']
  16841. maniach:0:0000:00:999:[cheats. These can also be  ]
  16842. maniach:0:0000:00:999:[useful to enable when it's ]
  16843. maniach:0:0000:00:999:[to your advantage!! ;-)    ]
  16844. maniach:0:00EE:01:000:Referee never counts
  16845. maniach:0:00EE:19:001:Out of Ring Time = 19 Now!
  16846. maniach:0:00EE:02:001:Fall Count Time = 2 Now!
  16847. maniach:0:00EE:04:001:Corner Count Time = 4 Now!
  16848. maniach:0:0000:00:999:[                           ]
  16849. maniach:0:0050:FF:000:Infinite Energy PL1
  16850. maniach:0:0050:00:001:Drain all Energy Now! PL1
  16851. maniach:0:005E:00:000:Infinite Jumps on Corner PL1
  16852. maniach:0:0051:FF:000:Infinite Energy PL2
  16853. maniach:0:0051:00:001:Drain all Energy Now! PL2
  16854. maniach:0:005F:00:000:Infinite Jumps on Corner PL2
  16855. maniach:0:0000:00:999:[The Infinite Attacks cheats]
  16856. maniach:0:0000:00:999:[prevents the other player  ]
  16857. maniach:0:0000:00:999:[attacking you after you've ]
  16858. maniach:0:0000:00:999:[attacked them three times  ]
  16859. maniach:0:0000:00:999:[in a row.                  ]
  16860. maniach:0:003F:00:000:Infinite Attacks PL1
  16861. maniach:0:0040:00:000:Infinite Attacks PL2
  16862.  
  16863. ; [ Mania Challenge (set 2) ]
  16864. maniach2:0:02CC:59:000:Infinite Time
  16865. maniach2:0:0000:00:999:[The Referee never counts   ]
  16866. maniach2:0:0000:00:999:[cheat gives you Infinite   ]
  16867. maniach2:0:0000:00:999:[Time out of the ring, when ]
  16868. maniach2:0:0000:00:999:[you are on the corner and  ]
  16869. maniach2:0:0000:00:999:[makes it impossible to get ]
  16870. maniach2:0:0000:00:999:[a fall. Either disable it  ]
  16871. maniach2:0:0000:00:999:[or use the CORRECT 'Time =']
  16872. maniach2:0:0000:00:999:[cheats. These can also be  ]
  16873. maniach2:0:0000:00:999:[useful to enable when it's ]
  16874. maniach2:0:0000:00:999:[to your advantage!! ;-)    ]
  16875. maniach2:0:00EE:01:000:Referee never counts
  16876. maniach2:0:00EE:19:001:Out of Ring Time = 19 Now!
  16877. maniach2:0:00EE:02:001:Fall Count Time = 2 Now!
  16878. maniach2:0:00EE:04:001:Corner Count Time = 4 Now!
  16879. maniach2:0:0000:00:999:[                           ]
  16880. maniach2:0:0050:FF:000:Infinite Energy PL1
  16881. maniach2:0:0050:00:001:Drain all Energy Now! PL1
  16882. maniach2:0:005E:00:000:Infinite Jumps on Corner PL1
  16883. maniach2:0:0051:FF:000:Infinite Energy PL2
  16884. maniach2:0:0051:00:001:Drain all Energy Now! PL2
  16885. maniach2:0:005F:00:000:Infinite Jumps on Corner PL2
  16886. maniach2:0:0000:00:999:[The Infinite Attacks cheats]
  16887. maniach2:0:0000:00:999:[prevents the other player  ]
  16888. maniach2:0:0000:00:999:[attacking you after you've ]
  16889. maniach2:0:0000:00:999:[attacked them three times  ]
  16890. maniach2:0:0000:00:999:[in a row.                  ]
  16891. maniach2:0:003F:00:000:Infinite Attacks PL1
  16892. maniach2:0:0040:00:000:Infinite Attacks PL2
  16893.  
  16894. ; [ Mappy (US) ]
  16895. mappy:0:2030:06:000:Infinite Lives
  16896. mappy:0:2033:00:000:Invincibility
  16897.  
  16898. ; [ Mappy (Japan) ]
  16899. mappyjp:0:2030:06:000:Infinite Lives
  16900. mappyjp:0:2033:00:000:Invincibility
  16901.  
  16902. ; [ Marble Madness (set 1) ]
  16903. marble:0:400083:64:000:Infinite Time PL1
  16904. marble:0:400165:64:000:Infinite Time PL2
  16905. marble:0:401FF5:19:000:Fix No Soundcard Problem
  16906.  
  16907. ; [ Marble Madness (set 2) ]
  16908. marble2:0:400083:64:000:Infinite Time PL1
  16909. marble2:0:400165:64:000:Infinite Time PL2
  16910. marble2:0:401FF5:19:000:Fix No Soundcard Problem
  16911.  
  16912. ; [ Marble Madness (set 3) ]
  16913. marblea:0:400083:64:000:Infinite Time PL1
  16914. marblea:0:400165:64:000:Infinite Time PL2
  16915. marblea:0:401FF5:19:000:Fix No Soundcard Problem
  16916.  
  16917. ; [ Marine Boy ]
  16918. marineb:0:8031:09:000:Infinite Lives PL1
  16919. marineb:0:8032:09:000:Infinite Lives PL2
  16920. marineb:0:803B:28:000:Infinite Oxygen
  16921.  
  16922. ; [ Mariner ]
  16923. mariner:0:4108:05:000:Infinite Lives
  16924. mariner:0:4105:FF:000:Infinite Fuel
  16925. mariner:0:0000:00:999:[Use the invincibility with ]
  16926. mariner:0:0000:00:999:[a lot of caution and only  ]
  16927. mariner:0:0000:00:999:[activate during play!!     ]
  16928. mariner:0:4115:00:000:Buggy Invincibility (1/3)
  16929. mariner:0:4380:01:500:Buggy Invincibility (2/3)
  16930. mariner:0:4382:01:500:Buggy Invincibility (3/3)
  16931. mariner:0:0000:00:999:[Level 6 = Base             ]
  16932. mariner:0:411E:05:071:Select current level
  16933. mariner:0:411E:05:061:Select next level
  16934.  
  16935. ; [ Mario Bros. (US) ]
  16936. mario:0:6116:07:000:Infinite Lives PL1
  16937. mario:0:6156:07:000:Infinite Lives PL2
  16938. mario:0:6860:02:000:Infinite POW
  16939. mario:0:603B:05:000:Start on Level 5
  16940. mario:0:603B:0A:000:Start on Level 10
  16941. mario:0:603B:0F:000:Start on Level 15
  16942. mario:0:603B:14:000:Start on Level 20
  16943. mario:0:603B:7F:000:Start on Level 127
  16944. mario:0:603B:FF:000:Start on Level 255
  16945.  
  16946. ; [ Mario Bros. (Japan) ]
  16947. mariojp:0:6116:07:000:Infinite Lives PL1
  16948. mariojp:0:6156:07:000:Infinite Lives PL2
  16949. mariojp:0:6860:02:000:Infinite POW
  16950. mariojp:0:603B:05:000:Start on Level 5
  16951. mariojp:0:603B:0A:000:Start on Level 10
  16952. mariojp:0:603B:0F:000:Start on Level 15
  16953. mariojp:0:603B:14:000:Start on Level 20
  16954. mariojp:0:603B:7F:000:Start on Level 127
  16955. mariojp:0:603B:FF:000:Start on Level 255
  16956.  
  16957. ; [ Mars ]
  16958. mars:0:4100:06:000:Infinite Lives
  16959. mars:0:4101:99:000:Infinite Fuel
  16960. mars:0:0000:00:999:[Only enable Invincibility  ]
  16961. mars:0:0000:00:999:[during gameplay.           ]
  16962. mars:0:42A2:01:000:Invincibility
  16963.  
  16964. ; [ Super Marukin-Ban ]
  16965. marukin:0:E6A4:03:002:Infinite Power (1/3)
  16966. marukin:0:E6A5:00:502:Infinite Power (2/3)
  16967. marukin:0:E6A6:00:502:Infinite Power (3/3)
  16968. marukin:0:0000:00:999:[The winning hand cheat must]
  16969. marukin:0:0000:00:999:[be activated when there are]
  16970. marukin:0:0000:00:999:[14 tiles in your hand, then]
  16971. marukin:0:0000:00:999:[press the RON key .        ]
  16972. marukin:0:0000:00:999:[('Z' by default). The tiles]
  16973. marukin:0:0000:00:999:[do not visually change     ]
  16974. marukin:0:0000:00:999:[until you make a move.     ]
  16975. marukin:0:E2C0:31:001:Get winning hand 1Now!(01/14)
  16976. marukin:0:E2C1:31:501:Get winning hand 1Now!(02/14)
  16977. marukin:0:E2C2:31:501:Get winning hand 1Now!(03/14)
  16978. marukin:0:E2C3:32:501:Get winning hand 1Now!(04/14)
  16979. marukin:0:E2C4:32:501:Get winning hand 1Now!(05/14)
  16980. marukin:0:E2C5:32:501:Get winning hand 1Now!(06/14)
  16981. marukin:0:E2C6:33:501:Get winning hand 1Now!(07/14)
  16982. marukin:0:E2C7:33:501:Get winning hand 1Now!(08/14)
  16983. marukin:0:E2C8:33:501:Get winning hand 1Now!(09/14)
  16984. marukin:0:E2C9:34:501:Get winning hand 1Now!(10/14)
  16985. marukin:0:E2CA:34:501:Get winning hand 1Now!(11/14)
  16986. marukin:0:E2CB:34:501:Get winning hand 1Now!(12/14)
  16987. marukin:0:E2CC:35:501:Get winning hand 1Now!(13/14)
  16988. marukin:0:E2CD:35:501:Get winning hand 1Now!(14/14)
  16989. marukin:0:0000:00:999:[Use this winning hand for  ]
  16990. marukin:0:0000:00:999:[less points. Useful if you ]
  16991. marukin:0:0000:00:999:[want to see the alternate  ]
  16992. marukin:0:0000:00:999:[bonus screen. You must play]
  16993. marukin:0:0000:00:999:[a bit to avoid being given ]
  16994. marukin:0:0000:00:999:['first shot winning' making]
  16995. marukin:0:0000:00:999:[ you unable to see the     ]
  16996. marukin:0:0000:00:999:[alternate bonus screen.    ]
  16997. marukin:0:0000:00:999:[This doesnt work every time]
  16998. marukin:0:E2C0:02:501:Get winning hand 2Now!(01/14)
  16999. marukin:0:E2C1:03:501:Get winning hand 2Now!(02/14)
  17000. marukin:0:E2C2:04:501:Get winning hand 2Now!(03/14)
  17001. marukin:0:E2C3:17:501:Get winning hand 2Now!(04/14)
  17002. marukin:0:E2C4:17:501:Get winning hand 2Now!(05/14)
  17003. marukin:0:E2C5:17:501:Get winning hand 2Now!(06/14)
  17004. marukin:0:E2C6:25:501:Get winning hand 2Now!(07/14)
  17005. marukin:0:E2C7:26:501:Get winning hand 2Now!(08/14)
  17006. marukin:0:E2C8:27:501:Get winning hand 2Now!(09/14)
  17007. marukin:0:E2C9:28:501:Get winning hand 2Now!(10/14)
  17008. marukin:0:E2CA:28:501:Get winning hand 2Now!(11/14)
  17009. marukin:0:E2CB:28:501:Get winning hand 2Now!(12/14)
  17010. marukin:0:E2CC:29:501:Get winning hand 2Now!(13/14)
  17011. marukin:0:E2CD:29:501:Get winning hand 2Now!(14/14)
  17012. marukin:0:0000:00:999:[See this URL for mahjong   ]
  17013. marukin:0:0000:00:999:[rules (merge both lines!)  ]
  17014. marukin:0:0000:00:999:[www.tky.hut.fi/~kjmjm/     ]
  17015. marukin:0:0000:00:999:[English/majiang/rules.html ]
  17016.  
  17017. ; [ Chibi Marukochan Deluxe Quiz ]
  17018. marukodq:0:100429:0F:000:Infinite Answer Time
  17019. marukodq:0:000000:00:999:[Watch out for these values ]
  17020. marukodq:0:000000:00:999:[   01=A, 02=B, 03=C, 04=D  ]
  17021. marukodq:0:10040D:00:998:Watch me for good answer 
  17022.  
  17023. ; [ Marvin's Maze ]
  17024. marvins:0:D565:0A:000:Infinite Lives
  17025.  
  17026. ; [ Marvel Land (US) ]
  17027. marvland:0:40AB18:1B:000:Infinite Time
  17028. marvland:0:40900B:04:000:Infinite Lives PL1
  17029. marvland:0:40904B:04:000:Infinite Lives PL2
  17030. marvland:0:000000:00:999:[Invincibility causes player]
  17031. marvland:0:000000:00:999:[to flicker and vanish at   ]
  17032. marvland:0:000000:00:999:[times.                     ]
  17033. marvland:0:100079:4E:000:Invincibility
  17034. marvland:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  17035.  
  17036. ; [ Marvel Land (Japan) ]
  17037. marvlanj:0:40AB18:1B:000:Infinite Time
  17038. marvlanj:0:40900B:04:000:Infinite Lives PL1
  17039. marvlanj:0:40904B:04:000:Infinite Lives PL2
  17040. marvlanj:0:000000:00:999:[Invincibility causes player]
  17041. marvlanj:0:000000:00:999:[to flicker and vanish at   ]
  17042. marvlanj:0:000000:00:999:[times.                     ]
  17043. marvlanj:0:100079:4E:000:Invincibility
  17044. marvlanj:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  17045.  
  17046. ; [ Masao ]
  17047. masao:0:6116:07:000:Infinite Lives PL1
  17048. masao:0:6156:07:000:Infinite Lives PL2
  17049. masao:0:6860:02:000:Infinite POW
  17050. masao:0:603B:05:000:Start on Level 5
  17051. masao:0:603B:0A:000:Start on Level 10
  17052. masao:0:603B:0F:000:Start on Level 15
  17053. masao:0:603B:14:000:Start on Level 20
  17054. masao:0:603B:7F:000:Start on Level 127
  17055. masao:0:603B:FF:000:Start on Level 255
  17056.  
  17057. ; [ Mat Mania ]
  17058. matmania:0:02CF:59:000:Infinite Time
  17059. matmania:0:0000:00:999:[The Referee never counts   ]
  17060. matmania:0:0000:00:999:[cheat gives you Infinite   ]
  17061. matmania:0:0000:00:999:[Time out of the ring, when ]
  17062. matmania:0:0000:00:999:[you are on the corner and  ]
  17063. matmania:0:0000:00:999:[makes it impossible to get ]
  17064. matmania:0:0000:00:999:[a fall. Either disable it  ]
  17065. matmania:0:0000:00:999:[or use the CORRECT 'Time =']
  17066. matmania:0:0000:00:999:[cheats. These can also be  ]
  17067. matmania:0:0000:00:999:[useful to enable when it's ]
  17068. matmania:0:0000:00:999:[to your advantage!! ;-)    ]
  17069. matmania:0:00E6:01:000:Referee never counts
  17070. matmania:0:00E6:19:001:Out of Ring Time = 19 Now!
  17071. matmania:0:00E6:02:001:Fall Count Time = 2 Now!
  17072. matmania:0:00E6:04:001:Corner Count Time = 4 Now!
  17073. matmania:0:0000:00:999:[                           ]
  17074. matmania:0:004A:FF:000:Infinite Energy PL1
  17075. matmania:0:004A:00:001:Drain all Energy Now! PL1
  17076. matmania:0:0059:00:000:Infinite Jumps on Corner PL1
  17077. matmania:0:004B:FF:000:Infinite Energy PL2
  17078. matmania:0:004B:00:001:Drain all Energy Now! PL2
  17079. matmania:0:0059:00:000:Infinite Jumps on Corner PL2
  17080. matmania:0:0000:00:999:[The Infinite Attacks cheats]
  17081. matmania:0:0000:00:999:[prevents the other player  ]
  17082. matmania:0:0000:00:999:[attacking you after you've ]
  17083. matmania:0:0000:00:999:[attacked them three times  ]
  17084. matmania:0:0000:00:999:[in a row.                  ]
  17085. matmania:0:0039:00:000:Infinite Attacks PL1
  17086. matmania:0:003A:00:000:Infinite Attacks PL2
  17087.  
  17088. ; [ Max RPM ]
  17089. maxrpm:0:E022:00:000:Infinite Time PL1
  17090. maxrpm:0:E081:00:000:Infinite Time PL2
  17091.  
  17092. ; [ Mayday (set 1) ]
  17093. mayday:0:A1A1:05:000:Infinite Lives PL1
  17094. mayday:0:A1A3:05:000:Infinite Smart Bombs PL1
  17095. mayday:0:A1DE:05:000:Infinite Lives PL2
  17096. mayday:0:A1E0:05:000:Infinite Smart Bombs PL2
  17097. mayday:0:A0D2:0A:000:Never go into space
  17098.  
  17099. ; [ Mayday (set 2) ]
  17100. maydaya:0:A1A1:05:000:Infinite Lives PL1
  17101. maydaya:0:A1A3:05:000:Infinite Smart Bombs PL1
  17102. maydaya:0:A1DE:05:000:Infinite Lives PL2
  17103. maydaya:0:A1E0:05:000:Infinite Smart Bombs PL2
  17104. maydaya:0:A0D2:0A:000:Never go into space
  17105.  
  17106. ; [ Amazing Maze ]
  17107. maze:0:202E:03:000:Infinite Mazes to play
  17108. maze:0:2019:00:000:Infinite Time
  17109. maze:0:202B:59:000:Infinite Overall Time
  17110.  
  17111. ; [ Magic Brush ]
  17112. mbrush:0:4C1C:06:000:Infinite Lives PL1
  17113. mbrush:0:4C1D:06:000:Infinite Lives PL2
  17114. mbrush:0:4C1E:09:000:Infinite Credits
  17115. mbrush:0:4FC8:4C:000:Yellow can't eat you
  17116. mbrush:0:4FCA:4C:000:Green can't eat you
  17117. mbrush:0:4FC8:E0:001:Yellow can eat you
  17118. mbrush:0:4FCA:E0:001:Green can eat you
  17119.  
  17120. ; [ Mega Force ]
  17121. megaforc:0:8166:09:000:Infinite Lives PL1
  17122. megaforc:0:8198:09:000:Infinite Lives PL2
  17123. megaforc:0:8547:80:000:Always Fast Shooting
  17124. megaforc:0:8179:77:062:Select next level
  17125. megaforc:0:8179:77:072:Select current level
  17126.  
  17127. ; [ Mega Man - The Power Battle (Asia) ]
  17128. megaman:0:FF8119:45:000:Infinite Time
  17129. megaman:0:FFD851:00:001:One hit for Crash-man
  17130. megaman:0:FFDA51:00:001:One hit for other enemies
  17131. megaman:0:FFD951:00:001:Kill small enemies - Lv 7
  17132. megaman:0:FFDA51:00:001:One hit for prof - hands
  17133. megaman:0:FFD751:00:001:One hit for prof - nails
  17134. megaman:0:FFD951:00:001:One hit for prof - head
  17135. megaman:0:FF8351:10:000:Infinite Energy PL1
  17136. megaman:0:FF8352:78:000:Invincibility PL1
  17137. megaman:0:FF8453:1C:000:Infinite extra weapon 1 PL1
  17138. megaman:0:FF8455:1C:000:Infinite extra weapon 2 PL1
  17139. megaman:0:FF8457:1C:000:Infinite extra weapon 3 PL1
  17140. megaman:0:FF8459:1C:000:Infinite extra weapon 4 PL1
  17141. megaman:0:FF845B:1C:000:Infinite extra weapon 5 PL1
  17142. megaman:0:FF845D:1C:000:Infinite extra weapon 6 PL1
  17143. megaman:0:FF8449:01:000:Always extra weapon 1 PL1
  17144. megaman:0:FF844A:01:000:Always extra weapon 2 PL1
  17145. megaman:0:FF844B:01:000:Always extra weapon 3 PL1
  17146. megaman:0:FF844C:01:000:Always extra weapon 4 PL1
  17147. megaman:0:FF844D:01:000:Always extra weapon 5 PL1
  17148. megaman:0:FF844E:01:000:Always extra weapon 6 PL1
  17149. megaman:0:FF8449:00:001:Lose extra weapon 1 PL1
  17150. megaman:0:FF844A:00:001:Lose extra weapon 2 PL1
  17151. megaman:0:FF844B:00:001:Lose extra weapon 3 PL1
  17152. megaman:0:FF844C:00:001:Lose extra weapon 4 PL1
  17153. megaman:0:FF844D:00:001:Lose extra weapon 5 PL1
  17154. megaman:0:FF844E:00:001:Lose extra weapon 6 PL1
  17155. megaman:0:FF8751:10:000:Infinite Energy PL2
  17156. megaman:0:FF8752:78:000:Invincibility PL2
  17157. megaman:0:FF8853:1C:000:Infinite extra weapon 1 PL2
  17158. megaman:0:FF8855:1C:000:Infinite extra weapon 2 PL2
  17159. megaman:0:FF8857:1C:000:Infinite extra weapon 3 PL2
  17160. megaman:0:FF8859:1C:000:Infinite extra weapon 4 PL2
  17161. megaman:0:FF885B:1C:000:Infinite extra weapon 5 PL2
  17162. megaman:0:FF885D:1C:000:Infinite extra weapon 6 PL2
  17163. megaman:0:FF8849:01:000:Always extra weapon 1 PL2
  17164. megaman:0:FF884A:01:000:Always extra weapon 2 PL2
  17165. megaman:0:FF884B:01:000:Always extra weapon 3 PL2
  17166. megaman:0:FF884C:01:000:Always extra weapon 4 PL2
  17167. megaman:0:FF884D:01:000:Always extra weapon 5 PL2
  17168. megaman:0:FF884E:01:000:Always extra weapon 6 PL2
  17169. megaman:0:FF8849:00:001:Lose extra weapon 1 PL2
  17170. megaman:0:FF884A:00:001:Lose extra weapon 2 PL2
  17171. megaman:0:FF884B:00:001:Lose extra weapon 3 PL2
  17172. megaman:0:FF884C:00:001:Lose extra weapon 4 PL2
  17173. megaman:0:FF884D:00:001:Lose extra weapon 5 PL2
  17174. megaman:0:FF884E:00:001:Lose extra weapon 6 PL2
  17175.  
  17176. ; [ MegaTack ]
  17177. megatack:0:00B5:09:000:Infinite Lives PL1
  17178. megatack:0:00B6:09:000:Infinite Lives PL2
  17179.  
  17180. ; [ Mega Zone (Kosuka) ]
  17181. megaznik:0:3BA0:0D:000:Infinite Lives
  17182.  
  17183. ; [ Mega Zone ]
  17184. megazone:0:3BA0:03:000:Infinite Lives
  17185.  
  17186. ; [ Meikyuu Hunter G (Japan) ]
  17187. meikyuh:0:0068:59:000:Infinite Time
  17188. meikyuh:0:0238:01:000:Always have Slimer
  17189. meikyuh:0:0238:01:001:Get Slimer Now!
  17190. meikyuh:0:010F:03:000:Infinite Lives PL1
  17191. meikyuh:0:0110:02:000:Infinite Energy PL1 (1/2)
  17192. meikyuh:0:0111:00:500:Infinite Energy PL1 (2/2)
  17193. meikyuh:0:0105:1F:000:Invincibility PL1
  17194. meikyuh:0:0121:08:000:Get maximum ghosts  PL1 (1/2)
  17195. meikyuh:0:0122:99:500:Get maximum ghosts  PL1 (2/2)
  17196. meikyuh:0:010C:03:000:Maximum Shot Power PL1
  17197. meikyuh:0:014F:03:000:Infinite Lives PL2
  17198. meikyuh:0:0150:02:000:Infinite Energy PL2 (1/2)
  17199. meikyuh:0:0151:00:500:Infinite Energy PL2 (2/2)
  17200. meikyuh:0:0145:1F:000:Invincibility PL2
  17201. meikyuh:0:0161:08:000:Get maximum ghosts  PL2 (1/2)
  17202. meikyuh:0:0162:99:500:Get maximum ghosts  PL2 (2/2)
  17203. meikyuh:0:014C:03:000:Maximum Shot Power PL2
  17204.  
  17205. ; [ Mercs (World) ]
  17206. mercs:0:FF0ECD:09:000:Infinite Time
  17207. mercs:0:FF1175:30:000:Infinite Energy PL1
  17208. mercs:0:FF1190:59:000:Invincibility PL1
  17209. mercs:0:FF117C:99:000:Infinite Missiles PL1
  17210. mercs:0:FF1225:30:000:Infinite Energy PL2
  17211. mercs:0:FF1240:59:000:Invincibility PL2
  17212. mercs:0:FF122C:99:000:Infinite Missiles PL2
  17213. mercs:0:FF12D5:30:000:Infinite Energy PL3
  17214. mercs:0:FF12F0:59:000:Invincibility PL3
  17215. mercs:0:FF12DC:99:000:Infinite Missiles PL3
  17216.  
  17217. ; [ Senjo no Ookami II (Japan) ]
  17218. mercsj:0:FF0ECD:09:000:Infinite Time
  17219. mercsj:0:FF1175:30:000:Infinite Energy PL1
  17220. mercsj:0:FF1190:59:000:Invincibility PL1
  17221. mercsj:0:FF117C:99:000:Infinite Missiles PL1
  17222. mercsj:0:FF1225:30:000:Infinite Energy PL2
  17223. mercsj:0:FF1240:59:000:Invincibility PL2
  17224. mercsj:0:FF122C:99:000:Infinite Missiles PL2
  17225. mercsj:0:FF12D5:30:000:Infinite Energy PL3
  17226. mercsj:0:FF12F0:59:000:Invincibility PL3
  17227. mercsj:0:FF12DC:99:000:Infinite Missiles PL3
  17228.  
  17229. ; [ Mercs (US) ]
  17230. mercsu:0:FF0ECD:09:000:Infinite Time
  17231. mercsu:0:FF1175:30:000:Infinite Energy PL1
  17232. mercsu:0:FF1190:59:000:Invincibility PL1
  17233. mercsu:0:FF117C:99:000:Infinite Missiles PL1
  17234. mercsu:0:FF1225:30:000:Infinite Energy PL2
  17235. mercsu:0:FF1240:59:000:Invincibility PL2
  17236. mercsu:0:FF122C:99:000:Infinite Missiles PL2
  17237. mercsu:0:FF12D5:30:000:Infinite Energy PL3
  17238. mercsu:0:FF12F0:59:000:Invincibility PL3
  17239. mercsu:0:FF12DC:99:000:Infinite Missiles PL3
  17240.  
  17241. ; [ Meteoroids ]
  17242. meteor:0:4102:05:000:Infinite Lives PL1
  17243. meteor:0:4202:05:000:Infinite Lives PL2
  17244. meteor:0:40E0:0B:000:Invincibility
  17245.  
  17246. ; [ Metro-Cross ]
  17247. metrocrs:0:1543:01:000:Infinite Time
  17248. metrocrs:0:0A7A:13:000:Always have Invisible Board
  17249. metrocrs:0:0A7A:13:001:Get Invisible Board Now!
  17250. metrocrs:0:0A7A:00:001:Lose Invisible Board Now!
  17251. metrocrs:0:0000:00:999:[This Select next round     ]
  17252. metrocrs:0:0000:00:999:[cheat works for whichever  ]
  17253. metrocrs:0:0000:00:999:[player is playing at the   ]
  17254. metrocrs:0:0000:00:999:[time you enable it.        ]
  17255. metrocrs:0:1701:1F:061:Select next round
  17256. ;
  17257. ;New way of doing a Select starting level cheat, this method should work on
  17258. ;most games. As long as the first cheat conforms to that shown here. In other
  17259. ;words, take the 'Select next level' cheat rename it to 'Select starting level (2/2)'.
  17260. ;Then make a new cheat called 'Select starting level (1/2)' which uses the same
  17261. ;location as the 2/2 cheat but pokes it with 'FF' or some other unlikely value
  17262. ;[PLEASE KEEP THIS TO FF AS IT WILL BE EASIER TO FIX IF THE CHEAT ENGINE IS AMMENDED!],
  17263. ;you should make sure the Cheat type is '021' as this will allow the two cheats
  17264. ;to be active at the same time - essential for this cheat to work!!
  17265. ;
  17266. ;The comments may change according to the game, for example in Metrocross the game will
  17267. ;enter attract mode if a coin is not inserted and this will screw up the cheat
  17268. ;as it will reset the memory location to zero. However, for most games it shouldn't
  17269. ;matter if you enable the cheat on the title screen, the player select or the attract
  17270. ;screens. Poke the value of the level to something like '05' [not '00' or '01'!] on the
  17271. ;title screen then put a watch on it - if it changes at all then you will need to add
  17272. ;a comment to show the problem area or when the cheat should be enabled. If there's no
  17273. ;problem area then the first 4 comment lines are sufficient. Feel free to interchange
  17274. ;level, round and stage whenever the game calls them that.
  17275. ;
  17276. ;This is cheat method is just a workaround, ideally there should be a new cheat
  17277. ;type to implement this so the comments would be largely unneeded. However, as
  17278. ;nobody is improving the cheat engine at the moment this will have to do!
  17279. ;
  17280. ;These remarks will stay in until a new cheat type is implemented. [Pugsy:19 DEC 99]
  17281. ;
  17282. metrocrs:0:0000:00:999:[These Select starting round]
  17283. metrocrs:0:0000:00:999:[cheats are *NOT* linked so ]
  17284. metrocrs:0:0000:00:999:[they must BOTH be selected ]
  17285. metrocrs:0:0000:00:999:[individually one after the ]
  17286. metrocrs:0:0000:00:999:[other!                     ]
  17287. metrocrs:0:0000:00:999:[                           ]
  17288. metrocrs:0:0000:00:999:[You should enable these    ]
  17289. metrocrs:0:0000:00:999:[cheats on the select PL1/2 ]
  17290. metrocrs:0:0000:00:999:[screen. These cheats only  ]
  17291. metrocrs:0:0000:00:999:[work for PL1!!             ]
  17292. metrocrs:0:1701:FF:021:Select starting round (1/2)
  17293. metrocrs:0:1701:1F:061:Select starting round (2/2)
  17294.  
  17295. ; [ Mexico 86 ]
  17296. mexico86:0:E842:45:000:Infinite Time
  17297. mexico86:0:E842:45:000:Finish this Half Now!
  17298.  
  17299. ; [ Mahjong Gakuen ]
  17300. mgakuen:0:E67C:09:001:Get 9999 Power (1/4)
  17301. mgakuen:0:E67D:09:501:Get 9999 Power (2/4)
  17302. mgakuen:0:E67E:09:501:Get 9999 Power (3/4)
  17303. mgakuen:0:E67F:09:501:Get 9999 Power (4/4)
  17304. mgakuen:0:0000:00:999:[The winning hand cheat must]
  17305. mgakuen:0:0000:00:999:[be activated when there are]
  17306. mgakuen:0:0000:00:999:[14 tiles in your hand, then]
  17307. mgakuen:0:0000:00:999:[press the RON key .        ]
  17308. mgakuen:0:0000:00:999:[('Z' by default). The tiles]
  17309. mgakuen:0:0000:00:999:[do not visually change     ]
  17310. mgakuen:0:0000:00:999:[until you make a move.     ]
  17311. mgakuen:0:E1C0:31:501:Get winning hand Now! (01/14)
  17312. mgakuen:0:E1C1:31:501:Get winning hand Now! (02/14)
  17313. mgakuen:0:E1C2:31:501:Get winning hand Now! (03/14)
  17314. mgakuen:0:E1C3:32:501:Get winning hand Now! (04/14)
  17315. mgakuen:0:E1C4:32:501:Get winning hand Now! (05/14)
  17316. mgakuen:0:E1C5:32:501:Get winning hand Now! (06/14)
  17317. mgakuen:0:E1C6:33:501:Get winning hand Now! (07/14)
  17318. mgakuen:0:E1C7:33:501:Get winning hand Now! (08/14)
  17319. mgakuen:0:E1C8:33:501:Get winning hand Now! (09/14)
  17320. mgakuen:0:E1C9:34:501:Get winning hand Now! (10/14)
  17321. mgakuen:0:E1CA:34:501:Get winning hand Now! (11/14)
  17322. mgakuen:0:E1CB:34:501:Get winning hand Now! (12/14)
  17323. mgakuen:0:E1CC:35:501:Get winning hand Now! (13/14)
  17324. mgakuen:0:E1CD:35:501:Get winning hand Now! (14/14)
  17325. mgakuen:0:0000:00:999:[See this URL for mahjong   ]
  17326. mgakuen:0:0000:00:999:[rules (merge both lines!)  ]
  17327. mgakuen:0:0000:00:999:[www.tky.hut.fi/~kjmjm/     ]
  17328. mgakuen:0:0000:00:999:[English/majiang/rules.html ]
  17329.  
  17330. ; [ Mahjong Gakuen 2 Gakuen-chou no Fukushuu ]
  17331. mgakuen2:0:E6CC:09:002:Infinite Power (1/4)
  17332. mgakuen2:0:E6CD:09:502:Infinite Power (2/4)
  17333. mgakuen2:0:E6CE:09:502:Infinite Power (3/4)
  17334. mgakuen2:0:E6CF:09:502:Infinite Power (4/4)
  17335. mgakuen2:0:0000:00:999:[The winning hand cheat must]
  17336. mgakuen2:0:0000:00:999:[be activated when there are]
  17337. mgakuen2:0:0000:00:999:[14 tiles in your hand, then]
  17338. mgakuen2:0:0000:00:999:[press the RON key .        ]
  17339. mgakuen2:0:0000:00:999:[('Z' by default). The tiles]
  17340. mgakuen2:0:0000:00:999:[do not visually change     ]
  17341. mgakuen2:0:0000:00:999:[until you make a move.     ]
  17342. mgakuen2:0:E1C0:31:501:Get winning hand Now! (01/14)
  17343. mgakuen2:0:E1C1:31:501:Get winning hand Now! (02/14)
  17344. mgakuen2:0:E1C2:31:501:Get winning hand Now! (03/14)
  17345. mgakuen2:0:E1C3:32:501:Get winning hand Now! (04/14)
  17346. mgakuen2:0:E1C4:32:501:Get winning hand Now! (05/14)
  17347. mgakuen2:0:E1C5:32:501:Get winning hand Now! (06/14)
  17348. mgakuen2:0:E1C6:33:501:Get winning hand Now! (07/14)
  17349. mgakuen2:0:E1C7:33:501:Get winning hand Now! (08/14)
  17350. mgakuen2:0:E1C8:33:501:Get winning hand Now! (09/14)
  17351. mgakuen2:0:E1C9:34:501:Get winning hand Now! (10/14)
  17352. mgakuen2:0:E1CA:34:501:Get winning hand Now! (11/14)
  17353. mgakuen2:0:E1CB:34:501:Get winning hand Now! (12/14)
  17354. mgakuen2:0:E1CC:35:501:Get winning hand Now! (13/14)
  17355. mgakuen2:0:E1CD:35:501:Get winning hand Now! (14/14)
  17356. mgakuen2:0:0000:00:999:[See this URL for mahjong   ]
  17357. mgakuen2:0:0000:00:999:[rules (merge both lines!)  ]
  17358. mgakuen2:0:0000:00:999:[www.tky.hut.fi/~kjmjm/     ]
  17359. mgakuen2:0:0000:00:999:[English/majiang/rules.html ]
  17360.  
  17361. ; [ Major Havoc (rev 3) ]
  17362. mhavoc:0:088F:0A:000:Infinite Lives PL1
  17363. mhavoc:0:0890:0A:000:Infinite Lives PL2
  17364. mhavoc:0:088D:FE:000:Infinite Oxygen
  17365. mhavoc:0:088A:99:000:Infinite Reactor Time
  17366. mhavoc:0:08AE:80:000:Infinite Shields
  17367.  
  17368. ; [ Major Havoc (rev 2) ]
  17369. mhavoc2:0:088F:0A:000:Infinite Lives PL1
  17370. mhavoc2:0:0890:0A:000:Infinite Lives PL2
  17371. mhavoc2:0:088D:FE:000:Infinite Oxygen
  17372. mhavoc2:0:088A:99:000:Infinite Reactor Time
  17373. mhavoc2:0:08AE:80:000:Infinite Shields
  17374.  
  17375. ; [ Major Havoc (prototype) ]
  17376. mhavocp:0:088F:0A:000:Infinite Lives PL1
  17377. mhavocp:0:0890:0A:000:Infinite Lives PL2
  17378. mhavocp:0:088D:FE:000:Infinite Oxygen
  17379. mhavocp:0:088A:99:000:Infinite Reactor Time
  17380. mhavocp:0:08AE:80:000:Infinite Shields
  17381.  
  17382. ; [ Major Havoc (Return to Vax) ]
  17383. mhavocrv:0:088F:0A:000:Infinite Lives PL1
  17384. mhavocrv:0:0890:0A:000:Infinite Lives PL2
  17385. mhavocrv:0:088D:FE:000:Infinite Oxygen
  17386. mhavocrv:0:088A:99:000:Infinite Reactor Time
  17387. mhavocrv:0:08AE:80:000:Infinite Shields
  17388.  
  17389. ; [ Missing in Action (version T) ]
  17390. mia:0:000000:00:999:[If you 'always' have an EW1]
  17391. mia:0:000000:00:999:[then EW2,3 & 4 will not be ]
  17392. mia:0:000000:00:999:[effectively selectable     ]
  17393. mia:0:060006:0D:000:Infinite Lives PL1
  17394. mia:0:060015:78:000:Invincibility PL1
  17395. mia:0:000000:00:999:[EW1= Extra Weapon No. 1    ]
  17396. mia:0:060019:64:000:Infinite Ammo EW1 PL1:Makes Ammo EW2-4 pointless
  17397. mia:0:060018:00:001:Lose EW1 Now! PL1
  17398. mia:0:060018:01:001:Get grenade EW1 Now! PL1
  17399. mia:0:060018:02:001:Get rifle EW1 Now! PL1
  17400. mia:0:060018:03:001:Get bazooka EW1 Now! PL1
  17401. mia:0:060018:04:001:Get flamethrower EW1 Now! PL1
  17402. mia:0:060018:00:000:Always have no EW1 PL1
  17403. mia:0:060018:01:000:Always have grenade EW1 PL1
  17404. mia:0:060018:02:000:Always have rifle EW1 PL1
  17405. mia:0:060018:03:000:Always have bazooka EW1 PL1
  17406. mia:0:060018:04:000:Always have flamethro EW1 PL1
  17407. mia:0:000000:00:999:[EW2= Extra Weapon No. 2    ]
  17408. mia:0:06001B:63:000:Ammo always=99 for EW2 PL1:Pointless with Ammo EW1
  17409. mia:0:06001A:00:001:Lose EW2 Now! PL1
  17410. mia:0:06001A:01:001:Get grenade EW2 Now! PL1
  17411. mia:0:06001A:02:001:Get rifle EW2 Now! PL1
  17412. mia:0:06001A:03:001:Get bazooka EW2 Now! PL1
  17413. mia:0:06001A:04:001:Get flamethrower EW2 Now! PL1
  17414. mia:0:06001A:00:000:Always have no EW2 PL1
  17415. mia:0:06001A:01:000:Always have grenade EW2 PL1
  17416. mia:0:06001A:02:000:Always have rifle EW2 PL1
  17417. mia:0:06001A:03:000:Always have bazooka EW2 PL1
  17418. mia:0:06001A:04:000:Always have flamethro EW2 PL1
  17419. mia:0:000000:00:999:[EW3= Extra Weapon No. 3    ]
  17420. mia:0:06001D:63:000:Ammo always=99 for EW3 PL1:Pointless with Ammo EW1
  17421. mia:0:06001C:00:001:Lose EW3 Now! PL1
  17422. mia:0:06001C:01:001:Get grenade EW3 Now! PL1
  17423. mia:0:06001C:02:001:Get rifle EW3 Now! PL1
  17424. mia:0:06001C:03:001:Get bazooka EW3 Now! PL1
  17425. mia:0:06001C:04:001:Get flamethrower EW3 Now! PL1
  17426. mia:0:06001C:00:000:Always have no EW3 PL1
  17427. mia:0:06001C:01:000:Always have grenade EW3 PL1
  17428. mia:0:06001C:02:000:Always have rifle EW3 PL1
  17429. mia:0:06001C:03:000:Always have bazooka EW3 PL1
  17430. mia:0:06001C:04:000:Always have flamethro EW3 PL1
  17431. mia:0:000000:00:999:[EW4= Extra Weapon No. 4    ]
  17432. mia:0:06001F:63:000:Ammo always=99 for EW4 PL1:Pointless with Ammo EW1
  17433. mia:0:06001E:00:001:Lose EW4 Now! PL1
  17434. mia:0:06001E:01:001:Get grenade EW4 Now! PL1
  17435. mia:0:06001E:02:001:Get rifle EW4 Now! PL1
  17436. mia:0:06001E:03:001:Get bazooka EW4 Now! PL1
  17437. mia:0:06001E:04:001:Get flamethrower EW4 Now! PL1
  17438. mia:0:06001E:00:000:Always have no EW4 PL1
  17439. mia:0:06001E:01:000:Always have grenade EW4 PL1
  17440. mia:0:06001E:02:000:Always have rifle EW4 PL1
  17441. mia:0:06001E:03:000:Always have bazooka EW4 PL1
  17442. mia:0:06001E:04:000:Always have flamethro EW4 PL1
  17443. mia:0:060086:0D:000:Infinite Lives PL2
  17444. mia:0:060095:78:000:Invincibility PL2
  17445. mia:0:000000:00:999:[EW1= Extra Weapon No. 1    ]
  17446. mia:0:060099:64:000:Infinite Ammo EW1 PL2:Makes Ammo EW2 pointless
  17447. mia:0:060098:00:001:Lose EW1 Now! PL2
  17448. mia:0:060098:01:001:Get grenade EW1 Now! PL2
  17449. mia:0:060098:02:001:Get rifle EW1 Now! PL2
  17450. mia:0:060098:03:001:Get bazooka EW1 Now! PL2
  17451. mia:0:060098:04:001:Get flamethrower EW1 Now! PL2
  17452. mia:0:060098:00:000:Always have no EW1 PL2
  17453. mia:0:060098:01:000:Always have grenade EW1 PL2
  17454. mia:0:060098:02:000:Always have rifle EW1 PL2
  17455. mia:0:060098:03:000:Always have bazooka EW1 PL2
  17456. mia:0:060098:04:000:Always have flamethro EW1 PL2
  17457. mia:0:000000:00:999:[EW2= Extra Weapon No. 2    ]
  17458. mia:0:06009B:63:000:Ammo always=99 for EW2 PL2:Pointless with Ammo EW1
  17459. mia:0:06009A:00:001:Lose EW2 Now! PL2
  17460. mia:0:06009A:01:001:Get grenade EW2 Now! PL2
  17461. mia:0:06009A:02:001:Get rifle EW2 Now! PL2
  17462. mia:0:06009A:03:001:Get bazooka EW2 Now! PL2
  17463. mia:0:06009A:04:001:Get flamethrower EW2 Now! PL2
  17464. mia:0:06009A:00:000:Always have no EW2 PL2
  17465. mia:0:06009A:01:000:Always have grenade EW2 PL2
  17466. mia:0:06009A:02:000:Always have rifle EW2 PL2
  17467. mia:0:06009A:03:000:Always have bazooka EW2 PL2
  17468. mia:0:06009A:04:000:Always have flamethro EW2 PL2
  17469. mia:0:000000:00:999:[EW3= Extra Weapon No. 3    ]
  17470. mia:0:06009D:63:000:Ammo always=99 for EW3 PL2:Pointless with Ammo EW1
  17471. mia:0:06009C:00:001:Lose EW3 Now! PL2
  17472. mia:0:06009C:01:001:Get grenade EW3 Now! PL2
  17473. mia:0:06009C:02:001:Get rifle EW3 Now! PL2
  17474. mia:0:06009C:03:001:Get bazooka EW3 Now! PL2
  17475. mia:0:06009C:04:001:Get flamethrower EW3 Now! PL2
  17476. mia:0:06009C:00:000:Always have no EW3 PL2
  17477. mia:0:06009C:01:000:Always have grenade EW3 PL2
  17478. mia:0:06009C:02:000:Always have rifle EW3 PL2
  17479. mia:0:06009C:03:000:Always have bazooka EW3 PL2
  17480. mia:0:06009C:04:000:Always have flamethro EW3 PL2
  17481. mia:0:000000:00:999:[EW4= Extra Weapon No. 4    ]
  17482. mia:0:06009F:63:000:Ammo always=99 for EW4 PL2:Pointless with Ammo EW1
  17483. mia:0:06009E:00:001:Lose EW4 Now! PL2
  17484. mia:0:06009E:01:001:Get grenade EW4 Now! PL2
  17485. mia:0:06009E:02:001:Get rifle EW4 Now! PL2
  17486. mia:0:06009E:03:001:Get bazooka EW4 Now! PL2
  17487. mia:0:06009E:04:001:Get flamethrower EW4 Now! PL2
  17488. mia:0:06009E:00:000:Always have no EW4 PL2
  17489. mia:0:06009E:01:000:Always have grenade EW4 PL2
  17490. mia:0:06009E:02:000:Always have rifle EW4 PL2
  17491. mia:0:06009E:03:000:Always have bazooka EW4 PL2
  17492. mia:0:06009E:04:000:Always have flamethro EW4 PL2
  17493. mia:0:062037:00:002:Sound Test Timer Stop:[PL2 Start]Next Code
  17494.  
  17495. ; [ Missing in Action (version S) ]
  17496. mia2:0:000000:00:999:[If you 'always' have an EW1]
  17497. mia2:0:000000:00:999:[then EW2,3 & 4 will not be ]
  17498. mia2:0:000000:00:999:[effectively selectable     ]
  17499. mia2:0:060006:0D:000:Infinite Lives PL1
  17500. mia2:0:060015:78:000:Invincibility PL1
  17501. mia2:0:000000:00:999:[EW1= Extra Weapon No. 1    ]
  17502. mia2:0:060019:64:000:Infinite Ammo EW1 PL1:Makes Ammo EW2-4 pointless
  17503. mia2:0:060018:00:001:Lose EW1 Now! PL1
  17504. mia2:0:060018:01:001:Get grenade EW1 Now! PL1
  17505. mia2:0:060018:02:001:Get rifle EW1 Now! PL1
  17506. mia2:0:060018:03:001:Get bazooka EW1 Now! PL1
  17507. mia2:0:060018:04:001:Get flamethrower EW1 Now! PL1
  17508. mia2:0:060018:00:000:Always have no EW1 PL1
  17509. mia2:0:060018:01:000:Always have grenade EW1 PL1
  17510. mia2:0:060018:02:000:Always have rifle EW1 PL1
  17511. mia2:0:060018:03:000:Always have bazooka EW1 PL1
  17512. mia2:0:060018:04:000:Always have flamethro EW1 PL1
  17513. mia2:0:000000:00:999:[EW2= Extra Weapon No. 2    ]
  17514. mia2:0:06001B:63:000:Ammo always=99 for EW2 PL1:Pointless with Ammo EW1
  17515. mia2:0:06001A:00:001:Lose EW2 Now! PL1
  17516. mia2:0:06001A:01:001:Get grenade EW2 Now! PL1
  17517. mia2:0:06001A:02:001:Get rifle EW2 Now! PL1
  17518. mia2:0:06001A:03:001:Get bazooka EW2 Now! PL1
  17519. mia2:0:06001A:04:001:Get flamethrower EW2 Now! PL1
  17520. mia2:0:06001A:00:000:Always have no EW2 PL1
  17521. mia2:0:06001A:01:000:Always have grenade EW2 PL1
  17522. mia2:0:06001A:02:000:Always have rifle EW2 PL1
  17523. mia2:0:06001A:03:000:Always have bazooka EW2 PL1
  17524. mia2:0:06001A:04:000:Always have flamethro EW2 PL1
  17525. mia2:0:000000:00:999:[EW3= Extra Weapon No. 3    ]
  17526. mia2:0:06001D:63:000:Ammo always=99 for EW3 PL1:Pointless with Ammo EW1
  17527. mia2:0:06001C:00:001:Lose EW3 Now! PL1
  17528. mia2:0:06001C:01:001:Get grenade EW3 Now! PL1
  17529. mia2:0:06001C:02:001:Get rifle EW3 Now! PL1
  17530. mia2:0:06001C:03:001:Get bazooka EW3 Now! PL1
  17531. mia2:0:06001C:04:001:Get flamethrower EW3 Now! PL1
  17532. mia2:0:06001C:00:000:Always have no EW3 PL1
  17533. mia2:0:06001C:01:000:Always have grenade EW3 PL1
  17534. mia2:0:06001C:02:000:Always have rifle EW3 PL1
  17535. mia2:0:06001C:03:000:Always have bazooka EW3 PL1
  17536. mia2:0:06001C:04:000:Always have flamethro EW3 PL1
  17537. mia2:0:000000:00:999:[EW4= Extra Weapon No. 4    ]
  17538. mia2:0:06001F:63:000:Ammo always=99 for EW4 PL1:Pointless with Ammo EW1
  17539. mia2:0:06001E:00:001:Lose EW4 Now! PL1
  17540. mia2:0:06001E:01:001:Get grenade EW4 Now! PL1
  17541. mia2:0:06001E:02:001:Get rifle EW4 Now! PL1
  17542. mia2:0:06001E:03:001:Get bazooka EW4 Now! PL1
  17543. mia2:0:06001E:04:001:Get flamethrower EW4 Now! PL1
  17544. mia2:0:06001E:00:000:Always have no EW4 PL1
  17545. mia2:0:06001E:01:000:Always have grenade EW4 PL1
  17546. mia2:0:06001E:02:000:Always have rifle EW4 PL1
  17547. mia2:0:06001E:03:000:Always have bazooka EW4 PL1
  17548. mia2:0:06001E:04:000:Always have flamethro EW4 PL1
  17549. mia2:0:060086:0D:000:Infinite Lives PL2
  17550. mia2:0:060095:78:000:Invincibility PL2
  17551. mia2:0:000000:00:999:[EW1= Extra Weapon No. 1    ]
  17552. mia2:0:060099:63:000:Infinite Ammo EW1 PL2:Makes Ammo EW2 pointless
  17553. mia2:0:060098:00:001:Lose EW1 Now! PL2
  17554. mia2:0:060098:01:001:Get grenade EW1 Now! PL2
  17555. mia2:0:060098:02:001:Get rifle EW1 Now! PL2
  17556. mia2:0:060098:03:001:Get bazooka EW1 Now! PL2
  17557. mia2:0:060098:04:001:Get flamethrower EW1 Now! PL2
  17558. mia2:0:060098:00:000:Always have no EW1 PL2
  17559. mia2:0:060098:01:000:Always have grenade EW1 PL2
  17560. mia2:0:060098:02:000:Always have rifle EW1 PL2
  17561. mia2:0:060098:03:000:Always have bazooka EW1 PL2
  17562. mia2:0:060098:04:000:Always have flamethro EW1 PL2
  17563. mia2:0:000000:00:999:[EW2= Extra Weapon No. 2    ]
  17564. mia2:0:06009B:63:000:Ammo always=99 for EW2 PL2:Pointless with Ammo EW1
  17565. mia2:0:06009A:00:001:Lose EW2 Now! PL2
  17566. mia2:0:06009A:01:001:Get grenade EW2 Now! PL2
  17567. mia2:0:06009A:02:001:Get rifle EW2 Now! PL2
  17568. mia2:0:06009A:03:001:Get bazooka EW2 Now! PL2
  17569. mia2:0:06009A:04:001:Get flamethrower EW2 Now! PL2
  17570. mia2:0:06009A:00:000:Always have no EW2 PL2
  17571. mia2:0:06009A:01:000:Always have grenade EW2 PL2
  17572. mia2:0:06009A:02:000:Always have rifle EW2 PL2
  17573. mia2:0:06009A:03:000:Always have bazooka EW2 PL2
  17574. mia2:0:06009A:04:000:Always have flamethro EW2 PL2
  17575. mia2:0:000000:00:999:[EW3= Extra Weapon No. 3    ]
  17576. mia2:0:06009D:63:000:Ammo always=99 for EW3 PL2:Pointless with Ammo EW1
  17577. mia2:0:06009C:00:001:Lose EW3 Now! PL2
  17578. mia2:0:06009C:01:001:Get grenade EW3 Now! PL2
  17579. mia2:0:06009C:02:001:Get rifle EW3 Now! PL2
  17580. mia2:0:06009C:03:001:Get bazooka EW3 Now! PL2
  17581. mia2:0:06009C:04:001:Get flamethrower EW3 Now! PL2
  17582. mia2:0:06009C:00:000:Always have no EW3 PL2
  17583. mia2:0:06009C:01:000:Always have grenade EW3 PL2
  17584. mia2:0:06009C:02:000:Always have rifle EW3 PL2
  17585. mia2:0:06009C:03:000:Always have bazooka EW3 PL2
  17586. mia2:0:06009C:04:000:Always have flamethro EW3 PL2
  17587. mia2:0:000000:00:999:[EW4= Extra Weapon No. 4    ]
  17588. mia2:0:06009F:63:000:Ammo always=99 for EW4 PL2:Pointless with Ammo EW1
  17589. mia2:0:06009E:00:001:Lose EW4 Now! PL2
  17590. mia2:0:06009E:01:001:Get grenade EW4 Now! PL2
  17591. mia2:0:06009E:02:001:Get rifle EW4 Now! PL2
  17592. mia2:0:06009E:03:001:Get bazooka EW4 Now! PL2
  17593. mia2:0:06009E:04:001:Get flamethrower EW4 Now! PL2
  17594. mia2:0:06009E:00:000:Always have no EW4 PL2
  17595. mia2:0:06009E:01:000:Always have grenade EW4 PL2
  17596. mia2:0:06009E:02:000:Always have rifle EW4 PL2
  17597. mia2:0:06009E:03:000:Always have bazooka EW4 PL2
  17598. mia2:0:06009E:04:000:Always have flamethro EW4 PL2
  17599. mia2:0:062037:00:002:Sound Test Timer Stop:[PL2 Start]Next Code
  17600.  
  17601. ; [ Missing in Action (Japan) ]
  17602. miaj:2:000000:00:999:[If you 'always' have an EW1]
  17603. miaj:2:000000:00:999:[then EW2,3 & 4 will not be ]
  17604. miaj:2:000000:00:999:[effectively selectable     ]
  17605. miaj:2:060006:0D:000:Infinite Lives PL1
  17606. miaj:2:060015:78:000:Invincibility PL1
  17607. miaj:2:000000:00:999:[EW1= Extra Weapon No. 1    ]
  17608. miaj:2:060019:64:000:Infinite Ammo EW1 PL1:Makes Ammo EW2-4 pointless
  17609. miaj:2:060018:00:001:Lose EW1 Now! PL1
  17610. miaj:2:060018:01:001:Get grenade EW1 Now! PL1
  17611. miaj:2:060018:02:001:Get rifle EW1 Now! PL1
  17612. miaj:2:060018:03:001:Get bazooka EW1 Now! PL1
  17613. miaj:2:060018:04:001:Get flamethrower EW1 Now! PL1
  17614. miaj:2:060018:00:000:Always have no EW1 PL1
  17615. miaj:2:060018:01:000:Always have grenade EW1 PL1
  17616. miaj:2:060018:02:000:Always have rifle EW1 PL1
  17617. miaj:2:060018:03:000:Always have bazooka EW1 PL1
  17618. miaj:2:060018:04:000:Always have flamethro EW1 PL1
  17619. miaj:2:000000:00:999:[EW2= Extra Weapon No. 2    ]
  17620. miaj:2:06001B:63:000:Ammo always=99 for EW2 PL1:Pointless with Ammo EW1
  17621. miaj:2:06001A:00:001:Lose EW2 Now! PL1
  17622. miaj:2:06001A:01:001:Get grenade EW2 Now! PL1
  17623. miaj:2:06001A:02:001:Get rifle EW2 Now! PL1
  17624. miaj:2:06001A:03:001:Get bazooka EW2 Now! PL1
  17625. miaj:2:06001A:04:001:Get flamethrower EW2 Now! PL1
  17626. miaj:2:06001A:00:000:Always have no EW2 PL1
  17627. miaj:2:06001A:01:000:Always have grenade EW2 PL1
  17628. miaj:2:06001A:02:000:Always have rifle EW2 PL1
  17629. miaj:2:06001A:03:000:Always have bazooka EW2 PL1
  17630. miaj:2:06001A:04:000:Always have flamethro EW2 PL1
  17631. miaj:2:000000:00:999:[EW3= Extra Weapon No. 3    ]
  17632. miaj:2:06001D:63:000:Ammo always=99 for EW3 PL1:Pointless with Ammo EW1
  17633. miaj:2:06001C:00:001:Lose EW3 Now! PL1
  17634. miaj:2:06001C:01:001:Get grenade EW3 Now! PL1
  17635. miaj:2:06001C:02:001:Get rifle EW3 Now! PL1
  17636. miaj:2:06001C:03:001:Get bazooka EW3 Now! PL1
  17637. miaj:2:06001C:04:001:Get flamethrower EW3 Now! PL1
  17638. miaj:2:06001C:00:000:Always have no EW3 PL1
  17639. miaj:2:06001C:01:000:Always have grenade EW3 PL1
  17640. miaj:2:06001C:02:000:Always have rifle EW3 PL1
  17641. miaj:2:06001C:03:000:Always have bazooka EW3 PL1
  17642. miaj:2:06001C:04:000:Always have flamethro EW3 PL1
  17643. miaj:2:000000:00:999:[EW4= Extra Weapon No. 4    ]
  17644. miaj:2:06001F:63:000:Ammo always=99 for EW4 PL1:Pointless with Ammo EW1
  17645. miaj:2:06001E:00:001:Lose EW4 Now! PL1
  17646. miaj:2:06001E:01:001:Get grenade EW4 Now! PL1
  17647. miaj:2:06001E:02:001:Get rifle EW4 Now! PL1
  17648. miaj:2:06001E:03:001:Get bazooka EW4 Now! PL1
  17649. miaj:2:06001E:04:001:Get flamethrower EW4 Now! PL1
  17650. miaj:2:06001E:00:000:Always have no EW4 PL1
  17651. miaj:2:06001E:01:000:Always have grenade EW4 PL1
  17652. miaj:2:06001E:02:000:Always have rifle EW4 PL1
  17653. miaj:2:06001E:03:000:Always have bazooka EW4 PL1
  17654. miaj:2:06001E:04:000:Always have flamethro EW4 PL1
  17655. miaj:2:060086:0D:000:Infinite Lives PL2
  17656. miaj:2:060095:78:000:Invincibility PL2
  17657. miaj:2:000000:00:999:[EW1= Extra Weapon No. 1    ]
  17658. miaj:2:060099:64:000:Infinite Ammo EW1 PL2:Makes Ammo EW2 pointless
  17659. miaj:2:060098:00:001:Lose EW1 Now! PL2
  17660. miaj:2:060098:01:001:Get grenade EW1 Now! PL2
  17661. miaj:2:060098:02:001:Get rifle EW1 Now! PL2
  17662. miaj:2:060098:03:001:Get bazooka EW1 Now! PL2
  17663. miaj:2:060098:04:001:Get flamethrower EW1 Now! PL2
  17664. miaj:2:060098:00:000:Always have no EW1 PL2
  17665. miaj:2:060098:01:000:Always have grenade EW1 PL2
  17666. miaj:2:060098:02:000:Always have rifle EW1 PL2
  17667. miaj:2:060098:03:000:Always have bazooka EW1 PL2
  17668. miaj:2:060098:04:000:Always have flamethro EW1 PL2
  17669. miaj:2:000000:00:999:[EW2= Extra Weapon No. 2    ]
  17670. miaj:2:06009B:63:000:Ammo always=99 for EW2 PL2:Pointless with Ammo EW1
  17671. miaj:2:06009A:00:001:Lose EW2 Now! PL2
  17672. miaj:2:06009A:01:001:Get grenade EW2 Now! PL2
  17673. miaj:2:06009A:02:001:Get rifle EW2 Now! PL2
  17674. miaj:2:06009A:03:001:Get bazooka EW2 Now! PL2
  17675. miaj:2:06009A:04:001:Get flamethrower EW2 Now! PL2
  17676. miaj:2:06009A:00:000:Always have no EW2 PL2
  17677. miaj:2:06009A:01:000:Always have grenade EW2 PL2
  17678. miaj:2:06009A:02:000:Always have rifle EW2 PL2
  17679. miaj:2:06009A:03:000:Always have bazooka EW2 PL2
  17680. miaj:2:06009A:04:000:Always have flamethro EW2 PL2
  17681. miaj:2:000000:00:999:[EW3= Extra Weapon No. 3    ]
  17682. miaj:2:06009D:63:000:Ammo always=99 for EW3 PL2:Pointless with Ammo EW1
  17683. miaj:2:06009C:00:001:Lose EW3 Now! PL2
  17684. miaj:2:06009C:01:001:Get grenade EW3 Now! PL2
  17685. miaj:2:06009C:02:001:Get rifle EW3 Now! PL2
  17686. miaj:2:06009C:03:001:Get bazooka EW3 Now! PL2
  17687. miaj:2:06009C:04:001:Get flamethrower EW3 Now! PL2
  17688. miaj:2:06009C:00:000:Always have no EW3 PL2
  17689. miaj:2:06009C:01:000:Always have grenade EW3 PL2
  17690. miaj:2:06009C:02:000:Always have rifle EW3 PL2
  17691. miaj:2:06009C:03:000:Always have bazooka EW3 PL2
  17692. miaj:2:06009C:04:000:Always have flamethro EW3 PL2
  17693. miaj:2:000000:00:999:[EW4= Extra Weapon No. 4    ]
  17694. miaj:2:06009F:63:000:Ammo always=99 for EW4 PL2:Pointless with Ammo EW1
  17695. miaj:2:06009E:00:001:Lose EW4 Now! PL2
  17696. miaj:2:06009E:01:001:Get grenade EW4 Now! PL2
  17697. miaj:2:06009E:02:001:Get rifle EW4 Now! PL2
  17698. miaj:2:06009E:03:001:Get bazooka EW4 Now! PL2
  17699. miaj:2:06009E:04:001:Get flamethrower EW4 Now! PL2
  17700. miaj:2:06009E:00:000:Always have no EW4 PL2
  17701. miaj:2:06009E:01:000:Always have grenade EW4 PL2
  17702. miaj:2:06009E:02:000:Always have rifle EW4 PL2
  17703. miaj:2:06009E:03:000:Always have bazooka EW4 PL2
  17704. miaj:2:06009E:04:000:Always have flamethro EW4 PL2
  17705. miaj:2:062037:00:002:Sound Test Timer Stop:[PL2 Start]Next Code
  17706.  
  17707. ; [ Midnight Resistance (World) ]
  17708. midres:0:102177:02:000:Infinite Lives PL1
  17709. midres:0:10217D:06:000:Infinite Keys PL1
  17710. midres:0:102173:80:020:Invincibility PL1
  17711. midres:0:102180:01:000:Always Have Full Auto PL1
  17712. midres:0:102180:02:000:Always Have 3-Way PL1
  17713. midres:0:102180:03:000:Always Have Fire PL1
  17714. midres:0:102180:04:000:Always Have Shotgun PL1
  17715. midres:0:102196:01:000:Always Have H.M. PL1
  17716. midres:0:102196:02:000:Always Have Nitro PL1
  17717. midres:0:102196:03:000:Always Have Shower PL1
  17718. midres:0:1021A4:08:000:Always Have Barrier PL1
  17719. midres:0:102189:99:000:Infinite Full Auto Ammo PL1
  17720. midres:0:10218D:99:000:Infinite 3-Way Ammo PL1
  17721. midres:0:102191:99:000:Infinite Fire Ammo PL1
  17722. midres:0:102195:99:000:Infinite Shotgun Ammo PL1
  17723. midres:0:10219D:99:000:Infinite H.M Ammo PL1
  17724. midres:0:10219F:99:000:Infinite Nitro Ammo PL1
  17725. midres:0:1021A1:99:000:Infinite Shower Ammo PL1
  17726. midres:0:102186:01:000:Always S-Charge Full Auto PL1
  17727. midres:0:10218A:01:000:Always S-Charge 3-Way PL1
  17728. midres:0:10218E:01:000:Always S-Charge Fire PL1
  17729. midres:0:102192:01:000:Always S-Charge Shotgun PL1
  17730. midres:0:102180:01:001:Get Full Auto Now! PL1
  17731. midres:0:102180:02:001:Get 3-Way Now! PL1
  17732. midres:0:102180:03:001:Get Fire Now! PL1
  17733. midres:0:102180:04:001:Get Shotgun Now! PL1
  17734. midres:0:102196:01:001:Get H.M. Now! PL1
  17735. midres:0:102196:02:001:Get Nitro Now! PL1
  17736. midres:0:102196:03:001:Get Shower Now! PL1
  17737. midres:0:1021A4:08:001:Get Barrier Now! PL1
  17738. midres:0:102186:01:001:S-Charge Full Auto Now! PL1
  17739. midres:0:10218A:01:001:S-Charge 3-Way Now! PL1
  17740. midres:0:10218E:01:001:S-Charge Fire Now! PL1
  17741. midres:0:102192:01:001:S-Charge Shotgun Now! PL1
  17742. midres:0:1021F3:02:000:Infinite Lives PL2
  17743. midres:0:1021F9:06:000:Infinite Keys PL2
  17744. midres:0:1021EF:80:020:Invincibility PL2
  17745. midres:0:1021FC:01:000:Always Have Full Auto PL2
  17746. midres:0:1021FC:02:000:Always Have 3-Way PL2
  17747. midres:0:1021FC:03:000:Always Have Fire PL2
  17748. midres:0:1021FC:04:000:Always Have Shotgun PL2
  17749. midres:0:102212:01:000:Always Have H.M. PL2
  17750. midres:0:102212:02:000:Always Have Nitro PL2
  17751. midres:0:102212:03:000:Always Have Shower PL2
  17752. midres:0:102220:01:000:Always Have Barrier PL2
  17753. midres:0:102205:99:000:Infinite Full Auto Ammo PL2
  17754. midres:0:102209:99:000:Infinite 3-Way Ammo PL2
  17755. midres:0:10220D:99:000:Infinite Fire Ammo PL2
  17756. midres:0:102211:99:000:Infinite Shotgun Ammo PL2
  17757. midres:0:102219:99:000:Infinite H.M. Ammo PL2
  17758. midres:0:10221B:99:000:Infinite Nitro Ammo PL2
  17759. midres:0:10221D:99:000:Infinite Shower Ammo PL2
  17760. midres:0:102202:01:000:Always S-Charge Full Auto PL2
  17761. midres:0:102206:01:000:Always S-Charge 3-Way PL2
  17762. midres:0:10220A:01:000:Always S-Charge Fire PL2
  17763. midres:0:10220E:01:000:Always S-Charge Shotgun PL2
  17764. midres:0:1021FC:01:001:Get Full Auto Now! PL2
  17765. midres:0:1021FC:02:001:Get 3-Way Now! PL2
  17766. midres:0:1021FC:03:001:Get Fire Now! PL2
  17767. midres:0:1021FC:04:001:Get Shotgun Now! PL2
  17768. midres:0:102212:01:001:Get H.M. Now! PL2
  17769. midres:0:102212:02:001:Get Nitro Now! PL2
  17770. midres:0:102212:03:001:Get Shower Now! PL2
  17771. midres:0:102220:01:001:Get Barrier Now! PL2
  17772. midres:0:102202:01:001:S-Charge Full Auto Now! PL2
  17773. midres:0:102206:01:001:S-Charge 3-Way Now! PL2
  17774. midres:0:10220A:01:001:S-Charge Fire Now! PL2
  17775. midres:0:10220E:01:001:S-Charge Shotgun Now! PL2
  17776.  
  17777. ; [ Midnight Resistance (Japan) ]
  17778. midresj:0:102177:02:000:Infinite Lives PL1
  17779. midresj:0:10217D:06:000:Infinite Keys PL1
  17780. midresj:0:102173:80:020:Invincibility PL1
  17781. midresj:0:102180:01:000:Always Have Full Auto PL1
  17782. midresj:0:102180:02:000:Always Have 3-Way PL1
  17783. midresj:0:102180:03:000:Always Have Fire PL1
  17784. midresj:0:102180:04:000:Always Have Shotgun PL1
  17785. midresj:0:102196:01:000:Always Have H.M. PL1
  17786. midresj:0:102196:02:000:Always Have Nitro PL1
  17787. midresj:0:102196:03:000:Always Have Shower PL1
  17788. midresj:0:1021A4:08:000:Always Have Barrier PL1
  17789. midresj:0:102189:99:000:Infinite Full Auto Ammo PL1
  17790. midresj:0:10218D:99:000:Infinite 3-Way Ammo PL1
  17791. midresj:0:102191:99:000:Infinite Fire Ammo PL1
  17792. midresj:0:102195:99:000:Infinite Shotgun Ammo PL1
  17793. midresj:0:10219D:99:000:Infinite H.M Ammo PL1
  17794. midresj:0:10219F:99:000:Infinite Nitro Ammo PL1
  17795. midresj:0:1021A1:99:000:Infinite Shower Ammo PL1
  17796. midresj:0:102186:01:000:Always S-Charge Full Auto PL1
  17797. midresj:0:10218A:01:000:Always S-Charge 3-Way PL1
  17798. midresj:0:10218E:01:000:Always S-Charge Fire PL1
  17799. midresj:0:102192:01:000:Always S-Charge Shotgun PL1
  17800. midresj:0:102180:01:001:Get Full Auto Now! PL1
  17801. midresj:0:102180:02:001:Get 3-Way Now! PL1
  17802. midresj:0:102180:03:001:Get Fire Now! PL1
  17803. midresj:0:102180:04:001:Get Shotgun Now! PL1
  17804. midresj:0:102196:01:001:Get H.M. Now! PL1
  17805. midresj:0:102196:02:001:Get Nitro Now! PL1
  17806. midresj:0:102196:03:001:Get Shower Now! PL1
  17807. midresj:0:1021A4:08:001:Get Barrier Now! PL1
  17808. midresj:0:102186:01:001:S-Charge Full Auto Now! PL1
  17809. midresj:0:10218A:01:001:S-Charge 3-Way Now! PL1
  17810. midresj:0:10218E:01:001:S-Charge Fire Now! PL1
  17811. midresj:0:102192:01:001:S-Charge Shotgun Now! PL1
  17812. midresj:0:1021F3:02:000:Infinite Lives PL2
  17813. midresj:0:1021F9:06:000:Infinite Keys PL2
  17814. midresj:0:1021EF:80:020:Invincibility PL2
  17815. midresj:0:1021FC:01:000:Always Have Full Auto PL2
  17816. midresj:0:1021FC:02:000:Always Have 3-Way PL2
  17817. midresj:0:1021FC:03:000:Always Have Fire PL2
  17818. midresj:0:1021FC:04:000:Always Have Shotgun PL2
  17819. midresj:0:102212:01:000:Always Have H.M. PL2
  17820. midresj:0:102212:02:000:Always Have Nitro PL2
  17821. midresj:0:102212:03:000:Always Have Shower PL2
  17822. midresj:0:102220:01:000:Always Have Barrier PL2
  17823. midresj:0:102205:99:000:Infinite Full Auto Ammo PL2
  17824. midresj:0:102209:99:000:Infinite 3-Way Ammo PL2
  17825. midresj:0:10220D:99:000:Infinite Fire Ammo PL2
  17826. midresj:0:102211:99:000:Infinite Shotgun Ammo PL2
  17827. midresj:0:102219:99:000:Infinite H.M. Ammo PL2
  17828. midresj:0:10221B:99:000:Infinite Nitro Ammo PL2
  17829. midresj:0:10221D:99:000:Infinite Shower Ammo PL2
  17830. midresj:0:102202:01:000:Always S-Charge Full Auto PL2
  17831. midresj:0:102206:01:000:Always S-Charge 3-Way PL2
  17832. midresj:0:10220A:01:000:Always S-Charge Fire PL2
  17833. midresj:0:10220E:01:000:Always S-Charge Shotgun PL2
  17834. midresj:0:1021FC:01:001:Get Full Auto Now! PL2
  17835. midresj:0:1021FC:02:001:Get 3-Way Now! PL2
  17836. midresj:0:1021FC:03:001:Get Fire Now! PL2
  17837. midresj:0:1021FC:04:001:Get Shotgun Now! PL2
  17838. midresj:0:102212:01:001:Get H.M. Now! PL2
  17839. midresj:0:102212:02:001:Get Nitro Now! PL2
  17840. midresj:0:102212:03:001:Get Shower Now! PL2
  17841. midresj:0:102220:01:001:Get Barrier Now! PL2
  17842. midresj:0:102202:01:001:S-Charge Full Auto Now! PL2
  17843. midresj:0:102206:01:001:S-Charge 3-Way Now! PL2
  17844. midresj:0:10220A:01:001:S-Charge Fire Now! PL2
  17845. midresj:0:10220E:01:001:S-Charge Shotgun Now! PL2
  17846.  
  17847. ; [ Midnight Resistance (US) ]
  17848. midresu:0:102177:02:000:Infinite Lives PL1
  17849. midresu:0:10217D:06:000:Infinite Keys PL1
  17850. midresu:0:102173:80:020:Invincibility PL1
  17851. midresu:0:102180:01:000:Always Have Full Auto PL1
  17852. midresu:0:102180:02:000:Always Have 3-Way PL1
  17853. midresu:0:102180:03:000:Always Have Fire PL1
  17854. midresu:0:102180:04:000:Always Have Shotgun PL1
  17855. midresu:0:102196:01:000:Always Have H.M. PL1
  17856. midresu:0:102196:02:000:Always Have Nitro PL1
  17857. midresu:0:102196:03:000:Always Have Shower PL1
  17858. midresu:0:1021A4:08:000:Always Have Barrier PL1
  17859. midresu:0:102189:99:000:Infinite Full Auto Ammo PL1
  17860. midresu:0:10218D:99:000:Infinite 3-Way Ammo PL1
  17861. midresu:0:102191:99:000:Infinite Fire Ammo PL1
  17862. midresu:0:102195:99:000:Infinite Shotgun Ammo PL1
  17863. midresu:0:10219D:99:000:Infinite H.M Ammo PL1
  17864. midresu:0:10219F:99:000:Infinite Nitro Ammo PL1
  17865. midresu:0:1021A1:99:000:Infinite Shower Ammo PL1
  17866. midresu:0:102186:01:000:Always S-Charge Full Auto PL1
  17867. midresu:0:10218A:01:000:Always S-Charge 3-Way PL1
  17868. midresu:0:10218E:01:000:Always S-Charge Fire PL1
  17869. midresu:0:102192:01:000:Always S-Charge Shotgun PL1
  17870. midresu:0:102180:01:001:Get Full Auto Now! PL1
  17871. midresu:0:102180:02:001:Get 3-Way Now! PL1
  17872. midresu:0:102180:03:001:Get Fire Now! PL1
  17873. midresu:0:102180:04:001:Get Shotgun Now! PL1
  17874. midresu:0:102196:01:001:Get H.M. Now! PL1
  17875. midresu:0:102196:02:001:Get Nitro Now! PL1
  17876. midresu:0:102196:03:001:Get Shower Now! PL1
  17877. midresu:0:1021A4:08:001:Get Barrier Now! PL1
  17878. midresu:0:102186:01:001:S-Charge Full Auto Now! PL1
  17879. midresu:0:10218A:01:001:S-Charge 3-Way Now! PL1
  17880. midresu:0:10218E:01:001:S-Charge Fire Now! PL1
  17881. midresu:0:102192:01:001:S-Charge Shotgun Now! PL1
  17882. midresu:0:1021F3:02:000:Infinite Lives PL2
  17883. midresu:0:1021F9:06:000:Infinite Keys PL2
  17884. midresu:0:1021EF:80:020:Invincibility PL2
  17885. midresu:0:1021FC:01:000:Always Have Full Auto PL2
  17886. midresu:0:1021FC:02:000:Always Have 3-Way PL2
  17887. midresu:0:1021FC:03:000:Always Have Fire PL2
  17888. midresu:0:1021FC:04:000:Always Have Shotgun PL2
  17889. midresu:0:102212:01:000:Always Have H.M. PL2
  17890. midresu:0:102212:02:000:Always Have Nitro PL2
  17891. midresu:0:102212:03:000:Always Have Shower PL2
  17892. midresu:0:102220:01:000:Always Have Barrier PL2
  17893. midresu:0:102205:99:000:Infinite Full Auto Ammo PL2
  17894. midresu:0:102209:99:000:Infinite 3-Way Ammo PL2
  17895. midresu:0:10220D:99:000:Infinite Fire Ammo PL2
  17896. midresu:0:102211:99:000:Infinite Shotgun Ammo PL2
  17897. midresu:0:102219:99:000:Infinite H.M. Ammo PL2
  17898. midresu:0:10221B:99:000:Infinite Nitro Ammo PL2
  17899. midresu:0:10221D:99:000:Infinite Shower Ammo PL2
  17900. midresu:0:102202:01:000:Always S-Charge Full Auto PL2
  17901. midresu:0:102206:01:000:Always S-Charge 3-Way PL2
  17902. midresu:0:10220A:01:000:Always S-Charge Fire PL2
  17903. midresu:0:10220E:01:000:Always S-Charge Shotgun PL2
  17904. midresu:0:1021FC:01:001:Get Full Auto Now! PL2
  17905. midresu:0:1021FC:02:001:Get 3-Way Now! PL2
  17906. midresu:0:1021FC:03:001:Get Fire Now! PL2
  17907. midresu:0:1021FC:04:001:Get Shotgun Now! PL2
  17908. midresu:0:102212:01:001:Get H.M. Now! PL2
  17909. midresu:0:102212:02:001:Get Nitro Now! PL2
  17910. midresu:0:102212:03:001:Get Shower Now! PL2
  17911. midresu:0:102220:01:001:Get Barrier Now! PL2
  17912. midresu:0:102202:01:001:S-Charge Full Auto Now! PL2
  17913. midresu:0:102206:01:001:S-Charge 3-Way Now! PL2
  17914. midresu:0:10220A:01:001:S-Charge Fire Now! PL2
  17915. midresu:0:10220E:01:001:S-Charge Shotgun Now! PL2
  17916.  
  17917. ; [ Money Puzzle Exchanger / Money Idol Exchanger ]
  17918. miexchng:0:107546:00:000:No more level gain:Solo game only
  17919. miexchng:0:1030FB:09:000:Always Max Chain 09
  17920. miexchng:0:1030FB:0A:000:Always Max Chain 10
  17921. miexchng:0:1030FB:0B:000:Always Max Chain 11
  17922. miexchng:0:1030FB:0C:000:Always Max Chain 12
  17923. miexchng:0:1030FB:0D:000:Always Max Chain 13
  17924. miexchng:0:1030FB:1E:070:Select Max Chain Value
  17925. miexchng:0:1030FD:96:070:Select Chain Number:Solo Play
  17926. miexchng:0:107546:32:070:Select Level:Solo Play
  17927.  
  17928. ; [ Mikie ]
  17929. mikie:0:2970:03:000:Infinite Lives
  17930. mikie:0:2908:04:000:Invincibility
  17931. mikie:0:2923:09:004:Infinite Credits
  17932. mikie:0:2C39:0A:000:Freeze Enemy 1
  17933. mikie:0:2ED9:0A:000:Freeze Enemy 2
  17934. mikie:0:2DF9:0A:000:Freeze Enemy 3
  17935. mikie:0:2C71:0A:000:Freeze Enemy 4
  17936. mikie:0:2CA9:0A:000:Freeze Enemy 5
  17937. mikie:0:2E31:0A:000:Freeze Enemy 6
  17938. mikie:0:0000:00:999:[Use these cheats instead of]
  17939. mikie:0:0000:00:999:[the FREEZE cheats because  ]
  17940. mikie:0:0000:00:999:[enemies may still hit you  ]
  17941. mikie:0:0000:00:999:[making some situations     ]
  17942. mikie:0:0000:00:999:[completely impossible!!    ]
  17943. mikie:0:2C3B:32:000:Enemies KO when hitted (1/6):Chicken or balls does same
  17944. mikie:0:2EDB:C4:500:Enemies KO when hitted (2/6):Also Hallway buckets disap.
  17945. mikie:0:2DFB:73:500:Enemies KO when hitted (3/6):Enemies behave strangely
  17946. mikie:0:2E33:B4:500:Enemies KO when hitted (4/6)
  17947. mikie:0:2C73:20:500:Enemies KO when hitted (5/6)
  17948. mikie:0:2CAB:20:500:Enemies KO when hitted (6/6)
  17949.  
  17950. ; [ Mikie (High School Graffiti) ]
  17951. mikiehs:0:2970:03:000:Infinite Lives
  17952. mikiehs:0:2908:04:000:Invincibility
  17953. mikiehs:0:2923:09:004:Infinite Credits
  17954. mikiehs:0:2C39:0A:000:Freeze Enemy 1
  17955. mikiehs:0:2ED9:0A:000:Freeze Enemy 2
  17956. mikiehs:0:2DF9:0A:000:Freeze Enemy 3
  17957. mikiehs:0:2C71:0A:000:Freeze Enemy 4
  17958. mikiehs:0:2CA9:0A:000:Freeze Enemy 5
  17959. mikiehs:0:2E31:0A:000:Freeze Enemy 6
  17960. mikiehs:0:0000:00:999:[Use these cheats instead of]
  17961. mikiehs:0:0000:00:999:[the FREEZE cheats because  ]
  17962. mikiehs:0:0000:00:999:[enemies may still hit you  ]
  17963. mikiehs:0:0000:00:999:[making some situations     ]
  17964. mikiehs:0:0000:00:999:[completely impossible!!    ]
  17965. mikiehs:0:2C3B:32:000:Enemies KO when hitted (1/6):Chicken or balls does same
  17966. mikiehs:0:2EDB:C4:500:Enemies KO when hitted (2/6):Also Hallway buckets disap.
  17967. mikiehs:0:2DFB:73:500:Enemies KO when hitted (3/6):Enemies behave strangely
  17968. mikiehs:0:2E33:B4:500:Enemies KO when hitted (4/6)
  17969. mikiehs:0:2C73:20:500:Enemies KO when hitted (5/6)
  17970. mikiehs:0:2CAB:20:500:Enemies KO when hitted (6/6)
  17971.  
  17972. ; [ Shinnyuushain Tooru-kun ]
  17973. mikiej:0:2970:03:000:Infinite Lives
  17974. mikiej:0:2908:04:000:Invincibility
  17975. mikiej:0:2923:09:004:Infinite Credits
  17976. mikiej:0:2C39:0A:000:Freeze Enemy 1
  17977. mikiej:0:2ED9:0A:000:Freeze Enemy 2
  17978. mikiej:0:2DF9:0A:000:Freeze Enemy 3
  17979. mikiej:0:2C71:0A:000:Freeze Enemy 4
  17980. mikiej:0:2CA9:0A:000:Freeze Enemy 5
  17981. mikiej:0:2E31:0A:000:Freeze Enemy 6
  17982. mikiej:0:0000:00:999:[Use these cheats instead of]
  17983. mikiej:0:0000:00:999:[the FREEZE cheats because  ]
  17984. mikiej:0:0000:00:999:[enemies may still hit you  ]
  17985. mikiej:0:0000:00:999:[making some situations     ]
  17986. mikiej:0:0000:00:999:[completely impossible!!    ]
  17987. mikiej:0:2C3B:32:000:Enemies KO when hitted (1/6):Chicken or balls does same
  17988. mikiej:0:2EDB:C4:500:Enemies KO when hitted (2/6):Also Hallway buckets disap.
  17989. mikiej:0:2DFB:73:500:Enemies KO when hitted (3/6):Enemies behave strangely
  17990. mikiej:0:2E33:B4:500:Enemies KO when hitted (4/6)
  17991. mikiej:0:2C73:20:500:Enemies KO when hitted (5/6)
  17992. mikiej:0:2CAB:20:500:Enemies KO when hitted (6/6)
  17993.  
  17994. ; [ Millipede ]
  17995. milliped:0:00B3:06:000:Infinite Lives PL1
  17996. milliped:0:00B4:06:000:Infinite Lives PL2
  17997. milliped:0:005D:B9:000:No Spiders
  17998. milliped:0:00C3:00:000:Lower Spider Sound
  17999. milliped:0:00F9:00:000:No Beetles
  18000. milliped:0:002C:00:000:Ant can't move
  18001. milliped:0:00C9:00:000:No Ant Sound
  18002. milliped:0:005C:00:000:No Flies
  18003. milliped:0:002C:00:000:Earwig Can't Move
  18004. milliped:0:00C9:00:000:No Earwig Sound
  18005. milliped:0:005C:00:000:No Mosquitos
  18006. milliped:0:13F0:00:000:No Inchworms
  18007. milliped:0:0000:00:999:[If invincibility is enabled]
  18008. milliped:0:0000:00:999:[,kill the complete frozen  ]
  18009. milliped:0:0000:00:999:[millipede to continue.     ]
  18010. milliped:0:02CE:00:000:Invincibility
  18011.  
  18012. ; [ Minnasanno Okagesamadesu ]
  18013. minasan:0:1000CD:F4:000:Infinite Move Time
  18014. minasan:0:000000:00:999:[winning hand cheat must be ]
  18015. minasan:0:000000:00:999:[activated when there is    ]
  18016. minasan:0:000000:00:999:[14 tiles in hand.          ]
  18017. minasan:0:000000:00:999:[The tiles do not visually  ]
  18018. minasan:0:000000:00:999:[change, until you make a   ]
  18019. minasan:0:000000:00:999:[move.                      ]
  18020. minasan:0:000000:00:999:[After the cheat is enabled,]
  18021. minasan:0:000000:00:999:[you must select 'RON'      ]
  18022. minasan:0:10119A:31:501:Get winning hand Now! (01/14)
  18023. minasan:0:10119B:31:501:Get winning hand Now! (02/14)
  18024. minasan:0:10119C:31:501:Get winning hand Now! (03/14)
  18025. minasan:0:10119D:32:501:Get winning hand Now! (04/14)
  18026. minasan:0:10119E:32:501:Get winning hand Now! (05/14)
  18027. minasan:0:10119F:32:501:Get winning hand Now! (06/14)
  18028. minasan:0:1011A0:33:501:Get winning hand Now! (07/14)
  18029. minasan:0:1011A1:33:501:Get winning hand Now! (08/14)
  18030. minasan:0:1011A2:33:501:Get winning hand Now! (09/14)
  18031. minasan:0:1011A3:34:501:Get winning hand Now! (10/14)
  18032. minasan:0:1011A4:34:501:Get winning hand Now! (11/14)
  18033. minasan:0:1011A5:34:501:Get winning hand Now! (12/14)
  18034. minasan:0:1011A6:35:501:Get winning hand Now! (13/14)
  18035. minasan:0:1011A7:35:501:Get winning hand Now! (14/14)
  18036. minasan:0:000000:00:999:[Number of steps must be    ]
  18037. minasan:0:000000:00:999:[activated after winning.   ]
  18038. minasan:0:10131C:01:000:Always make 1 step (always)
  18039. minasan:0:10131C:01:001:Make 1 step Now!
  18040. minasan:0:10131C:02:000:Always make 2 steps (always)
  18041. minasan:0:10131C:02:001:Make 2 step Now!
  18042. minasan:0:000000:00:999:[See this URL for mahjong   ]
  18043. minasan:0:000000:00:999:[rules (merge both lines!)  ]
  18044. minasan:0:000000:00:999:[www.tky.hut.fi/~kjmjm/     ]
  18045. minasan:0:000000:00:999:[English/majiang/rules.html ]
  18046.  
  18047. ; [ Minefield ]
  18048. minefld:0:8669:09:000:Infinite Lives
  18049. minefld:0:86F1:63:000:Infinite Missiles
  18050.  
  18051. ; [ Mini Golf (set 2) ]
  18052. minigol2:0:01C0:80:000:Infinite Time
  18053. minigol2:0:012C:01:000:Infinite Shots PL1
  18054. minigol2:0:0134:03:000:Infinite Holes PL1
  18055. minigol2:0:012E:01:000:Infinite Shots PL2
  18056. minigol2:0:0136:03:000:Infinite Holes PL2
  18057.  
  18058. ; [ Mini Golf (set 1) ]
  18059. minigolf:0:01C0:80:000:Infinite Time
  18060. minigolf:0:012C:01:000:Infinite Shots PL1
  18061. minigolf:0:0134:03:000:Infinite Holes PL1
  18062. minigolf:0:012E:01:000:Infinite Shots PL2
  18063. minigolf:0:0136:03:000:Infinite Holes PL2
  18064.  
  18065. ; [ Mirai Ninja (Japan) ]
  18066. mirninja:0:40A101:99:000:Infinite Energy
  18067. mirninja:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  18068.  
  18069. ; [ Missile Command (set 1) ]
  18070. missile:0:00A0:0B:004:Infinite shots (Left)
  18071. missile:0:00A1:0B:004:Infinite shots (Center)
  18072. missile:0:00A2:0B:004:Infinite shots (Right)
  18073. missile:0:00C0:06:000:Infinite cities PL1
  18074. missile:0:00C1:06:000:Infinite cities PL2
  18075.  
  18076. ; [ Missile Command (set 2) ]
  18077. missile2:0:008E:0B:004:Infinite shots (Left)
  18078. missile2:0:008F:0B:004:Infinite shots (Center)
  18079. missile2:0:0090:0B:004:Infinite shots (Right)
  18080. missile2:0:00AE:06:000:Infinite cities PL1
  18081. missile2:0:00AF:06:000:Infinite cities PL2
  18082.  
  18083. ; [ Mizubaku Daibouken (Japan) ]
  18084. mizubaku:0:109522:03:000:Infinite Lives
  18085. mizubaku:0:109504:08:020:Invincibility (1/2)
  18086. mizubaku:0:102C6B:5A:500:Invincibility (2/2)
  18087.  
  18088. ; [ Major League ]
  18089. mjleague:0:FFC109:63:070:Select score PL1
  18090. mjleague:0:FFC209:63:070:Select score PL2
  18091. mjleague:0:FFC08D:00:000:Infinite Strikes
  18092. mjleague:0:FFC08F:00:000:Infinite Balls
  18093. mjleague:0:FFC08B:00:000:Infinite Outs
  18094. mjleague:0:FFC08D:00:001:Set Strikes to 0 Now!
  18095. mjleague:0:FFC08D:03:001:Set Strikes to 3 Now!
  18096. mjleague:0:FFC08F:00:001:Set Balls to 0 Now!
  18097. mjleague:0:FFC08F:04:001:Set Balls to 4 Now!
  18098. mjleague:0:FFC08B:00:001:Set Outs to 0 Now!
  18099. mjleague:0:FFC08B:03:001:Set Outs to 3 Now!
  18100.  
  18101. ; [ Mortal Kombat (rev 1.0 08/08/92) ]
  18102. mkla1:0:00209A04:A1:000:Infinite Energy PL1
  18103. mkla1:0:00209A04:00:001:Set Energy=0 Now! PL1
  18104. mkla1:0:00209A60:A1:000:Infinite Energy PL2
  18105. mkla1:0:00209A60:00:001:Set Energy=0 Now! PL2
  18106. mkla1:0:00209AA8:05:071:Select current level
  18107. mkla1:0:00209AA8:05:061:Select next level
  18108. mkla1:0:00000000:00:999:[Enable these character     ]
  18109. mkla1:0:00000000:00:999:[select cheats after the    ]
  18110. mkla1:0:00000000:00:999:[level select screen or the ]
  18111. mkla1:0:00000000:00:999:[game may crash!!           ]
  18112. mkla1:0:00000000:00:999:[These are the values you   ]
  18113. mkla1:0:00000000:00:999:[need to select for each    ]
  18114. mkla1:0:00000000:00:999:[character currently known  ]
  18115. mkla1:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
  18116. mkla1:0:00000000:00:999:[ 03=Kang 04=Scorpion       ]
  18117. mkla1:0:00000000:00:999:[ 05=Sub Zero 06=Sonya      ]
  18118. mkla1:0:00000000:00:999:[ 07=Goro 08=Shang Tsung    ]
  18119. mkla1:0:002099F6:08:070:Select Character PL1
  18120. mkla1:0:00209A52:08:070:Select Character PL2
  18121.  
  18122. ; [ Mortal Kombat (rev 2.0 08/18/92) ]
  18123. mkla2:0:00209A04:A1:000:Infinite Energy PL1
  18124. mkla2:0:00209A04:00:001:Set Energy=0 Now! PL1
  18125. mkla2:0:00209A60:A1:000:Infinite Energy PL2
  18126. mkla2:0:00209A60:00:001:Set Energy=0 Now! PL2
  18127. mkla2:0:00209AA8:05:071:Select current level
  18128. mkla2:0:00209AA8:05:061:Select next level
  18129. mkla2:0:00000000:00:999:[Enable these character     ]
  18130. mkla2:0:00000000:00:999:[select cheats after the    ]
  18131. mkla2:0:00000000:00:999:[level select screen or the ]
  18132. mkla2:0:00000000:00:999:[game may crash!!           ]
  18133. mkla2:0:00000000:00:999:[These are the values you   ]
  18134. mkla2:0:00000000:00:999:[need to select for each    ]
  18135. mkla2:0:00000000:00:999:[character currently known  ]
  18136. mkla2:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
  18137. mkla2:0:00000000:00:999:[ 03=Kang 04=Scorpion       ]
  18138. mkla2:0:00000000:00:999:[ 05=Sub Zero 06=Sonya      ]
  18139. mkla2:0:00000000:00:999:[ 07=Goro 08=Shang Tsung    ]
  18140. mkla2:0:002099F6:08:070:Select Character PL1
  18141. mkla2:0:00209A52:08:070:Select Character PL2
  18142.  
  18143. ; [ Mortal Kombat (rev 3.0 08/31/92) ]
  18144. mkla3:0:00209A04:A1:000:Infinite Energy PL1
  18145. mkla3:0:00209A04:00:001:Set Energy=0 Now! PL1
  18146. mkla3:0:00209A60:A1:000:Infinite Energy PL2
  18147. mkla3:0:00209A60:00:001:Set Energy=0 Now! PL2
  18148. mkla3:0:00209AA8:05:071:Select current level
  18149. mkla3:0:00209AA8:05:061:Select next level
  18150. mkla3:0:00000000:00:999:[Enable the go to the bottom]
  18151. mkla3:0:00000000:00:999:[of the pit cheat on the    ]
  18152. mkla3:0:00000000:00:999:[character selection screen.]
  18153. mkla3:0:00209AA8:09:001:Go to the bottom of the Pit
  18154. mkla3:0:00000000:00:999:[Enable these character     ]
  18155. mkla3:0:00000000:00:999:[select cheats after the    ]
  18156. mkla3:0:00000000:00:999:[level select screen or the ]
  18157. mkla3:0:00000000:00:999:[game may crash!!           ]
  18158. mkla3:0:00000000:00:999:[These are the values you   ]
  18159. mkla3:0:00000000:00:999:[need to select for each    ]
  18160. mkla3:0:00000000:00:999:[character currently known  ]
  18161. mkla3:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
  18162. mkla3:0:00000000:00:999:[ 03=Kang 04=Scorpion       ]
  18163. mkla3:0:00000000:00:999:[ 05=Sub Zero 06=Sonya      ]
  18164. mkla3:0:00000000:00:999:[ 07=Goro 08=Shang Tsung    ]
  18165. mkla3:0:002099F6:08:070:Select Character PL1
  18166. mkla3:0:00209A52:08:070:Select Character PL2
  18167.  
  18168. ; [ Mortal Kombat (rev 4.0 09/28/92) ]
  18169. mkla4:0:00209A04:A1:000:Infinite Energy PL1
  18170. mkla4:0:00209A04:00:001:Set Energy=0 Now! PL1
  18171. mkla4:0:00209A60:A1:000:Infinite Energy PL2
  18172. mkla4:0:00209A60:00:001:Set Energy=0 Now! PL2
  18173. mkla4:0:00209AA8:05:071:Select current level
  18174. mkla4:0:00209AA8:05:061:Select next level
  18175. mkla4:0:00000000:00:999:[Enable the go to the bottom]
  18176. mkla4:0:00000000:00:999:[of the pit cheat on the    ]
  18177. mkla4:0:00000000:00:999:[character selection screen.]
  18178. mkla4:0:00209AA8:09:001:Go to the bottom of the Pit
  18179. mkla4:0:00000000:00:999:[Enable these character     ]
  18180. mkla4:0:00000000:00:999:[select cheats after the    ]
  18181. mkla4:0:00000000:00:999:[level select screen or the ]
  18182. mkla4:0:00000000:00:999:[game may crash!!           ]
  18183. mkla4:0:00000000:00:999:[These are the values you   ]
  18184. mkla4:0:00000000:00:999:[need to select for each    ]
  18185. mkla4:0:00000000:00:999:[character currently known  ]
  18186. mkla4:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
  18187. mkla4:0:00000000:00:999:[ 03=Kang 04=Scorpion       ]
  18188. mkla4:0:00000000:00:999:[ 05=Sub Zero 06=Sonya      ]
  18189. mkla4:0:00000000:00:999:[ 07=Goro 08=Shang Tsung    ]
  18190. mkla4:0:002099F6:08:070:Select Character PL1
  18191. mkla4:0:00209A52:08:070:Select Character PL2
  18192.  
  18193. ; [ Mortal Kombat (rev 5.0 T-Unit 03/19/93) ]
  18194. mk:0:00209A04:A1:000:Infinite Energy PL1
  18195. mk:0:00209A04:00:001:Set Energy=0 Now! PL1
  18196. mk:0:00209A60:A1:000:Infinite Energy PL2
  18197. mk:0:00209A60:00:001:Set Energy=0 Now! PL2
  18198. mk:0:00209AA8:05:071:Select current level
  18199. mk:0:00209AA8:05:061:Select next level
  18200. mk:0:00000000:00:999:[Enable the go to the bottom]
  18201. mk:0:00000000:00:999:[of the pit cheat on the    ]
  18202. mk:0:00000000:00:999:[character selection screen.]
  18203. mk:0:00209AA8:09:001:Go to the bottom of the Pit
  18204. mk:0:00000000:00:999:[Enable these character     ]
  18205. mk:0:00000000:00:999:[select cheats after the    ]
  18206. mk:0:00000000:00:999:[level select screen or the ]
  18207. mk:0:00000000:00:999:[game may crash!!           ]
  18208. mk:0:00000000:00:999:[These are the values you   ]
  18209. mk:0:00000000:00:999:[need to select for each    ]
  18210. mk:0:00000000:00:999:[character currently known  ]
  18211. mk:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
  18212. mk:0:00000000:00:999:[ 03=Kang 04=Scorpion       ]
  18213. mk:0:00000000:00:999:[ 05=Sub Zero 06=Sonya      ]
  18214. mk:0:00000000:00:999:[ 07=Goro 08=Shang Tsung    ]
  18215. mk:0:002099F6:08:070:Select Character PL1
  18216. mk:0:00209A52:08:070:Select Character PL2
  18217.  
  18218. ; [ Marchen Maze (Japan) ]
  18219. mmaze:0:11F1:05:000:Invincibility
  18220. mmaze:0:1301:06:000:Infinite Lives PL1
  18221. mmaze:0:1381:06:000:Infinite Lives PL2
  18222.  
  18223. ; [ Minky Monkey ]
  18224. mmonkey:0:005D:99:000:Infinite Time
  18225. mmonkey:0:0055:08:000:Infinite Lives
  18226. mmonkey:0:0075:00:000:Invincibility
  18227. mmonkey:0:005B:04:001:One success ends level Now!
  18228. mmonkey:0:005C:00:000:No failures
  18229.  
  18230. ; [ Munch Mobile (Japan) ]
  18231. mnchmobl:0:811F:78:000:Infinite Fuel
  18232. mnchmobl:0:82DC:00:000:Invincibility
  18233. mnchmobl:0:8138:06:000:Infinite Lives PL1
  18234. mnchmobl:0:8139:06:000:Infinite Lives PL2
  18235.  
  18236. ; [ Mutant Night ]
  18237. mnight:0:C195:99:000:Infinite Time
  18238. mnight:0:C195:01:001:Lose remaining time Now!
  18239. mnight:0:C02A:08:000:Infinite Lives PL1
  18240. mnight:0:C052:08:000:Infinite Lives PL2
  18241. mnight:0:CB1C:00:000:Invincibility
  18242. mnight:0:0000:00:999:[ Normal size to enter trap ]
  18243. mnight:0:0000:00:999:[ Big size == invincibility ]
  18244. mnight:0:CDB0:00:001:Size is Normal Now!
  18245. mnight:0:CDB0:02:001:Size is Big Now!
  18246. mnight:0:CDB0:03:001:Size is Small Now!
  18247. mnight:0:CDB3:80:000:Always Multiway shot (1/3)
  18248. mnight:0:CDB5:B0:500:Always Multiway shot (2/3)
  18249. mnight:0:CDB6:04:500:Always Multiway shot (3/3)
  18250. mnight:0:CDB3:80:000:Get Multiway shot Now! (1/3)
  18251. mnight:0:CDB5:B0:500:Get Multiway shot Now! (2/3)
  18252. mnight:0:CDB6:04:501:Get Multiway shot Now! (3/3)
  18253. mnight:0:CDB3:00:001:Get Normal shot Now! (1/3)
  18254. mnight:0:CDB5:01:501:Get Normal shot Now! (2/3)
  18255. mnight:0:CDB6:00:501:Get Normal shot Now! (3/3)
  18256.  
  18257. ; [ Moguchan ]
  18258. moguchan:0:5824:09:000:Infinite Lives PL1
  18259. moguchan:0:5825:09:000:Infinite Lives PL2
  18260. moguchan:0:5890:00:000:Invincibility
  18261.  
  18262. ; [ Mole Attack ]
  18263. mole:0:02F2:25:000:Infinite Time
  18264. mole:0:02F2:00:001:Time Up Now!
  18265. mole:0:02F7:99:001:Round Points = 990 Now!!
  18266.  
  18267. ; [ Monkey Donkey ]
  18268. monkeyd:0:6228:06:000:Infinite Lives
  18269. monkeyd:0:6394:0F:002:Infinite hammer upon pickup
  18270. monkeyd:0:62B1:63:000:Infinite bonus time (1/2)
  18271. monkeyd:0:638C:99:502:Infinite bonus time (2/2)
  18272. monkeyd:0:62B9:00:000:No fireballs on ramps
  18273. monkeyd:0:6403:00:000:No fireballs on factory
  18274. monkeyd:0:65A0:00:000:No pies on factory
  18275. monkeyd:0:6400:00:000:No fireballs on rivets
  18276. monkeyd:0:6500:00:000:No jacks on elevators
  18277. monkeyd:0:6392:00:000:No barrels on ramps
  18278. monkeyd:0:6215:01:000:Always climb
  18279. monkeyd:0:6215:00:001:Deactivate climb
  18280. monkeyd:0:6217:01:000:Hammer (1/2)
  18281. monkeyd:0:6691:01:500:Hammer (2/2)
  18282. monkeyd:0:6290:00:001:Finish sub-level 4 Now!
  18283. monkeyd:0:6229:FF:072:Select current round
  18284. monkeyd:0:6229:FF:062:Select next round
  18285.  
  18286. ; [ Monster Bash ]
  18287. monsterb:0:E382:06:000:Infinite Lives PL1
  18288. monsterb:0:E383:06:000:Infinite Lives PL2
  18289.  
  18290. ; [ Moon War II (set 2) ]
  18291. monwar2a:0:8744:09:000:Infinite Lives
  18292.  
  18293. ; [ Money Money ]
  18294. monymony:0:7267:0A:000:Infinite Lives PL1
  18295. monymony:0:7268:0A:000:Infinite Lives PL2
  18296. monymony:0:0000:00:999:[Invincibility doesn't      ]
  18297. monymony:0:0000:00:999:[protect you from falls!!   ]
  18298. monymony:0:7272:10:000:Invincibility (1/2)
  18299. monymony:0:7431:01:500:Invincibility (2/2)
  18300.  
  18301. ; [ Moon Alien Part 2 ]
  18302. moonal2:0:821D:05:000:Infinite Lives
  18303. moonal2:0:8200:01:000:Invincibility (1/3)
  18304. moonal2:0:8205:00:500:Invincibility (2/3)
  18305. moonal2:0:8201:00:500:Invincibility (3/3)
  18306.  
  18307. ; [ Moon Alien Part 2 (older version) ]
  18308. moonal2b:0:821D:05:000:Infinite Lives
  18309. moonal2b:0:8200:01:000:Invincibility (1/3)
  18310. moonal2b:0:8205:00:500:Invincibility (2/3)
  18311. moonal2b:0:8201:00:500:Invincibility (3/3)
  18312.  
  18313. ; [ Moon Cresta (bootleg on Galaxian hardware) ]
  18314. mooncrgx:0:409D:01:000:Infinite Lives (1/2)
  18315. mooncrgx:0:409E:00:500:Infinite Lives (2/2)
  18316. mooncrgx:0:4230:30:000:Infinite Time to dock
  18317. mooncrgx:0:4230:00:001:No more dock time Now! (1/2)
  18318. mooncrgx:0:4231:01:501:No more dock time Now! (2/2)
  18319. mooncrgx:0:423C:01:000:Only 1 to kill per screen
  18320.  
  18321. ; [ Moon Cresta (bootleg set 2) ]
  18322. mooncrs2:0:809D:01:000:Infinite Lives (1/2)
  18323. mooncrs2:0:809E:00:500:Infinite Lives (2/2)
  18324. mooncrs2:0:8230:30:000:Infinite Time to dock
  18325. mooncrs2:0:8230:00:001:No more dock time Now! (1/2)
  18326. mooncrs2:0:8231:01:501:No more dock time Now! (2/2)
  18327. mooncrs2:0:823C:01:000:Only 1 to kill per screen
  18328.  
  18329. ; [ Moon Cresta (bootleg set 1) ]
  18330. mooncrsb:0:809D:01:000:Infinite Lives (1/2)
  18331. mooncrsb:0:809E:00:500:Infinite Lives (2/2)
  18332. mooncrsb:0:8230:30:000:Infinite Time to dock
  18333. mooncrsb:0:8230:00:001:No more dock time Now! (1/2)
  18334. mooncrsb:0:8231:01:501:No more dock time Now! (2/2)
  18335. mooncrsb:0:823C:01:000:Only 1 to kill per screen
  18336.  
  18337. ; [ Moon Cresta (Gremlin) ]
  18338. mooncrsg:0:809D:01:000:Infinite Lives (1/2)
  18339. mooncrsg:0:809E:00:500:Infinite Lives (2/2)
  18340. mooncrsg:0:8230:30:000:Infinite Time to dock
  18341. mooncrsg:0:8230:00:001:No more dock time Now! (1/2)
  18342. mooncrsg:0:8231:01:501:No more dock time Now! (2/2)
  18343. mooncrsg:0:823C:01:000:Only 1 to kill per screen
  18344.  
  18345. ; [ Moon Cresta (Nichibutsu) ]
  18346. mooncrst:0:809D:01:000:Infinite Lives (1/2)
  18347. mooncrst:0:809E:00:500:Infinite Lives (2/2)
  18348. mooncrst:0:8230:30:000:Infinite Time to dock
  18349. mooncrst:0:8230:00:001:No more dock time Now! (1/2)
  18350. mooncrst:0:8231:01:501:No more dock time Now! (2/2)
  18351. mooncrst:0:823C:01:000:Only 1 to kill per screen
  18352.  
  18353. ; [ Moon Quasar ]
  18354. moonqsr:0:8087:F8:000:Infinite Fuel
  18355.  
  18356. ; [ Moon Walker (Set 1) ]
  18357. moonwalk:0:FFDA58:03:000:Infinite Lives PL1
  18358. moonwalk:0:FFC01C:40:000:Infinite Energy PL1
  18359. moonwalk:0:FFDA79:01:000:Infinite Magic PL1
  18360. moonwalk:0:FFDA7D:45:000:Invincibility PL1
  18361. moonwalk:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen
  18362. moonwalk:0:FFC04C:04:001:Become Robot Now! PL1:Buggy
  18363. moonwalk:0:FFDA98:03:000:Infinite Lives PL2
  18364. moonwalk:0:FFC0DC:40:000:Infinite Energy PL2
  18365. moonwalk:0:FFDAB9:01:000:Infinite Magic PL2
  18366. moonwalk:0:FFDABD:45:000:Invincibility PL2
  18367. moonwalk:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen
  18368. moonwalk:0:FFC10C:04:001:Become Robot Now! PL2:Buggy
  18369. moonwalk:0:FFDAD8:03:000:Infinite Lives PL3
  18370. moonwalk:0:FFC19C:28:000:Infinite Energy PL3
  18371. moonwalk:0:FFDAF9:01:000:Infinite Magic PL3
  18372. moonwalk:0:FFDAFD:45:000:Invincibility PL3
  18373. moonwalk:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen
  18374. moonwalk:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy
  18375.  
  18376. ; [ Moon War II (set 1) ]
  18377. moonwar2:0:8744:09:000:Infinite Lives
  18378.  
  18379. ; [ Moon Walker (Set 2) ]
  18380. moonwlka:0:FFDA58:03:000:Infinite Lives PL1
  18381. moonwlka:0:FFC01C:40:000:Infinite Energy PL1
  18382. moonwlka:0:FFDA79:01:000:Infinite Magic PL1
  18383. moonwlka:0:FFDA7D:45:000:Invincibility PL1
  18384. moonwlka:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen
  18385. moonwlka:0:FFC04C:04:001:Become Robot Now! PL1:Buggy
  18386. moonwlka:0:FFDA98:03:000:Infinite Lives PL2
  18387. moonwlka:0:FFC0DC:40:000:Infinite Energy PL2
  18388. moonwlka:0:FFDAB9:01:000:Infinite Magic PL2
  18389. moonwlka:0:FFDABD:45:000:Invincibility PL2
  18390. moonwlka:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen
  18391. moonwlka:0:FFC10C:04:001:Become Robot Now! PL2:Buggy
  18392. moonwlka:0:FFDAD8:03:000:Infinite Lives PL3
  18393. moonwlka:0:FFC19C:28:000:Infinite Energy PL3
  18394. moonwlka:0:FFDAF9:01:000:Infinite Magic PL3
  18395. moonwlka:0:FFDAFD:45:000:Invincibility PL3
  18396. moonwlka:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen
  18397. moonwlka:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy
  18398.  
  18399. ;[ Moon Walker (bootleg) ]
  18400. moonwlkb:0:FFDA58:03:000:Infinite Lives PL1
  18401. moonwlkb:0:FFC01C:40:000:Infinite Energy PL1
  18402. moonwlkb:0:FFDA79:01:000:Infinite Magic PL1
  18403. moonwlkb:0:FFDA7D:45:000:Invincibility PL1
  18404. moonwlkb:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen
  18405. moonwlkb:0:FFC04C:04:001:Become Robot Now! PL1:Buggy
  18406. moonwlkb:0:FFDA98:03:000:Infinite Lives PL2
  18407. moonwlkb:0:FFC0DC:40:000:Infinite Energy PL2
  18408. moonwlkb:0:FFDAB9:01:000:Infinite Magic PL2
  18409. moonwlkb:0:FFDABD:45:000:Invincibility PL2
  18410. moonwlkb:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen
  18411. moonwlkb:0:FFC10C:04:001:Become Robot Now! PL2:Buggy
  18412. moonwlkb:0:FFDAD8:03:000:Infinite Lives PL3
  18413. moonwlkb:0:FFC19C:28:000:Infinite Energy PL3
  18414. moonwlkb:0:FFDAF9:01:000:Infinite Magic PL3
  18415. moonwlkb:0:FFDAFD:45:000:Invincibility PL3
  18416. moonwlkb:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen
  18417. moonwlkb:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy
  18418.  
  18419. ; [ Syougi No Tatsujin - Master of Syougi ]
  18420. mosyougi:0:10B064:3B:000:Infinite Time:Mode Left Course Only
  18421.  
  18422. ; [ MotoRace USA ]
  18423. motorace:0:E70D:01:000:Rank always set to 1st
  18424. motorace:0:0000:00:999:[Infinite Fuel must be      ]
  18425. motorace:0:0000:00:999:[turned off at New York.    ]
  18426. motorace:0:E708:1E:000:Infinite Fuel
  18427. motorace:0:0000:00:999:[Invincibility must be      ]
  18428. motorace:0:0000:00:999:[turned OFF before entering ]
  18429. motorace:0:0000:00:999:[the final straight of      ]
  18430. motorace:0:0000:00:999:[each city.                 ]
  18431. motorace:0:E300:03:000:Invincibility
  18432.  
  18433. ; [ Motos ]
  18434. motos:0:1826:03:000:Infinite Lives 
  18435. motos:0:182D:FF:000:Infinite Power
  18436. motos:0:182C:63:000:Infinite Jumps
  18437.  
  18438. ; [ Moon Patrol ]
  18439. mpatrol:0:E511:00:000:Infinite Time
  18440. mpatrol:0:E515:0A:000:Infinite Lives
  18441. mpatrol:0:0000:00:999:[Crazy Invincibility doesn't]
  18442. mpatrol:0:0000:00:999:[allow you to jump - and the]
  18443. mpatrol:0:0000:00:999:[sprite has problems..      ]
  18444. mpatrol:0:E300:02:000:Crazy Invincibility
  18445.  
  18446. ; [ Moon Patrol (Williams) ]
  18447. mpatrolw:0:E511:00:000:Infinite Time
  18448. mpatrolw:0:E515:0A:000:Infinite Lives
  18449. mpatrolw:0:0000:00:999:[Crazy Invincibility doesn't]
  18450. mpatrolw:0:0000:00:999:[allow you to jump - and the]
  18451. mpatrolw:0:0000:00:999:[sprite has problems..      ]
  18452. mpatrolw:0:E300:02:000:Crazy Invincibility
  18453.  
  18454. ; [ Mad Planets ]
  18455. mplanets:0:130A:06:000:Infinite Lives
  18456. mplanets:0:012F0:00:000:Invincibility
  18457.  
  18458. ; [ Moon Ranger ]
  18459. mranger:0:E511:00:000:Infinite Time
  18460. mranger:0:E515:0A:000:Infinite Lives
  18461. mranger:0:0000:00:999:[Crazy Invincibility doesn't]
  18462. mranger:0:0000:00:999:[allow you to jump - and the]
  18463. mranger:0:0000:00:999:[sprite has problems..      ]
  18464. mranger:0:E300:02:000:Crazy Invincibility
  18465.  
  18466. ; [ Mr. Do! (Universal) ]
  18467. mrdo:0:E1C5:18:040:Invincibility
  18468. mrdo:0:E097:06:000:Infinite Lives PL1
  18469. mrdo:0:E0A1:21:000:MANY red monsters PL1
  18470. mrdo:0:E0A1:01:000:One red monster PL1
  18471. mrdo:0:E0A1:00:000:NO red monsters PL1
  18472. mrdo:0:E11C:06:000:Infinite Lives PL2
  18473. mrdo:0:E126:21:000:MANY red monsters PL2
  18474. mrdo:0:E126:01:000:One red monster PL2
  18475. mrdo:0:E126:00:000:NO red monsters PL2
  18476.  
  18477. ; [ Mr. Do! (bugfixed) ]
  18478. mrdofix:0:E1C5:18:040:Invincibility
  18479. mrdofix:0:E097:06:000:Infinite Lives PL1
  18480. mrdofix:0:E0A1:21:000:MANY red monsters PL1
  18481. mrdofix:0:E0A1:01:000:One red monster PL1
  18482. mrdofix:0:E0A1:00:000:NO red monsters PL1
  18483. mrdofix:0:E11C:06:000:Infinite Lives PL2
  18484. mrdofix:0:E126:21:000:MANY red monsters PL2
  18485. mrdofix:0:E126:01:000:One red monster PL2
  18486. mrdofix:0:E126:00:000:NO red monsters PL2
  18487.  
  18488. ; [ Mr. Do! (Taito) ]
  18489. mrdot:0:E1C5:18:040:Invincibility
  18490. mrdot:0:E097:06:000:Infinite Lives PL1
  18491. mrdot:0:E0A1:21:000:MANY red monsters PL1
  18492. mrdot:0:E0A1:01:000:One red monster PL1
  18493. mrdot:0:E0A1:00:000:NO red monsters PL1
  18494. mrdot:0:E11C:06:000:Infinite Lives PL2
  18495. mrdot:0:E126:21:000:MANY red monsters PL2
  18496. mrdot:0:E126:01:000:One red monster PL2
  18497. mrdot:0:E126:00:000:NO red monsters PL2
  18498.  
  18499. ; [ Mr. Do! (Yukidaruma) ]
  18500. mrdoy:0:E091:06:000:Infinite Lives PL1
  18501. mrdoy:0:E09B:21:000:MANY red monsters PL1
  18502. mrdoy:0:E09B:01:000:One red monster PL1
  18503. mrdoy:0:E09B:00:000:NO red monsters PL1
  18504. mrdoy:0:E0E9:06:000:Infinite Lives PL2
  18505. mrdoy:0:E0F3:21:000:MANY red monsters PL2
  18506. mrdoy:0:E0F3:01:000:One red monster PL2
  18507. mrdoy:0:E0F3:00:000:NO red monsters PL2
  18508.  
  18509. ; [ Mr. Du! ]
  18510. mrdu:0:E1C5:18:040:Invincibility
  18511. mrdu:0:E097:06:000:Infinite Lives PL1
  18512. mrdu:0:E0A1:21:000:MANY red monsters PL1
  18513. mrdu:0:E0A1:01:000:One red monster PL1
  18514. mrdu:0:E0A1:00:000:NO red monsters PL1
  18515. mrdu:0:E11C:06:000:Infinite Lives PL2
  18516. mrdu:0:E126:21:000:MANY red monsters PL2
  18517. mrdu:0:E126:01:000:One red monster PL2
  18518. mrdu:0:E126:00:000:NO red monsters PL2
  18519.  
  18520. ; [ Mr. Goemon (Japan) ]
  18521. mrgoemon:0:DBB0:06:000:Infinite Lives
  18522. mrgoemon:0:DB13:40:002:Sound Test Timer Stop:[PL2 Start]Next Code
  18523.  
  18524. ; [ Mr. HELI no Dai-Bouken ]
  18525. mrheli:0:A3760:3F:000:Infinite Time (1/2)
  18526. mrheli:0:A3761:83:500:Infinite Time (2/2)
  18527. mrheli:0:A2964:0A:000:Infinite Lives
  18528. mrheli:0:A007E:FF:000:Infinite Energy
  18529. mrheli:0:A3754:90:000:Infinite Money (1/3)
  18530. mrheli:0:A3755:99:500:Infinite Money (2/3)
  18531. mrheli:0:A3756:99:500:Infinite Money (3/3)
  18532. mrheli:0:A001B:02:000:Maximum Power Bomb
  18533. mrheli:0:A001C:02:000:Maximum Power Shot
  18534. mrheli:0:A001D:02:000:Maximum Power Missile 
  18535.  
  18536. ; [ Mr. Lo! ]
  18537. mrlo:0:E1C5:18:040:Invincibility
  18538. mrlo:0:E097:06:000:Infinite Lives PL1
  18539. mrlo:0:E0A1:21:000:MANY red monsters PL1
  18540. mrlo:0:E0A1:01:000:One red monster PL1
  18541. mrlo:0:E0A1:00:000:NO red monsters PL1
  18542. mrlo:0:E11C:06:000:Infinite Lives PL2
  18543. mrlo:0:E126:21:000:MANY red monsters PL2
  18544. mrlo:0:E126:01:000:One red monster PL2
  18545. mrlo:0:E126:00:000:NO red monsters PL2
  18546.  
  18547. ; [ Mr. TNT ]
  18548. mrtnt:0:4CA6:09:000:Infinite Lives PL1
  18549. mrtnt:0:4CA7:09:000:Infinite Lives PL2
  18550.  
  18551. ; [ Mister Viking ]
  18552. mrviking:0:C161:08:000:Infinite Lives PL1
  18553. mrviking:0:C162:08:000:Infinite Lives PL2
  18554.  
  18555. ; [ Mister Viking (Japan) ]
  18556. mrvikinj:0:C161:08:000:Infinite Lives PL1
  18557. mrvikinj:0:C162:08:000:Infinite Lives PL2
  18558.  
  18559. ; [ Metal Slug - Super Vehicle-001 ]
  18560. mslug:0:106E93:3C:000:Infinite Time
  18561. mslug:0:1005E7:30:000:Infinite Tank Gas
  18562. mslug:0:100610:0A:000:Infinite Tank Cannon
  18563. mslug:0:100377:03:000:Infinite Lives PL1
  18564. mslug:0:1004C2:FF:000:Infinite Ammo PL1
  18565. mslug:0:1004C0:0A:000:Infinite Bombs PL1
  18566. mslug:0:100610:0A:000:Infinite Cannon PL1
  18567. mslug:0:100485:40:000:Invincibility PL1
  18568. mslug:0:1004B1:00:000:Always Normal Gun PL1
  18569. mslug:0:1004B1:01:000:Always Shotgun PL1
  18570. mslug:0:1004B1:02:000:Always Flamer PL1
  18571. mslug:0:1004B1:03:000:Always Rocket Launcher PL1
  18572. mslug:0:1004B1:04:000:Always Machine Gun PL1
  18573. mslug:0:1004B1:00:001:Get Normal Gun Now! PL1
  18574. mslug:0:1004B1:01:001:Get Shotgun Now! PL1
  18575. mslug:0:1004B1:02:001:Get Flamer Now! PL1
  18576. mslug:0:1004B1:03:001:Get Rocket Launcher Now! PL1
  18577. mslug:0:1004B1:04:001:Get Machine Gun Now! PL1
  18578. mslug:0:100417:03:000:Infinite Lives PL2
  18579. mslug:0:100562:FF:000:Infinite Ammo PL2
  18580. mslug:0:100560:0A:000:Infinite Bombs PL2
  18581. mslug:0:100610:0A:000:Infinite Cannon PL2
  18582. mslug:0:100525:40:000:Invincibility PL2
  18583. mslug:0:100551:00:000:Always Normal Gun PL2
  18584. mslug:0:100551:01:000:Always Shotgun PL2
  18585. mslug:0:100551:02:000:Always Flamer PL2
  18586. mslug:0:100551:03:000:Always Rocket Launcher PL2
  18587. mslug:0:100551:04:000:Always Machine Gun PL2
  18588. mslug:0:100551:00:001:Get Normal Gun  Now! PL2
  18589. mslug:0:100551:01:001:Get Shotgun Now! PL2
  18590. mslug:0:100551:02:001:Get Flamer Now! PL2
  18591. mslug:0:100551:03:001:Get Rocket Launcher Now! PL2
  18592. mslug:0:100551:04:001:Get Machine Gun Now! PL2
  18593.  
  18594. ; [ Metal Slug 2 - Super Vehicle-001/II ]
  18595. mslug2:0:1013B4:3C:000:Infinite Time
  18596. mslug2:0:101276:63:000:Infinite Lives PL1
  18597. mslug2:0:10C348:63:000:Infinite Bombs PL1
  18598. mslug2:0:10C34D:FF:000:Infinite Ammo PL1
  18599. mslug2:0:10E8A1:0A:000:Infinite Cannon PL1
  18600. mslug2:0:101517:77:000:Invincibility PL1
  18601. mslug2:0:10E8A1:0A:000:Infinite Vehicle Cannon PL1
  18602. mslug2:0:10E89B:30:000:Infinite Vehicle Energy PL1
  18603. mslug2:0:101525:00:001:Become Normal PL1
  18604. mslug2:0:101525:02:001:Become Fat Bloater PL1
  18605. mslug2:0:101525:03:001:Become Mummy PL1
  18606. mslug2:0:10C346:FF:001:Get Normal Gun PL1
  18607. mslug2:0:10C346:00:001:Get Shotgun PL1 (1/2)
  18608. mslug2:0:101525:01:501:Get Shotgun PL1 (2/2)
  18609. mslug2:0:10C346:01:001:Get Rocket Launcher PL1(1/2)
  18610. mslug2:0:101525:01:501:Get Rocket Launcher PL1(2/2)
  18611. mslug2:0:10C346:02:001:Get Flamethrower PL1 (1/2)
  18612. mslug2:0:101525:01:501:Get Flamethrower PL1 (2/2)
  18613. mslug2:0:10C346:03:001:Get Machine Gun PL1 (1/2)
  18614. mslug2:0:101525:01:501:Get Machine Gun PL1 (2/2)
  18615. mslug2:0:10C346:04:001:Get Laser PL1 (1/2)
  18616. mslug2:0:101525:01:501:Get Laser PL1 (2/2)
  18617. mslug2:0:10131E:63:000:Infinite Lives PL2
  18618. mslug2:0:10C349:63:000:Infinite Bombs PL2
  18619. mslug2:0:10C34F:FF:000:Infinite Ammo PL2
  18620. mslug2:0:10E8C5:0A:000:Infinite Cannon PL2
  18621. mslug2:0:1015BF:77:000:Invincibility PL2
  18622. mslug2:0:10E8C5:0A:000:Infinite Vehicle Cannon PL2
  18623. mslug2:0:10E8BF:30:000:Infinite Vehicle Energy PL2
  18624. mslug2:0:1015CD:00:001:Become Normal Now! PL2
  18625. mslug2:0:1015CD:02:001:Become Fat Bloater Now! PL2
  18626. mslug2:0:1015CD:03:001:Become Mummy Now! PL2
  18627. mslug2:0:10C347:FF:001:Get Normal Gun PL2
  18628. mslug2:0:10C347:00:001:Get Shotgun PL2 (1/2)
  18629. mslug2:0:1015CD:01:501:Get Shotgun PL2 (2/2)
  18630. mslug2:0:10C347:01:001:Get Rocket Launcher PL2(1/2)
  18631. mslug2:0:1015CD:01:501:Get Rocket Launcher PL2(2/2)
  18632. mslug2:0:10C347:02:001:Get Flamethrower PL2 (1/2)
  18633. mslug2:0:1015CD:01:501:Get Flamethrower PL2 (2/2)
  18634. mslug2:0:10C347:03:001:Get Machine Gun PL2 (1/2)
  18635. mslug2:0:1015CD:01:501:Get Machine Gun PL2 (2/2)
  18636. mslug2:0:10C347:04:001:Get Laser PL2 (1/2)
  18637. mslug2:0:1015CD:01:501:Get Laser PL2 (2/2)
  18638.  
  18639. ; [ Ms. Pac-Man Plus ]
  18640. mspacatk:0:4E14:06:000:Infinite Lives (1/2)
  18641. mspacatk:0:4E15:05:500:Infinite Lives (2/2)
  18642. mspacatk:0:0000:00:999:[------Starting Levels------]
  18643. mspacatk:0:0000:00:999:[Deactivate the cheats after]
  18644. mspacatk:0:0000:00:999:[starting the level or leave]
  18645. mspacatk:0:0000:00:999:[active to repeat the level.]
  18646. mspacatk:0:4E0A:7E:000:Start at Strawberry (1/2)
  18647. mspacatk:0:4E13:01:500:Start at Strawberry (2/2)
  18648. mspacatk:0:4E0A:7F:000:Start at Orange (1/2)
  18649. mspacatk:0:4E13:02:500:Start at Orange (2/2)
  18650. mspacatk:0:4E0A:80:000:Start at Pretzel (1/2)
  18651. mspacatk:0:4E13:03:500:Start at Pretzel (2/2)
  18652. mspacatk:0:4E0A:81:000:Start at Apple (1/2)
  18653. mspacatk:0:4E13:04:500:Start at Apple (2/2)
  18654. mspacatk:0:4E0A:82:000:Start at Pear (1/2)
  18655. mspacatk:0:4E13:05:500:Start at Pear (2/2)
  18656. mspacatk:0:4E0A:83:000:Start at Banana (1/2)
  18657. mspacatk:0:4E13:06:500:Start at Banana (2/2)
  18658. mspacatk:0:4E0A:84:000:Start at Multifruit 1a (1/2)
  18659. mspacatk:0:4E13:07:500:Start at Multifruit 1a (2/2)
  18660. mspacatk:0:4E0A:85:000:Start at Multifruit 1b (1/2)
  18661. mspacatk:0:4E13:08:500:Start at Multifruit 1b (2/2)
  18662. mspacatk:0:4E0A:86:000:Start at Multifruit 2 (1/2)
  18663. mspacatk:0:4E13:09:500:Start at Multifruit 2 (2/2)
  18664. mspacatk:0:0000:00:999:[------Practice Levels------]
  18665. mspacatk:0:4E13:00:000:Practice Cherry
  18666. mspacatk:0:4E13:01:000:Practice Strawberry
  18667. mspacatk:0:4E13:02:000:Practice Orange
  18668. mspacatk:0:4E13:03:000:Practice Pretzel
  18669. mspacatk:0:4E13:04:000:Practice Apple
  18670. mspacatk:0:4E13:05:000:Practice Pear
  18671. mspacatk:0:4E13:06:000:Practice Banana
  18672. mspacatk:0:4E13:07:000:Practice Multifruit (board 1)
  18673. mspacatk:0:4E13:09:000:Practice Multifruit (board 2)
  18674. mspacatk:0:4E13:FF:000:Split-Screen (Unplayable)
  18675. mspacatk:0:4E13:FE:000:No maze or dots(Unfinishable)
  18676. mspacatk:0:0000:00:999:[------Practice Speeds------]
  18677. mspacatk:0:4DBD:00:000:Stay blue until eaten (1/2)
  18678. mspacatk:0:4DBE:00:500:Stay blue until eaten (2/2)
  18679. mspacatk:0:4DBD:58:000:Slow changeback (1/2)
  18680. mspacatk:0:4DBE:02:500:Slow changeback (2/2)
  18681. mspacatk:0:4DBD:68:000:Moderate changeback (1/2)
  18682. mspacatk:0:4DBE:01:500:Moderate changeback (2/2)
  18683. mspacatk:0:4DBD:F0:000:Quick changeback (1/2)
  18684. mspacatk:0:4DBE:00:500:Quick changeback (2/2)
  18685. mspacatk:0:4DBD:78:000:Lightning changeback (1/2)
  18686. mspacatk:0:4DBE:00:500:Lightning changeback (2/2)
  18687. mspacatk:0:4DBD:01:000:No change to blue (1/2)
  18688. mspacatk:0:4DBE:00:500:No change to blue (2/2)
  18689. mspacatk:0:0000:00:999:[-------Ghost Status--------]
  18690. mspacatk:0:4DA7:01:000:Red always blue
  18691. mspacatk:0:4DA8:01:000:Pink always blue
  18692. mspacatk:0:4DA9:01:000:Green always blue
  18693. mspacatk:0:4DAA:01:000:Orange always blue
  18694. mspacatk:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  18695.  
  18696. ; [ Ms. Pac-Man ]
  18697. mspacman:0:4E14:06:000:Infinite Lives (1/2)
  18698. mspacman:0:4E15:05:500:Infinite Lives (2/2)
  18699. mspacman:0:0000:00:999:[------Starting Levels------]
  18700. mspacman:0:0000:00:999:[Deactivate the cheats after]
  18701. mspacman:0:0000:00:999:[starting the level or leave]
  18702. mspacman:0:0000:00:999:[active to repeat the level.]
  18703. mspacman:0:4E0A:7E:000:Start at Strawberry (1/2)
  18704. mspacman:0:4E13:01:500:Start at Strawberry (2/2)
  18705. mspacman:0:4E0A:7F:000:Start at Orange (1/2)
  18706. mspacman:0:4E13:02:500:Start at Orange (2/2)
  18707. mspacman:0:4E0A:80:000:Start at Pretzel (1/2)
  18708. mspacman:0:4E13:03:500:Start at Pretzel (2/2)
  18709. mspacman:0:4E0A:81:000:Start at Apple (1/2)
  18710. mspacman:0:4E13:04:500:Start at Apple (2/2)
  18711. mspacman:0:4E0A:82:000:Start at Pear (1/2)
  18712. mspacman:0:4E13:05:500:Start at Pear (2/2)
  18713. mspacman:0:4E0A:83:000:Start at Banana (1/2)
  18714. mspacman:0:4E13:06:500:Start at Banana (2/2)
  18715. mspacman:0:4E0A:84:000:Start at Multifruit 1a (1/2)
  18716. mspacman:0:4E13:07:500:Start at Multifruit 1a (2/2)
  18717. mspacman:0:4E0A:85:000:Start at Multifruit 1b (1/2)
  18718. mspacman:0:4E13:08:500:Start at Multifruit 1b (2/2)
  18719. mspacman:0:4E0A:86:000:Start at Multifruit 2 (1/2)
  18720. mspacman:0:4E13:09:500:Start at Multifruit 2 (2/2)
  18721. mspacman:0:0000:00:999:[------Practice Levels------]
  18722. mspacman:0:4E13:00:000:Practice Cherry
  18723. mspacman:0:4E13:01:000:Practice Strawberry
  18724. mspacman:0:4E13:02:000:Practice Orange
  18725. mspacman:0:4E13:03:000:Practice Pretzel
  18726. mspacman:0:4E13:04:000:Practice Apple
  18727. mspacman:0:4E13:05:000:Practice Pear
  18728. mspacman:0:4E13:06:000:Practice Banana
  18729. mspacman:0:4E13:07:000:Practice Multifruit (board 1)
  18730. mspacman:0:4E13:09:000:Practice Multifruit (board 2)
  18731. mspacman:0:4E13:FF:000:Split-Screen (Unplayable)
  18732. mspacman:0:4E13:FE:000:No maze or dots(Unfinishable)
  18733. mspacman:0:0000:00:999:[------Practice Speeds------]
  18734. mspacman:0:4DBD:00:000:Stay blue until eaten (1/2)
  18735. mspacman:0:4DBE:00:500:Stay blue until eaten (2/2)
  18736. mspacman:0:4DBD:58:000:Slow changeback (1/2)
  18737. mspacman:0:4DBE:02:500:Slow changeback (2/2)
  18738. mspacman:0:4DBD:68:000:Moderate changeback (1/2)
  18739. mspacman:0:4DBE:01:500:Moderate changeback (2/2)
  18740. mspacman:0:4DBD:F0:000:Quick changeback (1/2)
  18741. mspacman:0:4DBE:00:500:Quick changeback (2/2)
  18742. mspacman:0:4DBD:78:000:Lightning changeback (1/2)
  18743. mspacman:0:4DBE:00:500:Lightning changeback (2/2)
  18744. mspacman:0:4DBD:01:000:No change to blue (1/2)
  18745. mspacman:0:4DBE:00:500:No change to blue (2/2)
  18746. mspacman:0:0000:00:999:[-------Ghost Status--------]
  18747. mspacman:0:4DA7:01:000:Red always blue
  18748. mspacman:0:4DA8:01:000:Pink always blue
  18749. mspacman:0:4DA9:01:000:Green always blue
  18750. mspacman:0:4DAA:01:000:Orange always blue
  18751. mspacman:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  18752.  
  18753. ; [ Magic Sword - Heroic Fantasy (World) ]
  18754. msword:0:FFFF4B:99:000:Infinite Time
  18755. msword:0:FFA9BC:99:000:Infinite Magic PL1 
  18756. msword:0:FFA9E0:7C:000:Invincibility (Player) PL1
  18757. msword:0:FFB7C5:75:000:Invincibility (Partner) PL1
  18758. msword:0:FFA9E9:09:000:Infinite Keys PL1 (1/3)
  18759. msword:0:FFA9EB:09:500:Infinite Keys PL1 (2/3)
  18760. msword:0:FFA9EA:09:500:Infinite Keys PL1 (3/3)
  18761. msword:0:FFAA7C:99:000:Infinite Magic PL2
  18762. msword:0:FFAAA0:7C:000:Invincibility (Player) PL2
  18763. msword:0:FFB8C5:75:000:Invincibility (Player) PL2
  18764. msword:0:FFAAA9:09:000:Infinite Keys PL2 (1/3)
  18765. msword:0:FFAAAB:09:500:Infinite Keys PL2 (2/3)
  18766. msword:0:FFAAAA:09:500:Infinite Keys PL2 (3/3)
  18767.  
  18768. ; [ Magic Sword (Japan) ]
  18769. mswordj:0:FFFF4B:99:000:Infinite Time
  18770. mswordj:0:FFA9BC:99:000:Infinite Magic PL1 
  18771. mswordj:0:FFA9E0:7C:000:Invincibility (Player) PL1
  18772. mswordj:0:FFB7C5:75:000:Invincibility (Partner) PL1
  18773. mswordj:0:FFA9E9:09:000:Infinite Keys PL1 (1/3)
  18774. mswordj:0:FFA9EB:09:500:Infinite Keys PL1 (2/3)
  18775. mswordj:0:FFA9EA:09:500:Infinite Keys PL1 (3/3)
  18776. mswordj:0:FFAA7C:99:000:Infinite Magic PL2
  18777. mswordj:0:FFAAA0:7C:000:Invincibility (Player) PL2
  18778. mswordj:0:FFB8C5:75:000:Invincibility (Player) PL2
  18779. mswordj:0:FFAAA9:09:000:Infinite Keys PL2 (1/3)
  18780. mswordj:0:FFAAAB:09:500:Infinite Keys PL2 (2/3)
  18781. mswordj:0:FFAAAA:09:500:Infinite Keys PL2 (3/3)
  18782.  
  18783. ; [ Magic Sword - Heroic Fantasy (US) ]
  18784. mswordu:0:FFFF4B:99:000:Infinite Time
  18785. mswordu:0:FFA9BC:99:000:Infinite Magic PL1 
  18786. mswordu:0:FFA9E0:7C:000:Invincibility (Player) PL1
  18787. mswordu:0:FFB7C5:75:000:Invincibility (Partner) PL1
  18788. mswordu:0:FFA9E9:09:000:Infinite Keys PL1 (1/3)
  18789. mswordu:0:FFA9EB:09:500:Infinite Keys PL1 (2/3)
  18790. mswordu:0:FFA9EA:09:500:Infinite Keys PL1 (3/3)
  18791. mswordu:0:FFAA7C:99:000:Infinite Magic PL2
  18792. mswordu:0:FFAAA0:7C:000:Invincibility (Player) PL2
  18793. mswordu:0:FFB8C5:75:000:Invincibility (Player) PL2
  18794. mswordu:0:FFAAA9:09:000:Infinite Keys PL2 (1/3)
  18795. mswordu:0:FFAAAB:09:500:Infinite Keys PL2 (2/3)
  18796. mswordu:0:FFAAAA:09:500:Infinite Keys PL2 (3/3)
  18797.  
  18798. ; [ Mouse Trap (version 5) ]
  18799. mtrap:0:005A:06:000:Infinite Lives PL1
  18800. mtrap:0:006C:06:000:Infinite Bones PL1
  18801. mtrap:0:005B:06:000:Infinite Lives PL2
  18802. mtrap:0:006D:06:000:Infinite Bones PL2
  18803. mtrap:0:006E:93:000:Always have a Dog
  18804. mtrap:0:01FD:AD:000:Invincibility
  18805.  
  18806. ; [ Mouse Trap (version 3) ]
  18807. mtrap3:0:005A:06:000:Infinite Lives PL1
  18808. mtrap3:0:006C:06:000:Infinite Bones PL1
  18809. mtrap3:0:005B:06:000:Infinite Lives PL2
  18810. mtrap3:0:006D:06:000:Infinite Bones PL2
  18811. mtrap3:0:006E:93:000:Always have a Dog
  18812. mtrap3:0:01FD:AD:000:Invincibility
  18813.  
  18814. ; [ Mouse Trap (version 4) ]
  18815. mtrap4:0:005A:06:000:Infinite Lives PL1
  18816. mtrap4:0:006C:06:000:Infinite Bones PL1
  18817. mtrap4:0:005B:06:000:Infinite Lives PL2
  18818. mtrap4:0:006D:06:000:Infinite Bones PL2
  18819. mtrap4:0:006E:93:000:Always have a Dog
  18820. mtrap4:0:01FD:AD:000:Invincibility
  18821.  
  18822. ; [ Mega Twins (World) ]
  18823. mtwins:0:FF0F69:59:000:Infinite Time
  18824. mtwins:0:FF147B:03:000:Infinite Lives PL1
  18825. mtwins:0:FF14AB:40:000:Infinite Energy PL1
  18826. mtwins:0:FF149B:B4:000:Invincibility PL1
  18827. mtwins:0:FF14D3:06:000:Infinite Magic PL1
  18828. mtwins:0:FF153B:03:000:Infinite Lives PL2
  18829. mtwins:0:FF156B:40:000:Infinite Energy PL2
  18830. mtwins:0:FF155B:B4:000:Invincibility PL2
  18831. mtwins:0:FF1593:06:000:Infinite Magic PL2
  18832.  
  18833. ; [ Mutation Nation ]
  18834. mutnat:0:102019:40:000:Infinite Energy PL1
  18835. mutnat:0:10153F:03:000:Infinite Special Attack PL1
  18836. mutnat:0:10153E:00:001:No Special Attack PL1
  18837. mutnat:0:10153E:01:001:Get Special Attack A PL1
  18838. mutnat:0:10153E:02:001:Get Special Attack B PL1
  18839. mutnat:0:10153E:03:001:Get Special Attack C PL1
  18840. mutnat:0:10153E:04:001:Get Special Attack D PL1
  18841. mutnat:0:102119:40:000:Infinite Energy PL2
  18842. mutnat:0:101541:03:000:Infinite Special Attack PL2
  18843. mutnat:0:101540:00:001:No Special Attack PL2
  18844. mutnat:0:101540:01:001:Get Special Attack A PL2
  18845. mutnat:0:101540:02:001:Get Special Attack B PL2
  18846. mutnat:0:101540:03:001:Get Special Attack C PL2
  18847. mutnat:0:101540:04:001:Get Special Attack D PL2
  18848.  
  18849. ; [ MX5000 ]
  18850. mx5000:0:397E:09:000:Infinite Lives PL1
  18851. mx5000:0:39DE:09:000:Infinite Lives PL2
  18852. mx5000:0:0000:00:999:[Invincibility should only  ]
  18853. mx5000:0:0000:00:999:[be activated ingame. You   ]
  18854. mx5000:0:0000:00:999:[should disable them when   ]
  18855. mx5000:0:0000:00:999:[you have finished with them]
  18856. mx5000:0:0000:00:999:[IE. Switch the Normal Mode ]
  18857. mx5000:0:0000:00:999:[cheat to the Boss Battle   ]
  18858. mx5000:0:0000:00:999:[when you get to the Boss   ]
  18859. mx5000:0:0000:00:999:[Battle. And turn the Boss  ]
  18860. mx5000:0:0000:00:999:[Batle cheat OFF before the ]
  18861. mx5000:0:0000:00:999:[Boss disappears!!!         ]
  18862. mx5000:0:3000:04:000:Invincibility Normal Mode
  18863. mx5000:0:3000:07:000:Invincibility Boss Battle
  18864. mx5000:0:0000:00:999:[                           ]
  18865. mx5000:0:3011:00:000:Always Normal Shot
  18866. mx5000:0:3011:01:000:Always Single Laser
  18867. mx5000:0:3011:02:000:Always Double Laser
  18868. mx5000:0:3012:00:000:Always Single Bomb (Normal)
  18869. mx5000:0:3012:01:000:Always X3 Bombs
  18870. mx5000:0:3012:02:000:Always X5 Bombs
  18871. mx5000:0:3003:00:000:Always slow speed (Normal)
  18872. mx5000:0:3003:01:000:Always medium speed
  18873. mx5000:0:3003:02:000:Always fast speed
  18874. mx5000:0:3003:03:000:Always superfast speed
  18875. mx5000:0:3011:00:001:Get Normal Shot Now!
  18876. mx5000:0:3011:01:001:Get Single Laser Now!
  18877. mx5000:0:3011:02:001:Get Double Laser Now!
  18878. mx5000:0:3012:00:001:Get Single Bomb (Normal) Now!
  18879. mx5000:0:3012:01:001:Get X3 Bombs Now!
  18880. mx5000:0:3012:02:001:Get X5 Bombs Now!
  18881. mx5000:0:3003:00:001:Get slow speed (Normal) Now!
  18882. mx5000:0:3003:01:001:Get medium speed Now!
  18883. mx5000:0:3003:02:001:Get fast speed Now!
  18884. mx5000:0:3003:03:001:Get superfast speed Now!
  18885. mx5000:0:390C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  18886.  
  18887. ; [ My Hero (US) ]
  18888. myhero:0:C04E:06:000:Infinite Lives PL1
  18889. myhero:0:C04F:06:000:Infinite Lives PL2
  18890. myhero:0:C200:80:040:Invincibility
  18891.  
  18892. ; [ Seishun Scandal (Japan) ]
  18893. myheroj:0:C04E:06:000:Infinite Lives PL1
  18894. myheroj:0:C04F:06:000:Infinite Lives PL2
  18895. myheroj:0:C200:80:040:Invincibility
  18896.  
  18897. ; [ My Hero (Korea) ]
  18898. myherok:0:C04E:06:000:Infinite Lives PL1
  18899. myherok:0:C04F:06:000:Infinite Lives PL2
  18900. myherok:0:C200:80:040:Invincibility
  18901.  
  18902. ; [ Mystic Marathon ]
  18903. mysticm:0:D006:01:000:Set Rank to 1st PL1
  18904. mysticm:0:D062:01:000:Set Rank to 1st PL2
  18905.  
  18906. ; [ Mystic Riders (World) ]
  18907. mysticri:0:E3540:0A:000:Infinite Lives PL1
  18908. mysticri:0:E22C0:0A:000:Infinite Lives PL2
  18909.  
  18910. ; [ Mysterious Stones ]
  18911. mystston:0:0040:00:000:Infinite Time
  18912. mystston:0:0031:06:000:Infinite Lives
  18913. mystston:0:0000:00:999:[Invincibility doesn't stop ]
  18914. mystston:0:0000:00:999:[bouncing containers hurting]
  18915. mystston:0:004A:BF:040:Invincibility & Clear Enemies
  18916.  
  18917. ; [ NAM-1975 ]
  18918. nam1975:0:10109E:89:005:Infinite Lives PL1
  18919. nam1975:0:1010E7:99:000:Infinite Ammo PL1
  18920. nam1975:0:1010ED:99:000:Infinite Grenades PL1
  18921. nam1975:0:1010F0:02:000:Invincibility PL1 
  18922. nam1975:0:1010E6:02:000:Always have Flamethrower PL1
  18923. nam1975:0:1010E6:08:000:Always have Bazooka PL1
  18924. nam1975:0:1010E6:01:000:Always have Machine Gun PL1
  18925. nam1975:0:1010E6:02:001:Get Flamethrower Now PL1
  18926. nam1975:0:1010E6:08:001:Get Bazooka Now PL1
  18927. nam1975:0:1010E6:01:001:Get Machine Gun Now PL1
  18928. nam1975:0:10119E:89:005:Infinite Lives PL2
  18929. nam1975:0:1011E7:99:000:Infinite Ammo PL2
  18930. nam1975:0:1011ED:99:000:Infinite Grenades PL2
  18931. nam1975:0:1011F0:02:000:Invincibility PL2
  18932. nam1975:0:1011E6:02:000:Always have Flamethrower PL2
  18933. nam1975:0:1011E6:08:000:Always have Bazooka PL2
  18934. nam1975:0:1011E6:01:000:Always have Machine Gun PL2
  18935. nam1975:0:1011E6:02:001:Get Flamethrower Now PL2
  18936. nam1975:0:1011E6:08:001:Get Bazooka Now PL2
  18937. nam1975:0:1011E6:01:001:Get Machine Gun Now PL2
  18938.  
  18939. ; [ Name That Tune ]
  18940. nametune:0:02EC:85:000:Always Max Song Value
  18941. nametune:0:02EE:99:000:Always Max Song Bonus
  18942. nametune:0:0000:00:999:[Watch out for these values ]
  18943. nametune:0:0000:00:999:[   00=1, 01=2, 02=3, 03=4  ]
  18944. nametune:0:012A:00:998:Watch me for good answer
  18945.  
  18946. ; [ Narc (rev 7.00) ]
  18947. narc:0:002016FC:03:000:Infinite Lives PL1
  18948. narc:0:002016E0:23:000:Infinite Energy PL1
  18949. narc:0:002016B8:10:000:Invincibility PL1
  18950. narc:0:002016F0:64:000:Infinite Bullets PL1
  18951. narc:0:002016E2:64:000:Infinite Rockets PL1
  18952. narc:0:002016EA:64:001:Get 100 dollars Now! PL1
  18953. narc:0:002016E8:64:001:Get 100 drugs Now! PL1
  18954. narc:0:002016EC:32:001:Get 50 "bust" Now! PL1
  18955. narc:0:00201778:03:000:Infinite Lives PL2
  18956. narc:0:0020175C:23:000:Infinite Energy PL2
  18957. narc:0:00201734:10:000:Invincibility PL2
  18958. narc:0:0020176C:64:000:Infinite Bullets PL2
  18959. narc:0:0020175E:64:000:Infinite Rockets PL2
  18960. narc:0:00201766:64:001:Get 100 dollars Now! PL2
  18961. narc:0:00201764:64:001:Get 100 drugs Now! PL2
  18962. narc:0:00201768:32:001:Get 50 "bust" Now! PL2
  18963.  
  18964. ; [ Naughty Boy (bootleg) ]
  18965. naughtya:0:4028:05:000:Infinite Lives
  18966. naughtya:0:408B:99:000:Infinite Time
  18967. naughtya:0:0000:00:999:[Activate the following two ]
  18968. naughtya:0:0000:00:999:[cheats during game play NOT]
  18969. naughtya:0:0000:00:999:[on the attract screens!    ]
  18970. naughtya:0:4040:02:000:Invincibility
  18971. naughtya:0:4040:04:001:Finish this level
  18972.  
  18973. ; [ Naughty Boy ]
  18974. naughtyb:0:4028:05:000:Infinite Lives
  18975. naughtyb:0:408B:99:000:Infinite Time
  18976. naughtyb:0:0000:00:999:[Activate the following two ]
  18977. naughtyb:0:0000:00:999:[cheats during game play NOT]
  18978. naughtyb:0:0000:00:999:[on the attract screens!    ]
  18979. naughtyb:0:4040:02:000:Invincibility
  18980. naughtyb:0:4040:04:001:Finish this level
  18981.  
  18982. ; [ Naughty Boy (Cinematronics) ]
  18983. naughtyc:0:4028:05:000:Infinite Lives
  18984. naughtyc:0:408B:99:000:Infinite Time
  18985. naughtyc:0:0000:00:999:[Activate the following two ]
  18986. naughtyc:0:0000:00:999:[cheats during game play NOT]
  18987. naughtyc:0:0000:00:999:[on the attract screens!    ]
  18988. naughtyc:0:4040:02:000:Invincibility
  18989. naughtyc:0:4040:04:001:Finish this level
  18990.  
  18991. ; [ Navalone ]
  18992. navalone:0:4050:05:000:Infinite Lives
  18993.  
  18994. ; [ Ninja Combat ]
  18995. ncombat:0:1032DD:05:060:Stage Select
  18996. ncombat:0:100632:14:500:Infinite Energy PL1
  18997. ncombat:0:1018C0:03:000:Max Power PL1
  18998. ncombat:0:1018C1:02:000:Max Speed PL1
  18999. ncombat:0:100682:14:500:Infinite Energy PL2
  19000. ncombat:0:1018E0:03:000:Max Power PL2
  19001. ncombat:0:1018E1:02:000:Max Speed PL2
  19002.  
  19003. ; [ Ninja Commando ]
  19004. ncommand:0:106030:02:000:Infinite Energy PL1
  19005. ncommand:0:106130:02:000:Infinite Energy PL2
  19006.  
  19007. ; [ Nebulous Bee ]
  19008. nebulbee:0:9820:06:000:Infinite Lives
  19009. nebulbee:0:9288:28:000:Perfect challenge stage
  19010. nebulbee:0:9821:04:000:Start on level 5
  19011. nebulbee:0:9821:09:000:Start on level 10
  19012. ;These can be modified of course for any level...
  19013. nebulbee:0:9825:00:000:All challenge stages 
  19014. nebulbee:0:9825:01:000:No challenge stages 
  19015. nebulbee:0:9827:01:000:Double Ship (1/4)
  19016. nebulbee:0:9361:29:500:Double Ship (2/4)
  19017. nebulbee:0:8B61:09:500:Double Ship (3/4)
  19018. nebulbee:0:8B60:06:500:Double Ship (4/4)
  19019. nebulbee:0:9368:00:000:Aliens don't shoot (1/8)
  19020. nebulbee:0:9369:00:500:Aliens don't shoot (2/8)
  19021. nebulbee:0:936A:00:500:Aliens don't shoot (3/8)
  19022. nebulbee:0:936B:00:500:Aliens don't shoot (4/8)
  19023. nebulbee:0:936C:00:500:Aliens don't shoot (5/8)
  19024. nebulbee:0:936D:00:500:Aliens don't shoot (6/8)
  19025. nebulbee:0:936E:00:500:Aliens don't shoot (7/8)
  19026. nebulbee:0:936F:00:500:Aliens don't shoot (8/8)
  19027.  
  19028. ; [ Nemesis (hacked?) ]
  19029. nemesis:0:0602A0:05:000:Infinite Lives
  19030. nemesis:0:060800:01:000:Invincibility (1/3)
  19031. nemesis:0:06080A:02:500:Invincibility (2/3)
  19032. nemesis:0:060819:00:500:Invincibility (3/3)
  19033. nemesis:0:06080E:02:000:Constant Speedup Speed=2
  19034. nemesis:0:06080E:03:000:Constant Speedup Speed=3
  19035. nemesis:0:06080E:04:000:Constant Speedup Speed=4
  19036. nemesis:0:06080E:05:000:Constant Speedup Speed=5
  19037. nemesis:0:06080E:06:000:Constant Speedup Speed=6-FULL
  19038. nemesis:0:060825:01:000:Constant Missile
  19039. nemesis:0:060827:01:000:Constant Double
  19040. nemesis:0:060827:02:000:Constant Laser
  19041. nemesis:0:0602AC:05:000:Infinite 5 Coins
  19042. nemesis:0:0602AC:06:000:Infinite 6 Coins
  19043. nemesis:0:0605E3:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code
  19044.  
  19045. ; [ Nemesis (World?) ]
  19046. nemesuk:0:0602A0:05:000:Infinite Lives
  19047. nemesuk:0:060800:01:000:Invincibility (1/3)
  19048. nemesuk:0:06080A:02:500:Invincibility (2/3)
  19049. nemesuk:0:060819:00:500:Invincibility (3/3)
  19050. nemesuk:0:06080E:02:000:Constant Speedup Speed=2
  19051. nemesuk:0:06080E:03:000:Constant Speedup Speed=3
  19052. nemesuk:0:06080E:04:000:Constant Speedup Speed=4
  19053. nemesuk:0:06080E:05:000:Constant Speedup Speed=5
  19054. nemesuk:0:06080E:06:000:Constant Speedup Speed=6-FULL
  19055. nemesuk:0:060825:01:000:Constant Missile
  19056. nemesuk:0:060827:01:000:Constant Double
  19057. nemesuk:0:060827:02:000:Constant Laser
  19058. nemesuk:0:0602AC:05:000:Infinite 5 Coins
  19059. nemesuk:0:0602AC:06:000:Infinite 6 Coins
  19060. nemesuk:0:0605E3:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code
  19061.  
  19062. ; [ Nemo (World) ]
  19063. nemo:0:FF8525:59:000:Infinite Time
  19064. nemo:0:FF8398:0A:000:Infinite Lives PL1
  19065. nemo:0:FF838F:30:000:Invincibility PL1
  19066. nemo:0:FF838D:08:000:Infinite S. Attacks PL1 (1/2)
  19067. nemo:0:FF838C:01:500:Infinite S. Attacks PL1 (2/2)
  19068. nemo:0:FF8498:0A:000:Infinite Lives PL2
  19069. nemo:0:FF848F:30:000:Invincibility PL2
  19070. nemo:0:FF848D:08:000:Infinite S. Attacks PL2 (1/2)
  19071. nemo:0:FF848C:01:500:Infinite S. Attacks PL2 (2/2)
  19072. nemo:0:FFCCAF:00:000:Kill the Round 3&5 Boss
  19073. nemo:0:FFB12F:00:000:Kill the Round 4 Boss
  19074.  
  19075. ; [ Nemo (Japan) ]
  19076. nemoj:0:FF8525:59:000:Infinite Time
  19077. nemoj:0:FF8398:0A:000:Infinite Lives PL1
  19078. nemoj:0:FF838F:30:000:Invincibility PL1
  19079. nemoj:0:FF838D:08:000:Infinite S. Attacks PL1 (1/2)
  19080. nemoj:0:FF838C:01:500:Infinite S. Attacks PL1 (2/2)
  19081. nemoj:0:FF8498:0A:000:Infinite Lives PL2
  19082. nemoj:0:FF848F:30:000:Invincibility PL2
  19083. nemoj:0:FF848D:08:000:Infinite S. Attacks PL2 (1/2)
  19084. nemoj:0:FF848C:01:500:Infinite S. Attacks PL2 (2/2)
  19085. nemoj:0:FFCCAF:00:000:Kill the Round 3&5 Boss
  19086. nemoj:0:FFB12F:00:000:Kill the Round 4 Boss
  19087.  
  19088. ; [ Neo Bomberman ]
  19089. neobombe:0:000000:00:999:[Activate all these cheats  ]
  19090. neobombe:0:000000:00:999:[during play only or they   ]
  19091. neobombe:0:000000:00:999:[may not work at all!!!!    ]
  19092. neobombe:0:10A877:00:000:Displayed door always open
  19093. neobombe:0:10A877:00:001:Open displayed door Now!
  19094. neobombe:0:101658:09:000:Infinite Lives PL1
  19095. neobombe:0:101655:FF:000:Invincibility PL1
  19096. neobombe:0:101656:FF:000:Max Speed PL1
  19097. neobombe:0:101671:05:000:Max Firepower PL1
  19098. neobombe:0:101672:00:000:Simultaneous Bombs PL1
  19099. neobombe:0:1016D8:09:000:Infinite Lives PL2
  19100. neobombe:0:1016D5:FF:000:Invincibility PL2
  19101. neobombe:0:1016D6:FF:000:Max Speed PL2
  19102. neobombe:0:1016F1:05:000:Max Firepower PL2
  19103. neobombe:0:1016F2:00:000:Simultaneous Bombs PL2
  19104. neobombe:0:1017FF:59:000:Infinite Time on Level 1-1
  19105. neobombe:0:1035FF:59:000:Infinite Time on Level 1-2
  19106. neobombe:0:101EFF:59:000:Infinite Time on Level 1-3
  19107. neobombe:0:10247F:59:000:Infinite Time on Level 1-4
  19108. neobombe:0:1011FF:59:000:Infinite Time on Level 1-5
  19109. neobombe:0:100A7F:59:000:Infinite Time on Level 1-6
  19110. neobombe:0:10197F:59:000:Infinite Time on Level 2-1
  19111. neobombe:0:10267F:59:000:Infinite Time on Level 2-2
  19112. neobombe:0:1001FF:59:000:Infinite Time on Level 2-3
  19113. neobombe:0:100A7F:59:000:Infinite Time on Level 2-4
  19114. neobombe:0:100CFF:59:000:Infinite Time on Level 2-5
  19115. neobombe:0:10277F:59:000:Infinite Time on Level 2-6
  19116.  
  19117. ; [ Neo-Geo Cup '98 - The Road to the Victory ]
  19118. neocup98:0:1051EA:63:070:Select Score PL1
  19119. neocup98:0:1051EE:63:070:Select Score PL2
  19120.  
  19121. ; [ Neo Drift Out - New Technology ]
  19122. neodrift:0:103335:99:000:Infinite Time
  19123. neodrift:0:103379:BC:000:Stop Total Time Practice
  19124. neodrift:0:10339B:00:000:Stop Total Time Stage 1
  19125. neodrift:0:1033BD:00:000:Stop Total Time Stage 2
  19126. neodrift:0:1033DF:00:000:Stop Total Time Stage 3
  19127. neodrift:0:103401:00:000:Stop Total Time Stage 4
  19128. neodrift:0:103423:00:000:Stop Total Time Stage 5
  19129. neodrift:0:103445:00:000:Stop Total Time Stage 6
  19130.  
  19131. ; [ Neo Mr. Do! ]
  19132. neomrdo:0:10465B:FF:000:Infinite Lives PL1
  19133. neomrdo:0:100E55:82:000:Invincibility PL1
  19134. neomrdo:0:10465D:FF:000:Infinite Lives PL2
  19135. neomrdo:0:100E71:82:000:Invincibility PL2
  19136.  
  19137. ; [ New Sinbad 7 ]
  19138. newsin7:0:4550:08:000:Infinite Lives
  19139. newsin7:0:4558:60:000:Infinite Energy
  19140. newsin7:0:0000:00:999:[Only turn invincibility ON ]
  19141. newsin7:0:0000:00:999:[when ship is on screen and ]
  19142. newsin7:0:0000:00:999:[turn OFF during level warp ]
  19143. newsin7:0:0000:00:999:[use F5 to toggle ON and OFF]
  19144. newsin7:0:442F:01:000:Invincibility (1/2)
  19145. newsin7:0:443F:FF:500:Invincibility (2/2)
  19146.  
  19147. ; [ Nibbler (set 1) ]
  19148. nibbler:0:00A3:63:004:Infinite Time
  19149. nibbler:0:00B0:32:000:Infinite Lives PL1
  19150. nibbler:0:00B1:32:000:Infinite Lives PL2
  19151. nibbler:0:0000:00:999:[Only enable Invincibility  ]
  19152. nibbler:0:0000:00:999:[during play and you must   ]
  19153. nibbler:0:0000:00:999:[disable Invincibility with ]
  19154. nibbler:0:0000:00:999:[F5 to finish each level.   ]
  19155. nibbler:0:00FC:00:000:Invincibility
  19156.  
  19157. ; [ Nibbler (set 2) ]
  19158. nibblera:0:00A3:63:004:Infinite Time
  19159. nibblera:0:00B0:32:000:Infinite Lives PL1
  19160. nibblera:0:00B1:32:000:Infinite Lives PL2
  19161. nibblera:0:0000:00:999:[Only enable Invincibility  ]
  19162. nibblera:0:0000:00:999:[during play and you must   ]
  19163. nibblera:0:0000:00:999:[disable Invincibility with ]
  19164. nibblera:0:0000:00:999:[F5 to finish each level.   ]
  19165. nibblera:0:00FC:00:000:Invincibility
  19166.  
  19167. ; [ Ninja Kid II (set 2) ]
  19168. ninjak2a:0:E20D:3C:000:Infinite Time
  19169. ninjak2a:0:E130:07:000:Infinite Lives PL1
  19170. ninjak2a:0:E169:07:000:Infinite Lives PL2
  19171. ninjak2a:0:ECF2:00:000:Invincibility
  19172. ninjak2a:0:E113:04:000:All Ammo (1/4)
  19173. ninjak2a:0:E117:02:500:All Ammo (2/4)
  19174. ninjak2a:0:E118:03:500:All Ammo (3/4)
  19175. ninjak2a:0:E119:04:500:All Ammo (4/4)
  19176. ninjak2a:0:E111:FF:000:Infinite Fireballs
  19177. ninjak2a:0:EC05:00:000:Enemies NEVER shoot
  19178. ninjak2a:0:E110:06:001:Clear this Round Now!
  19179. ninjak2a:0:E100:1F:061:Select the Scene
  19180.  
  19181. ; [ Ninja Kid II (set 3) ]
  19182. ninjak2b:0:E20B:3C:000:Infinite Time
  19183. ninjak2b:0:E12F:07:000:Infinite Lives PL1
  19184. ninjak2b:0:E167:07:000:Infinite Lives PL2
  19185. ninjak2b:0:ECF0:00:000:Invincibility
  19186. ninjak2b:0:E112:04:000:All Ammo (1/4)
  19187. ninjak2b:0:E116:02:500:All Ammo (2/4)
  19188. ninjak2b:0:E117:03:500:All Ammo (3/4)
  19189. ninjak2b:0:E118:04:500:All Ammo (4/4)
  19190. ninjak2b:0:E110:FF:000:Infinite Fireballs
  19191. ninjak2b:0:EC04:00:000:Enemies NEVER shoot
  19192. ninjak2b:0:E10F:06:001:Clear this Round Now!
  19193. ninjak2b:0:E0FF:1F:061:Select the Scene
  19194.  
  19195. ; [ Ninja Kid II (set 1) ]
  19196. ninjakd2:0:E20B:3C:000:Infinite Time
  19197. ninjakd2:0:E12F:07:000:Infinite Lives PL1
  19198. ninjakd2:0:E167:07:000:Infinite Lives PL2
  19199. ninjakd2:0:ECF0:00:000:Invincibility
  19200. ninjakd2:0:E112:04:000:All Ammo (1/4)
  19201. ninjakd2:0:E116:02:500:All Ammo (2/4)
  19202. ninjakd2:0:E117:03:500:All Ammo (3/4)
  19203. ninjakd2:0:E118:04:500:All Ammo (4/4)
  19204. ninjakd2:0:E110:FF:000:Infinite Fireballs
  19205. ninjakd2:0:EC04:00:000:Enemies NEVER shoot
  19206. ninjakd2:0:E10F:06:001:Clear this Round Now!
  19207. ninjakd2:0:E0FF:1F:061:Select the Scene
  19208.  
  19209. ; [ Ninja Master's - haoh-ninpo-cho ]
  19210. ninjamas:0:10C021:9A:000:Infinite Time
  19211. ninjamas:0:100050:D0:000:Infinite Energy PL1
  19212. ninjamas:0:100050:00:001:Drain All Energy Now! PL1
  19213. ninjamas:0:1000AE:60:000:Infinite Power PL1
  19214. ninjamas:0:1000AE:00:001:Drain All Power Now! PL1
  19215. ninjamas:0:1000AE:00:000:Always have No Power PL1
  19216. ninjamas:0:101050:D0:000:Infinite Energy PL2
  19217. ninjamas:0:101050:00:001:Drain All Energy Now! PL2
  19218. ninjamas:0:1010AE:60:000:Infinite Power PL2
  19219. ninjamas:0:1010AE:00:001:Drain All Power Now! PL2
  19220. ninjamas:0:1010AE:00:000:Always have No Power PL2
  19221. ninjamas:0:000000:00:999:[   Free player selection   ]
  19222. ninjamas:0:10C007:01:000:Boss Code:Reset for cancel
  19223. ninjamas:0:000000:00:999:[  Use at selection screen  ]
  19224. ninjamas:0:000000:00:999:[  Work, but doesn't show   ]
  19225. ninjamas:0:000000:00:999:[  anything before select.  ]
  19226. ninjamas:0:10C044:0A:001:Play with Ranmaru PL1
  19227. ninjamas:0:10C044:0B:001:Play with Nobunaga PL1
  19228. ninjamas:0:10C084:0A:001:Play with Ranmaru PL2
  19229. ninjamas:0:10C084:0B:001:Play with Nobunaga PL2
  19230. ninjamas:0:000000:00:999:[The Boss selection cheat   ]
  19231. ninjamas:0:000000:00:999:[must be activated on the   ]
  19232. ninjamas:0:000000:00:999:[character selection screen.]
  19233. ninjamas:0:10C017:0A:001:Goto to First Boss Now!
  19234. ninjamas:0:10C017:0B:001:Goto to Final Boss Now!
  19235. ninjamas:0:10C017:0C:001:Goto Ending Now!
  19236.  
  19237. ; [ Ninja Emaki (US) ]
  19238. ninjemak:0:E4E6:03:000:Infinite Lives
  19239. ninjemak:0:E789:03:000:Infinite Energy
  19240.  
  19241. ; [ Night Driver ]
  19242. nitedrvr:0:0092:90:000:Infinite Time
  19243.  
  19244. ; [ No Man's Land ]
  19245. nomnlnd:0:6012:07:000:Infinite Lives PL1
  19246. nomnlnd:0:6013:07:000:Infinite Lives PL2
  19247. nomnlnd:0:611E:04:040:Invincibility (1/2)
  19248. nomnlnd:0:611E:40:540:Invincibility (2/2)
  19249.  
  19250. ; [ No Man's Land (Gottlieb) ]
  19251. nomnlndg:0:6015:07:000:Infinite Lives PL1
  19252. nomnlndg:0:6016:07:000:Infinite Lives PL2
  19253. nomnlndg:0:6125:04:040:Invincibility (1/2)
  19254. nomnlndg:0:6125:40:540:Invincibility (2/2)
  19255.  
  19256. ; [ Nova 2001 (US) ]
  19257. nov2001u:0:E120:05:000:Infinite Lives
  19258. nov2001u:0:E10F:03:007:Bonus Always > 3000 Pts
  19259. nov2001u:0:E100:04:001:Go to Level 5 on Death (1/2)
  19260. nov2001u:0:E101:04:501:Go to Level 5 on Death (2/2)
  19261. nov2001u:0:E100:09:001:Go to Level 10 on Death (1/2)
  19262. nov2001u:0:E101:09:501:Go to Level 10 on Death (2/2)
  19263. nov2001u:0:E100:14:001:Go to Level 15 on Death (1/2)
  19264. nov2001u:0:E101:14:501:Go to Level 15 on Death (2/2)
  19265.  
  19266. ; [ Nova 2001 (Japan) ]
  19267. nova2001:0:E120:05:000:Infinite Lives
  19268. nova2001:0:E10F:03:007:Bonus Always > 3000 Pts
  19269. nova2001:0:E100:04:001:Go to Level 5 on Death (1/2)
  19270. nova2001:0:E101:04:501:Go to Level 5 on Death (2/2)
  19271. nova2001:0:E100:09:001:Go to Level 10 on Death (1/2)
  19272. nova2001:0:E101:09:501:Go to Level 10 on Death (2/2)
  19273. nova2001:0:E100:14:001:Go to Level 15 on Death (1/2)
  19274. nova2001:0:E101:14:501:Go to Level 15 on Death (2/2)
  19275.  
  19276. ; [ PuckMan (harder?) ]
  19277. npacmod:0:4E14:06:000:Infinite Lives (1/2)
  19278. npacmod:0:4E15:05:500:Infinite Lives (2/2)
  19279. npacmod:0:0000:00:999:[------Starting Levels------]
  19280. npacmod:0:0000:00:999:[Deactivate the cheats after]
  19281. npacmod:0:0000:00:999:[starting the level or leave]
  19282. npacmod:0:0000:00:999:[active to repeat the level.]
  19283. npacmod:0:4E0A:7E:000:Start at Strawberry (1/2)
  19284. npacmod:0:4E13:01:500:Start at Strawberry (2/2)
  19285. npacmod:0:4E0A:7F:000:Start at 1st Orange (1/2)
  19286. npacmod:0:4E13:02:500:Start at 1st Orange (2/2)
  19287. npacmod:0:4E0A:80:000:Start at 2nd Orange (1/2)
  19288. npacmod:0:4E13:03:500:Start at 2nd Orange (2/2)
  19289. npacmod:0:4E0A:81:000:Start at 1st Apple (1/2)
  19290. npacmod:0:4E13:04:500:Start at 1st Apple (2/2)
  19291. npacmod:0:4E0A:82:000:Start at 2nd Apple (1/2)
  19292. npacmod:0:4E13:05:500:Start at 2nd Apple (2/2)
  19293. npacmod:0:4E0A:83:000:Start at 1st Pineapple (1/2)
  19294. npacmod:0:4E13:06:500:Start at 1st Pineapple (2/2)
  19295. npacmod:0:4E0A:84:000:Start at 2nd Pineapple (1/2)
  19296. npacmod:0:4E13:07:500:Start at 2nd Pineapple (2/2)
  19297. npacmod:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  19298. npacmod:0:4E13:08:500:Start at 1st Galaxian (2/2)
  19299. npacmod:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  19300. npacmod:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  19301. npacmod:0:4E0A:87:000:Start at 1st Bell (1/2)
  19302. npacmod:0:4E13:0A:500:Start at 1st Bell (2/2)
  19303. npacmod:0:4E0A:88:000:Start at 2nd Bell (1/2)
  19304. npacmod:0:4E13:0B:500:Start at 2nd Bell (2/2)
  19305. npacmod:0:4E0A:87:000:Start at 1st Key (1/2)
  19306. npacmod:0:4E13:0C:500:Start at 1st Key (2/2)
  19307. npacmod:0:4E0A:88:000:Start at 2nd Key (1/2)
  19308. npacmod:0:4E13:0D:500:Start at 2nd Key (2/2)
  19309. npacmod:0:0000:00:999:[------Practice Levels------]
  19310. npacmod:0:4E13:00:000:Practice Cherry
  19311. npacmod:0:4E13:01:000:Practice Strawberry
  19312. npacmod:0:4E13:02:000:Practice 1st Orange
  19313. npacmod:0:4E13:03:000:Practice 2nd Orange
  19314. npacmod:0:4E13:04:000:Practice 1st Apple
  19315. npacmod:0:4E13:05:000:Practice 2nd Apple
  19316. npacmod:0:4E13:06:000:Practice 1st Pineapple
  19317. npacmod:0:4E13:07:000:Practice 2nd Pineapple
  19318. npacmod:0:4E13:08:000:Practice 1st Galaxian
  19319. npacmod:0:4E13:09:000:Practice 2nd Galaxian
  19320. npacmod:0:4E13:0A:000:Practice 1st Bell
  19321. npacmod:0:4E13:0B:000:Practice 2nd Bell
  19322. npacmod:0:4E13:0C:000:Practice 1st Key
  19323. npacmod:0:4E13:0D:000:Practice 2nd Key
  19324. npacmod:0:4E13:FF:000:Split-Screen (Unplayable)
  19325. npacmod:0:4E13:FE:000:No maze or dots(Unfinishable)
  19326. npacmod:0:0000:00:999:[------Practice Speeds------]
  19327. npacmod:0:4DBD:00:000:Stay blue until eaten (1/2)
  19328. npacmod:0:4DBE:00:500:Stay blue until eaten (2/2)
  19329. npacmod:0:4DBD:58:000:Slow changeback (1/2)
  19330. npacmod:0:4DBE:02:500:Slow changeback (2/2)
  19331. npacmod:0:4DBD:68:000:Moderate changeback (1/2)
  19332. npacmod:0:4DBE:01:500:Moderate changeback (2/2)
  19333. npacmod:0:4DBD:F0:000:Quick changeback (1/2)
  19334. npacmod:0:4DBE:00:500:Quick changeback (2/2)
  19335. npacmod:0:4DBD:78:000:Lightning changeback (1/2)
  19336. npacmod:0:4DBE:00:500:Lightning changeback (2/2)
  19337. npacmod:0:4DBD:01:000:No change to blue (1/2)
  19338. npacmod:0:4DBE:00:500:No change to blue (2/2)
  19339. npacmod:0:0000:00:999:[-------Ghost Status--------]
  19340. npacmod:0:4DA7:01:000:Red always blue
  19341. npacmod:0:4DA8:01:000:Pink always blue
  19342. npacmod:0:4DA9:01:000:Green always blue
  19343. npacmod:0:4DAA:01:000:Orange always blue
  19344. npacmod:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  19345.  
  19346. ; [ Ninja Princess ]
  19347. nprinces:0:C02C:09:000:Infinite Lives PL1
  19348. nprinces:0:C02D:09:000:Infinite Lives PL2
  19349. nprinces:0:C039:00:000:Infinite Time (1/3)
  19350. nprinces:0:EEF8:14:500:Infinite Time (2/3)
  19351. nprinces:0:C08C:F8:500:Infinite Time (3/3)
  19352. nprinces:0:C303:40:000:Invincibility 'ON':This cheat is Buggy
  19353. nprinces:0:C303:C0:001:Invincibility 'OFF'
  19354.  
  19355. ; [ Ninja Princess (bootleg?) ]
  19356. nprincsb:0:C02C:09:000:Infinite Lives PL1
  19357. nprincsb:0:C02D:09:000:Infinite Lives PL2
  19358. nprincsb:0:C039:00:000:Infinite Time (1/3)
  19359. nprincsb:0:EEF8:14:500:Infinite Time (2/3)
  19360. nprincsb:0:C08C:F8:500:Infinite Time (3/3)
  19361. nprincsb:0:C303:40:000:Invincibility 'ON':This cheat is Buggy
  19362. nprincsb:0:C303:C0:001:Invincibility 'OFF'
  19363.  
  19364. ; [ Ninja Princess (not encrypted) ]
  19365. nprincsu:0:C02C:09:000:Infinite Lives PL1
  19366. nprincsu:0:C02D:09:000:Infinite Lives PL2
  19367. nprincsu:0:C039:00:000:Infinite Time (1/3)
  19368. nprincsu:0:EEF8:14:500:Infinite Time (2/3)
  19369. nprincsu:0:C08C:F8:500:Infinite Time (3/3)
  19370. nprincsu:0:C303:40:000:Invincibility 'ON':This cheat is Buggy
  19371. nprincsu:0:C303:C0:001:Invincibility 'OFF'
  19372.  
  19373. ; [ New Rally X ]
  19374. nrallyx:0:800F:04:000:Infinite Lives PL1
  19375. nrallyx:0:826B:06:022:Infinite Fuel PL1
  19376. nrallyx:0:8010:04:000:Infinite Lives PL2
  19377. nrallyx:0:826D:06:022:Infinite Fuel PL2
  19378. nrallyx:0:81B0:02:000:Always 3 red cars
  19379. nrallyx:0:824E:00:000:No red cars per level
  19380. nrallyx:0:824E:01:000:Only 1 red car per level
  19381. nrallyx:0:824E:01:000:7 red cars per level
  19382. nrallyx:0:8251:00:000:No rocks 
  19383. nrallyx:0:8088:88:000:Red car 1 doesn't move
  19384. nrallyx:0:80A8:88:000:Red car 2 doesn't move
  19385. nrallyx:0:80C8:88:000:Red car 3 doesn't move
  19386. nrallyx:0:80E8:88:000:Red car 4 doesn't move
  19387. nrallyx:0:8108:88:000:Red car 5 doesn't move
  19388. nrallyx:0:8128:88:000:Red car 6 doesn't move
  19389. nrallyx:0:8148:88:000:Red car 7 doesn't move
  19390. nrallyx:0:8168:88:000:Red car 8 doesn't move:Only there in later levels!
  19391. nrallyx:0:8027:20:000:Car always Very Slow (1/2)
  19392. nrallyx:0:8028:00:500:Car always Very Slow (2/2)
  19393. nrallyx:0:8027:C0:000:Car always Slow (1/2)
  19394. nrallyx:0:8028:00:500:Car always Slow (2/2)
  19395. nrallyx:0:8027:20:000:Car always Normal Speed (1/2)
  19396. nrallyx:0:8028:02:500:Car always Normal Speed (2/2)
  19397. nrallyx:0:8027:20:000:Car always Very Fast (1/2)
  19398. nrallyx:0:8028:05:500:Car always Very Fast (2/2)
  19399. nrallyx:0:8027:20:000:Car always Ultra Fast (1/2)
  19400. nrallyx:0:8028:0A:500:Car always Ultra Fast (2/2)
  19401.  
  19402. ; [ Ninja Spirit ]
  19403. nspirit:0:A38EB:06:000:Infinite Lives PL1
  19404. nspirit:0:A38F1:06:000:Infinite Lives PL2
  19405. nspirit:0:A39C1:DE:000:Infinite Time
  19406. nspirit:0:A009E:00:000:Invincibility
  19407. nspirit:0:A0093:0F:000:Always Max Power for all Ammo
  19408. nspirit:0:A0073:01:000:Always have 1 Shadow Man
  19409. nspirit:0:A0073:02:000:Always have 2 Shadow Men
  19410. nspirit:0:A0073:01:001:Get 1 Shadow Man Now!
  19411. nspirit:0:A0073:02:001:Get 2 Shadow Men Now!
  19412. nspirit:0:A0073:00:001:Lose Shadow Men Now!
  19413.  
  19414. ; [ Saigo no Nindou (Japan) ]
  19415. nspiritj:0:A38EB:06:000:Infinite Lives PL1
  19416. nspiritj:0:A38F1:06:000:Infinite Lives PL2
  19417. nspiritj:0:A39C1:DE:000:Infinite Time
  19418. nspiritj:0:A009E:00:000:Invincibility
  19419. nspiritj:0:A0093:0F:000:Always Max Power for all Ammo
  19420. nspiritj:0:A0073:01:000:Always have 1 Shadow Man
  19421. nspiritj:0:A0073:02:000:Always have 2 Shadow Men
  19422. nspiritj:0:A0073:01:001:Get 1 Shadow Man Now!
  19423. nspiritj:0:A0073:02:001:Get 2 Shadow Men Now!
  19424. nspiritj:0:A0073:00:001:Lose Shadow Men Now!
  19425.  
  19426. ; [ Night Stocker ]
  19427. nstocker:0:0288:15:000:Infinite Shields
  19428. nstocker:0:0287:9A:000:Infinite Shots
  19429. nstocker:0:0295:00:001:Distance/Enemies left=0 Now!
  19430.  
  19431. ; [ Nunchackun ]
  19432. nunchaku:0:C30D:02:000:Infinite Time (1/3)
  19433. nunchaku:0:C30E:02:500:Infinite Time (2/3)
  19434. nunchaku:0:C30F:01:500:Infinite Time (3/3)
  19435. nunchaku:0:C8F2:00:000:Infinite Energy (Main Game)
  19436. nunchaku:0:C53F:08:000:Infinite Energy (Sub Games)
  19437. nunchaku:0:C00C:06:000:Infinite Lives PL1
  19438. nunchaku:0:C00D:06:000:Infinite Lives PL2
  19439.  
  19440. ;   [ Off the Wall (2-player cocktail) ]
  19441. offtwalc:0:3FDF4A:0A:000:Infinite Lives PL1
  19442. offtwalc:0:3FDFCA:0A:000:Infinite Lives PL2
  19443.  
  19444. ; [ Off the Wall (2/3-player upright) ]
  19445. offtwall:0:000000:00:999:[When there are only two    ]
  19446. offtwall:0:000000:00:999:[players then PL3 will be   ]
  19447. offtwall:0:000000:00:999:[the 2nd player!            ]
  19448. offtwall:0:3FDF44:0A:000:Infinite Lives PL1
  19449. offtwall:0:3FDF84:03:000:Infinite Lives PL2
  19450. offtwall:0:3FDFC4:0A:000:Infinite Lives PL3
  19451.  
  19452. ; [ Ohgon no Siro (Japan) ]
  19453. ogonsiro:0:C680:05:000:Infinite Lives
  19454. ogonsiro:0:C194:20:000:Infinite Shield
  19455. ogonsiro:0:F582:02:000:Infinite Helmet
  19456. ogonsiro:0:F562:02:000:Infinite Breastplate
  19457. ogonsiro:0:F4E2:02:000:Infinite Iron Briefs
  19458. ogonsiro:0:F4C2:02:000:Infinite Right Thigh
  19459. ogonsiro:0:F482:02:000:Infinite Left Thigh
  19460. ogonsiro:0:F4A2:02:000:Infinite Right Lower Leg
  19461. ogonsiro:0:F462:02:000:Infinite Left Lower Leg
  19462. ogonsiro:0:F522:02:000:Infinite Left Forearm
  19463. ogonsiro:0:F502:02:000:Infinite Right Upper Arm
  19464. ogonsiro:0:F542:02:000:Infinite Left Upper Arm
  19465. ogonsiro:0:0000:00:999:[The following cheats are   ]
  19466. ogonsiro:0:0000:00:999:[for your enemy - so don't  ]
  19467. ogonsiro:0:0000:00:999:[use the Infinite cheats if ]
  19468. ogonsiro:0:0000:00:999:[you want to win!!!         ]
  19469. ogonsiro:0:F472:02:000:Infinite Right leg(enemy)
  19470. ogonsiro:0:F492:02:000:Infinite Right thigh(enemy)
  19471. ogonsiro:0:F4B2:02:000:Infinite Left leg(enemy)
  19472. ogonsiro:0:F4D2:02:000:Infinite Left thigh(enemy)
  19473. ogonsiro:0:F4F2:02:000:Infinite Briefs(enemy)
  19474. ogonsiro:0:F512:02:000:Infinite Right arm(enemy)
  19475. ogonsiro:0:F532:02:000:Infinite Right hand(enemy)
  19476. ogonsiro:0:F572:02:000:Infinite chest(enemy)
  19477. ogonsiro:0:F592:02:000:Infinite head(enemy)
  19478. ogonsiro:0:F5B2:02:000:Infinite Left arm(enemy)
  19479. ogonsiro:0:F5D2:02:000:Infinite Left hand(enemy)
  19480. ogonsiro:0:F472:00:001:Break Right leg(enemy) Now!
  19481. ogonsiro:0:F492:00:001:Break Right thigh(enemy) Now!
  19482. ogonsiro:0:F4B2:00:001:Break Left leg(enemy) Now!
  19483. ogonsiro:0:F4D2:00:001:Break Left thigh(enemy) Now!
  19484. ogonsiro:0:F4F2:00:001:Break Briefs(enemy) Now!
  19485. ogonsiro:0:F512:00:001:Break Right arm(enemy) Now!
  19486. ogonsiro:0:F532:00:001:Break Right hand(enemy) Now!
  19487. ogonsiro:0:F572:00:001:Break chest(enemy) Now!
  19488. ogonsiro:0:F592:00:001:Break head(enemy) Now!
  19489. ogonsiro:0:F5B2:00:001:Break Left arm(enemy) Now!
  19490. ogonsiro:0:F5D2:00:001:Break Left hand(enemy) Now!
  19491.  
  19492. ; [ Omega Race ]
  19493. omegrace:0:4066:05:000:Infinite Lives
  19494.  
  19495. ; [ Orbitron ]
  19496. orbitron:0:4039:08:000:Infinite Lives PL1
  19497. orbitron:0:4041:08:000:Infinite Lives PL2
  19498.  
  19499. ; [ Ordyne (Japan) ]
  19500. ordyne:0:40900B:08:000:Infinite Lives PL1
  19501. ordyne:0:409501:01:000:Invincibility PL1 (1/2)
  19502. ordyne:0:409529:03:500:Invincibility PL1 (2/2)
  19503. ordyne:0:40900F:99:000:Infinite Crystal PL1 (1/2)
  19504. ordyne:0:40900E:99:500:Infinite Crystal PL1 (2/2)
  19505. ordyne:0:409538:16:000:Infinite Weapon PL1
  19506. ordyne:0:409531:00:001:Get Normal Shot PL1
  19507. ordyne:0:409531:01:001:Get Vulcan Shot PL1 (1/2)
  19508. ordyne:0:409538:16:501:Get Vulcan Shot PL1 (2/2)
  19509. ordyne:0:409531:02:001:Get Penetration Shot PL1(1/2)
  19510. ordyne:0:409538:16:501:Get Penetration Shot PL1(2/2)
  19511. ordyne:0:409531:03:001:Get 3Way Shot PL1 (1/2)
  19512. ordyne:0:409538:16:501:Get 3Way Shot PL1 (2/2)
  19513. ordyne:0:409531:04:001:Get Wide Shot PL1 (1/2)
  19514. ordyne:0:409538:16:501:Get Wide Shot PL1 (2/2)
  19515. ordyne:0:409531:05:001:Get Stock Bomber ShotPL1(1/2)
  19516. ordyne:0:40BCC1:01:501:Get Stock Bomber ShotPL1(2/2)
  19517. ordyne:0:40BD09:0A:000:Maximum Power Stock BomberPL1
  19518. ordyne:0:40953B:06:000:Infinite Bombs PL1
  19519. ordyne:0:409533:00:001:Get Normal Bomb PL1
  19520. ordyne:0:409533:01:001:Get Horming Missile PL1 (1/2)
  19521. ordyne:0:40953B:06:501:Get Horming Missile PL1 (2/2)
  19522. ordyne:0:409533:02:001:Get Upper Bomb PL1 (1/2)
  19523. ordyne:0:40953B:06:501:Get Upper Bomb PL1 (2/2)
  19524. ordyne:0:409533:03:001:Get Fire Bomb PL1 (1/2)
  19525. ordyne:0:40953B:06:501:Get Fire Bomb PL1 (2/2)
  19526. ordyne:0:40902B:08:000:Infinite Lives PL2
  19527. ordyne:0:409561:01:000:Invincibility PL2 (1/2)
  19528. ordyne:0:409589:03:500:Invincibility PL2 (2/2)
  19529. ordyne:0:40902F:99:000:Infinite Crystal PL2 (1/2)
  19530. ordyne:0:40902E:99:500:Infinite Crystal PL2 (2/2)
  19531. ordyne:0:409598:16:000:Infinite Weapon PL2
  19532. ordyne:0:409591:00:001:Get Normal Shot PL2
  19533. ordyne:0:409591:01:001:Get Vulcan Shot PL2 (1/2)
  19534. ordyne:0:409598:16:501:Get Vulcan Shot PL2 (2/2)
  19535. ordyne:0:409591:02:001:Get Penetration Shot PL2(1/2)
  19536. ordyne:0:409598:16:501:Get Penetration Shot PL2(2/2)
  19537. ordyne:0:409591:03:001:Get 3Way Shot PL2 (1/2)
  19538. ordyne:0:409598:16:501:Get 3Way Shot PL2 (2/2)
  19539. ordyne:0:409591:04:001:Get Wide Shot PL2 (1/2)
  19540. ordyne:0:409598:16:501:Get Wide Shot PL2 (2/2)
  19541. ordyne:0:409591:05:001:Get Stock Bomber ShotPL2(1/2)
  19542. ordyne:0:40BD21:01:501:Get Stock Bomber ShotPL2(2/2)
  19543. ordyne:0:40BD69:0A:000:Maximum Power Stock BomberPL2
  19544. ordyne:0:40959B:06:000:Infinite Bombs PL2
  19545. ordyne:0:409593:00:001:Get Normal Bomb PL2
  19546. ordyne:0:409593:01:001:Get Horming Missile PL2 (1/2)
  19547. ordyne:0:40959B:06:501:Get Horming Missile PL2 (2/2)
  19548. ordyne:0:409593:02:001:Get Upper Bomb PL2 (1/2)
  19549. ordyne:0:40959B:06:501:Get Upper Bomb PL2 (2/2)
  19550. ordyne:0:409593:03:001:Get Fire Bomb PL2 (1/2)
  19551. ordyne:0:40959B:06:501:Get Fire Bomb PL2 (2/2)
  19552. ordyne:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  19553.  
  19554. ; [ Psycho-Nics Oscar (US) ]
  19555. oscar:0:003E:99:004:Infinite Time
  19556. oscar:0:007D:05:000:Infinite Lives
  19557. oscar:0:0042:06:000:Infinite Energy
  19558. oscar:0:0043:1F:000:Invincibility:To be used when you blink
  19559. oscar:0:0092:03:000:Always Max Jump Power Up
  19560. oscar:0:0000:00:999:[These highlight cheats dont]
  19561. oscar:0:0000:00:999:[actually display on status ]
  19562. oscar:0:0000:00:999:[bar, effects memory only!  ]
  19563. oscar:0:0091:01:001:Highlight "JUMP"
  19564. oscar:0:0091:02:001:Highlight "GRENADE"
  19565. oscar:0:0091:03:001:Highlight "MISSILE"
  19566. oscar:0:0091:04:001:Highlight "P.C.U."
  19567. oscar:0:0091:05:001:Highlight "GUN/ARMOR"
  19568.  
  19569. ; [ Psycho-Nics Oscar (Japan) ]
  19570. oscarj:0:003E:99:004:Infinite Time
  19571. oscarj:0:007D:05:000:Infinite Lives
  19572. oscarj:0:0042:06:000:Infinite Energy
  19573. oscarj:0:0043:1F:000:Invincibility:To be used when you blink
  19574. oscarj:0:0092:03:000:Always Max Jump Power Up
  19575. oscarj:0:0000:00:999:[These highlight cheats dont]
  19576. oscarj:0:0000:00:999:[actually display on status ]
  19577. oscarj:0:0000:00:999:[bar, effects memory only!  ]
  19578. oscarj:0:0091:01:001:Highlight "JUMP"
  19579. oscarj:0:0091:02:001:Highlight "GRENADE"
  19580. oscarj:0:0091:03:001:Highlight "MISSILE"
  19581. oscarj:0:0091:04:001:Highlight "P.C.U."
  19582. oscarj:0:0091:05:001:Highlight "GUN/ARMOR"
  19583.  
  19584. ; [ Off the Wall (Sente) ]
  19585. otwalls:0:0000:00:999:[The score will not display ]
  19586. otwalls:0:0000:00:999:[correctly until you score! ]
  19587. otwalls:0:0140:0B:070:Select Score PL1
  19588. otwalls:0:0141:0B:070:Select Score PL2
  19589.  
  19590. ; [ Out Run (set 1) ]
  19591. outrun:0:060861:99:000:Infinite Time
  19592. outrun:0:000000:00:999:[The Speed always=999 cheat ]
  19593. outrun:0:000000:00:999:[makes the game seriously   ]
  19594. outrun:0:000000:00:999:[easy, you can drive through]
  19595. outrun:0:000000:00:999:[obstacles too! Watch out   ]
  19596. outrun:0:000000:00:999:[for other vehicles though. ]
  19597. outrun:0:26079C:03:000:Speed always = 999 (1/2)
  19598. outrun:0:26079D:E6:500:Speed always = 999 (2/2)
  19599.  
  19600. ; [ Out Run (set 2) ]
  19601. outruna:0:060861:99:000:Infinite Time
  19602. outruna:0:000000:00:999:[The Speed always=999 cheat ]
  19603. outruna:0:000000:00:999:[makes the game seriously   ]
  19604. outruna:0:000000:00:999:[easy, you can drive through]
  19605. outruna:0:000000:00:999:[obstacles too! Watch out   ]
  19606. outruna:0:000000:00:999:[for other vehicles though. ]
  19607. outruna:0:26079C:03:000:Speed always = 999 (1/2)
  19608. outruna:0:26079D:E6:500:Speed always = 999 (2/2)
  19609.  
  19610. ; [ Out Run (set 3) ]
  19611. outrunb:0:060861:99:000:Infinite Time
  19612. outrunb:0:000000:00:999:[The Speed always=999 cheat ]
  19613. outrunb:0:000000:00:999:[makes the game seriously   ]
  19614. outrunb:0:000000:00:999:[easy, you can drive through]
  19615. outrunb:0:000000:00:999:[obstacles too! Watch out   ]
  19616. outrunb:0:000000:00:999:[for other vehicles though. ]
  19617. outrunb:0:26079C:03:000:Speed always = 999 (1/2)
  19618. outrunb:0:26079D:E6:500:Speed always = 999 (2/2)
  19619.  
  19620. ; [ Out Zone ]
  19621. outzone:0:000000:00:999:[If you want to skip the    ]
  19622. outzone:0:000000:00:999:[level or see the game very ]
  19623. outzone:0:000000:00:999:[fast then enable Infinite  ]
  19624. outzone:0:000000:00:999:[Bombs AND Invincibility and]
  19625. outzone:0:000000:00:999:[put frameskip to 11 and hit]
  19626. outzone:0:000000:00:999:[F10 to put speed to max.The]
  19627. outzone:0:000000:00:999:[faster the puter the better]
  19628. outzone:0:000000:00:999:[Just walk UP and use bomb  ]
  19629. outzone:0:000000:00:999:[to kill the boss.          ]
  19630. outzone:0:240BCF:09:000:Infinite Lives PL1
  19631. outzone:0:241E7A:D0:000:Infinite Energy PL1
  19632. outzone:0:241E53:0B:000:Infinite Bombs PL1
  19633. outzone:0:241E5D:0A:000:Invincibility PL1
  19634. outzone:0:241E4F:02:001:Get Max Firepower Now! PL1
  19635. outzone:0:241E38:4B:041:Get Normal Weapon Now! PL1
  19636. outzone:0:241E38:4A:041:Get 3-Way Weapon Now!PL1(1/2)
  19637. outzone:0:241E38:01:521:Get 3-Way Weapon Now!PL1(2/2)
  19638. outzone:0:241E38:08:021:Get Super Ball Now! PL1
  19639. outzone:0:241E38:40:021:Get Super Burner Now!PL1(1/2)
  19640. outzone:0:241E38:08:541:Get Super Burner Now!PL1(2/2)
  19641. outzone:0:241E38:20:021:Get Speed Up Now! PL1
  19642. outzone:0:241E38:80:021:Get Shield Now! PL1
  19643. outzone:0:240BD1:09:000:Infinite Lives PL2
  19644. outzone:0:241EFA:D0:000:Infinite Energy PL2
  19645. outzone:0:241ED3:0B:000:Infinite Bombs PL2
  19646. outzone:0:241EDD:0A:000:Invincibility PL2  
  19647. outzone:0:241ECF:02:001:Get Max Firepower Now! PL2
  19648. outzone:0:241EB8:4B:041:Get Normal Weapon Now! PL2
  19649. outzone:0:241EB8:4A:041:Get 3-Way Weapon Now!PL2(1/2)
  19650. outzone:0:241EB8:01:521:Get 3-Way Weapon Now!PL2(2/2)
  19651. outzone:0:241EB8:08:021:Get Super Ball Now! PL2
  19652. outzone:0:241EB8:40:021:Get Super Burner Now!PL2(1/2)
  19653. outzone:0:241EB8:08:541:Get Super Burner Now!PL2(2/2)
  19654. outzone:0:241EB8:20:021:Get Speed Up Now! PL2
  19655. outzone:0:241EB8:80:021:Get Shield Now! PL2
  19656.  
  19657. ; [ Out Zone (bootleg) ]
  19658. outzonep:0:000000:00:999:[If you want to skip the    ]
  19659. outzonep:0:000000:00:999:[level or see the game very ]
  19660. outzonep:0:000000:00:999:[fast then enable Infinite  ]
  19661. outzonep:0:000000:00:999:[Bombs AND Invincibility and]
  19662. outzonep:0:000000:00:999:[put frameskip to 11 and hit]
  19663. outzonep:0:000000:00:999:[F10 to put speed to max.The]
  19664. outzonep:0:000000:00:999:[faster the puter the better]
  19665. outzonep:0:000000:00:999:[Just walk UP and use bomb  ]
  19666. outzonep:0:000000:00:999:[to kill the boss.          ]
  19667. outzonep:0:240BCF:09:000:Infinite Lives PL1
  19668. outzonep:0:241E7E:D0:000:Infinite Energy PL1
  19669. outzonep:0:241E57:0B:000:Infinite Bombs PL1
  19670. outzonep:0:241E61:0A:000:Invincibility PL1
  19671. outzonep:0:241E53:02:001:Get Max Firepower Now! PL1
  19672. outzonep:0:241E3C:4B:041:Get Normal Weapon Now! PL1
  19673. outzonep:0:241E3C:4A:041:Get 3-Way Weapon Now!PL1(1/2)
  19674. outzonep:0:241E3C:01:521:Get 3-Way Weapon Now!PL1(2/2)
  19675. outzonep:0:241E3C:08:021:Get Super Ball Now! PL1
  19676. outzonep:0:241E3C:40:021:Get Super Burner Now!PL1(1/2)
  19677. outzonep:0:241E3C:08:541:Get Super Burner Now!PL1(2/2)
  19678. outzonep:0:241E3C:20:021:Get Speed Up Now! PL1
  19679. outzonep:0:241E3C:80:021:Get Shield Now! PL1
  19680. outzonep:0:240BD1:09:000:Infinite Lives PL2
  19681. outzonep:0:241EFE:D0:000:Infinite Energy PL2
  19682. outzonep:0:241ED7:0B:000:Infinite Bombs PL2
  19683. outzonep:0:241EE1:0A:000:Invincibility PL2
  19684. outzonep:0:241ED3:02:001:Get Max Firepower Now! PL2
  19685. outzonep:0:241EBC:4B:041:Get Normal Weapon Now! PL2
  19686. outzonep:0:241EBC:4A:041:Get 3-Way Weapon Now!PL2(1/2)
  19687. outzonep:0:241EBC:01:521:Get 3-Way Weapon Now!PL2(2/2)
  19688. outzonep:0:241EBC:08:021:Get Super Ball Now! PL2
  19689. outzonep:0:241EBC:40:021:Get Super Burner Now!PL2(1/2)
  19690. outzonep:0:241EBC:08:541:Get Super Burner Now!PL2(2/2)
  19691. outzonep:0:241EBC:20:021:Get Speed Up Now! PL2
  19692. outzonep:0:241EBC:80:021:Get Shield Now! PL2
  19693.  
  19694. ; [ Over Top ]
  19695. overtop:0:10B004:99:000:Infinite Time
  19696. overtop:0:10B066:12:000:Infinite Select Time
  19697. overtop:0:10E0FD:00:000:Always Finish 1st Place
  19698. overtop:0:104851:FF:000:Go at max speed - take care!:Turn off with F5 when stuck!
  19699. overtop:0:104851:FF:005:Get to Max Speed in 1 sec
  19700. overtop:0:104851:FF:006:Get to Max Speed in 3 secs
  19701. overtop:0:104851:FF:007:Get to Max Speed in 5 secs
  19702.  
  19703. ; [ Ozma Wars ]
  19704. ozmawars:0:203B:0F:000:Infinite Energy (1/2)
  19705. ozmawars:0:203C:27:500:Infinite Energy (2/2)
  19706. ozmawars:0:0000:00:999:[Use the Invincibility "OFF"]
  19707. ozmawars:0:0000:00:999:[cheat when you dock!!      ]
  19708. ozmawars:0:21A8:1B:000:Invincibility "ON"
  19709. ozmawars:0:21A8:00:001:Invincibility "OFF"
  19710.  
  19711. ; [ P-47 - The Phantom Fighter (World) ]
  19712. p47:0:0F0847:03:000:Infinite Lives PL1
  19713. p47:0:0F080B:A0:000:Invincibility PL1
  19714. p47:0:0F084D:00:001:Lose extra weapons  Now!  PL1
  19715. p47:0:0F084D:01:001:Get Extra weapon - M Now! PL1
  19716. p47:0:0F084D:02:001:Get Extra weapon - E Now! PL1
  19717. p47:0:0F084D:03:001:Get Extra weapon - T Now! PL1
  19718. p47:0:0F084D:04:001:Get Extra weapon - B Now! PL1
  19719. p47:0:0F0C39:03:000:Infinite Lives PL2
  19720. p47:0:0F0C03:A0:000:Invincibility PL2
  19721. p47:0:0F0C3F:00:001:Lose extra weapons  Now!  PL2
  19722. p47:0:0F0C3F:01:001:Get Extra weapon - M Now! PL2
  19723. p47:0:0F0C3F:02:001:Get Extra weapon - E Now! PL2
  19724. p47:0:0F0C3F:03:001:Get Extra weapon - T Now! PL2
  19725. p47:0:0F0C3F:04:001:Get Extra weapon - B Now! PL2
  19726.  
  19727. ; [ P-47 - The Freedom Fighter (Japan) ]
  19728. p47j:0:0F0847:03:000:Infinite Lives PL1
  19729. p47j:0:0F080B:A0:000:Invincibility PL1
  19730. p47j:0:0F084D:00:001:Lose extra weapons  Now!  PL1
  19731. p47j:0:0F084D:01:001:Get Extra weapon - M Now! PL1
  19732. p47j:0:0F084D:02:001:Get Extra weapon - E Now! PL1
  19733. p47j:0:0F084D:03:001:Get Extra weapon - T Now! PL1
  19734. p47j:0:0F084D:04:001:Get Extra weapon - B Now! PL1
  19735. p47j:0:0F0C39:03:000:Infinite Lives PL2
  19736. p47j:0:0F0C03:A0:000:Invincibility PL2
  19737. p47j:0:0F0C3F:00:001:Lose extra weapons  Now!  PL2
  19738. p47j:0:0F0C3F:01:001:Get Extra weapon - M Now! PL2
  19739. p47j:0:0F0C3F:02:001:Get Extra weapon - E Now! PL2
  19740. p47j:0:0F0C3F:03:001:Get Extra weapon - T Now! PL2
  19741. p47j:0:0F0C3F:04:001:Get Extra weapon - B Now! PL2
  19742.  
  19743. ; [ Pac-Gal ]
  19744. pacgal:0:4E14:06:000:Infinite Lives (1/2)
  19745. pacgal:0:4E15:05:500:Infinite Lives (2/2)
  19746. pacgal:0:0000:00:999:[------Starting Levels------]
  19747. pacgal:0:0000:00:999:[Deactivate the cheats after]
  19748. pacgal:0:0000:00:999:[starting the level or leave]
  19749. pacgal:0:0000:00:999:[active to repeat the level.]
  19750. pacgal:0:4E0A:7E:000:Start at Strawberry (1/2)
  19751. pacgal:0:4E13:01:500:Start at Strawberry (2/2)
  19752. pacgal:0:4E0A:7F:000:Start at Orange (1/2)
  19753. pacgal:0:4E13:02:500:Start at Orange (2/2)
  19754. pacgal:0:4E0A:80:000:Start at Pretzel (1/2)
  19755. pacgal:0:4E13:03:500:Start at Pretzel (2/2)
  19756. pacgal:0:4E0A:81:000:Start at Apple (1/2)
  19757. pacgal:0:4E13:04:500:Start at Apple (2/2)
  19758. pacgal:0:4E0A:82:000:Start at Pear (1/2)
  19759. pacgal:0:4E13:05:500:Start at Pear (2/2)
  19760. pacgal:0:4E0A:83:000:Start at Banana (1/2)
  19761. pacgal:0:4E13:06:500:Start at Banana (2/2)
  19762. pacgal:0:4E0A:84:000:Start at Multifruit 1a (1/2)
  19763. pacgal:0:4E13:07:500:Start at Multifruit 1a (2/2)
  19764. pacgal:0:4E0A:85:000:Start at Multifruit 1b (1/2)
  19765. pacgal:0:4E13:08:500:Start at Multifruit 1b (2/2)
  19766. pacgal:0:4E0A:86:000:Start at Multifruit 2 (1/2)
  19767. pacgal:0:4E13:09:500:Start at Multifruit 2 (2/2)
  19768. pacgal:0:0000:00:999:[------Practice Levels------]
  19769. pacgal:0:4E13:00:000:Practice Cherry
  19770. pacgal:0:4E13:01:000:Practice Strawberry
  19771. pacgal:0:4E13:02:000:Practice Orange
  19772. pacgal:0:4E13:03:000:Practice Pretzel
  19773. pacgal:0:4E13:04:000:Practice Apple
  19774. pacgal:0:4E13:05:000:Practice Pear
  19775. pacgal:0:4E13:06:000:Practice Banana
  19776. pacgal:0:4E13:07:000:Practice Multifruit (board 1)
  19777. pacgal:0:4E13:09:000:Practice Multifruit (board 2)
  19778. pacgal:0:4E13:FF:000:Split-Screen (Unplayable)
  19779. pacgal:0:4E13:FE:000:No maze or dots(Unfinishable)
  19780. pacgal:0:0000:00:999:[------Practice Speeds------]
  19781. pacgal:0:4DBD:00:000:Stay blue until eaten (1/2)
  19782. pacgal:0:4DBE:00:500:Stay blue until eaten (2/2)
  19783. pacgal:0:4DBD:58:000:Slow changeback (1/2)
  19784. pacgal:0:4DBE:02:500:Slow changeback (2/2)
  19785. pacgal:0:4DBD:68:000:Moderate changeback (1/2)
  19786. pacgal:0:4DBE:01:500:Moderate changeback (2/2)
  19787. pacgal:0:4DBD:F0:000:Quick changeback (1/2)
  19788. pacgal:0:4DBE:00:500:Quick changeback (2/2)
  19789. pacgal:0:4DBD:78:000:Lightning changeback (1/2)
  19790. pacgal:0:4DBE:00:500:Lightning changeback (2/2)
  19791. pacgal:0:4DBD:01:000:No change to blue (1/2)
  19792. pacgal:0:4DBE:00:500:No change to blue (2/2)
  19793. pacgal:0:0000:00:999:[-------Ghost Status--------]
  19794. pacgal:0:4DA7:01:000:Red always blue
  19795. pacgal:0:4DA8:01:000:Pink always blue
  19796. pacgal:0:4DA9:01:000:Green always blue
  19797. pacgal:0:4DAA:01:000:Orange always blue
  19798. pacgal:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  19799.  
  19800. ; [ Pac-Man (Hearts) ]
  19801. pacheart:0:4E14:06:000:Infinite Lives (1/2)
  19802. pacheart:0:4E15:05:500:Infinite Lives (2/2)
  19803. pacheart:0:0000:00:999:[------Starting Levels------]
  19804. pacheart:0:0000:00:999:[Deactivate the cheats after]
  19805. pacheart:0:0000:00:999:[starting the level or leave]
  19806. pacheart:0:0000:00:999:[active to repeat the level.]
  19807. pacheart:0:4E0A:7E:000:Start at Strawberry (1/2)
  19808. pacheart:0:4E13:01:500:Start at Strawberry (2/2)
  19809. pacheart:0:4E0A:7F:000:Start at 1st Orange (1/2)
  19810. pacheart:0:4E13:02:500:Start at 1st Orange (2/2)
  19811. pacheart:0:4E0A:80:000:Start at 2nd Orange (1/2)
  19812. pacheart:0:4E13:03:500:Start at 2nd Orange (2/2)
  19813. pacheart:0:4E0A:81:000:Start at 1st Apple (1/2)
  19814. pacheart:0:4E13:04:500:Start at 1st Apple (2/2)
  19815. pacheart:0:4E0A:82:000:Start at 2nd Apple (1/2)
  19816. pacheart:0:4E13:05:500:Start at 2nd Apple (2/2)
  19817. pacheart:0:4E0A:83:000:Start at 1st Pineapple (1/2)
  19818. pacheart:0:4E13:06:500:Start at 1st Pineapple (2/2)
  19819. pacheart:0:4E0A:84:000:Start at 2nd Pineapple (1/2)
  19820. pacheart:0:4E13:07:500:Start at 2nd Pineapple (2/2)
  19821. pacheart:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  19822. pacheart:0:4E13:08:500:Start at 1st Galaxian (2/2)
  19823. pacheart:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  19824. pacheart:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  19825. pacheart:0:4E0A:87:000:Start at 1st Bell (1/2)
  19826. pacheart:0:4E13:0A:500:Start at 1st Bell (2/2)
  19827. pacheart:0:4E0A:88:000:Start at 2nd Bell (1/2)
  19828. pacheart:0:4E13:0B:500:Start at 2nd Bell (2/2)
  19829. pacheart:0:4E0A:87:000:Start at 1st Key (1/2)
  19830. pacheart:0:4E13:0C:500:Start at 1st Key (2/2)
  19831. pacheart:0:4E0A:88:000:Start at 2nd Key (1/2)
  19832. pacheart:0:4E13:0D:500:Start at 2nd Key (2/2)
  19833. pacheart:0:0000:00:999:[------Practice Levels------]
  19834. pacheart:0:4E13:00:000:Practice Cherry
  19835. pacheart:0:4E13:01:000:Practice Strawberry
  19836. pacheart:0:4E13:02:000:Practice 1st Orange
  19837. pacheart:0:4E13:03:000:Practice 2nd Orange
  19838. pacheart:0:4E13:04:000:Practice 1st Apple
  19839. pacheart:0:4E13:05:000:Practice 2nd Apple
  19840. pacheart:0:4E13:06:000:Practice 1st Pineapple
  19841. pacheart:0:4E13:07:000:Practice 2nd Pineapple
  19842. pacheart:0:4E13:08:000:Practice 1st Galaxian
  19843. pacheart:0:4E13:09:000:Practice 2nd Galaxian
  19844. pacheart:0:4E13:0A:000:Practice 1st Bell
  19845. pacheart:0:4E13:0B:000:Practice 2nd Bell
  19846. pacheart:0:4E13:0C:000:Practice 1st Key
  19847. pacheart:0:4E13:0D:000:Practice 2nd Key
  19848. pacheart:0:4E13:FF:000:Split-Screen (Unplayable)
  19849. pacheart:0:4E13:FE:000:No maze or dots(Unfinishable)
  19850. pacheart:0:0000:00:999:[------Practice Speeds------]
  19851. pacheart:0:4DBD:00:000:Stay blue until eaten (1/2)
  19852. pacheart:0:4DBE:00:500:Stay blue until eaten (2/2)
  19853. pacheart:0:4DBD:58:000:Slow changeback (1/2)
  19854. pacheart:0:4DBE:02:500:Slow changeback (2/2)
  19855. pacheart:0:4DBD:68:000:Moderate changeback (1/2)
  19856. pacheart:0:4DBE:01:500:Moderate changeback (2/2)
  19857. pacheart:0:4DBD:F0:000:Quick changeback (1/2)
  19858. pacheart:0:4DBE:00:500:Quick changeback (2/2)
  19859. pacheart:0:4DBD:78:000:Lightning changeback (1/2)
  19860. pacheart:0:4DBE:00:500:Lightning changeback (2/2)
  19861. pacheart:0:4DBD:01:000:No change to blue (1/2)
  19862. pacheart:0:4DBE:00:500:No change to blue (2/2)
  19863. pacheart:0:0000:00:999:[-------Ghost Status--------]
  19864. pacheart:0:4DA7:01:000:Red always blue
  19865. pacheart:0:4DA8:01:000:Pink always blue
  19866. pacheart:0:4DA9:01:000:Green always blue
  19867. pacheart:0:4DAA:01:000:Orange always blue
  19868. pacheart:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  19869.  
  19870. ; [ Pac-Land (set 1) ]
  19871. pacland:0:2100:06:000:Infinite Lives PL1
  19872. pacland:0:2101:06:000:Infinite Lives PL2
  19873. pacland:0:221B:09:000:Infinite Time
  19874. pacland:0:2115:01:000:Always Have Hard Hat
  19875. pacland:0:20FD:01:000:Always Have Magic Boots
  19876. pacland:0:2115:01:001:Get Hard Hat Now!
  19877. pacland:0:20FD:01:001:Get Magic Boots Now!
  19878.  
  19879. ; [ Pac-Land (set 2) ]
  19880. pacland2:0:2100:06:000:Infinite Lives PL1
  19881. pacland2:0:2101:06:000:Infinite Lives PL2
  19882. pacland2:0:221B:09:000:Infinite Time
  19883. pacland2:0:2115:01:000:Always Have Hard Hat
  19884. pacland2:0:20FD:01:000:Always Have Magic Boots
  19885. pacland2:0:2115:01:001:Get Hard Hat Now!
  19886. pacland2:0:20FD:01:001:Get Magic Boots Now!
  19887.  
  19888. ; [ Pac-Land (set 3) ]
  19889. pacland3:0:2100:06:000:Infinite Lives PL1
  19890. pacland3:0:2101:06:000:Infinite Lives PL2
  19891. pacland3:0:221B:09:000:Infinite Time
  19892. pacland3:0:2115:01:000:Always Have Hard Hat
  19893. pacland3:0:20FD:01:000:Always Have Magic Boots
  19894. pacland3:0:2115:01:001:Get Hard Hat Now!
  19895. pacland3:0:20FD:01:001:Get Magic Boots Now!
  19896.  
  19897. ; [ Pac-Land (Midway) ]
  19898. paclandm:0:2100:06:000:Infinite Lives PL1
  19899. paclandm:0:2101:06:000:Infinite Lives PL2
  19900. paclandm:0:221B:09:000:Infinite Time
  19901. paclandm:0:2115:01:000:Always Have Hard Hat
  19902. paclandm:0:20FD:01:000:Always Have Magic Boots
  19903. paclandm:0:2115:01:001:Get Hard Hat Now!
  19904. paclandm:0:20FD:01:001:Get Magic Boots Now!
  19905.  
  19906. ; [ PuckMan (Japan set 1) ]
  19907. pacman:0:4E14:06:000:Infinite Lives (1/2)
  19908. pacman:0:4E15:05:500:Infinite Lives (2/2)
  19909. pacman:0:0000:00:999:[------Starting Levels------]
  19910. pacman:0:0000:00:999:[Deactivate the cheats after]
  19911. pacman:0:0000:00:999:[starting the level or leave]
  19912. pacman:0:0000:00:999:[active to repeat the level.]
  19913. pacman:0:4E0A:7E:000:Start at Strawberry (1/2)
  19914. pacman:0:4E13:01:500:Start at Strawberry (2/2)
  19915. pacman:0:4E0A:7F:000:Start at 1st Orange (1/2)
  19916. pacman:0:4E13:02:500:Start at 1st Orange (2/2)
  19917. pacman:0:4E0A:80:000:Start at 2nd Orange (1/2)
  19918. pacman:0:4E13:03:500:Start at 2nd Orange (2/2)
  19919. pacman:0:4E0A:81:000:Start at 1st Apple (1/2)
  19920. pacman:0:4E13:04:500:Start at 1st Apple (2/2)
  19921. pacman:0:4E0A:82:000:Start at 2nd Apple (1/2)
  19922. pacman:0:4E13:05:500:Start at 2nd Apple (2/2)
  19923. pacman:0:4E0A:83:000:Start at 1st Pineapple (1/2)
  19924. pacman:0:4E13:06:500:Start at 1st Pineapple (2/2)
  19925. pacman:0:4E0A:84:000:Start at 2nd Pineapple (1/2)
  19926. pacman:0:4E13:07:500:Start at 2nd Pineapple (2/2)
  19927. pacman:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  19928. pacman:0:4E13:08:500:Start at 1st Galaxian (2/2)
  19929. pacman:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  19930. pacman:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  19931. pacman:0:4E0A:87:000:Start at 1st Bell (1/2)
  19932. pacman:0:4E13:0A:500:Start at 1st Bell (2/2)
  19933. pacman:0:4E0A:88:000:Start at 2nd Bell (1/2)
  19934. pacman:0:4E13:0B:500:Start at 2nd Bell (2/2)
  19935. pacman:0:4E0A:87:000:Start at 1st Key (1/2)
  19936. pacman:0:4E13:0C:500:Start at 1st Key (2/2)
  19937. pacman:0:4E0A:88:000:Start at 2nd Key (1/2)
  19938. pacman:0:4E13:0D:500:Start at 2nd Key (2/2)
  19939. pacman:0:0000:00:999:[------Practice Levels------]
  19940. pacman:0:4E13:00:000:Practice Cherry
  19941. pacman:0:4E13:01:000:Practice Strawberry
  19942. pacman:0:4E13:02:000:Practice 1st Orange
  19943. pacman:0:4E13:03:000:Practice 2nd Orange
  19944. pacman:0:4E13:04:000:Practice 1st Apple
  19945. pacman:0:4E13:05:000:Practice 2nd Apple
  19946. pacman:0:4E13:06:000:Practice 1st Pineapple
  19947. pacman:0:4E13:07:000:Practice 2nd Pineapple
  19948. pacman:0:4E13:08:000:Practice 1st Galaxian
  19949. pacman:0:4E13:09:000:Practice 2nd Galaxian
  19950. pacman:0:4E13:0A:000:Practice 1st Bell
  19951. pacman:0:4E13:0B:000:Practice 2nd Bell
  19952. pacman:0:4E13:0C:000:Practice 1st Key
  19953. pacman:0:4E13:0D:000:Practice 2nd Key
  19954. pacman:0:4E13:FF:000:Split-Screen (Unplayable)
  19955. pacman:0:4E13:FE:000:No maze or dots(Unfinishable)
  19956. pacman:0:0000:00:999:[------Practice Speeds------]
  19957. pacman:0:4DBD:00:000:Stay blue until eaten (1/2)
  19958. pacman:0:4DBE:00:500:Stay blue until eaten (2/2)
  19959. pacman:0:4DBD:58:000:Slow changeback (1/2)
  19960. pacman:0:4DBE:02:500:Slow changeback (2/2)
  19961. pacman:0:4DBD:68:000:Moderate changeback (1/2)
  19962. pacman:0:4DBE:01:500:Moderate changeback (2/2)
  19963. pacman:0:4DBD:F0:000:Quick changeback (1/2)
  19964. pacman:0:4DBE:00:500:Quick changeback (2/2)
  19965. pacman:0:4DBD:78:000:Lightning changeback (1/2)
  19966. pacman:0:4DBE:00:500:Lightning changeback (2/2)
  19967. pacman:0:4DBD:01:000:No change to blue (1/2)
  19968. pacman:0:4DBE:00:500:No change to blue (2/2)
  19969. pacman:0:0000:00:999:[-------Ghost Status--------]
  19970. pacman:0:4DA7:01:000:Red always blue
  19971. pacman:0:4DA8:01:000:Pink always blue
  19972. pacman:0:4DA9:01:000:Green always blue
  19973. pacman:0:4DAA:01:000:Orange always blue
  19974. pacman:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  19975.  
  19976. ; [ Pac-Man (bootleg on Galaxian hardware) ]
  19977. pacmanbl:0:4214:06:000:Infinite Lives (1/2)
  19978. pacmanbl:0:4215:05:500:Infinite Lives (2/2)
  19979. pacmanbl:0:0000:00:999:[------Starting Levels------]
  19980. pacmanbl:0:0000:00:999:[Deactivate the cheats after]
  19981. pacmanbl:0:0000:00:999:[starting the level or leave]
  19982. pacmanbl:0:0000:00:999:[active to repeat the level.]
  19983. pacmanbl:0:420A:7E:000:Start at Strawberry (1/2)
  19984. pacmanbl:0:4213:01:500:Start at Strawberry (2/2)
  19985. pacmanbl:0:420A:7F:000:Start at 1st Orange (1/2)
  19986. pacmanbl:0:4213:02:500:Start at 1st Orange (2/2)
  19987. pacmanbl:0:420A:80:000:Start at 2nd Orange (1/2)
  19988. pacmanbl:0:4213:03:500:Start at 2nd Orange (2/2)
  19989. pacmanbl:0:420A:81:000:Start at 1st Apple (1/2)
  19990. pacmanbl:0:4213:04:500:Start at 1st Apple (2/2)
  19991. pacmanbl:0:420A:82:000:Start at 2nd Apple (1/2)
  19992. pacmanbl:0:4213:05:500:Start at 2nd Apple (2/2)
  19993. pacmanbl:0:420A:83:000:Start at 1st Pineapple (1/2)
  19994. pacmanbl:0:4213:06:500:Start at 1st Pineapple (2/2)
  19995. pacmanbl:0:420A:84:000:Start at 2nd Pineapple (1/2)
  19996. pacmanbl:0:4213:07:500:Start at 2nd Pineapple (2/2)
  19997. pacmanbl:0:420A:85:000:Start at 1st Galaxian (1/2)
  19998. pacmanbl:0:4213:08:500:Start at 1st Galaxian (2/2)
  19999. pacmanbl:0:420A:86:000:Start at 2nd Galaxian (1/2)
  20000. pacmanbl:0:4213:09:500:Start at 2nd Galaxian (2/2)
  20001. pacmanbl:0:420A:87:000:Start at 1st Bell (1/2)
  20002. pacmanbl:0:4213:0A:500:Start at 1st Bell (2/2)
  20003. pacmanbl:0:420A:88:000:Start at 2nd Bell (1/2)
  20004. pacmanbl:0:4213:0B:500:Start at 2nd Bell (2/2)
  20005. pacmanbl:0:420A:87:000:Start at 1st Key (1/2)
  20006. pacmanbl:0:4213:0C:500:Start at 1st Key (2/2)
  20007. pacmanbl:0:420A:88:000:Start at 2nd Key (1/2)
  20008. pacmanbl:0:4213:0D:500:Start at 2nd Key (2/2)
  20009. pacmanbl:0:0000:00:999:[------Practice Levels------]
  20010. pacmanbl:0:4213:00:000:Practice Cherry
  20011. pacmanbl:0:4213:01:000:Practice Strawberry
  20012. pacmanbl:0:4213:02:000:Practice 1st Orange
  20013. pacmanbl:0:4213:03:000:Practice 2nd Orange
  20014. pacmanbl:0:4213:04:000:Practice 1st Apple
  20015. pacmanbl:0:4213:05:000:Practice 2nd Apple
  20016. pacmanbl:0:4213:06:000:Practice 1st Pineapple
  20017. pacmanbl:0:4213:07:000:Practice 2nd Pineapple
  20018. pacmanbl:0:4213:08:000:Practice 1st Galaxian
  20019. pacmanbl:0:4213:09:000:Practice 2nd Galaxian
  20020. pacmanbl:0:4213:0A:000:Practice 1st Bell
  20021. pacmanbl:0:4213:0B:000:Practice 2nd Bell
  20022. pacmanbl:0:4213:0C:000:Practice 1st Key
  20023. pacmanbl:0:4213:0D:000:Practice 2nd Key
  20024. pacmanbl:0:4213:FF:000:Split-Screen (Unplayable)
  20025. pacmanbl:0:4213:FE:000:No maze or dots(Unfinishable)
  20026. pacmanbl:0:0000:00:999:[------Practice Speeds------]
  20027. pacmanbl:0:41BD:00:000:Stay blue until eaten (1/2)
  20028. pacmanbl:0:41BE:00:500:Stay blue until eaten (2/2)
  20029. pacmanbl:0:41BD:58:000:Slow changeback (1/2)
  20030. pacmanbl:0:41BE:02:500:Slow changeback (2/2)
  20031. pacmanbl:0:41BD:68:000:Moderate changeback (1/2)
  20032. pacmanbl:0:41BE:01:500:Moderate changeback (2/2)
  20033. pacmanbl:0:41BD:F0:000:Quick changeback (1/2)
  20034. pacmanbl:0:41BE:00:500:Quick changeback (2/2)
  20035. pacmanbl:0:41BD:78:000:Lightning changeback (1/2)
  20036. pacmanbl:0:41BE:00:500:Lightning changeback (2/2)
  20037. pacmanbl:0:41BD:01:000:No change to blue (1/2)
  20038. pacmanbl:0:41BE:00:500:No change to blue (2/2)
  20039. pacmanbl:0:0000:00:999:[-------Ghost Status--------]
  20040. pacmanbl:0:41A7:01:000:Red always blue
  20041. pacmanbl:0:41A8:01:000:Pink always blue
  20042. pacmanbl:0:41A9:01:000:Green always blue
  20043. pacmanbl:0:41AA:01:000:Orange always blue
  20044. pacmanbl:0:41A5:00:000:Ghosts Always Edible (No Pts)
  20045.  
  20046. ; [ Pac-Mania ]
  20047. pacmania:0:0059:FF:000:Ghosts stay blue until eaten
  20048. pacmania:0:0621:0E:000:Infinite Lives PL1
  20049. pacmania:0:0222:01:001:Finish  level Now! PL1 (1/2)
  20050. pacmania:0:0074:01:501:Finish  level Now! PL1 (2/2)
  20051. pacmania:0:0622:0E:000:Infinite Lives PL2
  20052. pacmania:0:0222:02:001:Finish  level Now! PL2 (1/2)
  20053. pacmania:0:0075:02:501:Finish  level Now! PL2 (2/2)
  20054. pacmania:0:0000:00:999:[Use these Select current  ]
  20055. pacmania:0:0000:00:999:[level cheats during the   ]
  20056. pacmania:0:0000:00:999:["slideshow" between levels]
  20057. pacmania:0:0000:00:999:[                          ]
  20058. pacmania:0:0000:00:999:[For reference the levels -]
  20059. pacmania:0:0000:00:999:[1,8,9,10     BLOCK TOWN   ]
  20060. pacmania:0:0000:00:999:[2,3,11,12,13 PACMAN'S PARK]
  20061. pacmania:0:0000:00:999:[4,5,14,15,16 SANDBOX LAND ]
  20062. pacmania:0:0000:00:999:[6,7,17,18,19 JUNGLY STEPS ]
  20063. pacmania:0:0623:13:072:Select current level PL1
  20064. pacmania:0:0624:13:072:Select current level PL2
  20065. pacmania:0:0000:00:999:[                          ]
  20066. pacmania:0:0623:13:062:Select next level PL1
  20067. pacmania:0:0624:13:062:Select next level PL2
  20068. pacmania:0:0000:00:999:[                          ]
  20069. pacmania:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  20070.  
  20071. ; [ Pac-Mania (Japan) ]
  20072. pacmanij:0:0059:FF:000:Ghosts stay blue until eaten
  20073. pacmanij:0:0621:0E:000:Infinite Lives PL1
  20074. pacmanij:0:0222:01:001:Finish  level Now! PL1 (1/2)
  20075. pacmanij:0:0074:01:501:Finish  level Now! PL1 (2/2)
  20076. pacmanij:0:0622:0E:000:Infinite Lives PL2
  20077. pacmanij:0:0222:02:001:Finish  level Now! PL2 (1/2)
  20078. pacmanij:0:0075:02:501:Finish  level Now! PL2 (2/2)
  20079. pacmanij:0:0000:00:999:[Use these Select current  ]
  20080. pacmanij:0:0000:00:999:[level cheats during the   ]
  20081. pacmanij:0:0000:00:999:["slideshow" between levels]
  20082. pacmanij:0:0000:00:999:[                          ]
  20083. pacmanij:0:0000:00:999:[For reference the levels -]
  20084. pacmanij:0:0000:00:999:[1,8,9,10     BLOCK TOWN   ]
  20085. pacmanij:0:0000:00:999:[2,3,11,12,13 PACMAN'S PARK]
  20086. pacmanij:0:0000:00:999:[4,5,14,15,16 SANDBOX LAND ]
  20087. pacmanij:0:0000:00:999:[6,7,17,18,19 JUNGLY STEPS ]
  20088. pacmanij:0:0623:13:072:Select current level PL1
  20089. pacmanij:0:0624:13:072:Select current level PL2
  20090. pacmanij:0:0000:00:999:[                          ]
  20091. pacmanij:0:0623:13:062:Select next level PL1
  20092. pacmanij:0:0624:13:062:Select next level PL2
  20093. pacmanij:0:0000:00:999:[                          ]
  20094. pacmanij:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  20095.  
  20096. ; [ PuckMan (Japan set 2) ]
  20097. pacmanjp:0:4E14:06:000:Infinite Lives (1/2)
  20098. pacmanjp:0:4E15:05:500:Infinite Lives (2/2)
  20099. pacmanjp:0:0000:00:999:[------Starting Levels------]
  20100. pacmanjp:0:0000:00:999:[Deactivate the cheats after]
  20101. pacmanjp:0:0000:00:999:[starting the level or leave]
  20102. pacmanjp:0:0000:00:999:[active to repeat the level.]
  20103. pacmanjp:0:4E0A:7E:000:Start at Strawberry (1/2)
  20104. pacmanjp:0:4E13:01:500:Start at Strawberry (2/2)
  20105. pacmanjp:0:4E0A:7F:000:Start at 1st Orange (1/2)
  20106. pacmanjp:0:4E13:02:500:Start at 1st Orange (2/2)
  20107. pacmanjp:0:4E0A:80:000:Start at 2nd Orange (1/2)
  20108. pacmanjp:0:4E13:03:500:Start at 2nd Orange (2/2)
  20109. pacmanjp:0:4E0A:81:000:Start at 1st Apple (1/2)
  20110. pacmanjp:0:4E13:04:500:Start at 1st Apple (2/2)
  20111. pacmanjp:0:4E0A:82:000:Start at 2nd Apple (1/2)
  20112. pacmanjp:0:4E13:05:500:Start at 2nd Apple (2/2)
  20113. pacmanjp:0:4E0A:83:000:Start at 1st Pineapple (1/2)
  20114. pacmanjp:0:4E13:06:500:Start at 1st Pineapple (2/2)
  20115. pacmanjp:0:4E0A:84:000:Start at 2nd Pineapple (1/2)
  20116. pacmanjp:0:4E13:07:500:Start at 2nd Pineapple (2/2)
  20117. pacmanjp:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  20118. pacmanjp:0:4E13:08:500:Start at 1st Galaxian (2/2)
  20119. pacmanjp:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  20120. pacmanjp:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  20121. pacmanjp:0:4E0A:87:000:Start at 1st Bell (1/2)
  20122. pacmanjp:0:4E13:0A:500:Start at 1st Bell (2/2)
  20123. pacmanjp:0:4E0A:88:000:Start at 2nd Bell (1/2)
  20124. pacmanjp:0:4E13:0B:500:Start at 2nd Bell (2/2)
  20125. pacmanjp:0:4E0A:87:000:Start at 1st Key (1/2)
  20126. pacmanjp:0:4E13:0C:500:Start at 1st Key (2/2)
  20127. pacmanjp:0:4E0A:88:000:Start at 2nd Key (1/2)
  20128. pacmanjp:0:4E13:0D:500:Start at 2nd Key (2/2)
  20129. pacmanjp:0:0000:00:999:[------Practice Levels------]
  20130. pacmanjp:0:4E13:00:000:Practice Cherry
  20131. pacmanjp:0:4E13:01:000:Practice Strawberry
  20132. pacmanjp:0:4E13:02:000:Practice 1st Orange
  20133. pacmanjp:0:4E13:03:000:Practice 2nd Orange
  20134. pacmanjp:0:4E13:04:000:Practice 1st Apple
  20135. pacmanjp:0:4E13:05:000:Practice 2nd Apple
  20136. pacmanjp:0:4E13:06:000:Practice 1st Pineapple
  20137. pacmanjp:0:4E13:07:000:Practice 2nd Pineapple
  20138. pacmanjp:0:4E13:08:000:Practice 1st Galaxian
  20139. pacmanjp:0:4E13:09:000:Practice 2nd Galaxian
  20140. pacmanjp:0:4E13:0A:000:Practice 1st Bell
  20141. pacmanjp:0:4E13:0B:000:Practice 2nd Bell
  20142. pacmanjp:0:4E13:0C:000:Practice 1st Key
  20143. pacmanjp:0:4E13:0D:000:Practice 2nd Key
  20144. pacmanjp:0:4E13:FF:000:Split-Screen (Unplayable)
  20145. pacmanjp:0:4E13:FE:000:No maze or dots(Unfinishable)
  20146. pacmanjp:0:0000:00:999:[------Practice Speeds------]
  20147. pacmanjp:0:4DBD:00:000:Stay blue until eaten (1/2)
  20148. pacmanjp:0:4DBE:00:500:Stay blue until eaten (2/2)
  20149. pacmanjp:0:4DBD:58:000:Slow changeback (1/2)
  20150. pacmanjp:0:4DBE:02:500:Slow changeback (2/2)
  20151. pacmanjp:0:4DBD:68:000:Moderate changeback (1/2)
  20152. pacmanjp:0:4DBE:01:500:Moderate changeback (2/2)
  20153. pacmanjp:0:4DBD:F0:000:Quick changeback (1/2)
  20154. pacmanjp:0:4DBE:00:500:Quick changeback (2/2)
  20155. pacmanjp:0:4DBD:78:000:Lightning changeback (1/2)
  20156. pacmanjp:0:4DBE:00:500:Lightning changeback (2/2)
  20157. pacmanjp:0:4DBD:01:000:No change to blue (1/2)
  20158. pacmanjp:0:4DBE:00:500:No change to blue (2/2)
  20159. pacmanjp:0:0000:00:999:[-------Ghost Status--------]
  20160. pacmanjp:0:4DA7:01:000:Red always blue
  20161. pacmanjp:0:4DA8:01:000:Pink always blue
  20162. pacmanjp:0:4DA9:01:000:Green always blue
  20163. pacmanjp:0:4DAA:01:000:Orange always blue
  20164. pacmanjp:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  20165.  
  20166. ; [ Pac-Man (Midway) ]
  20167. pacmanm:0:4E14:06:000:Infinite Lives (1/2)
  20168. pacmanm:0:4E15:05:500:Infinite Lives (2/2)
  20169. pacmanm:0:0000:00:999:[------Starting Levels------]
  20170. pacmanm:0:0000:00:999:[Deactivate the cheats after]
  20171. pacmanm:0:0000:00:999:[starting the level or leave]
  20172. pacmanm:0:0000:00:999:[active to repeat the level.]
  20173. pacmanm:0:4E0A:7E:000:Start at Strawberry (1/2)
  20174. pacmanm:0:4E13:01:500:Start at Strawberry (2/2)
  20175. pacmanm:0:4E0A:7F:000:Start at 1st Orange (1/2)
  20176. pacmanm:0:4E13:02:500:Start at 1st Orange (2/2)
  20177. pacmanm:0:4E0A:80:000:Start at 2nd Orange (1/2)
  20178. pacmanm:0:4E13:03:500:Start at 2nd Orange (2/2)
  20179. pacmanm:0:4E0A:81:000:Start at 1st Apple (1/2)
  20180. pacmanm:0:4E13:04:500:Start at 1st Apple (2/2)
  20181. pacmanm:0:4E0A:82:000:Start at 2nd Apple (1/2)
  20182. pacmanm:0:4E13:05:500:Start at 2nd Apple (2/2)
  20183. pacmanm:0:4E0A:83:000:Start at 1st Pineapple (1/2)
  20184. pacmanm:0:4E13:06:500:Start at 1st Pineapple (2/2)
  20185. pacmanm:0:4E0A:84:000:Start at 2nd Pineapple (1/2)
  20186. pacmanm:0:4E13:07:500:Start at 2nd Pineapple (2/2)
  20187. pacmanm:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  20188. pacmanm:0:4E13:08:500:Start at 1st Galaxian (2/2)
  20189. pacmanm:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  20190. pacmanm:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  20191. pacmanm:0:4E0A:87:000:Start at 1st Bell (1/2)
  20192. pacmanm:0:4E13:0A:500:Start at 1st Bell (2/2)
  20193. pacmanm:0:4E0A:88:000:Start at 2nd Bell (1/2)
  20194. pacmanm:0:4E13:0B:500:Start at 2nd Bell (2/2)
  20195. pacmanm:0:4E0A:87:000:Start at 1st Key (1/2)
  20196. pacmanm:0:4E13:0C:500:Start at 1st Key (2/2)
  20197. pacmanm:0:4E0A:88:000:Start at 2nd Key (1/2)
  20198. pacmanm:0:4E13:0D:500:Start at 2nd Key (2/2)
  20199. pacmanm:0:0000:00:999:[------Practice Levels------]
  20200. pacmanm:0:4E13:00:000:Practice Cherry
  20201. pacmanm:0:4E13:01:000:Practice Strawberry
  20202. pacmanm:0:4E13:02:000:Practice 1st Orange
  20203. pacmanm:0:4E13:03:000:Practice 2nd Orange
  20204. pacmanm:0:4E13:04:000:Practice 1st Apple
  20205. pacmanm:0:4E13:05:000:Practice 2nd Apple
  20206. pacmanm:0:4E13:06:000:Practice 1st Pineapple
  20207. pacmanm:0:4E13:07:000:Practice 2nd Pineapple
  20208. pacmanm:0:4E13:08:000:Practice 1st Galaxian
  20209. pacmanm:0:4E13:09:000:Practice 2nd Galaxian
  20210. pacmanm:0:4E13:0A:000:Practice 1st Bell
  20211. pacmanm:0:4E13:0B:000:Practice 2nd Bell
  20212. pacmanm:0:4E13:0C:000:Practice 1st Key
  20213. pacmanm:0:4E13:0D:000:Practice 2nd Key
  20214. pacmanm:0:4E13:FF:000:Split-Screen (Unplayable)
  20215. pacmanm:0:4E13:FE:000:No maze or dots(Unfinishable)
  20216. pacmanm:0:0000:00:999:[------Practice Speeds------]
  20217. pacmanm:0:4DBD:00:000:Stay blue until eaten (1/2)
  20218. pacmanm:0:4DBE:00:500:Stay blue until eaten (2/2)
  20219. pacmanm:0:4DBD:58:000:Slow changeback (1/2)
  20220. pacmanm:0:4DBE:02:500:Slow changeback (2/2)
  20221. pacmanm:0:4DBD:68:000:Moderate changeback (1/2)
  20222. pacmanm:0:4DBE:01:500:Moderate changeback (2/2)
  20223. pacmanm:0:4DBD:F0:000:Quick changeback (1/2)
  20224. pacmanm:0:4DBE:00:500:Quick changeback (2/2)
  20225. pacmanm:0:4DBD:78:000:Lightning changeback (1/2)
  20226. pacmanm:0:4DBE:00:500:Lightning changeback (2/2)
  20227. pacmanm:0:4DBD:01:000:No change to blue (1/2)
  20228. pacmanm:0:4DBE:00:500:No change to blue (2/2)
  20229. pacmanm:0:0000:00:999:[-------Ghost Status--------]
  20230. pacmanm:0:4DA7:01:000:Red always blue
  20231. pacmanm:0:4DA8:01:000:Pink always blue
  20232. pacmanm:0:4DA9:01:000:Green always blue
  20233. pacmanm:0:4DAA:01:000:Orange always blue
  20234. pacmanm:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  20235.  
  20236. ; [ Pac-Man (Midway, harder) ]
  20237. pacmod:0:4E14:06:000:Infinite Lives (1/2)
  20238. pacmod:0:4E15:05:500:Infinite Lives (2/2)
  20239. pacmod:0:0000:00:999:[------Starting Levels------]
  20240. pacmod:0:0000:00:999:[Deactivate the cheats after]
  20241. pacmod:0:0000:00:999:[starting the level or leave]
  20242. pacmod:0:0000:00:999:[active to repeat the level.]
  20243. pacmod:0:4E0A:7E:000:Start at Strawberry (1/2)
  20244. pacmod:0:4E13:01:500:Start at Strawberry (2/2)
  20245. pacmod:0:4E0A:7F:000:Start at 1st Orange (1/2)
  20246. pacmod:0:4E13:02:500:Start at 1st Orange (2/2)
  20247. pacmod:0:4E0A:80:000:Start at 2nd Orange (1/2)
  20248. pacmod:0:4E13:03:500:Start at 2nd Orange (2/2)
  20249. pacmod:0:4E0A:81:000:Start at 1st Apple (1/2)
  20250. pacmod:0:4E13:04:500:Start at 1st Apple (2/2)
  20251. pacmod:0:4E0A:82:000:Start at 2nd Apple (1/2)
  20252. pacmod:0:4E13:05:500:Start at 2nd Apple (2/2)
  20253. pacmod:0:4E0A:83:000:Start at 1st Pineapple (1/2)
  20254. pacmod:0:4E13:06:500:Start at 1st Pineapple (2/2)
  20255. pacmod:0:4E0A:84:000:Start at 2nd Pineapple (1/2)
  20256. pacmod:0:4E13:07:500:Start at 2nd Pineapple (2/2)
  20257. pacmod:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  20258. pacmod:0:4E13:08:500:Start at 1st Galaxian (2/2)
  20259. pacmod:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  20260. pacmod:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  20261. pacmod:0:4E0A:87:000:Start at 1st Bell (1/2)
  20262. pacmod:0:4E13:0A:500:Start at 1st Bell (2/2)
  20263. pacmod:0:4E0A:88:000:Start at 2nd Bell (1/2)
  20264. pacmod:0:4E13:0B:500:Start at 2nd Bell (2/2)
  20265. pacmod:0:4E0A:87:000:Start at 1st Key (1/2)
  20266. pacmod:0:4E13:0C:500:Start at 1st Key (2/2)
  20267. pacmod:0:4E0A:88:000:Start at 2nd Key (1/2)
  20268. pacmod:0:4E13:0D:500:Start at 2nd Key (2/2)
  20269. pacmod:0:0000:00:999:[------Practice Levels------]
  20270. pacmod:0:4E13:00:000:Practice Cherry
  20271. pacmod:0:4E13:01:000:Practice Strawberry
  20272. pacmod:0:4E13:02:000:Practice 1st Orange
  20273. pacmod:0:4E13:03:000:Practice 2nd Orange
  20274. pacmod:0:4E13:04:000:Practice 1st Apple
  20275. pacmod:0:4E13:05:000:Practice 2nd Apple
  20276. pacmod:0:4E13:06:000:Practice 1st Pineapple
  20277. pacmod:0:4E13:07:000:Practice 2nd Pineapple
  20278. pacmod:0:4E13:08:000:Practice 1st Galaxian
  20279. pacmod:0:4E13:09:000:Practice 2nd Galaxian
  20280. pacmod:0:4E13:0A:000:Practice 1st Bell
  20281. pacmod:0:4E13:0B:000:Practice 2nd Bell
  20282. pacmod:0:4E13:0C:000:Practice 1st Key
  20283. pacmod:0:4E13:0D:000:Practice 2nd Key
  20284. pacmod:0:4E13:FF:000:Split-Screen (Unplayable)
  20285. pacmod:0:4E13:FE:000:No maze or dots(Unfinishable)
  20286. pacmod:0:0000:00:999:[------Practice Speeds------]
  20287. pacmod:0:4DBD:00:000:Stay blue until eaten (1/2)
  20288. pacmod:0:4DBE:00:500:Stay blue until eaten (2/2)
  20289. pacmod:0:4DBD:58:000:Slow changeback (1/2)
  20290. pacmod:0:4DBE:02:500:Slow changeback (2/2)
  20291. pacmod:0:4DBD:68:000:Moderate changeback (1/2)
  20292. pacmod:0:4DBE:01:500:Moderate changeback (2/2)
  20293. pacmod:0:4DBD:F0:000:Quick changeback (1/2)
  20294. pacmod:0:4DBE:00:500:Quick changeback (2/2)
  20295. pacmod:0:4DBD:78:000:Lightning changeback (1/2)
  20296. pacmod:0:4DBE:00:500:Lightning changeback (2/2)
  20297. pacmod:0:4DBD:01:000:No change to blue (1/2)
  20298. pacmod:0:4DBE:00:500:No change to blue (2/2)
  20299. pacmod:0:0000:00:999:[-------Ghost Status--------]
  20300. pacmod:0:4DA7:01:000:Red always blue
  20301. pacmod:0:4DA8:01:000:Pink always blue
  20302. pacmod:0:4DA9:01:000:Green always blue
  20303. pacmod:0:4DAA:01:000:Orange always blue
  20304. pacmod:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  20305.  
  20306. ; [ Pac-Man & Chomp Chomp ]
  20307. pacnchmp:0:1175:07:000:Infinite Lives
  20308. pacnchmp:0:1111:18:000:Infinite "power" time
  20309. pacnchmp:0:1110:01:000:"Power" always available
  20310. pacnchmp:0:1222:01:001:Orange ghost is stoned Now!
  20311. pacnchmp:0:1232:01:001:Green ghost is stoned Now!
  20312. pacnchmp:0:1242:01:001:Pink ghost is stoned Now!
  20313. pacnchmp:0:1252:01:001:Red ghost is stoned Now!
  20314.  
  20315. ; [ Pac & Pal ]
  20316. pacnpal:0:1175:07:000:Infinite Lives
  20317. pacnpal:0:1111:18:000:Infinite "power" time
  20318. pacnpal:0:1110:01:000:"Power" always available
  20319. pacnpal:0:1222:01:001:Orange ghost is stoned Now!
  20320. pacnpal:0:1232:01:001:Green ghost is stoned Now!
  20321. pacnpal:0:1242:01:001:Pink ghost is stoned Now!
  20322. pacnpal:0:1252:01:001:Red ghost is stoned Now!
  20323.  
  20324. ; [ Pac-Man Plus ]
  20325. pacplus:0:4E14:06:000:Infinite Lives (1/2)
  20326. pacplus:0:4E15:05:500:Infinite Lives (2/2)
  20327. pacplus:0:0000:00:999:[------Starting Levels------]
  20328. pacplus:0:0000:00:999:[Deactivate the cheats after]
  20329. pacplus:0:0000:00:999:[starting the level or leave]
  20330. pacplus:0:0000:00:999:[active to repeat the level.]
  20331. pacplus:0:4E0A:7E:000:Start at Vimto (1/2)
  20332. pacplus:0:4E13:01:500:Start at Vimto (2/2)
  20333. pacplus:0:4E0A:7F:000:Start at 1st Peas (1/2)
  20334. pacplus:0:4E13:02:500:Start at 1st Peas (2/2)
  20335. pacplus:0:4E0A:80:000:Start at 2nd Peas (1/2)
  20336. pacplus:0:4E13:03:500:Start at 2nd Peas (2/2)
  20337. pacplus:0:4E0A:81:000:Start at 1st Apple (1/2)
  20338. pacplus:0:4E13:04:500:Start at 1st Apple (2/2)
  20339. pacplus:0:4E0A:82:000:Start at 2nd Apple (1/2)
  20340. pacplus:0:4E13:05:500:Start at 2nd Apple (2/2)
  20341. pacplus:0:4E0A:83:000:Start at 1st Grapes (1/2)
  20342. pacplus:0:4E13:06:500:Start at 1st Grapes (2/2)
  20343. pacplus:0:4E0A:84:000:Start at 2nd Grapes (1/2)
  20344. pacplus:0:4E13:07:500:Start at 2nd Grapes (2/2)
  20345. pacplus:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  20346. pacplus:0:4E13:08:500:Start at 1st Galaxian (2/2)
  20347. pacplus:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  20348. pacplus:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  20349. pacplus:0:4E0A:87:000:Start at 1st Bread (1/2)
  20350. pacplus:0:4E13:0A:500:Start at 1st Bread (2/2)
  20351. pacplus:0:4E0A:88:000:Start at 2nd Bread (1/2)
  20352. pacplus:0:4E13:0B:500:Start at 2nd Bread (2/2)
  20353. pacplus:0:4E0A:89:000:Start at 1st Pancakes (1/2)
  20354. pacplus:0:4E13:0C:500:Start at 1st Pancakes (2/2)
  20355. pacplus:0:4E0A:8A:000:Start at 2nd Pancakes (1/2)
  20356. pacplus:0:4E13:0D:500:Start at 2nd Pancakes (2/2)
  20357. pacplus:0:0000:00:999:[------Practice Levels------]
  20358. pacplus:0:4E13:00:000:Practice Coke
  20359. pacplus:0:4E13:01:000:Practice Vimto
  20360. pacplus:0:4E13:02:000:Practice 1st Peas
  20361. pacplus:0:4E13:03:000:Practice 2nd Peas
  20362. pacplus:0:4E13:04:000:Practice 1st Apple
  20363. pacplus:0:4E13:05:000:Practice 2nd Apple
  20364. pacplus:0:4E13:06:000:Practice 1st Grapes
  20365. pacplus:0:4E13:07:000:Practice 2nd Grapes
  20366. pacplus:0:4E13:08:000:Practice 1st Galaxian
  20367. pacplus:0:4E13:09:000:Practice 2nd Galaxian
  20368. pacplus:0:4E13:0A:000:Practice 1st Bread
  20369. pacplus:0:4E13:0B:000:Practice 2nd Bread
  20370. pacplus:0:4E13:0C:000:Practice 1st Pancakes
  20371. pacplus:0:4E13:0D:000:Practice 2nd Pancakes
  20372. pacplus:0:4E13:FF:000:Split-Screen (Unplayable)
  20373. pacplus:0:4E13:FE:000:No maze or dots(Unfinishable)
  20374. pacplus:0:0000:00:999:[------Practice Speeds------]
  20375. pacplus:0:4DBD:00:000:Stay blue until eaten (1/2)
  20376. pacplus:0:4DBE:00:500:Stay blue until eaten (2/2)
  20377. pacplus:0:4DBD:58:000:Slow changeback (1/2)
  20378. pacplus:0:4DBE:02:500:Slow changeback (2/2)
  20379. pacplus:0:4DBD:68:000:Moderate changeback (1/2)
  20380. pacplus:0:4DBE:01:500:Moderate changeback (2/2)
  20381. pacplus:0:4DBD:F0:000:Quick changeback (1/2)
  20382. pacplus:0:4DBE:00:500:Quick changeback (2/2)
  20383. pacplus:0:4DBD:78:000:Lightning changeback (1/2)
  20384. pacplus:0:4DBE:00:500:Lightning changeback (2/2)
  20385. pacplus:0:4DBD:01:000:No change to blue (1/2)
  20386. pacplus:0:4DBE:00:500:No change to blue (2/2)
  20387. pacplus:0:0000:00:999:[-------Ghost Status--------]
  20388. pacplus:0:4DA7:01:000:Red always blue
  20389. pacplus:0:4DA8:01:000:Pink always blue
  20390. pacplus:0:4DA9:01:000:Green always blue
  20391. pacplus:0:4DAA:01:000:Orange always blue
  20392. pacplus:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  20393.  
  20394. ; [ Paint Roller ]
  20395. paintrlr:0:4C1C:06:000:Infinite Lives PL1
  20396. paintrlr:0:4C1D:06:000:Infinite Lives PL2
  20397. paintrlr:0:4C1E:09:000:Infinite Credits
  20398. paintrlr:0:4FC8:4C:000:Yellow can't eat you
  20399. paintrlr:0:4FCA:4C:000:Green can't eat you
  20400. paintrlr:0:4FC8:E0:001:Yellow can eat you
  20401. paintrlr:0:4FCA:E0:001:Green can eat you
  20402.  
  20403. ; [ Pandora's Palace ]
  20404. pandoras:0:6092:99:000:Infinite Time
  20405. pandoras:0:6060:FF:000:Infinite Lives
  20406. pandoras:0:6008:04:000:Invincibility (1/2)
  20407. pandoras:0:609A:00:500:Invincibility (2/2)
  20408.  
  20409. ; [ Pang (World) ]
  20410. pang:0:E221:5B:000:Invincibility (1/2)
  20411. pang:0:E200:04:500:Invincibility (2/2)
  20412. pang:0:E01A:99:000:Infinite Time
  20413. pang:0:E027:01:001:Stop the Bubbles Now!
  20414. pang:0:E027:00:001:Restart the Bubbles Now!
  20415. pang:0:E028:8C:000:Infinite Balloon Freeze Time
  20416. pang:0:E018:10:001:Goto Last level on comp.(1/2)
  20417. pang:0:E019:30:501:Goto Last level on comp.(2/2)
  20418. pang:0:E018:10:001:Goto Last level on death(1/2)
  20419. pang:0:E019:31:501:Goto Last level on death(2/2)
  20420. pang:0:E230:0A:000:Infinite Lives PL1
  20421. pang:0:E228:01:000:Always Have Protection PL1
  20422. pang:0:E229:00:000:Always Normal Weap. PL1 (1/3)
  20423. pang:0:E22C:00:500:Always Normal Weap. PL1 (2/3)
  20424. pang:0:E244:00:500:Always Normal Weap. PL1 (3/3)
  20425. pang:0:E229:01:000:Always Double Weap. PL1 (1/3)
  20426. pang:0:E22C:00:500:Always Double Weap. PL1 (2/3)
  20427. pang:0:E244:00:500:Always Double Weap. PL1 (3/3)
  20428. pang:0:E229:00:000:Always M. gun Weap. PL1 (1/3)
  20429. pang:0:E22C:01:500:Always M. gun Weap. PL1 (2/3)
  20430. pang:0:E244:00:500:Always M. gun Weap. PL1 (3/3)
  20431. pang:0:E229:00:000:Always Blocker Weap.PL1 (1/3)
  20432. pang:0:E22C:00:500:Always Blocker Weap.PL1 (2/3)
  20433. pang:0:E244:01:500:Always Blocker Weap.PL1 (3/3)
  20434. pang:0:E229:00:001:Get Normal Weap.PL1 Now!(1/3)
  20435. pang:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3)
  20436. pang:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3)
  20437. pang:0:E229:01:001:Get Double Weap.PL1 Now!(1/3)
  20438. pang:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3)
  20439. pang:0:E244:00:501:Get Double Weap.PL1 Now!(3/3)
  20440. pang:0:E229:00:001:Get M. gun Weap.PL1 Now!(1/3)
  20441. pang:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3)
  20442. pang:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3)
  20443. pang:0:E229:00:001:Get Blocker Weap.PL1 Now(1/3)
  20444. pang:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3)
  20445. pang:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3)
  20446. pang:0:E2B0:0A:000:Infinite Lives PL2
  20447. pang:0:E2A8:01:000:Always Have Protection PL2
  20448. pang:0:E2A9:00:000:Always Normal Weap. PL2 (1/3)
  20449. pang:0:E2AC:00:500:Always Normal Weap. PL2 (2/3)
  20450. pang:0:E2C4:00:500:Always Normal Weap. PL2 (3/3)
  20451. pang:0:E2A9:01:000:Always Double Weap. PL2 (1/3)
  20452. pang:0:E2AC:00:500:Always Double Weap. PL2 (2/3)
  20453. pang:0:E2C4:00:500:Always Double Weap. PL2 (3/3)
  20454. pang:0:E2A9:00:000:Always M. gun Weap. PL2 (1/3)
  20455. pang:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3)
  20456. pang:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3)
  20457. pang:0:E2A9:00:000:Always Blocker Weap.PL2 (1/3)
  20458. pang:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3)
  20459. pang:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3)
  20460. pang:0:E2A9:00:001:Get Normal Weap.PL2 Now!(1/3)
  20461. pang:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3)
  20462. pang:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3)
  20463. pang:0:E2A9:01:001:Get Double Weap.PL2 Now!(1/3)
  20464. pang:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3)
  20465. pang:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3)
  20466. pang:0:E2A9:00:001:Get M. gun Weap.PL2 Now!(1/3)
  20467. pang:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3)
  20468. pang:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3)
  20469. pang:0:E2A9:00:001:Get Blocker Weap.PL2 Now(1/3)
  20470. pang:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3)
  20471. pang:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3)
  20472. ;Disable the Infinite Time cheat just before travelling to a different city
  20473. ;otherwise the game will freeze! Also disable all Invicibility cheats just
  20474. ;before ending a level or else the level will not end!
  20475.  
  20476. ; [ Pang! 3 (Japan) ]
  20477. pang3:0:000000:00:999:[The weapon cheats dont show]
  20478. pang3:0:000000:00:999:[the correct weapon icon.   ]
  20479. pang3:0:FF8BAE:3B:000:Infinite Time
  20480. pang3:0:FF8BED:12:000:Stop the Bubbles Now!
  20481. pang3:0:FF8BED:00:001:Restart the Bubbles Now!
  20482. pang3:0:FF8BB4:09:000:Infinite Lives PL1
  20483. pang3:0:FFABF4:01:000:Always Have Protection PL1
  20484. pang3:0:FFABF4:00:000:Never Have Protection PL1
  20485. pang3:0:FFABB7:BB:000:Invincibility PL1
  20486. pang3:0:FFABF4:01:001:Get Protection Now! PL1
  20487. pang3:0:FFABF4:00:001:Lose Protection Now! PL1
  20488. pang3:0:FFABC8:00:000:Always Normal Weap. PL1
  20489. pang3:0:FFABC8:01:000:Always Blocker Weap.PL1
  20490. pang3:0:FFABC8:02:000:Always Water  Weap. PL1
  20491. pang3:0:FFABC8:03:000:Always Double Weap. PL1
  20492. pang3:0:FFABC8:00:001:Get Normal Weap. Now! PL1
  20493. pang3:0:FFABC8:01:001:Get Blocker Weap.Now! PL1
  20494. pang3:0:FFABC8:02:001:Get Water  Weap. Now! PL1
  20495. pang3:0:FFABC8:03:001:Get Double Weap. Now! PL1
  20496. pang3:0:FF8BB5:09:000:Infinite Lives PL2
  20497. pang3:0:FFACB4:01:000:Always Have Protection PL2
  20498. pang3:0:FFACB4:00:000:Never Have Protection PL2
  20499. pang3:0:FFAC77:BB:000:Invincibility PL2
  20500. pang3:0:FFACB4:01:001:Get Protection Now! PL2
  20501. pang3:0:FFACB4:00:001:Lose Protection Now! PL2
  20502. pang3:0:FFAC88:00:000:Always Normal Weap. PL2
  20503. pang3:0:FFAC88:01:000:Always Blocker Weap.PL2
  20504. pang3:0:FFAC88:02:000:Always Water  Weap. PL2
  20505. pang3:0:FFAC88:03:000:Always Double Weap. PL2
  20506. pang3:0:FFAC88:00:001:Get Normal Weap. Now! PL2
  20507. pang3:0:FFAC88:01:001:Get Blocker Weap.Now! PL2
  20508. pang3:0:FFAC88:02:001:Get Water  Weap. Now! PL2
  20509. pang3:0:FFAC88:03:001:Get Double Weap. Now! PL2
  20510. pang3:0:000000:00:999:[Normal Mode level select   ]
  20511. pang3:0:FF8BC6:09:071:Select current level
  20512. pang3:0:FF8BC6:09:061:Select next level
  20513. pang3:0:000000:00:999:[Challenge Mode level select]
  20514. pang3:0:FF8BDF:00:071:Select current level
  20515. pang3:0:FF8BDF:00:061:Select next level
  20516.  
  20517. ; [ Pang (bootleg) ]
  20518. pangb:0:E221:5B:000:Invincibility (1/2)
  20519. pangb:0:E200:04:500:Invincibility (2/2)
  20520. pangb:0:E01A:99:000:Infinite Time
  20521. pangb:0:E027:01:001:Stop the Bubbles Now!
  20522. pangb:0:E027:00:001:Restart the Bubbles Now!
  20523. pangb:0:E028:8C:000:Infinite Balloon Freeze Time
  20524. pangb:0:E018:10:001:Goto Last level on comp.(1/2)
  20525. pangb:0:E019:30:501:Goto Last level on comp.(2/2)
  20526. pangb:0:E018:10:001:Goto Last level on death(1/2)
  20527. pangb:0:E019:31:501:Goto Last level on death(2/2)
  20528. pangb:0:E230:0A:000:Infinite Lives PL1
  20529. pangb:0:E228:01:000:Always Have Protection PL1
  20530. pangb:0:E229:00:000:Always Normal Weap. PL1 (1/3)
  20531. pangb:0:E22C:00:500:Always Normal Weap. PL1 (2/3)
  20532. pangb:0:E244:00:500:Always Normal Weap. PL1 (3/3)
  20533. pangb:0:E229:01:000:Always Double Weap. PL1 (1/3)
  20534. pangb:0:E22C:00:500:Always Double Weap. PL1 (2/3)
  20535. pangb:0:E244:00:500:Always Double Weap. PL1 (3/3)
  20536. pangb:0:E229:00:000:Always M. gun Weap. PL1 (1/3)
  20537. pangb:0:E22C:01:500:Always M. gun Weap. PL1 (2/3)
  20538. pangb:0:E244:00:500:Always M. gun Weap. PL1 (3/3)
  20539. pangb:0:E229:00:000:Always Blocker Weap.PL1 (1/3)
  20540. pangb:0:E22C:00:500:Always Blocker Weap.PL1 (2/3)
  20541. pangb:0:E244:01:500:Always Blocker Weap.PL1 (3/3)
  20542. pangb:0:E229:00:001:Get Normal Weap.PL1 Now!(1/3)
  20543. pangb:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3)
  20544. pangb:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3)
  20545. pangb:0:E229:01:001:Get Double Weap.PL1 Now!(1/3)
  20546. pangb:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3)
  20547. pangb:0:E244:00:501:Get Double Weap.PL1 Now!(3/3)
  20548. pangb:0:E229:00:001:Get M. gun Weap.PL1 Now!(1/3)
  20549. pangb:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3)
  20550. pangb:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3)
  20551. pangb:0:E229:00:001:Get Blocker Weap.PL1 Now(1/3)
  20552. pangb:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3)
  20553. pangb:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3)
  20554. pangb:0:E2B0:0A:000:Infinite Lives PL2
  20555. pangb:0:E2A8:01:000:Always Have Protection PL2
  20556. pangb:0:E2A9:00:000:Always Normal Weap. PL2 (1/3)
  20557. pangb:0:E2AC:00:500:Always Normal Weap. PL2 (2/3)
  20558. pangb:0:E2C4:00:500:Always Normal Weap. PL2 (3/3)
  20559. pangb:0:E2A9:01:000:Always Double Weap. PL2 (1/3)
  20560. pangb:0:E2AC:00:500:Always Double Weap. PL2 (2/3)
  20561. pangb:0:E2C4:00:500:Always Double Weap. PL2 (3/3)
  20562. pangb:0:E2A9:00:000:Always M. gun Weap. PL2 (1/3)
  20563. pangb:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3)
  20564. pangb:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3)
  20565. pangb:0:E2A9:00:000:Always Blocker Weap.PL2 (1/3)
  20566. pangb:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3)
  20567. pangb:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3)
  20568. pangb:0:E2A9:00:001:Get Normal Weap.PL2 Now!(1/3)
  20569. pangb:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3)
  20570. pangb:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3)
  20571. pangb:0:E2A9:01:001:Get Double Weap.PL2 Now!(1/3)
  20572. pangb:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3)
  20573. pangb:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3)
  20574. pangb:0:E2A9:00:001:Get M. gun Weap.PL2 Now!(1/3)
  20575. pangb:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3)
  20576. pangb:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3)
  20577. pangb:0:E2A9:00:001:Get Blocker Weap.PL2 Now(1/3)
  20578. pangb:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3)
  20579. pangb:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3)
  20580.  
  20581. ; [ Space Panic (set 1) ]
  20582. panic:0:40D0:05:000:Infinite Lives
  20583. panic:0:40B2:09:000:Infinite Oxygen
  20584.  
  20585. ; [ Space Panic (set 2) ]
  20586. panica:0:40D0:05:000:Infinite Lives
  20587. panica:0:40B2:09:000:Infinite Oxygen
  20588.  
  20589. ; [ Panic Bomber ]
  20590. panicbom:0:1038CD:00:000:Always Minimum Power Up PL1
  20591. panicbom:0:1038CD:08:000:Always Maximum Power Up PL1
  20592. panicbom:0:103941:00:000:No more level gain PL1
  20593. panicbom:0:103B6F:00:000:Always Minimum Power Up PL1
  20594. panicbom:0:103B6F:08:000:Always Maximum Power Up PL1
  20595. panicbom:0:103BE3:00:000:No more level gain PL2
  20596.  
  20597. ; [ Space Panic (German) ]
  20598. panicger:0:40D0:05:000:Infinite Lives
  20599. panicger:0:40B2:09:000:Infinite Oxygen
  20600.  
  20601. ; [ Paperboy ]
  20602. paperboy:1:002A:63:000:Fix No Soundcard Problem
  20603. paperboy:0:0CC3:0A:000:Infinite Papers
  20604. paperboy:0:0CCA:05:000:Infinite Lives PL1
  20605. paperboy:0:0CCB:05:000:Infinite Lives PL2
  20606.  
  20607. ;comments left in for now
  20608. ; [ Parodius DA! (Japan) ]
  20609. parodius:0:1867:10:000:Infinite Lives PL1
  20610. parodius:0:1868:10:000:Infinite Lives PL2
  20611. parodius:0:18B1:01:001:Invincibility ON::Can't catch Bells either
  20612. parodius:0:18B1:00:001:Invincibility OFF
  20613. ;Comments from Hman
  20614. ;Still open issues:
  20615. ;- the green bell power, "zoom" activation ?
  20616. ;- the red bell power
  20617. ;- what is the white bell supposed to do ?
  20618. ;- the Missile/Laser issue: both work as Get+Now or Always, but you can't mix them - activate Missile first, 
  20619. ;  turn it off then (if you used the Always cheat) and then activate the Laser cheat.
  20620. ;- the "option", found the counter, how to activate it ?
  20621. parodius:0:1893:01:001:Select Speed
  20622. parodius:0:1893:02:001:Select Missile
  20623. parodius:0:1893:03:001:Select Double
  20624. parodius:0:1893:04:001:Select Laser
  20625. parodius:0:1893:05:001:Select Option
  20626. parodius:0:1893:06:001:Select "?"
  20627. parodius:0:1893:07:001:Select Shield
  20628. parodius:0:0000:00:999:[Don't activate Missile &   ]
  20629. parodius:0:0000:00:999:[Laser cheats at the same   ]
  20630. parodius:0:0000:00:999:[time - they won't work! Use]
  20631. parodius:0:0000:00:999:[one after the other. Make  ]
  20632. parodius:0:0000:00:999:[sure one is off when you   ]
  20633. parodius:0:0000:00:999:[activate the other cheat!!!]
  20634. parodius:0:1891:01:021:Get Missile Now! (1/2):Don't use with Laser cheats
  20635. parodius:0:18A0:01:521:Get Missile Now! (2/2)
  20636. parodius:0:1891:01:021:Get Laser Now! (1/4):Don't use with Missile cheats
  20637. parodius:0:18A0:04:521:Get Laser Now! (2/4)
  20638. parodius:0:1891:08:541:Get Laser Now! (3/4)
  20639. parodius:0:18A0:03:541:Get Laser Now! (4/4)
  20640. parodius:0:1891:01:020:Always have Missile (1/2):Don't use with Laser cheats
  20641. parodius:0:18A0:01:520:Always have Missile (2/2)
  20642. parodius:0:1891:01:020:Always have Laser (1/4):Don't use with Missile cheats
  20643. parodius:0:18A0:04:520:Always have Laser (2/4)
  20644. parodius:0:1891:08:540:Always have Laser (3/4)
  20645. parodius:0:18A0:03:540:Always have Laser (4/4)
  20646. parodius:0:1894:01:001:Get Speed 1 Now!
  20647. parodius:0:1894:02:001:Get Speed 2 Now!
  20648. parodius:0:1894:03:001:Get Speed 3 Now!
  20649. parodius:0:1894:04:001:Get Speed 4 Now!
  20650. parodius:0:18AC:89:001:Get Blue Bellpower Now! (1/2)
  20651. parodius:0:18AD:01:501:Get Blue Bellpower Now! (2/2)
  20652. parodius:0:1894:01:000:Always have Speed 1
  20653. parodius:0:1894:02:000:Always have Speed 2
  20654. parodius:0:1894:03:000:Always have Speed 3
  20655. parodius:0:1894:04:000:Always have Speed 4
  20656. parodius:0:18AC:89:000:Always Blue Bellpower (1/2)
  20657. parodius:0:18AD:01:500:Always Blue Bellpower (2/2)
  20658. ;18B0=C0 and 18B1=01 when Green Bell (giant player( is activated; still not able to activate Giant Player at will
  20659. parodius:0:18B0:C0:001:Can't shoot Now!:As with Green Bell but small
  20660. parodius:0:18B0:00:001:Reset "Can't shoot" Now!
  20661. ;189F holds the counter of Main ship + additional shooting ships;
  20662. ;however I wasn't able to find where the additional ships are activated;
  20663. ;also incrementing 189F won't give multiple ships at next activation
  20664. ;of "option".
  20665. parodius:0:189F:00:998:Show "Option" counter
  20666. parodius:0:1BAE:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  20667.  
  20668.  
  20669. ; [ Passing Shot (4 Players) (bootleg) ]
  20670. passht4b:0:FFE87E:99:000:Infinite Points
  20671. passht4b:0:FFE865:05:001:Goto Last match Now!
  20672. passht4b:0:FFE87B:00:000:Always be first serve
  20673. passht4b:0:FFE86F:06:000:Always win set to win game
  20674. passht4b:0:FFE871:00:000:CPUs sets always set to 0
  20675. passht4b:0:FFE86F:06:001:Win set to win game Now!
  20676. passht4b:0:FFE871:00:001:CPUs sets set to 0  Now!
  20677. passht4b:0:FFE873:03:000:Always win point to win set
  20678. passht4b:0:FFE875:00:000:Always set CPUs score to 0
  20679. passht4b:0:FFE873:03:001:Win point to win set Now!
  20680. passht4b:0:FFE875:00:001:Set CPUs score to 0 Now!
  20681.  
  20682. ; [ Passing Shot (2 Players) ]
  20683. passsht:0:FFE87E:99:000:Infinite Points
  20684. passsht:0:FFE865:05:001:Goto Last match Now!
  20685. passsht:0:FFE87B:00:000:Always be first serve
  20686. passsht:0:FFE86F:06:000:Always win set to win game
  20687. passsht:0:FFE871:00:000:CPUs sets always set to 0
  20688. passsht:0:FFE86F:06:001:Win set to win game Now!
  20689. passsht:0:FFE871:00:001:CPUs sets set to 0  Now!
  20690. passsht:0:FFE873:03:000:Always win point to win set
  20691. passsht:0:FFE875:00:000:Always set CPUs score to 0
  20692. passsht:0:FFE873:03:001:Win point to win set Now!
  20693. passsht:0:FFE875:00:001:Set CPUs score to 0 Now!
  20694.  
  20695. ; [ Passing Shot (2 Players) (bootleg) ]
  20696. passshtb:0:FFE87E:99:000:Infinite Points
  20697. passshtb:0:FFE865:05:001:Goto Last match Now!
  20698. passshtb:0:FFE87B:00:000:Always be first serve
  20699. passshtb:0:FFE86F:06:000:Always win set to win game
  20700. passshtb:0:FFE871:00:000:CPUs sets always set to 0
  20701. passshtb:0:FFE86F:06:001:Win set to win game Now!
  20702. passshtb:0:FFE871:00:001:CPUs sets set to 0  Now!
  20703. passshtb:0:FFE873:03:000:Always win point to win set
  20704. passshtb:0:FFE875:00:000:Always set CPUs score to 0
  20705. passshtb:0:FFE873:03:001:Win point to win set Now!
  20706. passshtb:0:FFE875:00:001:Set CPUs score to 0 Now!
  20707.  
  20708. ; [ Pinball Action (set 2) ]
  20709. pbactio2:0:C15B:09:000:Infinite Balls PL1
  20710. pbactio2:0:C15C:09:000:Infinite Balls PL2
  20711. pbactio2:0:C16D:63:000:99 Bonus
  20712. pbactio2:0:C16D:63:001:99 Bonus on current ball
  20713. pbactio2:0:C1BC:05:000:5X Bonus Multiplier
  20714. pbactio2:0:C11A:01:020:Slots-Red Door Always Open
  20715. pbactio2:0:C11A:01:040:Slots-Red Door Never Open
  20716. pbactio2:0:C11A:02:020:Slots-Post Always Up
  20717. pbactio2:0:C11A:02:040:Slots-Post Always Down
  20718. pbactio2:0:C11A:04:020:Slots-Side Safety Always ON
  20719. pbactio2:0:C11A:04:040:Slots-Side Safety Always OFF
  20720. pbactio2:0:C11A:07:000:Slots-Always Door+post+safety
  20721. pbactio2:0:C11A:00:000:Slots-Board Inaccessible
  20722. pbactio2:0:C11A:01:021:Slots-Open Red Door Now!
  20723. pbactio2:0:C11A:01:041:Slots-Shut Red Door Now!
  20724. pbactio2:0:C11A:02:021:Slots-Post Up Now!
  20725. pbactio2:0:C11A:02:041:Slots-Post Down Now!
  20726. pbactio2:0:C11A:04:021:Slots-Side Safety ON Now!
  20727. pbactio2:0:C11A:04:041:Slots-Side Safety OFF Now!
  20728. pbactio2:0:C11B:01:020:Bowls-Green Door Always Open
  20729. pbactio2:0:C11B:01:040:Bowls-Green Door Never Open
  20730. pbactio2:0:C11B:02:020:Bowls-Post Always Up
  20731. pbactio2:0:C11B:02:040:Bowls-Post Always Down
  20732. pbactio2:0:C11B:04:020:Bowls-Side Safety Always ON
  20733. pbactio2:0:C11B:04:040:Bowls-Side Safety Always OFF
  20734. pbactio2:0:C11B:07:000:Bowls-Always Door+post+safety
  20735. pbactio2:0:C11B:00:000:Bowls-Board Inaccessible
  20736. pbactio2:0:C11B:01:021:Bowls-Open Green Door Now!
  20737. pbactio2:0:C11B:01:041:Bowls-Shut Green Door Now!
  20738. pbactio2:0:C11B:02:021:Bowls-Post Up Now!
  20739. pbactio2:0:C11B:02:041:Bowls-Post Down Now!
  20740. pbactio2:0:C11B:04:021:Bowls-Side Safety ON Now!
  20741. pbactio2:0:C11B:04:041:Bowls-Side Safety OFF Now!
  20742. pbactio2:0:C11C:01:020:Cards-Blue Door Always Open
  20743. pbactio2:0:C11C:01:040:Cards-Blue Door Never Open
  20744. pbactio2:0:C11C:02:020:Cards-Post Always Up
  20745. pbactio2:0:C11C:02:040:Cards-Post Always Down
  20746. pbactio2:0:C11C:04:020:Cards-Side Safety Always ON
  20747. pbactio2:0:C11C:04:040:Cards-Side Safety Always OFF
  20748. pbactio2:0:C11C:07:000:Cards-Always Door+post+safety
  20749. pbactio2:0:C11C:00:000:Cards-Board Inaccessible
  20750. pbactio2:0:C11C:01:021:Cards-Open Blue Door Now!
  20751. pbactio2:0:C11C:01:041:Cards-Shut Blue Door Now!
  20752. pbactio2:0:C11C:02:020:Cards-Post Up Now!
  20753. pbactio2:0:C11C:02:040:Cards-Post Down Now!
  20754. pbactio2:0:C11C:04:020:Cards-Side Safety ON Now!
  20755. pbactio2:0:C11C:04:040:Cards-Side Safety OFF Now!
  20756.  
  20757. ; [ Pinball Action (set 1) ]
  20758. pbaction:0:C15B:09:000:Infinite Balls PL1
  20759. pbaction:0:C15C:09:000:Infinite Balls PL2
  20760. pbaction:0:C16D:63:000:99 Bonus
  20761. pbaction:0:C16D:63:001:99 Bonus on current ball
  20762. pbaction:0:C1BC:05:000:5X Bonus Multiplier
  20763. pbaction:0:C11A:01:020:Slots-Red Door Always Open
  20764. pbaction:0:C11A:01:040:Slots-Red Door Never Open
  20765. pbaction:0:C11A:02:020:Slots-Post Always Up
  20766. pbaction:0:C11A:02:040:Slots-Post Always Down
  20767. pbaction:0:C11A:04:020:Slots-Side Safety Always ON
  20768. pbaction:0:C11A:04:040:Slots-Side Safety Always OFF
  20769. pbaction:0:C11A:07:000:Slots-Always Door+post+safety
  20770. pbaction:0:C11A:00:000:Slots-Board Inaccessible
  20771. pbaction:0:C11A:01:021:Slots-Open Red Door Now!
  20772. pbaction:0:C11A:01:041:Slots-Shut Red Door Now!
  20773. pbaction:0:C11A:02:021:Slots-Post Up Now!
  20774. pbaction:0:C11A:02:041:Slots-Post Down Now!
  20775. pbaction:0:C11A:04:021:Slots-Side Safety ON Now!
  20776. pbaction:0:C11A:04:041:Slots-Side Safety OFF Now!
  20777. pbaction:0:C11B:01:020:Bowls-Green Door Always Open
  20778. pbaction:0:C11B:01:040:Bowls-Green Door Never Open
  20779. pbaction:0:C11B:02:020:Bowls-Post Always Up
  20780. pbaction:0:C11B:02:040:Bowls-Post Always Down
  20781. pbaction:0:C11B:04:020:Bowls-Side Safety Always ON
  20782. pbaction:0:C11B:04:040:Bowls-Side Safety Always OFF
  20783. pbaction:0:C11B:07:000:Bowls-Always Door+post+safety
  20784. pbaction:0:C11B:00:000:Bowls-Board Inaccessible
  20785. pbaction:0:C11B:01:021:Bowls-Open Green Door Now!
  20786. pbaction:0:C11B:01:041:Bowls-Shut Green Door Now!
  20787. pbaction:0:C11B:02:021:Bowls-Post Up Now!
  20788. pbaction:0:C11B:02:041:Bowls-Post Down Now!
  20789. pbaction:0:C11B:04:021:Bowls-Side Safety ON Now!
  20790. pbaction:0:C11B:04:041:Bowls-Side Safety OFF Now!
  20791. pbaction:0:C11C:01:020:Cards-Blue Door Always Open
  20792. pbaction:0:C11C:01:040:Cards-Blue Door Never Open
  20793. pbaction:0:C11C:02:020:Cards-Post Always Up
  20794. pbaction:0:C11C:02:040:Cards-Post Always Down
  20795. pbaction:0:C11C:04:020:Cards-Side Safety Always ON
  20796. pbaction:0:C11C:04:040:Cards-Side Safety Always OFF
  20797. pbaction:0:C11C:07:000:Cards-Always Door+post+safety
  20798. pbaction:0:C11C:00:000:Cards-Board Inaccessible
  20799. pbaction:0:C11C:01:021:Cards-Open Blue Door Now!
  20800. pbaction:0:C11C:01:041:Cards-Shut Blue Door Now!
  20801. pbaction:0:C11C:02:020:Cards-Post Up Now!
  20802. pbaction:0:C11C:02:040:Cards-Post Down Now!
  20803. pbaction:0:C11C:04:020:Cards-Side Safety ON Now!
  20804. pbaction:0:C11C:04:040:Cards-Side Safety OFF Now!
  20805.  
  20806. ; [ Pioneer Balloon ]
  20807. pballoon:0:00A8:08:000:Infinite Lives
  20808. pballoon:0:009F:96:000:Infinite Energy
  20809. pballoon:0:0094:C0:000:Invincibility
  20810.  
  20811. ; [ Puzzle Bobble / Bust-A-Move ]
  20812. pbobble:0:102271:02:001:Go to Round 4 Next (1/2)
  20813. pbobble:0:102273:02:501:Go to Round 4 Next (2/2)
  20814. pbobble:0:102271:06:001:Go to Round 8 Next (1/2)
  20815. pbobble:0:102273:06:501:Go to Round 8 Next (2/2)
  20816. pbobble:0:102271:0A:001:Go to Round 12 Next (1/2)
  20817. pbobble:0:102273:0A:501:Go to Round 12 Next (2/2)
  20818. pbobble:0:102271:0E:001:Go to Round 16 Next (1/2)
  20819. pbobble:0:102273:0E:501:Go to Round 16 Next (2/2)
  20820. pbobble:0:102271:12:001:Go to Round 20 Next (1/2)
  20821. pbobble:0:102273:12:501:Go to Round 20 Next (2/2)
  20822. pbobble:0:102271:16:001:Go to Round 24 Next (1/2)
  20823. pbobble:0:102273:16:501:Go to Round 24 Next (2/2)
  20824. pbobble:0:102271:1A:001:Go to Round 28 Next (1/2)
  20825. pbobble:0:102273:1A:501:Go to Round 28 Next (2/2)
  20826. pbobble:0:102271:1C:001:Go to Round 30 Next (1/2)
  20827. pbobble:0:102273:1C:501:Go to Round 30 Next (2/2)
  20828. pbobble:0:102271:20:001:See End Sequence Next (1/2)
  20829. pbobble:0:102273:20:501:See End Sequence Next (2/2)
  20830. pbobble:0:000000:00:999:[Best activate Quick Finish ]
  20831. pbobble:0:000000:00:999:[when at least one wall has ]
  20832. pbobble:0:000000:00:999:[decended,just complete 3   ]
  20833. pbobble:0:000000:00:999:[matching colours to drop   ]
  20834. pbobble:0:000000:00:999:[the whole screen!          ]
  20835. pbobble:0:105A9D:00:001:Quick Finish Cheat (1/2)
  20836. pbobble:0:105AB1:00:501:Quick Finish Cheat (2/2)
  20837. pbobble:0:108287:01:000:Help line ON PL1
  20838. pbobble:0:108287:00:001:Help line OFF PL1
  20839. pbobble:0:000000:00:999:[Cur. is short for Current  ]
  20840. pbobble:0:000000:00:999:['always' means permanent   ]
  20841. pbobble:0:000000:00:999:['will be' means temporary  ]
  20842. pbobble:0:10821F:00:000:Cur. bubble always blue PL1
  20843. pbobble:0:10821F:01:000:Cur. bubble always red PL1
  20844. pbobble:0:10821F:02:000:Cur. bubble always yellow PL1
  20845. pbobble:0:10821F:03:000:Cur. bubble always green PL1
  20846. pbobble:0:10821F:04:000:Cur. bubble always purple PL1
  20847. pbobble:0:10821F:05:000:Cur. bubble always orange PL1
  20848. pbobble:0:10821F:06:000:Cur. bubble always black PL1
  20849. pbobble:0:10821F:07:000:Cur. bubble always gray PL1
  20850. pbobble:0:10823D:00:000:Next bubble always blue PL1
  20851. pbobble:0:10823D:01:000:Next bubble always red PL1
  20852. pbobble:0:10823D:02:000:Next bubble always yellow PL1
  20853. pbobble:0:10823D:03:000:Next bubble always green PL1
  20854. pbobble:0:10823D:04:000:Next bubble always purple PL1
  20855. pbobble:0:10823D:05:000:Next bubble always orange PL1
  20856. pbobble:0:10823D:06:000:Next bubble always black PL1
  20857. pbobble:0:10823D:07:000:Next bubble always gray PL1
  20858. pbobble:0:10821F:00:001:Cur. bubble will be blue PL1
  20859. pbobble:0:10821F:01:001:Cur. bubble will be red PL1
  20860. pbobble:0:10821F:02:001:Cur. bubble will be yellowPL1
  20861. pbobble:0:10821F:03:001:Cur. bubble will be green PL1
  20862. pbobble:0:10821F:04:001:Cur. bubble will be purplePL1
  20863. pbobble:0:10821F:05:001:Cur. bubble will be orangePL1
  20864. pbobble:0:10821F:06:001:Cur. bubble will be black PL1
  20865. pbobble:0:10821F:07:001:Cur. bubble will be gray PL1
  20866. pbobble:0:10823D:00:001:Next bubble will be blue PL1
  20867. pbobble:0:10823D:01:001:Next bubble will be red PL1
  20868. pbobble:0:10823D:02:001:Next bubble will be yellowPL1
  20869. pbobble:0:10823D:03:001:Next bubble will be green PL1
  20870. pbobble:0:10823D:04:001:Next bubble will be purplePL1
  20871. pbobble:0:10823D:05:001:Next bubble will be orangePL1
  20872. pbobble:0:10823D:06:001:Next bubble will be black PL1
  20873. pbobble:0:10823D:07:001:Next bubble will be gray PL1
  20874. pbobble:0:1082BB:00:000:Cur. bubble always blue PL2
  20875. pbobble:0:1082BB:01:000:Cur. bubble always red PL2
  20876. pbobble:0:1082BB:02:000:Cur. bubble always yellow PL2
  20877. pbobble:0:1082BB:03:000:Cur. bubble always green PL2
  20878. pbobble:0:1082BB:04:000:Cur. bubble always purple PL2
  20879. pbobble:0:1082BB:05:000:Cur. bubble always orange PL2
  20880. pbobble:0:1082BB:06:000:Cur. bubble always black PL2
  20881. pbobble:0:1082BB:07:000:Cur. bubble always gray PL2
  20882. pbobble:0:1082D9:00:000:Next bubble always blue PL2
  20883. pbobble:0:1082D9:01:000:Next bubble always red PL2
  20884. pbobble:0:1082D9:02:000:Next bubble always yellow PL2
  20885. pbobble:0:1082D9:03:000:Next bubble always green PL2
  20886. pbobble:0:1082D9:04:000:Next bubble always purple PL2
  20887. pbobble:0:1082D9:05:000:Next bubble always orange PL2
  20888. pbobble:0:1082D9:06:000:Next bubble always black PL2
  20889. pbobble:0:1082D9:07:000:Next bubble always gray PL2
  20890. pbobble:0:1082BB:00:001:Cur. bubble will be blue PL2
  20891. pbobble:0:1082BB:01:001:Cur. bubble will be red PL2
  20892. pbobble:0:1082BB:02:001:Cur. bubble will be yellowPL2
  20893. pbobble:0:1082BB:03:001:Cur. bubble will be green PL2
  20894. pbobble:0:1082BB:04:001:Cur. bubble will be purplePL2
  20895. pbobble:0:1082BB:05:001:Cur. bubble will be orangePL2
  20896. pbobble:0:1082BB:06:001:Cur. bubble will be black PL2
  20897. pbobble:0:1082BB:07:001:Cur. bubble will be gray PL2
  20898. pbobble:0:1082D9:00:001:Next bubble will be blue PL2
  20899. pbobble:0:1082D9:01:001:Next bubble will be red PL2
  20900. pbobble:0:1082D9:02:001:Next bubble will be yellowPL2
  20901. pbobble:0:1082D9:03:001:Next bubble will be green PL2
  20902. pbobble:0:1082D9:04:001:Next bubble will be purplePL2
  20903. pbobble:0:1082D9:05:001:Next bubble will be orangePL2
  20904. pbobble:0:1082D9:06:001:Next bubble will be black PL2
  20905. pbobble:0:1082D9:07:001:Next bubble will be gray PL2
  20906.  
  20907. ; [ Pocket Gal (Japan) ]
  20908. pcktgal:0:008A:03:000:Infinite Lives
  20909. pcktgal:0:04F1:6E:000:Infinite Time
  20910. pcktgal:0:04FA:6E:000:Infinite Bonus Time
  20911. pcktgal:0:0098:64:000:Infinite Champ Level
  20912.  
  20913. ; [ Pocket Gal 2 (World?) ]
  20914. pcktgal2:0:008A:03:000:Infinite Lives
  20915. pcktgal2:0:04F1:6E:000:Infinite Time
  20916. pcktgal2:0:04FA:6E:000:Infinite Bonus Time
  20917. pcktgal2:0:0098:64:000:Infinite Champ Level
  20918.  
  20919. ; [ Pocket Gal (bootleg) ]
  20920. pcktgalb:0:008A:03:000:Infinite Lives
  20921. pcktgalb:0:04F1:6E:000:Infinite Time
  20922. pcktgalb:0:04FA:6E:000:Infinite Bonus Time
  20923. pcktgalb:0:0098:64:000:Infinite Champ Level
  20924.  
  20925. ; [ Peek-a-Boo! ]
  20926. peekaboo:0:1F02E7:09:000:Infinite Lives PL1
  20927. peekaboo:0:1F02E9:09:000:Infinite Lives PL2
  20928. peekaboo:0:1F30AD:00:000:Always Slow Ball
  20929. peekaboo:0:1F1001:00:998:Watch number of Tiles
  20930. peekaboo:0:1F3089:02:001:Get Catch Now!
  20931. peekaboo:0:1F3089:05:001:Get Hyperball Now!
  20932. peekaboo:0:1F3089:02:000:Always Catch
  20933. peekaboo:0:1F3089:05:000:Always Hyperball
  20934. peekaboo:0:1F80D1:00:998:Watch Bonus Effect
  20935. peekaboo:0:1F807F:00:998:Watch Bonus Letter
  20936. peekaboo:0:1F30D1:01:005:Every Bonus is Extend (1/2)
  20937. peekaboo:0:1F807F:52:505:Every Bonus is Extend (2/2)
  20938. peekaboo:0:1F30D1:02:005:Every Bonus is Catch (1/2)
  20939. peekaboo:0:1F807F:51:505:Every Bonus is Catch (2/2)
  20940. peekaboo:0:1F30D1:03:005:Every Bonus is Laser (1/2)
  20941. peekaboo:0:1F807F:4D:505:Every Bonus is Laser (2/2)
  20942. peekaboo:0:1F30D1:04:005:Every Bonus is Multi (1/2)
  20943. peekaboo:0:1F807F:50:505:Every Bonus is Multi (2/2)
  20944. peekaboo:0:1F30D1:05:005:Every Bonus is Hyper (1/2)
  20945. peekaboo:0:1F807F:4F:505:Every Bonus is Hyper (2/2)
  20946. peekaboo:0:1F30D1:06:005:Every Bonus is Speed (1/2)
  20947. peekaboo:0:1F807F:4E:505:Every Bonus is Speed (2/2)
  20948. peekaboo:0:1F30D1:07:005:Every Bonus is Find (1/2)
  20949. peekaboo:0:1F807F:53:505:Every Bonus is Find (2/2)
  20950. peekaboo:0:1F30D1:08:005:Every Bonus is Bombs (1/2)
  20951. peekaboo:0:1F807F:54:505:Every Bonus is Bombs (2/2)
  20952. peekaboo:0:000000:00:999:[Haven't had the luck yet to]
  20953. peekaboo:0:000000:00:999:[see a natural 1UP Bonus, if]
  20954. peekaboo:0:000000:00:999:[you see one pause the game,]
  20955. peekaboo:0:000000:00:999:[Enable Watch Bonus Letter  ]
  20956. peekaboo:0:000000:00:999:[and replace the 4C in (2/2)]
  20957. peekaboo:0:000000:00:999:[with the watched value.    ]
  20958. peekaboo:0:000000:00:999:[Send a copy to:            ]
  20959. peekaboo:0:000000:00:999:[       pugsy@usa.net       ]
  20960. peekaboo:0:1F30D1:09:005:Every Bonus is 1UP (1/2)
  20961. peekaboo:0:1F807F:4C:505:Every Bonus is 1UP (2/2)
  20962. peekaboo:0:1F30D1:0A:005:Every Bonus=Finish Level(1/2)
  20963. peekaboo:0:1F807F:55:505:Every Bonus=Finish Level(2/2)
  20964. ;Not a slideshow but still rather easy, particulary if you combine the Infinite
  20965. ;Lives, Slow Ball and Bonus Finish Level cheats.
  20966. ;Open issues:
  20967. ;- catch every bonus OR catch the ball always - would need a cheat type capable
  20968. ;  of reading the value at one location (found) and write it at another one, 
  20969. ;  this could be used for several other games, too... cheat engine enhancement
  20970. ;  anyone?
  20971. ;- Bigger Ball. There are a couple of locations easily found with contain 0,1
  20972. ;  or 2 (the three sizes), but patching those won't do a thing... where's the
  20973. ;  trigger ?
  20974. ;- Finish Level Now!. There's a counter with the exact number of tiles 
  20975. ;  remaining, however it seems to be a copy of something else yet to find since
  20976. ;  patching it won't do a thing, it becomes reset immediately.
  20977.  
  20978. ; [ Pengo (set 1) ]
  20979. pengo:0:8814:05:000:Infinite Lives PL1
  20980. pengo:0:8815:05:000:Infinite Lives PL2
  20981. pengo:0:8D1F:04:000:Always Stone Monster 1
  20982. pengo:0:8D3F:04:000:Always Stone Monster 2
  20983. pengo:0:8D5F:04:000:Always Stone Monster 3
  20984. pengo:0:8D1F:04:001:Stone Monster 1 Now!
  20985. pengo:0:8D3F:04:001:Stone Monster 2 Now!
  20986. pengo:0:8D5F:04:001:Stone Monster 3 Now!
  20987.  
  20988. ; [ Pengo (set 2) ]
  20989. pengo2:0:8814:05:000:Infinite Lives PL1
  20990. pengo2:0:8815:05:000:Infinite Lives PL2
  20991. pengo2:0:8D1F:04:000:Always Stone Monster 1
  20992. pengo2:0:8D3F:04:000:Always Stone Monster 2
  20993. pengo2:0:8D5F:04:000:Always Stone Monster 3
  20994. pengo2:0:8D1F:04:001:Stone Monster 1 Now!
  20995. pengo2:0:8D3F:04:001:Stone Monster 2 Now!
  20996. pengo2:0:8D5F:04:001:Stone Monster 3 Now!
  20997.  
  20998. ; [ Pengo (set 2 not encrypted) ]
  20999. pengo2u:0:8814:05:000:Infinite Lives PL1
  21000. pengo2u:0:8815:05:000:Infinite Lives PL2
  21001. pengo2u:0:8D1F:04:000:Always Stone Monster 1
  21002. pengo2u:0:8D3F:04:000:Always Stone Monster 2
  21003. pengo2u:0:8D5F:04:000:Always Stone Monster 3
  21004. pengo2u:0:8D1F:04:001:Stone Monster 1 Now!
  21005. pengo2u:0:8D3F:04:001:Stone Monster 2 Now!
  21006. pengo2u:0:8D5F:04:001:Stone Monster 3 Now!
  21007.  
  21008. ; [ Penta ]
  21009. penta:0:8814:05:000:Infinite Lives PL1
  21010. penta:0:8815:05:000:Infinite Lives PL2
  21011. penta:0:8D1F:04:000:Always Stone Monster 1
  21012. penta:0:8D3F:04:000:Always Stone Monster 2
  21013. penta:0:8D5F:04:000:Always Stone Monster 3
  21014. penta:0:8D1F:04:001:Stone Monster 1 Now!
  21015. penta:0:8D3F:04:001:Stone Monster 2 Now!
  21016. penta:0:8D5F:04:001:Stone Monster 3 Now!
  21017.  
  21018. ; [ Pepper II ]
  21019. pepper2:0:0052:09:000:Infinite Lives PL1
  21020. pepper2:0:0053:09:000:Infinite Lives PL2
  21021. pepper2:0:0083:01:000:Invincibility
  21022. pepper2:0:00AF:01:000:No Darkness
  21023.  
  21024. ; [ Percussor, The ]
  21025. percuss:0:587E:2F:000:Infinite Fuel
  21026. percuss:0:5822:63:000:Infinite Lives PL1
  21027. percuss:0:5823:63:000:Infinite Lives PL2
  21028.  
  21029. ; [ Peter Pack-Rat ]
  21030. peterpak:0:4010E0:06:000:Infinite Lives PL1
  21031. peterpak:0:40113A:06:000:Infinite Lives PL2
  21032. peterpak:0:4011E7:FF:000:Infinite Time
  21033. peterpak:0:401FF5:19:000:Fix No Soundcard Problem
  21034.  
  21035. ; [ Pleasure Goal / Futsal - 5 on 5 Mini Soccer ]
  21036. pgoal:0:104C28:6F:000:Infinite Normal Time
  21037. pgoal:0:104C28:00:001:Go into Injury Time Now!
  21038. pgoal:0:1069C9:63:070:Select Score PL1
  21039. pgoal:0:1069CB:63:070:Select Score PL2
  21040.  
  21041. ; [ Phantasm (Japan) ]
  21042. phantasm:0:FF9E51:C8:000:Infinite Ghost Energy (1/3)
  21043. phantasm:0:FF9E53:C8:500:Infinite Ghost Energy (2/3)
  21044. phantasm:0:FFFFBF:C8:500:Infinite Ghost Energy (3/3)
  21045. phantasm:0:FF9F2D:64:000:Infinite Player Energy
  21046. phantasm:0:FF9F2D:01:001:Set Player Energy = 0 Now!:Get hit to be Ghost
  21047. phantasm:0:FF9ED6:80:000:Invincibility
  21048. phantasm:0:FFE835:01:001:Next Shot Kills Boss Now!
  21049.  
  21050. ; [ Phantom II ]
  21051. phantom2:0:20AA:99:000:Infinite Time
  21052. phantom2:0:2157:00:000:Don't Count Deaths
  21053.  
  21054. ; [ Phelios (Japan) ]
  21055. phelios:0:1006C4:03:000:Infinite Lives
  21056. phelios:0:1006CD:03:000:Infinite Life
  21057. phelios:0:1006F5:8C:000:Max Weapon Shot
  21058. phelios:0:1006E6:04:000:Max Orbs
  21059. phelios:0:1006DE:99:070:Level Select - NEEDS WORK!!
  21060. phelios:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
  21061.  
  21062. ; [ Phoenix (Amstar) ]
  21063. phoenix:0:4390:09:000:Infinite Lives
  21064. phoenix:0:43A6:DD:000:Never have shields
  21065. phoenix:0:43A6:00:003:Shield Always Ready
  21066. phoenix:0:43C0:84:000:Infinite Shields
  21067. phoenix:0:0000:00:999:[The Invincibility cheat    ]
  21068. phoenix:0:0000:00:999:[must be turned OFF on the  ]
  21069. phoenix:0:0000:00:999:[mothership level before you]
  21070. phoenix:0:0000:00:999:[fire the 'death' shot!!    ]
  21071. phoenix:0:43A4:03:008:Invincibility
  21072.  
  21073. ; [ Phoenix (T.P.N.) ]
  21074. phoenix3:0:4390:09:000:Infinite Lives
  21075. phoenix3:0:43A6:DD:000:Never have shields
  21076. phoenix3:0:43A6:00:003:Shield Always Ready
  21077. phoenix3:0:43C0:84:000:Infinite Shields
  21078. phoenix3:0:0000:00:999:[The Invincibility cheat    ]
  21079. phoenix3:0:0000:00:999:[must be turned OFF on the  ]
  21080. phoenix3:0:0000:00:999:[mothership level before you]
  21081. phoenix3:0:0000:00:999:[fire the 'death' shot!!    ]
  21082. phoenix3:0:43A4:03:008:Invincibility
  21083.  
  21084. ; [ Phoenix (Centuri) ]
  21085. phoenixa:0:4390:09:000:Infinite Lives
  21086. phoenixa:0:43A6:DD:000:Never have shields
  21087. phoenixa:0:43A6:00:003:Shield Always Ready
  21088. phoenixa:0:43C0:84:000:Infinite Shields
  21089. phoenixa:0:0000:00:999:[The Invincibility cheat    ]
  21090. phoenixa:0:0000:00:999:[must be turned OFF on the  ]
  21091. phoenixa:0:0000:00:999:[mothership level before you]
  21092. phoenixa:0:0000:00:999:[fire the 'death' shot!!    ]
  21093. phoenixa:0:43A4:03:008:Invincibility
  21094.  
  21095. ; [ Phoenix (IRECSA, G.G.I Corp) ]
  21096. phoenixc:0:4390:09:000:Infinite Lives
  21097. phoenixc:0:43A6:DD:000:Never have shields
  21098. phoenixc:0:43A6:00:003:Shield Always Ready
  21099. phoenixc:0:43C0:84:000:Infinite Shields
  21100. phoenixc:0:0000:00:999:[The Invincibility cheat    ]
  21101. phoenixc:0:0000:00:999:[must be turned OFF on the  ]
  21102. phoenixc:0:0000:00:999:[mothership level before you]
  21103. phoenixc:0:0000:00:999:[fire the 'death' shot!!    ]
  21104. phoenixc:0:43A4:03:008:Invincibility
  21105.  
  21106. ; [ Phoenix (Taito) ]
  21107. phoenixt:0:4390:09:000:Infinite Lives
  21108. phoenixt:0:43A6:DD:000:Never have shields
  21109. phoenixt:0:43A6:00:003:Shield Always Ready
  21110. phoenixt:0:43C0:84:000:Infinite Shields
  21111. phoenixt:0:0000:00:999:[The Invincibility cheat    ]
  21112. phoenixt:0:0000:00:999:[must be turned OFF on the  ]
  21113. phoenixt:0:0000:00:999:[mothership level before you]
  21114. phoenixt:0:0000:00:999:[fire the 'death' shot!!    ]
  21115. phoenixt:0:43A4:03:008:Invincibility
  21116.  
  21117. ; [ Phozon ]
  21118. phozon:0:1000:06:000:Infinite Lives
  21119. phozon:0:1830:88:000:Invincibility (1/7)
  21120. phozon:0:1831:21:500:Invincibility (2/7)
  21121. phozon:0:1833:81:500:Invincibility (3/7)
  21122. phozon:0:1834:87:500:Invincibility (4/7)
  21123. phozon:0:1835:CA:500:Invincibility (5/7)
  21124. phozon:0:1836:8A:500:Invincibility (6/7)
  21125. phozon:0:1837:5D:500:Invincibility (7/7)
  21126.  
  21127. ; [ Pickin' ]
  21128. pickin:0:71F7:99:000:Infinite Bonus
  21129.  
  21130. ; [ Pig Newton (Revision C) ]
  21131. pignewt:0:CF20:05:000:Infinite Lives PL1
  21132. pignewt:0:CF27:05:000:Infinite Lives PL2
  21133.  
  21134. ; [ Pig Newton (Revision A) ]
  21135. pignewta:0:CF21:05:000:Infinite Lives PL1
  21136. pignewta:0:CF28:05:000:Infinite Lives PL2
  21137.  
  21138. ; [ Pigskin 621AD ]
  21139. pigskin:0:14263F:99:073:Select Score 0-99 PL1
  21140. pigskin:0:14263E:09:073:Select Score 100-900 PL1
  21141. pigskin:0:142641:99:073:Select Score 0-99 PL2
  21142. pigskin:0:142640:09:073:Select Score 100-900 PL2
  21143. pigskin:0:142821:FF:000:Infinite Period Time
  21144. pigskin:0:142821:00:001:Set Period Time =0 Now!
  21145.  
  21146. ; [ Pinbo ]
  21147. pinbo:0:00D0:03:000:Infinite Balls
  21148.  
  21149. ; [ Pinbo (Strike) ]
  21150. pinbos:0:00D0:03:000:Infinite Balls
  21151.  
  21152. ; [ Ping Pong ]
  21153. pingpong:0:94A9:07:000:Infinite Service Time
  21154. pingpong:0:9192:15:001:Win game on next ball PL1
  21155. pingpong:0:9193:15:001:Win game on next ball PL2
  21156. pingpong:0:9192:00:000:Score always = 0 PL1
  21157. pingpong:0:9193:00:000:Score always = 0 PL2
  21158. pingpong:0:9192:00:001:Set score = 0 Now! PL1
  21159. pingpong:0:9193:00:001:Set score = 0 Now! PL2
  21160. pingpong:0:9192:15:073:Select score PL1
  21161. pingpong:0:9193:15:073:Select score PL2
  21162. pingpong:0:9190:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code
  21163.  
  21164. ; [ Pipi & Bibis / Whoopee (Japan) ]
  21165. pipibibs:0:08066B:04:001:Always 4 Coins
  21166. pipibibs:0:080671:77:000:Stop End-of-Level Bomb Timer:Turn off to leave level
  21167. pipibibs:0:08073D:01:007:Only 1 Computer Left
  21168. pipibibs:0:08063F:05:000:Infinite Lives PL1
  21169. pipibibs:0:080687:1B:000:Invincibility PL1
  21170. pipibibs:0:08064D:05:000:Infinite Lives PL2
  21171. pipibibs:0:0806E7:7D:000:Invincibility PL2
  21172.  
  21173. ; [ Piranha ]
  21174. piranha:0:4E14:06:000:Infinite Lives (1/2)
  21175. piranha:0:4E15:05:500:Infinite Lives (2/2)
  21176. piranha:0:0000:00:999:[------Starting Levels------]
  21177. piranha:0:0000:00:999:[Deactivate the cheats after]
  21178. piranha:0:0000:00:999:[starting the level or leave]
  21179. piranha:0:0000:00:999:[active to repeat the level.]
  21180. piranha:0:4E0A:7E:000:Start at 2nd Crab (1/2)
  21181. piranha:0:4E13:01:500:Start at 2nd Crab (2/2)
  21182. piranha:0:4E0A:7F:000:Start at 1st Fish (1/2)
  21183. piranha:0:4E13:02:500:Start at 1st Fish (2/2)
  21184. piranha:0:4E0A:80:000:Start at 2nd Fish (1/2)
  21185. piranha:0:4E13:03:500:Start at 2nd Fish (2/2)
  21186. piranha:0:4E0A:81:000:Start at 1st Red Anchor (1/2)
  21187. piranha:0:4E13:04:500:Start at 1st Red Anchor (2/2)
  21188. piranha:0:4E0A:82:000:Start at 2nd Red Anchor (1/2)
  21189. piranha:0:4E13:05:500:Start at 2nd Red Anchor (2/2)
  21190. piranha:0:4E0A:83:000:Start at 1st Cyan Whale (1/2)
  21191. piranha:0:4E13:06:500:Start at 1st Cyan Whale (2/2)
  21192. piranha:0:4E0A:84:000:Start at 2nd Cyan Whale (1/2)
  21193. piranha:0:4E13:07:500:Start at 2nd Cyan Whale (2/2)
  21194. piranha:0:4E0A:85:000:Start at 1st Blue Whale (1/2)
  21195. piranha:0:4E13:08:500:Start at 1st Blue Whale (2/2)
  21196. piranha:0:4E0A:86:000:Start at 2nd Blue Whale (1/2)
  21197. piranha:0:4E13:09:500:Start at 2nd Blue Whale (2/2)
  21198. piranha:0:4E0A:87:000:Start at 1st Yel. Anchor(1/2)
  21199. piranha:0:4E13:0A:500:Start at 1st Yel. Anchor(2/2)
  21200. piranha:0:4E0A:88:000:Start at 2nd Yel. Anchor(1/2)
  21201. piranha:0:4E13:0B:500:Start at 2nd Yel. Anchor(2/2)
  21202. piranha:0:0000:00:999:[------Practice Levels------]
  21203. piranha:0:4E13:00:000:Practice 1st Crab
  21204. piranha:0:4E13:01:000:Practice 2nd Crab
  21205. piranha:0:4E13:02:000:Practice 1st Fish
  21206. piranha:0:4E13:03:000:Practice 2nd Fish
  21207. piranha:0:4E13:04:000:Practice 1st Red Anchor
  21208. piranha:0:4E13:05:000:Practice 2nd Red Anchor
  21209. piranha:0:4E13:06:000:Practice 1st Cyan Whale
  21210. piranha:0:4E13:07:000:Practice 2nd Cyan Whale
  21211. piranha:0:4E13:08:000:Practice 1st Blue Whale
  21212. piranha:0:4E13:09:000:Practice 2nd Blue Whale
  21213. piranha:0:4E13:0A:000:Practice 1st Yellow Anchor
  21214. piranha:0:4E13:0B:000:Practice 2nd Yellow Anchor
  21215. piranha:0:4E13:FF:000:Split-Screen (Unplayable)
  21216. piranha:0:4E13:FE:000:No maze or dots(Unfinishable)
  21217. piranha:0:0000:00:999:[------Practice Speeds------]
  21218. piranha:0:4DBD:00:000:Stay blue until eaten (1/2)
  21219. piranha:0:4DBE:00:500:Stay blue until eaten (2/2)
  21220. piranha:0:4DBD:58:000:Slow changeback (1/2)
  21221. piranha:0:4DBE:02:500:Slow changeback (2/2)
  21222. piranha:0:4DBD:68:000:Moderate changeback (1/2)
  21223. piranha:0:4DBE:01:500:Moderate changeback (2/2)
  21224. piranha:0:4DBD:F0:000:Quick changeback (1/2)
  21225. piranha:0:4DBE:00:500:Quick changeback (2/2)
  21226. piranha:0:4DBD:78:000:Lightning changeback (1/2)
  21227. piranha:0:4DBE:00:500:Lightning changeback (2/2)
  21228. piranha:0:4DBD:01:000:No change to blue (1/2)
  21229. piranha:0:4DBE:00:500:No change to blue (2/2)
  21230. piranha:0:0000:00:999:[-------Ghost Status--------]
  21231. piranha:0:4DA7:01:000:Red always blue
  21232. piranha:0:4DA8:01:000:Pink always blue
  21233. piranha:0:4DA9:01:000:Green always blue
  21234. piranha:0:4DAA:01:000:Orange always blue
  21235. piranha:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  21236.  
  21237. ; [ Pisces ]
  21238. pisces:0:4110:03:000:Infinite Lives PL1
  21239. pisces:0:53A0:03:000:Infinite Lives PL2
  21240. pisces:0:5160:69:000:Infinite Fuel
  21241.  
  21242. ; [ Pistol Daimyo no Bouken (Japan) ]
  21243. pistoldm:0:0320:05:000:Infinite Lives
  21244. pistoldm:0:022D:39:000:Invincibility
  21245. pistoldm:0:0314:01:000:Always have Wooden Armour
  21246. pistoldm:0:0314:02:000:Always have Metal Armour
  21247. pistoldm:0:0314:01:001:Get Wooden Armour Now!
  21248. pistoldm:0:0314:02:001:Get Metal Armour Now!
  21249. pistoldm:0:2211:01:001:One hit to kill Boss Now!
  21250. pistoldm:0:2591:01:001:One hit to kill last BossNow!
  21251. pistoldm:0:0000:00:999:[Use the Select current     ]
  21252. pistoldm:0:0000:00:999:[round cheat for best effect]
  21253. pistoldm:0:0000:00:999:[on the course select screen]
  21254. pistoldm:0:0313:15:071:Select current round
  21255. pistoldm:0:0000:00:999:[                           ]
  21256. pistoldm:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  21257.  
  21258. ; [ Pitfall II ]
  21259. pitfall2:0:C121:04:000:Infinite Lives PL1
  21260. pitfall2:0:C122:04:000:Infinite Lives PL2
  21261. pitfall2:0:C461:3B:000:Infinite Time
  21262.  
  21263. ; [ Pitfall II (not encrypted) ]
  21264. pitfallu:0:C121:04:000:Infinite Lives PL1
  21265. pitfallu:0:C122:04:000:Infinite Lives PL2
  21266. pitfallu:0:C461:3B:000:Infinite Time
  21267.  
  21268. ; [ Pit Fighter (version 3) ]
  21269. pitfigh3:0:FFC49A:00:000:Infinite Time (1/2)
  21270. pitfigh3:0:FFC49B:00:500:Infinite Time (2/2)
  21271. pitfigh3:0:FFEDB2:00:001:One hit for enemy Now! (1/2)
  21272. pitfigh3:0:FFEDB3:01:501:One hit for enemy Now! (2/2)
  21273. pitfigh3:0:FFEAAC:00:000:Infinite Energy PL1 (1/2)
  21274. pitfigh3:0:FFEAAD:A0:500:Infinite Energy PL1 (2/2)
  21275. pitfigh3:0:FFEAAC:00:000:Energy always = 0 PL1 (1/2)
  21276. pitfigh3:0:FFEAAD:01:500:Energy always = 0 PL1 (2/2)
  21277. pitfigh3:0:FFEAAC:00:001:Energy = 0 Now! PL1 (1/2)
  21278. pitfigh3:0:FFEAAD:01:501:Energy = 0 Now! PL1 (1/2)
  21279. pitfigh3:0:FFEBAE:00:000:Infinite Energy PL2 (1/2)
  21280. pitfigh3:0:FFEBAF:A0:500:Infinite Energy PL2 (2/2)
  21281. pitfigh3:0:FFEBAE:00:000:Energy always = 0 PL2 (1/2)
  21282. pitfigh3:0:FFEBAF:01:500:Energy always = 0 PL2 (2/2)
  21283. pitfigh3:0:FFEBAE:00:001:Energy = 0 Now! PL2 (1/2)
  21284. pitfigh3:0:FFEBAF:01:501:Energy = 0 Now! PL2 (1/2)
  21285. pitfigh3:0:FFECB0:00:000:Infinite Energy PL3 (1/2)
  21286. pitfigh3:0:FFECB1:A0:500:Infinite Energy PL3 (2/2)
  21287. pitfigh3:0:FFECB0:00:000:Energy always = 0 PL3 (1/2)
  21288. pitfigh3:0:FFECB1:01:500:Energy always = 0 PL3 (2/2)
  21289. pitfigh3:0:FFECB0:00:001:Energy = 0 Now! PL3 (1/2)
  21290. pitfigh3:0:FFECB1:01:501:Energy = 0 Now! PL3 (1/2)
  21291.  
  21292. ; [ Pit Fighter (version 4) ]
  21293. pitfight:0:FFC49A:00:000:Infinite Time (1/2)
  21294. pitfight:0:FFC49B:00:500:Infinite Time (2/2)
  21295. pitfight:0:FFEDB2:00:001:One hit for enemy Now! (1/2)
  21296. pitfight:0:FFEDB3:01:501:One hit for enemy Now! (2/2)
  21297. pitfight:0:FFEAAC:00:000:Infinite Energy PL1 (1/2)
  21298. pitfight:0:FFEAAD:A0:500:Infinite Energy PL1 (2/2)
  21299. pitfight:0:FFEAAC:00:000:Energy always = 0 PL1 (1/2)
  21300. pitfight:0:FFEAAD:01:500:Energy always = 0 PL1 (2/2)
  21301. pitfight:0:FFEAAC:00:001:Energy = 0 Now! PL1 (1/2)
  21302. pitfight:0:FFEAAD:01:501:Energy = 0 Now! PL1 (1/2)
  21303. pitfight:0:FFEBAE:00:000:Infinite Energy PL2 (1/2)
  21304. pitfight:0:FFEBAF:A0:500:Infinite Energy PL2 (2/2)
  21305. pitfight:0:FFEBAE:00:000:Energy always = 0 PL2 (1/2)
  21306. pitfight:0:FFEBAF:01:500:Energy always = 0 PL2 (2/2)
  21307. pitfight:0:FFEBAE:00:001:Energy = 0 Now! PL2 (1/2)
  21308. pitfight:0:FFEBAF:01:501:Energy = 0 Now! PL2 (1/2)
  21309. pitfight:0:FFECB0:00:000:Infinite Energy PL3 (1/2)
  21310. pitfight:0:FFECB1:A0:500:Infinite Energy PL3 (2/2)
  21311. pitfight:0:FFECB0:00:000:Energy always = 0 PL3 (1/2)
  21312. pitfight:0:FFECB1:01:500:Energy always = 0 PL3 (2/2)
  21313. pitfight:0:FFECB0:00:001:Energy = 0 Now! PL3 (1/2)
  21314. pitfight:0:FFECB1:01:501:Energy = 0 Now! PL3 (1/2)
  21315.  
  21316. ; [ Poker Ladies ]
  21317. pkladies:0:E703:09:000:Infinite points (1/5)
  21318. pkladies:0:E704:09:500:Infinite points (2/5)
  21319. pkladies:0:E705:09:500:Infinite points (3/5)
  21320. pkladies:0:E706:09:500:Infinite points (4/5)
  21321. pkladies:0:E707:09:500:Infinite points (5/5)
  21322. pkladies:0:E70F:09:000:Infinite Hands
  21323. pkladies:0:0000:00:999:[ Back card must be visible ]
  21324. pkladies:0:0000:00:999:[when you activate the codes]
  21325. pkladies:0:E220:09:001:Get RF - 5000 pts Now! (1/6)
  21326. pkladies:0:E200:31:501:Get RF - 5000 pts Now! (2/6)
  21327. pkladies:0:E201:3D:501:Get RF - 5000 pts Now! (3/6)
  21328. pkladies:0:E202:3C:501:Get RF - 5000 pts Now! (4/6)
  21329. pkladies:0:E203:3B:501:Get RF - 5000 pts Now! (5/6)
  21330. pkladies:0:E204:3A:501:Get RF - 5000 pts Now! (6/6)
  21331. pkladies:0:E220:08:001:Get SF - 2000 pts Now! (1/6)
  21332. pkladies:0:E200:16:501:Get SF - 2000 pts Now! (2/6)
  21333. pkladies:0:E201:17:501:Get SF - 2000 pts Now! (3/6)
  21334. pkladies:0:E202:18:501:Get SF - 2000 pts Now! (4/6)
  21335. pkladies:0:E203:19:501:Get SF - 2000 pts Now! (5/6)
  21336. pkladies:0:E204:1A:501:Get SF - 2000 pts Now! (6/6)
  21337. pkladies:0:E220:07:001:Get FK - 1000 pts Now! (1/6)
  21338. pkladies:0:E200:14:501:Get FK - 1000 pts Now! (2/6)
  21339. pkladies:0:E201:24:501:Get FK - 1000 pts Now! (3/6)
  21340. pkladies:0:E202:34:501:Get FK - 1000 pts Now! (4/6)
  21341. pkladies:0:E203:44:501:Get FK - 1000 pts Now! (5/6)
  21342. pkladies:0:E204:27:501:Get FK - 1000 pts Now! (6/6)
  21343. pkladies:0:E220:06:001:Get FH -  700 pts Now! (1/6)
  21344. pkladies:0:E200:29:501:Get FH -  700 pts Now! (2/6)
  21345. pkladies:0:E201:49:501:Get FH -  700 pts Now! (3/6)
  21346. pkladies:0:E202:18:501:Get FH -  700 pts Now! (4/6)
  21347. pkladies:0:E203:28:501:Get FH -  700 pts Now! (5/6)
  21348. pkladies:0:E204:38:501:Get FH -  700 pts Now! (6/6)
  21349. pkladies:0:E220:05:001:Get FL -  500 pts Now! (1/6)
  21350. pkladies:0:E200:2C:501:Get FL -  500 pts Now! (2/6)
  21351. pkladies:0:E201:2B:501:Get FL -  500 pts Now! (3/6)
  21352. pkladies:0:E202:27:501:Get FL -  500 pts Now! (4/6)
  21353. pkladies:0:E203:25:501:Get FL -  500 pts Now! (5/6)
  21354. pkladies:0:E204:22:501:Get FL -  500 pts Now! (6/6)
  21355. pkladies:0:E220:04:001:Get ST -  300 pts Now! (1/6)
  21356. pkladies:0:E200:37:501:Get ST -  300 pts Now! (2/6)
  21357. pkladies:0:E201:26:501:Get ST -  300 pts Now! (3/6)
  21358. pkladies:0:E202:45:501:Get ST -  300 pts Now! (4/6)
  21359. pkladies:0:E203:44:501:Get ST -  300 pts Now! (5/6)
  21360. pkladies:0:E204:23:501:Get ST -  300 pts Now! (6/6)
  21361. pkladies:0:E220:03:001:Get TK -  200 pts Now! (1/6)
  21362. pkladies:0:E200:12:501:Get TK -  200 pts Now! (2/6)
  21363. pkladies:0:E201:32:501:Get TK -  200 pts Now! (3/6)
  21364. pkladies:0:E202:42:501:Get TK -  200 pts Now! (4/6)
  21365. pkladies:0:E203:4B:501:Get TK -  200 pts Now! (5/6)
  21366. pkladies:0:E204:1A:501:Get TK -  200 pts Now! (6/6)
  21367. pkladies:0:E220:02:001:Get TP -  100 pts Now! (1/6)
  21368. pkladies:0:E200:25:501:Get TP -  100 pts Now! (2/6)
  21369. pkladies:0:E201:35:501:Get TP -  100 pts Now! (3/6)
  21370. pkladies:0:E202:13:501:Get TP -  100 pts Now! (4/6)
  21371. pkladies:0:E203:43:501:Get TP -  100 pts Now! (5/6)
  21372. pkladies:0:E204:29:501:Get TP -  100 pts Now! (6/6)
  21373. pkladies:0:E220:01:001:Get JB -   50 pts Now! (1/6)
  21374. pkladies:0:E200:1D:501:Get JB -   50 pts Now! (2/6)
  21375. pkladies:0:E201:4D:501:Get JB -   50 pts Now! (3/6)
  21376. pkladies:0:E202:1C:501:Get JB -   50 pts Now! (4/6)
  21377. pkladies:0:E203:28:501:Get JB -   50 pts Now! (5/6)
  21378. pkladies:0:E204:36:501:Get JB -   50 pts Now! (6/6)
  21379.  
  21380. ; [ Penguin-Kun Wars (US) ]
  21381. pkunwar:0:C346:59:000:Infinite Time
  21382. pkunwar:0:C346:01:001:Finish Level Now!
  21383. pkunwar:0:0000:00:999:[These Ball cheats are not  ]
  21384. pkunwar:0:0000:00:999:[visual they only effect the]
  21385. pkunwar:0:0000:00:999:[the ball count in memory.  ]
  21386. pkunwar:0:C398:05:000:Enemy always has 5 Balls
  21387. pkunwar:0:C399:05:000:Player always has 5 Balls
  21388. pkunwar:0:0000:00:999:[You should only use these  ]
  21389. pkunwar:0:0000:00:999:["Win Now!" cheats once a   ]
  21390. pkunwar:0:0000:00:999:[ball has bee kicked!       ]
  21391. pkunwar:0:C346:01:001:Player Win Now! (1/2)
  21392. pkunwar:0:C398:0A:501:Player Win Now! (2/2)
  21393. pkunwar:0:C346:01:001:Enemy Win Now! (1/2)
  21394. pkunwar:0:C399:0A:501:Enemy Win Now! (2/2)
  21395.  
  21396. ; [ Penguin-Kun Wars (Japan) ]
  21397. pkunwarj:0:C346:59:000:Infinite Time
  21398. pkunwarj:0:C346:01:001:Finish Level Now!
  21399. pkunwarj:0:0000:00:999:[These Ball cheats are not  ]
  21400. pkunwarj:0:0000:00:999:[visual they only effect the]
  21401. pkunwarj:0:0000:00:999:[the ball count in memory.  ]
  21402. pkunwarj:0:C398:05:000:Enemy always has 5 Balls
  21403. pkunwarj:0:C399:05:000:Player always has 5 Balls
  21404. pkunwarj:0:0000:00:999:[You should only use these  ]
  21405. pkunwarj:0:0000:00:999:["Win Now!" cheats once a   ]
  21406. pkunwarj:0:0000:00:999:[ball has bee kicked!       ]
  21407. pkunwarj:0:C346:01:001:Player Win Now! (1/2)
  21408. pkunwarj:0:C398:0A:501:Player Win Now! (2/2)
  21409. pkunwarj:0:C346:01:001:Enemy Win Now! (1/2)
  21410. pkunwarj:0:C399:0A:501:Enemy Win Now! (2/2)
  21411.  
  21412. ; [ Pleiads (bootleg) ]
  21413. pleiadbl:0:4390:09:000:Infinite Lives PL1
  21414. pleiadbl:0:4391:09:000:Infinite Lives PL2
  21415. pleiadbl:0:43A6:DD:000:Never have shields
  21416. pleiadbl:0:43A6:00:003:Shield Always Ready
  21417.  
  21418. ; [ Pleiads (Centuri) ]
  21419. pleiadce:0:4390:09:000:Infinite Lives PL1
  21420. pleiadce:0:4391:09:000:Infinite Lives PL2
  21421. pleiadce:0:43A6:DD:000:Never have shields
  21422. pleiadce:0:43A6:00:003:Shield Always Ready
  21423.  
  21424. ; [ Pleiads (Tehkan) ]
  21425. pleiads:0:4390:09:000:Infinite Lives PL1
  21426. pleiads:0:4391:09:000:Infinite Lives PL2
  21427. pleiads:0:43A6:DD:000:Never have shields
  21428. ;these linked cheats work fine, but they don't display
  21429. ;correctly in the active cheats list in MAME 034RC2 BUG??
  21430. pleiads:0:43A6:00:003:Shield Always Ready
  21431.  
  21432. ; [ Plotting (World) ]
  21433. plotting:0:860C:3B:000:Infinite Time PL1
  21434. plotting:0:860F:04:000:Infinite Wild Blocks PL1
  21435. plotting:0:8B0C:3B:000:Infinite Time PL2
  21436. plotting:0:8B0F:04:000:Infinite Wild Blocks PL2
  21437.  
  21438. ; [ Plump Pop (Japan) ]
  21439. plumppop:0:E479:02:000:Infinite Lives PL1
  21440. plumppop:0:E483:02:000:Infinite Lives PL2
  21441.  
  21442. ; [ Plus Alpha ]
  21443. plusalph:0:0F30A1:05:000:Infinite Lives PL1
  21444. plusalph:0:0F30BD:02:000:Change Colour PL1
  21445. plusalph:0:0F30A3:05:000:Infinite Lives PL2
  21446. plusalph:0:0F30BD:01:000:Change Colour PL2
  21447. plusalph:0:0F30C1:02:000:Invincibility
  21448. plusalph:0:0F30C1:04:000:Pulsing Invincibility ;-)
  21449. plusalph:0:0F3131:09:000:Infinite Special Shots
  21450. plusalph:0:0F312B:00:000:Always 2Shot
  21451. plusalph:0:0F312B:01:000:Always 2Shot +1
  21452. plusalph:0:0F312B:02:000:Always Blade +1
  21453. plusalph:0:0F312B:03:000:Always Blade +2
  21454. plusalph:0:0F312B:04:000:Always 4Shot +1
  21455. plusalph:0:0F312B:05:000:Always 4Shot +3
  21456. plusalph:0:0F312B:06:000:Always 2Blade+3
  21457. plusalph:0:0F312B:07:000:Always 2Blade+3
  21458. plusalph:0:0F312B:08:000:Always 2Shot +Wide !P
  21459. plusalph:0:0F312B:09:000:Always 2Shot +Balls ! JH
  21460. plusalph:0:0F312B:0A:000:Always Blade +Balls ! JH
  21461. plusalph:0:0F312B:0B:000:Always ? !PJH
  21462. plusalph:0:0F312B:0C:000:Always ? !PJH
  21463. plusalph:0:0F312B:0D:000:Always ? !PJH
  21464. plusalph:0:0F312B:0E:000:Always ? !PJH
  21465. plusalph:0:0F312B:0F:000:Always 4Shot +Wide ! JH
  21466. plusalph:0:0F312B:10:000:Always Ray
  21467. plusalph:0:0F312B:00:001:Get 2Shot
  21468. plusalph:0:0F312B:01:001:Get 2Shot +1
  21469. plusalph:0:0F312B:02:001:Get Blade +1
  21470. plusalph:0:0F312B:03:001:Get Blade +2
  21471. plusalph:0:0F312B:04:001:Get 4Shot +1
  21472. plusalph:0:0F312B:05:001:Get 4Shot +3
  21473. plusalph:0:0F312B:06:001:Get 2Blade+3
  21474. plusalph:0:0F312B:07:001:Get 2Blade+3
  21475. plusalph:0:0F312B:08:001:Get 2Shot +Wide !P
  21476. plusalph:0:0F312B:09:001:Get 2Shot +Balls ! JH
  21477. plusalph:0:0F312B:0A:001:Get Blade +Balls ! JH
  21478. plusalph:0:0F312B:0B:001:Get ? !PJH
  21479. plusalph:0:0F312B:0C:001:Get ? !PJH
  21480. plusalph:0:0F312B:0D:001:Get ? !PJH
  21481. plusalph:0:0F312B:0E:001:Get ? !PJH
  21482. plusalph:0:0F312B:0F:001:Get 4Shot +Wide ! JH
  21483. plusalph:0:0F312B:10:001:Get Ray
  21484. plusalph:0:000000:00:999:[The Shot type is NOT good  ]
  21485. plusalph:0:000000:00:999:[for weapon P/J/H if the    ]
  21486. plusalph:0:000000:00:999:[cheat is named !P/J/H      ]
  21487. plusalph:0:000000:00:999:[  P=Plane, J=Jet, H=Heli   ]
  21488. plusalph:0:0F30C7:00:000:Always Weapon P (Shots)
  21489. plusalph:0:0F30C7:01:000:Always Weapon J (Balls)
  21490. plusalph:0:0F30C7:02:000:Always Weapon H (Triangles)
  21491. plusalph:0:0F30C7:00:001:Get Weapon P (Shots) Now!
  21492. plusalph:0:0F30C7:01:001:Get Weapon J (Balls) Now!
  21493. plusalph:0:0F30C7:02:001:Get Weapon H (Triangles) Now!
  21494. plusalph:0:000000:00:999:[These Start on Level cheats]
  21495. plusalph:0:000000:00:999:[must be enabled on the     ]
  21496. plusalph:0:000000:00:999:[title screen and turned off]
  21497. plusalph:0:000000:00:999:[when you start the level.  ]
  21498. plusalph:0:0F2EE5:02:000:Start on Level 2
  21499. plusalph:0:0F2EE5:03:000:Start on Level 3
  21500. plusalph:0:0F2EE5:04:000:Start on Level 4
  21501. plusalph:0:0F2EE5:05:000:Start on Level 5
  21502. plusalph:0:0F2EE5:06:000:Start on Level 6
  21503. plusalph:0:0F2EE5:07:000:Start on Level 7
  21504. plusalph:0:0F2EE5:07:062:Select next level
  21505.  
  21506. ; [ Pnickies (Japan) ]
  21507. pnickj:0:000000:00:999:[B=Bottom Shape, T=Top Shape]
  21508. pnickj:0:000000:00:999:[* after the colour means   ]
  21509. pnickj:0:000000:00:999:[the shape includes a star!!]
  21510. pnickj:0:000000:00:999:[always means permanent     ]
  21511. pnickj:0:000000:00:999:[Now! means next shape only!]
  21512. pnickj:0:FF2429:00:000:Next T always Green PL1 (1/2)
  21513. pnickj:0:FF88F4:00:500:Next T always Green PL1 (2/2)
  21514. pnickj:0:FF2429:01:000:Next T always Red PL1   (1/2)
  21515. pnickj:0:FF88F4:01:500:Next T always Red PL1   (2/2)
  21516. pnickj:0:FF2429:02:000:Next T always Blue PL1  (1/2)
  21517. pnickj:0:FF88F4:02:500:Next T always Blue PL1  (2/2)
  21518. pnickj:0:FF2429:03:000:Next T always Yellow PL1(1/2)
  21519. pnickj:0:FF88F4:03:500:Next T always Yellow PL1(2/2)
  21520. pnickj:0:FF2429:00:000:Next T always Green* PL1(1/2)
  21521. pnickj:0:FF88F4:08:500:Next T always Green* PL1(2/2)
  21522. pnickj:0:FF2429:01:000:Next T always Red* PL1  (1/2)
  21523. pnickj:0:FF88F4:09:500:Next T always Red* PL1  (2/2)
  21524. pnickj:0:FF2429:02:000:Next T always Blue* PL1 (1/2)
  21525. pnickj:0:FF88F4:0A:500:Next T always Blue* PL1 (2/2)
  21526. pnickj:0:FF2429:03:000:Next T always Yellow*PL1(1/2)
  21527. pnickj:0:FF88F4:0B:500:Next T always Yellow*PL1(2/2)
  21528. pnickj:0:FF242D:00:000:Next B always Green PL1 (1/2)
  21529. pnickj:0:FF88F5:00:500:Next B always Green PL1 (2/2)
  21530. pnickj:0:FF242D:01:000:Next B always Red PL1   (1/2)
  21531. pnickj:0:FF88F5:01:500:Next B always Red PL1   (2/2)
  21532. pnickj:0:FF242D:02:000:Next B always Blue PL1  (1/2)
  21533. pnickj:0:FF88F5:02:500:Next B always Blue PL1  (2/2)
  21534. pnickj:0:FF242D:03:000:Next B always Yellow PL1(1/2)
  21535. pnickj:0:FF88F5:03:500:Next B always Yellow PL1(2/2)
  21536. pnickj:0:FF2429:00:001:Next T=Green Now! PL1   (1/2)
  21537. pnickj:0:FF88F4:00:501:Next T=Green Now! PL1   (2/2)
  21538. pnickj:0:FF2429:01:001:Next T=Red Now! PL1     (1/2)
  21539. pnickj:0:FF88F4:01:501:Next T=Red Now! PL1     (2/2)
  21540. pnickj:0:FF2429:02:001:Next T=Blue Now! PL1    (1/2)
  21541. pnickj:0:FF88F4:02:501:Next T=Blue Now! PL1    (2/2)
  21542. pnickj:0:FF2429:03:001:Next T=Yellow Now! PL1  (1/2)
  21543. pnickj:0:FF88F4:03:501:Next T=Yellow Now! PL1  (2/2)
  21544. pnickj:0:FF2429:00:001:Next T=Green* Now! PL1  (1/2)
  21545. pnickj:0:FF88F4:08:501:Next T=Green* Now! PL1  (2/2)
  21546. pnickj:0:FF2429:01:001:Next T=Red* Now! PL1    (1/2)
  21547. pnickj:0:FF88F4:09:501:Next T=Red* Now! PL1    (2/2)
  21548. pnickj:0:FF2429:02:001:Next T=Blue* Now! PL1   (1/2)
  21549. pnickj:0:FF88F4:0A:501:Next T=Blue* Now! PL1   (2/2)
  21550. pnickj:0:FF2429:03:001:Next T=Yellow* Now! PL1 (1/2)
  21551. pnickj:0:FF88F4:0B:501:Next T=Yellow* Now! PL1 (2/2)
  21552. pnickj:0:FF242D:00:001:Next B=Green Now! PL1   (1/2)
  21553. pnickj:0:FF88F5:00:501:Next B=Green Now! PL1   (2/2)
  21554. pnickj:0:FF242D:01:001:Next B=Red Now! PL1     (1/2)
  21555. pnickj:0:FF88F5:01:501:Next B=Red Now! PL1     (2/2)
  21556. pnickj:0:FF242D:02:001:Next B=Blue Now! PL1    (1/2)
  21557. pnickj:0:FF88F5:02:501:Next B=Blue Now! PL1    (2/2)
  21558. pnickj:0:FF242D:03:001:Next B=Yellow Now! PL1  (1/2)
  21559. pnickj:0:FF88F5:03:501:Next B=Yellow Now! PL1  (2/2)
  21560. pnickj:0:FF2449:00:000:Next T always Green PL2 (1/2)
  21561. pnickj:0:FF8954:00:500:Next T always Green PL2 (2/2)
  21562. pnickj:0:FF2449:01:000:Next T always Red PL2   (1/2)
  21563. pnickj:0:FF8954:01:500:Next T always Red PL2   (2/2)
  21564. pnickj:0:FF2449:02:000:Next T always Blue PL2  (1/2)
  21565. pnickj:0:FF8954:02:500:Next T always Blue PL2  (2/2)
  21566. pnickj:0:FF2449:03:000:Next T always Yellow PL2(1/2)
  21567. pnickj:0:FF8954:03:500:Next T always Yellow PL2(2/2)
  21568. pnickj:0:FF2449:00:000:Next T always Green* PL2(1/2)
  21569. pnickj:0:FF8954:08:500:Next T always Green* PL2(2/2)
  21570. pnickj:0:FF2449:01:000:Next T always Red* PL2  (1/2)
  21571. pnickj:0:FF8954:09:500:Next T always Red* PL2  (2/2)
  21572. pnickj:0:FF2449:02:000:Next T always Blue* PL2 (1/2)
  21573. pnickj:0:FF8954:0A:500:Next T always Blue* PL2 (2/2)
  21574. pnickj:0:FF2449:03:000:Next T always Yellow*PL2(1/2)
  21575. pnickj:0:FF8954:0B:500:Next T always Yellow*PL2(2/2)
  21576. pnickj:0:FF244D:00:000:Next B always Green PL2 (1/2)
  21577. pnickj:0:FF8955:00:500:Next B always Green PL2 (2/2)
  21578. pnickj:0:FF244D:01:000:Next B always Red PL2   (1/2)
  21579. pnickj:0:FF8955:01:500:Next B always Red PL2   (2/2)
  21580. pnickj:0:FF244D:02:000:Next B always Blue PL2  (1/2)
  21581. pnickj:0:FF8955:02:500:Next B always Blue PL2  (2/2)
  21582. pnickj:0:FF244D:03:000:Next B always Yellow PL2(1/2)
  21583. pnickj:0:FF8955:03:500:Next B always Yellow PL2(2/2)
  21584. pnickj:0:FF2449:00:001:Next T=Green Now! PL2   (1/2)
  21585. pnickj:0:FF8954:00:501:Next T=Green Now! PL2   (2/2)
  21586. pnickj:0:FF2449:01:001:Next T=Red Now! PL2     (1/2)
  21587. pnickj:0:FF8954:01:501:Next T=Red Now! PL2     (2/2)
  21588. pnickj:0:FF2449:02:001:Next T=Blue Now! PL2    (1/2)
  21589. pnickj:0:FF8954:02:501:Next T=Blue Now! PL2    (2/2)
  21590. pnickj:0:FF2449:03:001:Next T=Yellow Now! PL2  (1/2)
  21591. pnickj:0:FF8954:03:501:Next T=Yellow Now! PL2  (2/2)
  21592. pnickj:0:FF2449:00:001:Next T=Green* Now! PL2  (1/2)
  21593. pnickj:0:FF8954:08:501:Next T=Green* Now! PL2  (2/2)
  21594. pnickj:0:FF2449:01:001:Next T=Red* Now! PL2    (1/2)
  21595. pnickj:0:FF8954:09:501:Next T=Red* Now! PL2    (2/2)
  21596. pnickj:0:FF2449:02:001:Next T=Blue* Now! PL2   (1/2)
  21597. pnickj:0:FF8954:0A:501:Next T=Blue* Now! PL2   (2/2)
  21598. pnickj:0:FF2449:03:001:Next T=Yellow* Now! PL2 (1/2)
  21599. pnickj:0:FF8954:0B:501:Next T=Yellow* Now! PL2 (2/2)
  21600. pnickj:0:FF244D:00:001:Next B=Green Now! PL2   (1/2)
  21601. pnickj:0:FF8955:00:501:Next B=Green Now! PL2   (2/2)
  21602. pnickj:0:FF244D:01:001:Next B=Red Now! PL2     (1/2)
  21603. pnickj:0:FF8955:01:501:Next B=Red Now! PL2     (2/2)
  21604. pnickj:0:FF244D:02:001:Next B=Blue Now! PL2    (1/2)
  21605. pnickj:0:FF8955:02:501:Next B=Blue Now! PL2    (2/2)
  21606. pnickj:0:FF244D:03:001:Next B=Yellow Now! PL2  (1/2)
  21607. pnickj:0:FF8955:03:501:Next B=Yellow Now! PL2  (2/2)
  21608. pnickj:0:000000:00:999:[Level piccy only changes on]
  21609. pnickj:0:000000:00:999:[certain levels including   ]
  21610. pnickj:0:000000:00:999:[10, 30 and 50.             ]
  21611. pnickj:0:FF8644:63:070:Select current level PL1
  21612. pnickj:0:FF8644:63:060:Select next level PL1
  21613. pnickj:0:FF8644:63:001:Go to last level Now! PL1
  21614. pnickj:0:FF8664:63:070:Select current level PL2
  21615. pnickj:0:FF8664:63:060:Select next level PL2
  21616. pnickj:0:FF8664:63:001:Go to last level Now! PL2
  21617.  
  21618. ; [ Pomping World (Japan) ]
  21619. pompingw:0:E221:5B:000:Invincibility (1/2)
  21620. pompingw:0:E200:04:500:Invincibility (2/2)
  21621. pompingw:0:E01A:99:000:Infinite Time
  21622. pompingw:0:E027:01:001:Stop the Bubbles Now!
  21623. pompingw:0:E027:00:001:Restart the Bubbles Now!
  21624. pompingw:0:E028:8C:000:Infinite Balloon Freeze Time
  21625. pompingw:0:E018:10:001:Goto Last level on comp.(1/2)
  21626. pompingw:0:E019:30:501:Goto Last level on comp.(2/2)
  21627. pompingw:0:E018:10:001:Goto Last level on death(1/2)
  21628. pompingw:0:E019:31:501:Goto Last level on death(2/2)
  21629. pompingw:0:E230:0A:000:Infinite Lives PL1
  21630. pompingw:0:E228:01:000:Always Have Protection PL1
  21631. pompingw:0:E229:00:000:Always Normal Weap. PL1 (1/3)
  21632. pompingw:0:E22C:00:500:Always Normal Weap. PL1 (2/3)
  21633. pompingw:0:E244:00:500:Always Normal Weap. PL1 (3/3)
  21634. pompingw:0:E229:01:000:Always Double Weap. PL1 (1/3)
  21635. pompingw:0:E22C:00:500:Always Double Weap. PL1 (2/3)
  21636. pompingw:0:E244:00:500:Always Double Weap. PL1 (3/3)
  21637. pompingw:0:E229:00:000:Always M. gun Weap. PL1 (1/3)
  21638. pompingw:0:E22C:01:500:Always M. gun Weap. PL1 (2/3)
  21639. pompingw:0:E244:00:500:Always M. gun Weap. PL1 (3/3)
  21640. pompingw:0:E229:00:000:Always Blocker Weap.PL1 (1/3)
  21641. pompingw:0:E22C:00:500:Always Blocker Weap.PL1 (2/3)
  21642. pompingw:0:E244:01:500:Always Blocker Weap.PL1 (3/3)
  21643. pompingw:0:E229:00:001:Get Normal Weap.PL1 Now!(1/3)
  21644. pompingw:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3)
  21645. pompingw:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3)
  21646. pompingw:0:E229:01:001:Get Double Weap.PL1 Now!(1/3)
  21647. pompingw:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3)
  21648. pompingw:0:E244:00:501:Get Double Weap.PL1 Now!(3/3)
  21649. pompingw:0:E229:00:001:Get M. gun Weap.PL1 Now!(1/3)
  21650. pompingw:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3)
  21651. pompingw:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3)
  21652. pompingw:0:E229:00:001:Get Blocker Weap.PL1 Now(1/3)
  21653. pompingw:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3)
  21654. pompingw:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3)
  21655. pompingw:0:E2B0:0A:000:Infinite Lives PL2
  21656. pompingw:0:E2A8:01:000:Always Have Protection PL2
  21657. pompingw:0:E2A9:00:000:Always Normal Weap. PL2 (1/3)
  21658. pompingw:0:E2AC:00:500:Always Normal Weap. PL2 (2/3)
  21659. pompingw:0:E2C4:00:500:Always Normal Weap. PL2 (3/3)
  21660. pompingw:0:E2A9:01:000:Always Double Weap. PL2 (1/3)
  21661. pompingw:0:E2AC:00:500:Always Double Weap. PL2 (2/3)
  21662. pompingw:0:E2C4:00:500:Always Double Weap. PL2 (3/3)
  21663. pompingw:0:E2A9:00:000:Always M. gun Weap. PL2 (1/3)
  21664. pompingw:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3)
  21665. pompingw:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3)
  21666. pompingw:0:E2A9:00:000:Always Blocker Weap.PL2 (1/3)
  21667. pompingw:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3)
  21668. pompingw:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3)
  21669. pompingw:0:E2A9:00:001:Get Normal Weap.PL2 Now!(1/3)
  21670. pompingw:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3)
  21671. pompingw:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3)
  21672. pompingw:0:E2A9:01:001:Get Double Weap.PL2 Now!(1/3)
  21673. pompingw:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3)
  21674. pompingw:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3)
  21675. pompingw:0:E2A9:00:001:Get M. gun Weap.PL2 Now!(1/3)
  21676. pompingw:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3)
  21677. pompingw:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3)
  21678. pompingw:0:E2A9:00:001:Get Blocker Weap.PL2 Now(1/3)
  21679. pompingw:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3)
  21680. pompingw:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3)
  21681. ;Disable the Infinite Time cheat just before travelling to a different city
  21682. ;otherwise the game will freeze! Also disable all Invicibility cheats just
  21683. ;before ending a level or else the level will not end!
  21684.  
  21685. ; [ Polaris (set 1) ]
  21686. polaris:0:214F:07:000:Infinite Lives PL1
  21687. polaris:0:224F:07:000:Infinite Lives PL2
  21688.  
  21689. ; [ Polaris (set 2) ]
  21690. polarisa:0:214F:07:000:Infinite Lives PL1
  21691. polarisa:0:224F:07:000:Infinite Lives PL2
  21692.  
  21693. ; [ Pole Position ]
  21694. polepos:0:5401:78:000:Infinite Time
  21695. polepos:1:A817:00:000:Always be in Pole Position
  21696. polepos:0:4630:01:000:Invincibility
  21697.  
  21698. ; [ Pole Position (Atari version 1) ]
  21699. polepos1:0:5401:78:000:Infinite Time
  21700. polepos1:1:A817:00:000:Always be in Pole Position
  21701. polepos1:0:4630:01:000:Invincibility
  21702.  
  21703. ; [ Pole Position II ]
  21704. polepos2:0:5401:78:000:Infinite Time
  21705. polepos2:1:A817:00:000:Always be in Pole Position
  21706. polepos2:0:4630:01:000:Invincibility
  21707.  
  21708. ; [ Pole Position (Atari version 2) ]
  21709. poleposa:0:5401:78:000:Infinite Time
  21710. poleposa:1:A817:00:000:Always be in Pole Position
  21711. poleposa:0:4630:01:000:Invincibility
  21712.  
  21713. ; [ Pole Position II (Atari) ]
  21714. poleps2a:0:5401:78:000:Infinite Time
  21715. poleps2a:1:A817:00:000:Always be in Pole Position
  21716. poleps2a:0:4630:01:000:Invincibility
  21717.  
  21718. ; [ Pole Position II (Atari bootleg 1) ]
  21719. poleps2b:0:5401:78:000:Infinite Time
  21720. poleps2b:1:A817:00:000:Always be in Pole Position
  21721. poleps2b:0:4630:01:000:Invincibility
  21722.  
  21723. ; [ Pole Position II (Atari bootleg 2) ]
  21724. poleps2c:0:5401:78:000:Infinite Time
  21725. poleps2c:1:A817:00:000:Always be in Pole Position
  21726. poleps2c:0:4630:01:000:Invincibility
  21727.  
  21728. ; [ Ponpoko ]
  21729. ponpoko:0:4C64:A1:000:Infinite Time
  21730. ponpoko:0:4C48:0A:000:Infinite Lives PL1
  21731. ponpoko:0:4C49:0A:000:Infinite Lives PL2
  21732.  
  21733. ; [ Ponpoko (Venture Line) ]
  21734. ponpokov:0:4C64:A1:000:Infinite Time
  21735. ponpokov:0:4C48:0A:000:Infinite Lives PL1
  21736. ponpokov:0:4C49:0A:000:Infinite Lives PL2
  21737.  
  21738. ; [ Pootan ]
  21739. pootan:0:8908:05:000:Infinite Lives
  21740. pootan:0:8901:01:001:1 wolf left
  21741. pootan:0:8D32:00:000:Invincibility to wolves&rocks
  21742. pootan:0:8F30:01:000:Meat Mania!
  21743.  
  21744. ; [ Pooyan ]
  21745. pooyan:0:8908:05:000:Infinite Lives
  21746. pooyan:0:8901:01:001:1 wolf left
  21747. pooyan:0:8D32:00:000:Invincibility to wolves&rocks
  21748. pooyan:0:8F30:01:000:Meat Mania
  21749.  
  21750. ; [ Pooyan (Stern) ]
  21751. pooyans:0:8908:05:000:Infinite Lives
  21752. pooyans:0:8901:01:001:1 wolf left
  21753. pooyans:0:8D32:00:000:Invincibility to wolves&rocks
  21754. pooyans:0:8F30:01:000:Meat Mania
  21755.  
  21756. ; [ Pop 'n Bounce / Gapporin ]
  21757. popbounc:0:10823D:63:000:Infinite Lives PL1
  21758. popbounc:0:10824B:63:000:Infinite Lives PL2
  21759. popbounc:0:10820B:00:001:Finish this Stage Now! 
  21760.  
  21761. ; [ Popeye (set 1) ]
  21762. popeye:0:8000:08:000:Infinite Lives 
  21763. popeye:0:810F:7D:000:Always Have Spinach Power 
  21764. popeye:0:8116:70:000:Extra Speed
  21765. popeye:0:8C03:04:000:Always Red
  21766. popeye:0:80C8:10:000:Change Music
  21767. popeye:0:810F:7C:000:Freeze falling objects
  21768. popeye:0:8005:01:000:New Spinach with Each Life
  21769. popeye:0:8130:0C:000:Disco Bluto
  21770. ;
  21771. popeye:0:8147:FF:000:Bluto is Scared of Staircases
  21772. ;Bonus: if that one is activated when Bluto has a barrel
  21773. ;on his head, the barrel will stay on for the rest of 
  21774. ;the level.
  21775. ;
  21776. popeye:0:8C65:7F:000:Spinach Stays on Top
  21777. popeye:0:8C65:57:000:Spinach Stays on Bottom
  21778. popeye:0:81E1:28:000:Errant Spinach (^)
  21779. popeye:0:81E1:D8:000:Errant Spinach (v)
  21780. popeye:0:8158:01:000:Errant Olive (>)
  21781. popeye:0:8158:02:000:Errant Olive (<)
  21782. popeye:0:810A:00:000:One Heart at a Time
  21783.  
  21784. ; [ Popeye (set 2) ]
  21785. popeye2:0:8000:08:000:Infinite Lives 
  21786. popeye2:0:810F:7D:000:Always Have Spinach Power 
  21787. popeye2:0:8116:70:000:Extra Speed
  21788. popeye2:0:8C03:04:000:Always Red
  21789. popeye2:0:80C8:10:000:Change Music
  21790. popeye2:0:810F:7C:000:Freeze falling objects
  21791. popeye2:0:8005:01:000:New Spinach with Each Life
  21792. popeye2:0:8130:0C:000:Disco Bluto
  21793. ;
  21794. popeye2:0:8147:FF:000:Bluto is Scared of Staircases
  21795. ;Bonus: if that one is activated when Bluto has a barrel
  21796. ;on his head, the barrel will stay on for the rest of 
  21797. ;the level.
  21798. ;
  21799. popeye2:0:8C65:7F:000:Spinach Stays on Top
  21800. popeye2:0:8C65:57:000:Spinach Stays on Bottom
  21801. popeye2:0:81E1:28:000:Errant Spinach (^)
  21802. popeye2:0:81E1:D8:000:Errant Spinach (v)
  21803. popeye2:0:8158:01:000:Errant Olive (>)
  21804. popeye2:0:8158:02:000:Errant Olive (<)
  21805. popeye2:0:810A:00:000:One Heart at a Time
  21806.  
  21807. ; [ Popeye (bootleg) ]
  21808. popeyebl:0:8000:08:000:Infinite Lives 
  21809. popeyebl:0:810F:7D:000:Always Have Spinach Power 
  21810. popeyebl:0:8116:70:000:Extra Speed
  21811. popeyebl:0:8C03:04:000:Always Red
  21812. popeyebl:0:80C8:10:000:Change Music
  21813. popeyebl:0:810F:7C:000:Freeze falling objects
  21814. popeyebl:0:8005:01:000:New Spinach with Each Life
  21815. popeyebl:0:8130:0C:000:Disco Bluto
  21816. ;
  21817. popeyebl:0:8147:FF:000:Bluto is Scared of Staircases
  21818. ;Bonus: if that one is activated when Bluto has a barrel
  21819. ;on his head, the barrel will stay on for the rest of 
  21820. ;the level.
  21821. ;
  21822. popeyebl:0:8C65:7F:000:Spinach Stays on Top
  21823. popeyebl:0:8C65:57:000:Spinach Stays on Bottom
  21824. popeyebl:0:81E1:28:000:Errant Spinach (^)
  21825. popeyebl:0:81E1:D8:000:Errant Spinach (v)
  21826. popeyebl:0:8158:01:000:Errant Olive (>)
  21827. popeyebl:0:8158:02:000:Errant Olive (<)
  21828. popeyebl:0:810A:00:000:One Heart at a Time
  21829.  
  21830. ; [ Pop Flamer (set 2) ]
  21831. popflama:0:4028:03:000:Infinite Lives
  21832. popflama:0:4292:0C:000:Constant full length flame
  21833. popflama:0:4292:18:000:Constant X2 length flame
  21834.  
  21835. ; [ Pop Flamer (set 1) ]
  21836. popflame:0:4028:03:000:Infinite Lives
  21837. popflame:0:4292:0C:000:Constant full length flame
  21838. popflame:0:4292:18:000:Constant X2 length flame
  21839.  
  21840. ; [ Port Man ]
  21841. portman:0:8050:05:000:Infinite Lives
  21842.  
  21843. ; [ Pot of Gold ]
  21844. potogold:0:0123:08:000:Infinite Lives PL1
  21845. potogold:0:0134:08:000:Infinite Lives PL2
  21846. potogold:0:028C:B4:000:Freeze Leprechaun (1/2)
  21847. potogold:0:028D:9C:500:Freeze Leprechaun (2/2)
  21848.  
  21849. ; [ P.O.W. - Prisoners of War (US) ]
  21850. pow:0:04003B:63:000:Infinite Lives PL1
  21851. pow:0:040036:1F:000:Infinite Energy PL1
  21852. pow:0:040039:79:000:Infinite Ammo PL1
  21853. pow:0:040052:00:000:Invincibility PL1 (1/2)
  21854. pow:0:040053:FF:500:Invincibility PL1 (2/2)
  21855. pow:0:040015:00:005:Always have No weapon PL1
  21856. pow:0:040015:01:005:Always have Machine Gun PL1
  21857. pow:0:040015:03:005:Always have Knife PL1
  21858. pow:0:040015:00:001:Lose all weapons Now! PL1
  21859. pow:0:040015:01:001:Get Machine Gun Now! PL1
  21860. pow:0:040015:03:001:Get Knife Now! PL1
  21861. pow:0:04009B:63:000:Infinite Lives PL2
  21862. pow:0:040096:1F:000:Infinite Energy PL2
  21863. pow:0:040099:79:000:Infinite Ammo PL2
  21864. pow:0:0400B2:00:000:Invincibility PL2 (1/2)
  21865. pow:0:0400B3:FF:500:Invincibility PL2 (2/2)
  21866. pow:0:040075:00:005:Always have No weapon PL2
  21867. pow:0:040075:01:005:Always have Machine Gun PL2
  21868. pow:0:040075:03:005:Always have Knife PL2
  21869. pow:0:040075:00:001:Lose all weapons Now! PL2
  21870. pow:0:040075:01:001:Get Machine Gun Now! PL2
  21871. pow:0:040075:03:001:Get Knife Now! PL2
  21872.  
  21873. ; [ Power Drive ]
  21874. powerdrv:0:E023:00:000:Infinite Official Time (1/2)
  21875. powerdrv:0:E024:00:500:Infinite Official Time (2/2)
  21876.  
  21877. ; [ Datsugoku - Prisoners of War (Japan) ]
  21878. powj:0:04003B:63:000:Infinite Lives PL1
  21879. powj:0:040036:1F:000:Infinite Energy PL1
  21880. powj:0:040039:79:000:Infinite Ammo PL1
  21881. powj:0:040052:00:000:Invincibility PL1 (1/2)
  21882. powj:0:040053:FF:500:Invincibility PL1 (2/2)
  21883. powj:0:040015:00:005:Always have No weapon PL1
  21884. powj:0:040015:01:005:Always have Machine Gun PL1
  21885. powj:0:040015:03:005:Always have Knife PL1
  21886. powj:0:040015:00:001:Lose all weapons Now! PL1
  21887. powj:0:040015:01:001:Get Machine Gun Now! PL1
  21888. powj:0:040015:03:001:Get Knife Now! PL1
  21889. powj:0:04009B:63:000:Infinite Lives PL2
  21890. powj:0:040096:1F:000:Infinite Energy PL2
  21891. powj:0:040099:79:000:Infinite Ammo PL2
  21892. powj:0:0400B2:00:000:Invincibility PL2 (1/2)
  21893. powj:0:0400B3:FF:500:Invincibility PL2 (2/2)
  21894. powj:0:040075:00:005:Always have No weapon PL2
  21895. powj:0:040075:01:005:Always have Machine Gun PL2
  21896. powj:0:040075:03:005:Always have Knife PL2
  21897. powj:0:040075:00:001:Lose all weapons Now! PL2
  21898. powj:0:040075:01:001:Get Machine Gun Now! PL2
  21899. powj:0:040075:03:001:Get Knife Now! PL2
  21900.  
  21901. ; [ Prehistoric Isle in 1930 (World) ]
  21902. prehisle:0:07012F:03:000:Infinite Lives PL1
  21903. prehisle:0:07012D:B4:000:Invincibility PL1:To be used when you blink
  21904. prehisle:0:0706AD:B4:000:Invincibility PL2:To be used when you blink
  21905. prehisle:0:0706AF:03:000:Infinite Lives PL2
  21906.  
  21907. ; [ Prehistoric Isle in 1930 (US) ]
  21908. prehislu:0:07012F:03:000:Infinite Lives PL1
  21909. prehislu:0:07012D:B4:000:Invincibility PL1:To be used when you blink
  21910. prehislu:0:0706AD:B4:000:Invincibility PL2:To be used when you blink
  21911. prehislu:0:0706AF:03:000:Infinite Lives PL2
  21912.  
  21913. ; [ Perfect Soldiers (Japan) ]
  21914. psoldier:0:E7113:99:000:Infinite Time
  21915. psoldier:0:E30A8:80:000:Infinite Energy PL1
  21916. psoldier:0:E30A8:00:001:Drain Energy Now! PL1
  21917. psoldier:0:E3128:80:000:Infinite Energy PL2
  21918. psoldier:0:E3128:00:001:Drain Energy Now! PL2
  21919.  
  21920. ; [ Power Spikes (Korea) ]
  21921. pspikes:0:1016B5:3B:000:Infinite Time
  21922. pspikes:0:10168F:11:001:End ball to win a game PL1
  21923. pspikes:0:10168F:00:000:Score always set to 0 PL1
  21924. pspikes:0:10168F:00:001:Set score to 0 Now! PL1
  21925. pspikes:0:10168F:11:070:Select score PL1
  21926. pspikes:0:101691:11:001:End ball to win a game PL2
  21927. pspikes:0:101691:00:000:Score always set to 0 PL2
  21928. pspikes:0:101691:00:001:Set score to 0 Now! PL2
  21929. pspikes:0:101691:11:070:Select score PL2
  21930.  
  21931. ; [ Power Spikes II ]
  21932. pspikes2:0:102B4D:3B:000:Infinite Game Time (1/2)
  21933. pspikes2:0:102B4B:3B:501:Infinite Game Time (2/2)
  21934. pspikes2:0:102B4D:01:001:Finish Game Now! (1/2)
  21935. pspikes2:0:102B4B:00:501:Finish Game Now! (2/2)
  21936. pspikes2:0:1018F9:60:000:Always Full Energy PL1 (1/2)
  21937. pspikes2:0:102CD5:60:500:Always Full Energy PL1 (2/2)
  21938. pspikes2:0:102CD9:30:000:Always have Max Power PL1
  21939. pspikes2:0:102CD9:00:000:Always have Min Power PL1
  21940. pspikes2:0:1018F9:00:001:Set Energy to 0 Now! PL1(1/2)
  21941. pspikes2:0:102CD5:00:501:Set Energy to 0 Now! PL1(2/2)
  21942. pspikes2:0:1018FB:60:000:Always Full Energy PL2 (1/2)
  21943. pspikes2:0:102CD7:60:500:Always Full Energy PL2 (2/2)
  21944. pspikes2:0:102CDB:30:000:Always have Max Power PL2
  21945. pspikes2:0:102CDB:00:000:Always have Min Power PL2
  21946. pspikes2:0:1018FB:00:001:Set Energy to 0 Now! PL2(1/2)
  21947. pspikes2:0:102CD7:00:501:Set Energy to 0 Now! PL2(2/2)
  21948.  
  21949. ; [ Power Surge ]
  21950. psurge:0:A89B:03:000:Infinite Lives
  21951. psurge:0:A885:FF:000:Infinite Energy
  21952. psurge:0:A893:05:000:Infinite Bombs
  21953.  
  21954. ; [ Psychic 5 ]
  21955. psychic5:0:E004:05:000:Infinite Lives
  21956. psychic5:0:FA15:59:000:Infinite Time
  21957. psychic5:0:FA18:80:000:Always have the Witch's Broom
  21958. psychic5:0:FA18:80:001:Get the Witch's Broom Now!
  21959. psychic5:0:FA17:01:000:Always have the Mega Hammer
  21960. psychic5:0:FA17:01:001:Get the Mega Hammer Now!
  21961. psychic5:0:E0B3:01:000:Always Have x2 Bonus
  21962. psychic5:0:E0B3:02:000:Always Have x4 Bonus
  21963. psychic5:0:E0B3:03:000:Always Have x8 Bonus
  21964. psychic5:0:E003:04:020:Always have fat guy
  21965. psychic5:0:E003:08:020:Always have slim guy
  21966. psychic5:0:E003:10:020:Always have old man
  21967. psychic5:0:0000:00:999:[Activate these level cheats]
  21968. psychic5:0:0000:00:999:[before you die or before   ]
  21969. psychic5:0:0000:00:999:[choosing esper             ]
  21970. psychic5:0:E001:01:001:Go to level 2 Next
  21971. psychic5:0:E001:02:001:Go to level 3 Next
  21972. psychic5:0:E001:03:001:Go to level 4 Next
  21973. psychic5:0:E001:04:001:Go to level 5 Next
  21974. psychic5:0:E001:05:001:Go to level 6 Next
  21975. psychic5:0:E001:06:001:Go to level 7 Next
  21976. psychic5:0:E001:07:001:Go to level 8 Next
  21977.  
  21978. ; [ Psycho Soldier (US) ]
  21979. psychos:0:F77E:03:000:Infinite Lives PL1 (1/2)
  21980. psychos:0:F77F:03:500:Infinite Lives PL1 (2/2)
  21981. psychos:0:F790:0C:000:Infinite Powerballs PL1
  21982. psychos:0:F78E:14:000:Maximum energy PL1
  21983. psychos:0:0000000:00:999:[Dont get stuck in Dead Ends]
  21984. psychos:0:0000000:00:999:[Turn Invincibility OFF if  ]
  21985. psychos:0:0000000:00:999:[you do!!                   ]
  21986. psychos:0:F780:0C:000:Invincibility PL1
  21987. psychos:0:F7D4:03:000:Infinite Lives PL2 (1/2)
  21988. psychos:0:F7D5:03:500:Infinite Lives PL2 (2/2)
  21989. psychos:0:F7E6:0C:000:Infinite Powerballs PL2
  21990. psychos:0:F7E4:14:000:Maximum energy PL2
  21991. psychos:0:0000000:00:999:[Dont get stuck in Dead Ends]
  21992. psychos:0:0000000:00:999:[Turn Invincibility OFF if  ]
  21993. psychos:0:0000000:00:999:[you do!!                   ]
  21994. psychos:0:F7D6:0C:000:Invincibility PL2
  21995.  
  21996. ; [ Psycho Soldier (Japan) ]
  21997. psychosj:0:F77E:03:000:Infinite Lives PL1 (1/2)
  21998. psychosj:0:F77F:03:500:Infinite Lives PL1 (2/2)
  21999. psychosj:0:F790:0C:000:Infinite Powerballs PL1
  22000. psychosj:0:F78E:14:000:Maximum energy PL1
  22001. psychosj:0:0000000:00:999:[Dont get stuck in Dead Ends]
  22002. psychosj:0:0000000:00:999:[Turn Invincibility OFF if  ]
  22003. psychosj:0:0000000:00:999:[you do!!                   ]
  22004. psychosj:0:F780:0C:000:Invincibility PL1
  22005. psychosj:0:F7D4:03:000:Infinite Lives PL2 (1/2)
  22006. psychosj:0:F7D5:03:500:Infinite Lives PL2 (2/2)
  22007. psychosj:0:F7E6:0C:000:Infinite Powerballs PL2
  22008. psychosj:0:F7E4:14:000:Maximum energy PL2
  22009. psychosj:0:0000000:00:999:[Dont get stuck in Dead Ends]
  22010. psychosj:0:0000000:00:999:[Turn Invincibility OFF if  ]
  22011. psychosj:0:0000000:00:999:[you do!!                   ]
  22012. psychosj:0:F7D6:0C:000:Invincibility PL2
  22013.  
  22014. ; [ New Puck-X ]
  22015. puckman:0:4E14:06:000:Infinite Lives (1/2)
  22016. puckman:0:4E15:05:500:Infinite Lives (2/2)
  22017. puckman:0:0000:00:999:[------Starting Levels------]
  22018. puckman:0:0000:00:999:[Deactivate the cheats after]
  22019. puckman:0:0000:00:999:[starting the level or leave]
  22020. puckman:0:0000:00:999:[active to repeat the level.]
  22021. puckman:0:4E0A:7E:000:Start at Strawberry (1/2)
  22022. puckman:0:4E13:01:500:Start at Strawberry (2/2)
  22023. puckman:0:4E0A:7F:000:Start at 1st Orange (1/2)
  22024. puckman:0:4E13:02:500:Start at 1st Orange (2/2)
  22025. puckman:0:4E0A:80:000:Start at 2nd Orange (1/2)
  22026. puckman:0:4E13:03:500:Start at 2nd Orange (2/2)
  22027. puckman:0:4E0A:81:000:Start at 1st Apple (1/2)
  22028. puckman:0:4E13:04:500:Start at 1st Apple (2/2)
  22029. puckman:0:4E0A:82:000:Start at 2nd Apple (1/2)
  22030. puckman:0:4E13:05:500:Start at 2nd Apple (2/2)
  22031. puckman:0:4E0A:83:000:Start at 1st Pineapple (1/2)
  22032. puckman:0:4E13:06:500:Start at 1st Pineapple (2/2)
  22033. puckman:0:4E0A:84:000:Start at 2nd Pineapple (1/2)
  22034. puckman:0:4E13:07:500:Start at 2nd Pineapple (2/2)
  22035. puckman:0:4E0A:85:000:Start at 1st Galaxian (1/2)
  22036. puckman:0:4E13:08:500:Start at 1st Galaxian (2/2)
  22037. puckman:0:4E0A:86:000:Start at 2nd Galaxian (1/2)
  22038. puckman:0:4E13:09:500:Start at 2nd Galaxian (2/2)
  22039. puckman:0:4E0A:87:000:Start at 1st Bell (1/2)
  22040. puckman:0:4E13:0A:500:Start at 1st Bell (2/2)
  22041. puckman:0:4E0A:88:000:Start at 2nd Bell (1/2)
  22042. puckman:0:4E13:0B:500:Start at 2nd Bell (2/2)
  22043. puckman:0:4E0A:87:000:Start at 1st Key (1/2)
  22044. puckman:0:4E13:0C:500:Start at 1st Key (2/2)
  22045. puckman:0:4E0A:88:000:Start at 2nd Key (1/2)
  22046. puckman:0:4E13:0D:500:Start at 2nd Key (2/2)
  22047. puckman:0:0000:00:999:[------Practice Levels------]
  22048. puckman:0:4E13:00:000:Practice Cherry
  22049. puckman:0:4E13:01:000:Practice Strawberry
  22050. puckman:0:4E13:02:000:Practice 1st Orange
  22051. puckman:0:4E13:03:000:Practice 2nd Orange
  22052. puckman:0:4E13:04:000:Practice 1st Apple
  22053. puckman:0:4E13:05:000:Practice 2nd Apple
  22054. puckman:0:4E13:06:000:Practice 1st Pineapple
  22055. puckman:0:4E13:07:000:Practice 2nd Pineapple
  22056. puckman:0:4E13:08:000:Practice 1st Galaxian
  22057. puckman:0:4E13:09:000:Practice 2nd Galaxian
  22058. puckman:0:4E13:0A:000:Practice 1st Bell
  22059. puckman:0:4E13:0B:000:Practice 2nd Bell
  22060. puckman:0:4E13:0C:000:Practice 1st Key
  22061. puckman:0:4E13:0D:000:Practice 2nd Key
  22062. puckman:0:4E13:FF:000:Split-Screen (Unplayable)
  22063. puckman:0:4E13:FE:000:No maze or dots(Unfinishable)
  22064. puckman:0:0000:00:999:[------Practice Speeds------]
  22065. puckman:0:4DBD:00:000:Stay blue until eaten (1/2)
  22066. puckman:0:4DBE:00:500:Stay blue until eaten (2/2)
  22067. puckman:0:4DBD:58:000:Slow changeback (1/2)
  22068. puckman:0:4DBE:02:500:Slow changeback (2/2)
  22069. puckman:0:4DBD:68:000:Moderate changeback (1/2)
  22070. puckman:0:4DBE:01:500:Moderate changeback (2/2)
  22071. puckman:0:4DBD:F0:000:Quick changeback (1/2)
  22072. puckman:0:4DBE:00:500:Quick changeback (2/2)
  22073. puckman:0:4DBD:78:000:Lightning changeback (1/2)
  22074. puckman:0:4DBE:00:500:Lightning changeback (2/2)
  22075. puckman:0:4DBD:01:000:No change to blue (1/2)
  22076. puckman:0:4DBE:00:500:No change to blue (2/2)
  22077. puckman:0:0000:00:999:[-------Ghost Status--------]
  22078. puckman:0:4DA7:01:000:Red always blue
  22079. puckman:0:4DA8:01:000:Pink always blue
  22080. puckman:0:4DA9:01:000:Green always blue
  22081. puckman:0:4DAA:01:000:Orange always blue
  22082. puckman:0:4DA5:00:000:Ghosts Always Edible (No Pts)
  22083.  
  22084. ; [ Pulsar ]
  22085. pulsar:0:E596:06:000:Infinite Lives PL1
  22086. pulsar:0:E63B:06:000:Infinite Lives PL2
  22087. pulsar:0:E3C5:0E:000:Infinite Fuel 
  22088. pulsar:0:E388:60:000:Invincibility
  22089.  
  22090. ; [ Pulstar ]
  22091. pulstar:0:1017DE:07:000:Max Speed
  22092. pulstar:0:10132A:02:000:Infinite Lives PL1
  22093. pulstar:0:1016AD:A4:000:Invincibility PL1
  22094. pulstar:0:10132B:02:000:Infinite Lives PL2
  22095. pulstar:0:000000:00:999:[The remaining cheats have  ]
  22096. pulstar:0:000000:00:999:[NOT been tested yet!       ]
  22097. pulstar:0:1017E1:67:000:Full Powerups and addons
  22098. pulstar:0:1017DF:01:000:bomb
  22099. pulstar:0:1017E0:01:000:Laser 1
  22100. pulstar:0:1017E0:02:000:Laser 2
  22101. pulstar:0:1017E0:03:000:Laser 3
  22102. pulstar:0:1017E0:04:000:Laser 4
  22103. pulstar:0:1017E1:FF:000:Max Power
  22104. pulstar:0:101AB5:05:000:Space 5
  22105. pulstar:0:101ADD:05:000:Space 5
  22106. pulstar:0:101AB5:06:000:Space 6
  22107. pulstar:0:101ADD:06:000:Space 6
  22108. pulstar:0:101AB5:07:000:Space 7
  22109. pulstar:0:101ADD:07:000:Space 7
  22110. pulstar:0:101AB5:08:000:Final Space 8
  22111. pulstar:0:101ADD:08:000:Final Space 8
  22112. pulstar:0:101696:FF:000:Full Charge PL1
  22113. pulstar:0:1017DE:07:000:Max Speed
  22114.  
  22115. ; [ Punch-Out!! ]
  22116. punchout:0:D022:70:000:Invincibility PL1
  22117. punchout:0:D048:1A:000:KO Power
  22118. punchout:0:D7F2:03:000:Infinite Time
  22119. punchout:0:D024:00:001:Drain Other Fighter Now!
  22120. punchout:0:D024:00:000:Quick KDs/KOs
  22121.  
  22122. ; [ Punisher, The (World) ]
  22123. punisher:0:FF18AB:BF:000:Infinite Time
  22124. punisher:0:FF5BA4:03:000:Infinite Lives PL1
  22125. punisher:0:FF8E9F:88:000:Infinite Energy PL1
  22126. punisher:0:FF5BCA:09:000:Infinite Bombs PL1
  22127. punisher:0:FF8EB5:F0:000:Invincibility PL1
  22128. punisher:0:FF8F9F:88:000:Infinite Energy PL2
  22129. punisher:0:FF5BCB:09:000:Infinite Bombs PL2
  22130. punisher:0:FF5BA5:03:000:Infinite Lives PL2
  22131. punisher:0:FF8FB5:F0:000:Invincibility PL2
  22132.  
  22133. ; [ Punisher, The (Japan) ]
  22134. punishrj:0:FF18AB:BF:000:Infinite Time
  22135. punishrj:0:FF5BA4:03:000:Infinite Lives PL1
  22136. punishrj:0:FF8E9F:88:000:Infinite Energy PL1
  22137. punishrj:0:FF5BCA:09:000:Infinite Bombs PL1
  22138. punishrj:0:FF8EB5:F0:000:Invincibility PL1
  22139. punishrj:0:FF8F9F:88:000:Infinite Energy PL2
  22140. punishrj:0:FF5BCB:09:000:Infinite Bombs PL2
  22141. punishrj:0:FF5BA5:03:000:Infinite Lives PL2
  22142. punishrj:0:FF8FB5:F0:000:Invincibility PL2
  22143.  
  22144. ; [ Punisher, The (US) ]
  22145. punishru:0:FF18AB:BF:000:Infinite Time
  22146. punishru:0:FF5BA4:03:000:Infinite Lives PL1
  22147. punishru:0:FF8E9F:88:000:Infinite Energy PL1
  22148. punishru:0:FF5BCA:09:000:Infinite Bombs PL1
  22149. punishru:0:FF8EB5:F0:000:Invincibility PL1
  22150. punishru:0:FF8F9F:88:000:Infinite Energy PL2
  22151. punishru:0:FF5BCB:09:000:Infinite Bombs PL2
  22152. punishru:0:FF5BA5:03:000:Infinite Lives PL2
  22153. punishru:0:FF8FB5:F0:000:Invincibility PL2
  22154.  
  22155. ; [ Punk Shot (4 Players) ]
  22156. punkshot:0:0802B3:3B:000:Infinite Time
  22157. punkshot:0:080005:8E:000:Infinite Energy PL1+PL3
  22158. punkshot:0:080485:0A:000:Score always = 10 PL1
  22159. punkshot:0:080485:00:000:Score always = 0 PL1
  22160. punkshot:0:080485:0A:001:Set score = 10 Now! PL1
  22161. punkshot:0:080485:00:001:Set score = 0 Now! PL1
  22162. punkshot:0:080085:8E:000:Infinite Energy PL2+PL4
  22163. punkshot:0:080487:0A:000:Score always = 10 PL2
  22164. punkshot:0:080487:00:000:Score always = 0 PL2
  22165. punkshot:0:080487:0A:001:Set score = 10 Now! PL2
  22166. punkshot:0:080487:00:001:Set score = 0 Now! PL2
  22167. punkshot:0:080282:FF:002:Sound Test Timer Stop:[PL2 Shot1]Next Code
  22168.  
  22169. ; [ Punk Shot (2 Players) ]
  22170. punksht2:0:0802B3:3B:000:Infinite Time
  22171. punksht2:0:080005:8E:000:Infinite Energy PL1+PL3
  22172. punksht2:0:080485:0A:000:Score always = 10 PL1
  22173. punksht2:0:080485:00:000:Score always = 0 PL1
  22174. punksht2:0:080485:0A:001:Set score = 10 Now! PL1
  22175. punksht2:0:080485:00:001:Set score = 0 Now! PL1
  22176. punksht2:0:080085:8E:000:Infinite Energy PL2+PL4
  22177. punksht2:0:080487:0A:000:Score always = 10 PL2
  22178. punksht2:0:080487:00:000:Score always = 0 PL2
  22179. punksht2:0:080487:0A:001:Set score = 10 Now! PL2
  22180. punksht2:0:080487:00:001:Set score = 0 Now! PL2
  22181. punksht2:0:080282:FF:002:Sound Test Timer Stop:[PL2 Shot1]Next Code
  22182.  
  22183. ; [ Puzzle Club (Japan prototype) ]
  22184. puzlclub:0:2480:63:000:Infinite Time
  22185. puzlclub:0:2004:00:001:Shuffle Again Now!
  22186. puzlclub:0:216C:01:001:Round Clear Now! (1/2)
  22187. puzlclub:0:2004:0A:501:Round Clear Now! (2/2)
  22188.  
  22189. ; [ Puzzle De Pon R ]
  22190. puzzldpr:0:107D23:78:000:Infinite Time (Solo)
  22191. puzzldpr:0:000000:00:999:[Cur. is short for Current  ]
  22192. puzzldpr:0:000000:00:999:['always' means permanent   ]
  22193. puzzldpr:0:000000:00:999:['will be' means temporary  ]
  22194. puzzldpr:0:000000:00:999:[Cheats for one player game ]
  22195. puzzldpr:0:1020FF:02:000:Always have help line (1/2)
  22196. puzzldpr:0:107D41:0A:500:Always have help line (2/2)
  22197. puzzldpr:0:1020FF:02:001:Get the help line Now! (1/2)
  22198. puzzldpr:0:107D41:0A:501:Get the help line Now! (2/2)
  22199. puzzldpr:0:1001E5:25:001:Level 39 when level ends
  22200. puzzldpr:0:000000:00:999:[The star and help bubbles  ]
  22201. puzzldpr:0:000000:00:999:[only work in 1 player games]
  22202. puzzldpr:0:1023B5:01:000:Cur. bubble always blue PL1
  22203. puzzldpr:0:1023B5:02:000:Cur. bubble always red PL1
  22204. puzzldpr:0:1023B5:03:000:Cur. bubble always orange PL1
  22205. puzzldpr:0:1023B5:04:000:Cur. bubble always green PL1
  22206. puzzldpr:0:1023B5:05:000:Cur. bubble always yellow PL1
  22207. puzzldpr:0:1023B5:06:000:Cur. bubble always gray PL1
  22208. puzzldpr:0:1023B5:07:000:Cur. bubble always purple PL1
  22209. puzzldpr:0:1023B5:08:000:Cur. bubble always black PL1
  22210. puzzldpr:0:1023B5:09:000:Cur. bubble always a star PL1
  22211. puzzldpr:0:1023B5:0A:000:Cur. bubble always help PL1
  22212. puzzldpr:0:1023B5:0B:000:Cur. bubble always a bomb PL1
  22213. puzzldpr:0:10212B:01:000:Next bubble always blue PL1
  22214. puzzldpr:0:10212B:02:000:Next bubble always red PL1
  22215. puzzldpr:0:10212B:03:000:Next bubble always orange PL1
  22216. puzzldpr:0:10212B:04:000:Next bubble always green PL1
  22217. puzzldpr:0:10212B:05:000:Next bubble always yellow PL1
  22218. puzzldpr:0:10212B:06:000:Next bubble always gray PL1
  22219. puzzldpr:0:10212B:07:000:Next bubble always purple PL1
  22220. puzzldpr:0:10212B:08:000:Next bubble always black PL1
  22221. puzzldpr:0:10212B:09:000:Next bubble always a star PL1
  22222. puzzldpr:0:10212B:0A:000:Next bubble always help PL1
  22223. puzzldpr:0:10212B:0B:000:Next bubble always a bomb PL1
  22224. puzzldpr:0:1023B5:01:001:Cur. bubble will be blue PL1
  22225. puzzldpr:0:1023B5:02:001:Cur. bubble will be red PL1
  22226. puzzldpr:0:1023B5:03:001:Cur. bubble will be orangePL1
  22227. puzzldpr:0:1023B5:04:001:Cur. bubble will be green PL1
  22228. puzzldpr:0:1023B5:05:001:Cur. bubble will be yellowPL1
  22229. puzzldpr:0:1023B5:06:001:Cur. bubble will be gray PL1
  22230. puzzldpr:0:1023B5:07:001:Cur. bubble will be purplePL1
  22231. puzzldpr:0:1023B5:08:001:Cur. bubble will be black PL1
  22232. puzzldpr:0:1023B5:0B:001:Cur. bubble will be a bombPL1
  22233. puzzldpr:0:10212B:01:001:Next bubble will be blue PL1
  22234. puzzldpr:0:10212B:02:001:Next bubble will be red PL1
  22235. puzzldpr:0:10212B:03:001:Next bubble will be orangePL1
  22236. puzzldpr:0:10212B:04:001:Next bubble will be green PL1
  22237. puzzldpr:0:10212B:05:001:Next bubble will be yellowPL1
  22238. puzzldpr:0:10212B:06:001:Next bubble will be gray PL1
  22239. puzzldpr:0:10212B:07:001:Next bubble will be purplePL1
  22240. puzzldpr:0:10212B:08:001:Next bubble will be black PL1
  22241. puzzldpr:0:10212B:0B:001:Next bubble will be a bombPL1
  22242. puzzldpr:0:104B9D:01:000:Cur. bubble always blue PL2
  22243. puzzldpr:0:104B9D:02:000:Cur. bubble always red PL2
  22244. puzzldpr:0:104B9D:03:000:Cur. bubble always orange PL2
  22245. puzzldpr:0:104B9D:04:000:Cur. bubble always green PL2
  22246. puzzldpr:0:104B9D:05:000:Cur. bubble always yellow PL2
  22247. puzzldpr:0:104B9D:06:000:Cur. bubble always gray PL2
  22248. puzzldpr:0:104B9D:07:000:Cur. bubble always purple PL2
  22249. puzzldpr:0:104B9D:08:000:Cur. bubble always black PL2
  22250. puzzldpr:0:104B9D:0B:000:Cur. bubble always a bomb PL2
  22251. puzzldpr:0:104913:01:000:Next bubble always blue PL2
  22252. puzzldpr:0:104913:02:000:Next bubble always red PL2
  22253. puzzldpr:0:104913:03:000:Next bubble always orange PL2
  22254. puzzldpr:0:104913:04:000:Next bubble always green PL2
  22255. puzzldpr:0:104913:05:000:Next bubble always yellow PL2
  22256. puzzldpr:0:104913:06:000:Next bubble always gray PL2
  22257. puzzldpr:0:104913:07:000:Next bubble always purple PL2
  22258. puzzldpr:0:104913:08:000:Next bubble always black PL2
  22259. puzzldpr:0:104913:0B:000:Next bubble always a bomb PL2
  22260. puzzldpr:0:104B9D:01:001:Cur. bubble will be blue PL2
  22261. puzzldpr:0:104B9D:02:001:Cur. bubble will be red PL2
  22262. puzzldpr:0:104B9D:03:001:Cur. bubble will be orangePL2
  22263. puzzldpr:0:104B9D:04:001:Cur. bubble will be green PL2
  22264. puzzldpr:0:104B9D:05:001:Cur. bubble will be yellowPL2
  22265. puzzldpr:0:104B9D:06:001:Cur. bubble will be gray PL2
  22266. puzzldpr:0:104B9D:07:001:Cur. bubble will be purplePL2
  22267. puzzldpr:0:104B9D:08:001:Cur. bubble will be black PL2
  22268. puzzldpr:0:104B9D:0B:001:Cur. bubble will be a bombPL2
  22269. puzzldpr:0:104913:01:001:Next bubble will be blue PL2
  22270. puzzldpr:0:104913:02:001:Next bubble will be red PL2
  22271. puzzldpr:0:104913:03:001:Next bubble will be orangePL2
  22272. puzzldpr:0:104913:04:001:Next bubble will be green PL2
  22273. puzzldpr:0:104913:05:001:Next bubble will be yellowPL2
  22274. puzzldpr:0:104913:06:001:Next bubble will be gray PL2
  22275. puzzldpr:0:104913:07:001:Next bubble will be purplePL2
  22276. puzzldpr:0:104913:08:001:Next bubble will be black PL2
  22277. puzzldpr:0:104913:0B:001:Next bubble will be a bombPL2
  22278.  
  22279. ; [ Puzzle De Pon ]
  22280. puzzledp:0:107D23:78:000:Infinite Time (Solo)
  22281. puzzledp:0:000000:00:999:[Cur. is short for Current  ]
  22282. puzzledp:0:000000:00:999:['always' means permanent   ]
  22283. puzzledp:0:000000:00:999:['will be' means temporary  ]
  22284. puzzledp:0:000000:00:999:[Cheats for one player game ]
  22285. puzzledp:0:1020FF:02:000:Always have help line (1/2)
  22286. puzzledp:0:107D41:0A:500:Always have help line (2/2)
  22287. puzzledp:0:1020FF:02:001:Get the help line Now! (1/2)
  22288. puzzledp:0:107D41:0A:501:Get the help line Now! (2/2)
  22289. puzzledp:0:1001E5:25:001:Level 39 when level ends
  22290. puzzledp:0:000000:00:999:[The star and help bubbles  ]
  22291. puzzledp:0:000000:00:999:[only work in 1 player games]
  22292. puzzledp:0:1023B5:01:000:Cur. bubble always blue PL1
  22293. puzzledp:0:1023B5:02:000:Cur. bubble always red PL1
  22294. puzzledp:0:1023B5:03:000:Cur. bubble always orange PL1
  22295. puzzledp:0:1023B5:04:000:Cur. bubble always green PL1
  22296. puzzledp:0:1023B5:05:000:Cur. bubble always yellow PL1
  22297. puzzledp:0:1023B5:06:000:Cur. bubble always gray PL1
  22298. puzzledp:0:1023B5:07:000:Cur. bubble always purple PL1
  22299. puzzledp:0:1023B5:08:000:Cur. bubble always black PL1
  22300. puzzledp:0:1023B5:09:000:Cur. bubble always a star PL1
  22301. puzzledp:0:1023B5:0A:000:Cur. bubble always help PL1
  22302. puzzledp:0:1023B5:0B:000:Cur. bubble always a bomb PL1
  22303. puzzledp:0:10212B:01:000:Next bubble always blue PL1
  22304. puzzledp:0:10212B:02:000:Next bubble always red PL1
  22305. puzzledp:0:10212B:03:000:Next bubble always orange PL1
  22306. puzzledp:0:10212B:04:000:Next bubble always green PL1
  22307. puzzledp:0:10212B:05:000:Next bubble always yellow PL1
  22308. puzzledp:0:10212B:06:000:Next bubble always gray PL1
  22309. puzzledp:0:10212B:07:000:Next bubble always purple PL1
  22310. puzzledp:0:10212B:08:000:Next bubble always black PL1
  22311. puzzledp:0:10212B:09:000:Next bubble always a star PL1
  22312. puzzledp:0:10212B:0A:000:Next bubble always help PL1
  22313. puzzledp:0:10212B:0B:000:Next bubble always a bomb PL1
  22314. puzzledp:0:1023B5:01:001:Cur. bubble will be blue PL1
  22315. puzzledp:0:1023B5:02:001:Cur. bubble will be red PL1
  22316. puzzledp:0:1023B5:03:001:Cur. bubble will be orangePL1
  22317. puzzledp:0:1023B5:04:001:Cur. bubble will be green PL1
  22318. puzzledp:0:1023B5:05:001:Cur. bubble will be yellowPL1
  22319. puzzledp:0:1023B5:06:001:Cur. bubble will be gray PL1
  22320. puzzledp:0:1023B5:07:001:Cur. bubble will be purplePL1
  22321. puzzledp:0:1023B5:08:001:Cur. bubble will be black PL1
  22322. puzzledp:0:1023B5:0B:001:Cur. bubble will be a bombPL1
  22323. puzzledp:0:10212B:01:001:Next bubble will be blue PL1
  22324. puzzledp:0:10212B:02:001:Next bubble will be red PL1
  22325. puzzledp:0:10212B:03:001:Next bubble will be orangePL1
  22326. puzzledp:0:10212B:04:001:Next bubble will be green PL1
  22327. puzzledp:0:10212B:05:001:Next bubble will be yellowPL1
  22328. puzzledp:0:10212B:06:001:Next bubble will be gray PL1
  22329. puzzledp:0:10212B:07:001:Next bubble will be purplePL1
  22330. puzzledp:0:10212B:08:001:Next bubble will be black PL1
  22331. puzzledp:0:10212B:0B:001:Next bubble will be a bombPL1
  22332. puzzledp:0:104B9D:01:000:Cur. bubble always blue PL2
  22333. puzzledp:0:104B9D:02:000:Cur. bubble always red PL2
  22334. puzzledp:0:104B9D:03:000:Cur. bubble always orange PL2
  22335. puzzledp:0:104B9D:04:000:Cur. bubble always green PL2
  22336. puzzledp:0:104B9D:05:000:Cur. bubble always yellow PL2
  22337. puzzledp:0:104B9D:06:000:Cur. bubble always gray PL2
  22338. puzzledp:0:104B9D:07:000:Cur. bubble always purple PL2
  22339. puzzledp:0:104B9D:08:000:Cur. bubble always black PL2
  22340. puzzledp:0:104B9D:0B:000:Cur. bubble always a bomb PL2
  22341. puzzledp:0:104913:01:000:Next bubble always blue PL2
  22342. puzzledp:0:104913:02:000:Next bubble always red PL2
  22343. puzzledp:0:104913:03:000:Next bubble always orange PL2
  22344. puzzledp:0:104913:04:000:Next bubble always green PL2
  22345. puzzledp:0:104913:05:000:Next bubble always yellow PL2
  22346. puzzledp:0:104913:06:000:Next bubble always gray PL2
  22347. puzzledp:0:104913:07:000:Next bubble always purple PL2
  22348. puzzledp:0:104913:08:000:Next bubble always black PL2
  22349. puzzledp:0:104913:0B:000:Next bubble always a bomb PL2
  22350. puzzledp:0:104B9D:01:001:Cur. bubble will be blue PL2
  22351. puzzledp:0:104B9D:02:001:Cur. bubble will be red PL2
  22352. puzzledp:0:104B9D:03:001:Cur. bubble will be orangePL2
  22353. puzzledp:0:104B9D:04:001:Cur. bubble will be green PL2
  22354. puzzledp:0:104B9D:05:001:Cur. bubble will be yellowPL2
  22355. puzzledp:0:104B9D:06:001:Cur. bubble will be gray PL2
  22356. puzzledp:0:104B9D:07:001:Cur. bubble will be purplePL2
  22357. puzzledp:0:104B9D:08:001:Cur. bubble will be black PL2
  22358. puzzledp:0:104B9D:0B:001:Cur. bubble will be a bombPL2
  22359. puzzledp:0:104913:01:001:Next bubble will be blue PL2
  22360. puzzledp:0:104913:02:001:Next bubble will be red PL2
  22361. puzzledp:0:104913:03:001:Next bubble will be orangePL2
  22362. puzzledp:0:104913:04:001:Next bubble will be green PL2
  22363. puzzledp:0:104913:05:001:Next bubble will be yellowPL2
  22364. puzzledp:0:104913:06:001:Next bubble will be gray PL2
  22365. puzzledp:0:104913:07:001:Next bubble will be purplePL2
  22366. puzzledp:0:104913:08:001:Next bubble will be black PL2
  22367. puzzledp:0:104913:0B:001:Next bubble will be a bombPL2
  22368.  
  22369. ; [ Puzznic (Japan) ]
  22370. puzznic:0:811C:03:007:Infinite Time PL1 (1/2)
  22371. puzznic:0:811D:00:507:Infinite Time PL1 (2/2)
  22372. puzznic:0:8132:09:000:Infinite Retries PL1
  22373. puzznic:0:810A:00:001:Finish this stage Now! PL1
  22374. puzznic:0:819C:03:007:Infinite Time PL2 (1/2)
  22375. puzznic:0:819D:00:507:Infinite Time PL2 (2/2)
  22376. puzznic:0:81B2:09:000:Infinite Retries PL2
  22377. puzznic:0:818A:00:001:Finish this stage Now! PL2
  22378. puzznic:0:0000:00:999:[                           ]
  22379. puzznic:0:0000:00:999:[All the remaining codes are]
  22380. puzznic:0:0000:00:999:[to do with the pictures and]
  22381. puzznic:0:0000:00:999:[not the gameplay!          ]
  22382. puzznic:0:0000:00:999:[                           ]
  22383. puzznic:0:0000:00:999:[Slide Show Mode requires   ]
  22384. puzznic:0:0000:00:999:[Infinite Time enabled for  ]
  22385. puzznic:0:0000:00:999:[best effect!!              ]
  22386. puzznic:0:810A:00:000:Slide Show Mode PL1
  22387. puzznic:0:818A:00:000:Slide Show Mode PL2
  22388. puzznic:0:0000:00:999:[ (x) is picture number for ]
  22389. puzznic:0:0000:00:999:["select girl picture" codes]
  22390. puzznic:0:0000:00:999:[Use codes after the bonus  ]
  22391. puzznic:0:0000:00:999:[award at the end of a level]
  22392. puzznic:0:0000:00:999:[                           ]
  22393. puzznic:0:0000:00:999:[   Codes - 1 player game   ]
  22394. puzznic:0:0000:00:999:[                           ]
  22395. puzznic:0:8A08:FF:001:Reset girl picture PL1
  22396. puzznic:0:8A06:00:001:Girl picture - Tina   (0) PL1
  22397. puzznic:0:8A06:01:001:Girl picture - Judy   (1) PL1
  22398. puzznic:0:8A06:02:001:Girl picture - Karen  (2) PL1
  22399. puzznic:0:8A06:03:001:Girl picture - Patty  (3) PL1
  22400. puzznic:0:8A06:04:001:Girl picture - Candy  (4) PL1
  22401. puzznic:0:8A06:05:001:Girl picture - Alicia (5) PL1
  22402. puzznic:0:8A06:06:001:Girl picture - Tracie (6) PL1
  22403. puzznic:0:8A06:07:001:Girl picture - Lisa   (7) PL1
  22404. puzznic:0:8A06:08:001:Girl picture - Brenda (8) PL1
  22405. puzznic:0:8A06:09:001:Girl picture - Meg    (9) PL1
  22406. puzznic:0:8A06:09:070:Select current girl pic. PL1:"Complete" a girl before !
  22407. puzznic:0:8A06:09:060:Select next girl picture PL1
  22408. puzznic:0:0000:00:999:[                           ]
  22409. puzznic:0:0000:00:999:[   Codes - 2 player game   ]
  22410. puzznic:0:0000:00:999:[                           ]
  22411. puzznic:0:0000:00:999:[Use PL1 when PL2 is playing]
  22412. puzznic:0:0000:00:999:[Use PL2 when PL1 is playing]
  22413. puzznic:0:0000:00:999:[                           ]
  22414. puzznic:0:8A88:FF:001:Reset girl picture PL1
  22415. puzznic:0:8A86:00:001:Girl picture - Tina   (0) PL1
  22416. puzznic:0:8A86:01:001:Girl picture - Judy   (1) PL1
  22417. puzznic:0:8A86:02:001:Girl picture - Karen  (2) PL1
  22418. puzznic:0:8A86:03:001:Girl picture - Patty  (3) PL1
  22419. puzznic:0:8A86:04:001:Girl picture - Candy  (4) PL1
  22420. puzznic:0:8A86:05:001:Girl picture - Alicia (5) PL1
  22421. puzznic:0:8A86:06:001:Girl picture - Tracie (6) PL1
  22422. puzznic:0:8A86:07:001:Girl picture - Lisa   (7) PL1
  22423. puzznic:0:8A86:08:001:Girl picture - Brenda (8) PL1
  22424. puzznic:0:8A86:09:001:Girl picture - Meg    (9) PL1
  22425. puzznic:0:8A86:09:070:Select current girl pic. PL1
  22426. puzznic:0:8A86:09:060:Select next girl picture PL1
  22427. puzznic:0:0000:00:999:[                           ]
  22428. puzznic:0:8B08:FF:001:Reset girl picture PL2
  22429. puzznic:0:8B06:00:001:Girl picture - Tina   (0) PL2
  22430. puzznic:0:8B06:01:001:Girl picture - Judy   (1) PL2
  22431. puzznic:0:8B06:02:001:Girl picture - Karen  (2) PL2
  22432. puzznic:0:8B06:03:001:Girl picture - Patty  (3) PL2
  22433. puzznic:0:8B06:04:001:Girl picture - Candy  (4) PL2
  22434. puzznic:0:8B06:05:001:Girl picture - Alicia (5) PL2
  22435. puzznic:0:8B06:06:001:Girl picture - Tracie (6) PL2
  22436. puzznic:0:8B06:07:001:Girl picture - Lisa   (7) PL2
  22437. puzznic:0:8B06:08:001:Girl picture - Brenda (8) PL2
  22438. puzznic:0:8B06:09:001:Girl picture - Meg    (9) PL2
  22439. puzznic:0:8B06:09:070:Select current girl pic. PL2
  22440. puzznic:0:8B06:09:060:Select next girl picture PL2
  22441.  
  22442. ; [ Pyros (US) ]
  22443. pyros:0:72BC:59:002:Infinite Time
  22444. pyros:0:71B9:0A:000:Infinite Lives
  22445. pyros:0:71BC:01:020:Always have the Magic Mantle
  22446. pyros:0:71BC:02:020:Always have the Mystery Clock
  22447. pyros:0:71BC:04:020:Always have the Fairy
  22448. pyros:0:71BC:08:020:Always have the Silver Key
  22449. pyros:0:71BC:10:020:Always have the Gold Key
  22450. pyros:0:71BC:40:020:Always have the Needle & Darn
  22451. pyros:0:71BC:5F:020:Always have All above items
  22452. pyros:0:71BA:70:000:Always have max ammo
  22453. pyros:0:71BB:00:000:Always have weapon 0
  22454. pyros:0:71BB:01:000:Always have weapon 1
  22455. pyros:0:71BB:02:000:Always have weapon 2
  22456. pyros:0:71BB:03:000:Always have weapon 3
  22457. pyros:0:0000:00:999:[It is best not to use these]
  22458. pyros:0:0000:00:999:[Get and lose cheats with   ]
  22459. pyros:0:0000:00:999:[the Always have type cheats]
  22460. pyros:0:71BC:01:021:Get the Magic Mantle Now!
  22461. pyros:0:71BC:02:021:Get the Mystery Clock Now!
  22462. pyros:0:71BC:08:021:Get the Silver Key Now!
  22463. pyros:0:71BC:10:021:Get the Gold Key Now!
  22464. pyros:0:71BC:40:021:Get the Needle & Darn Now!
  22465. pyros:0:71BC:5F:021:Get All items Now!
  22466. pyros:0:71BC:01:041:Lose the Magic Mantle Now!
  22467. pyros:0:71BC:02:041:Lose the Mystery Clock Now!
  22468. pyros:0:71BC:08:041:Lose the Silver Key Now!
  22469. pyros:0:71BC:10:041:Lose the Gold Key Now!
  22470. pyros:0:71BC:40:041:Lose the Needle & Darn Now!
  22471. pyros:0:71BC:5F:041:Lose All items Now!
  22472. pyros:0:71BA:6F:001:Get max ammo Now !
  22473. pyros:0:71BB:00:001:Get weapon 0 Now !
  22474. pyros:0:71BB:01:001:Get weapon 1 Now !
  22475. pyros:0:71BB:02:001:Get weapon 2 Now !
  22476. pyros:0:71BB:03:001:Get weapon 3 Now !
  22477. pyros:0:71BE:99:000:Gold always = 99990 (1/2)
  22478. pyros:0:71BF:99:500:Gold always = 99990 (2/2)
  22479. pyros:0:71BE:99:001:Gold  = 99990 Now! (1/2)
  22480. pyros:0:71BF:99:501:Gold  = 99990 Now! (2/2)
  22481.  
  22482. ; [ Quiz & Dragons (US) ]
  22483. qad:0:FFE477:05:000:Infinite Vitality PL1
  22484. qad:0:FFE479:05:000:Infinite Vitality PL2
  22485. qad:0:000000:00:999:[Watch out for these values ]
  22486. qad:0:000000:00:999:[   00=1, 01=2, 02=3, 03=4  ]
  22487. qad:0:FFE004:00:998:Watch me for good answer
  22488. qad:0:FFE965:01:001:Good answer ends quiz Now!
  22489. qad:0:FFE026:0A:001:End quiz to end level 1:Woods of legend
  22490. qad:0:FFE026:12:001:End quiz to end level 2-1:Beast of mountain
  22491. qad:0:FFE026:20:001:End quiz to end level 2-2:Flat field
  22492. qad:0:FFE026:2A:001:End quiz to end level 3:Chateau of Avalon
  22493. qad:0:FFE026:13:001:End quiz to end level 4:Fairy lake
  22494. qad:0:FFE026:1A:001:End quiz to end level 5-1:Destroyed town
  22495. qad:0:FFE026:13:001:End quiz to end level 5-2:Midnight forrest
  22496. qad:0:FFE026:2A:001:End quiz to end level 6:Dungeon
  22497. qad:0:FFE026:22:001:End quiz to end level 7:Gordian's palace
  22498. qad:0:FFE967:01:001:Get the shortcut     Now!
  22499. qad:0:FFE967:02:001:Get the magic scroll Now!
  22500. qad:0:FFE967:03:001:Get the magic staff  Now!
  22501. qad:0:FFE967:04:001:Get the magic sword  Now!
  22502. qad:0:FF7FC1:00:001:Quiz cat. - Art
  22503. qad:0:FF7FC1:01:001:Quiz cat. - Books
  22504. qad:0:FF7FC1:02:001:Quiz cat. - Entertainment
  22505. qad:0:FF7FC1:03:001:Quiz cat. - Food & drink
  22506. qad:0:FF7FC1:04:001:Quiz cat. - Geography
  22507. qad:0:FF7FC1:05:001:Quiz cat. - Health
  22508. qad:0:FF7FC1:06:001:Quiz cat. - History
  22509. qad:0:FF7FC1:07:001:Quiz cat. - Pot pourri
  22510. qad:0:FF7FC1:08:001:Quiz cat. - Movies
  22511. qad:0:FF7FC1:09:001:Quiz cat. - Music
  22512. qad:0:FF7FC1:0A:001:Quiz cat. - Mythology
  22513. qad:0:FF7FC1:0B:001:Quiz cat. - Science
  22514. qad:0:FF7FC1:0C:001:Quiz cat. - Sports
  22515. qad:0:FF7FC1:0D:001:Quiz cat. - Television
  22516. qad:0:FF7FC1:FF:001:Quiz cat. - Miscellaneous
  22517.  
  22518. ; [ Quiz & Dragons (Japan) ]
  22519. qadj:0:FF81A7:05:000:Infinite Vitality PL1
  22520. qadj:0:FF82A7:05:000:Infinite Vitality PL2
  22521. qadj:0:000000:00:999:[Watch out for these values ]
  22522. qadj:0:000000:00:999:[   10=1, 20=2, 40=3, 80=4  ]
  22523. qadj:0:FFB698:00:998:Watch me for good answer
  22524. qadj:0:FF8C0D:01:001:Good answer ends quiz Now!
  22525. qadj:0:FF8CCE:01:000:Always make 1 step
  22526. qadj:0:FF8CCE:02:000:Always make 2 steps
  22527. qadj:0:FF8CCE:03:000:Always make 3 steps
  22528. qadj:0:FF8CCE:04:000:Always make 4 steps
  22529. qadj:0:FF8CCE:05:000:Always make 5 steps
  22530. qadj:0:FF8CCE:06:000:Always make 6 steps
  22531. qadj:0:FF8CCE:32:000:Always make 50 steps
  22532.  
  22533. ; [ Q*bert (US) ]
  22534. qbert:0:00D00:03:000:Infinite Lives
  22535. qbert:0:0008A:E1:000:Green ball freeze endless
  22536. qbert:0:00085:80:000:No Enemies
  22537.  
  22538. ; [ Q*bert (Japan) ]
  22539. qbertjp:0:01000:04:000:Infinite Lives 
  22540.  
  22541. ; [ Q*bert's Qubes ]
  22542. qbertqub:0:00819:04:000:Infinite Lives
  22543. qbertqub:0:00799:01:000:Invincibility
  22544. qbertqub:0:0079A:80:000:All enemies frozen (1/1)
  22545. qbertqub:0:00799:01:500:All enemies frozen (2/2)
  22546.  
  22547. ; [ Qix (set 1) ]
  22548. qix:0:8319:01:000:Infinite Lives
  22549. qix:0:836E:26:000:Stop Skill Timer
  22550. qix:0:8541:50:000:No Sparx Timer
  22551.  
  22552. ; [ Qix II (Tournament) ]
  22553. qix2:0:8306:02:000:Infinite Lives
  22554. qix2:0:836E:26:000:Stop Skill Timer
  22555.  
  22556. ; [ Qix (set 2) ]
  22557. qixa:0:8319:01:000:Infinite Lives
  22558. qixa:0:836E:26:000:Stop Skill Timer
  22559. qixa:0:8541:50:000:No Sparx Timer
  22560.  
  22561. ; [ Qix (set 3) ]
  22562. qixb:0:8319:01:000:Infinite Lives
  22563. qixb:0:836E:26:000:Stop Skill Timer
  22564. qixb:0:8541:50:000:No Sparx Timer
  22565.  
  22566. ; [ Quiz Sangokushi (Japan) ]
  22567. qsangoku:0:E8C3:05:000:Infinite Lives PL1
  22568. qsangoku:0:E8F3:05:000:Infinite Lives PL2
  22569. qsangoku:0:0000:00:999:[Watch out for these values ]
  22570. qsangoku:0:0000:00:999:[   00=1, 01=2, 02=3, 03=4  ]
  22571. qsangoku:0:E920:00:998:Watch me for good answer
  22572. qsangoku:0:E943:01:001:Good answer ends quiz Now!
  22573.  
  22574. ; [ Quiz Tonosama no Yabou (Japan) ]
  22575. qtono1:0:E631:03:000:Infinite Lives PL1
  22576. qtono1:0:E632:03:000:Infinite Lives PL2
  22577. qtono1:0:0000:00:999:[Watch out for these values ]
  22578. qtono1:0:0000:00:999:[   00=1, 01=2, 02=3, 03=4  ]
  22579. qtono1:0:E7DA:03:998:Watch me for good answer
  22580. qtono1:0:E652:01:001:Good ANS ends quiz Now! (1/2)
  22581. qtono1:0:E7DB:00:501:Good ANS ends quiz Now! (2/2)
  22582.  
  22583. ; [ Quiz Tonosama no Yabou 2 Zenkoku-ban (Japan) ]
  22584. qtono2:0:FF81A5:05:000:Infinite Lives PL1
  22585. qtono2:0:FF82A5:05:000:Infinite Lives PL2
  22586. qtono2:0:000000:00:999:[Watch out for these values ]
  22587. qtono2:0:000000:00:999:[   10=1, 20=2, 30=3, 40=4  ]
  22588. qtono2:0:FFB653:00:998:Watch me for good answer
  22589. qtono2:0:FFB825:01:001:Good answer ends quiz Now!
  22590.  
  22591. ; [ Quantum (rev 2) ]
  22592. quantum:0:01BE3B:0A:000:Infinite Lives PL1
  22593. quantum:0:01BE5B:0A:000:Infinite Lives PL2
  22594.  
  22595. ; [ Quantum (rev 1) ]
  22596. quantum1:0:01BE3B:0A:000:Infinite Lives PL1
  22597. quantum1:0:01BE5B:0A:000:Infinite Lives PL2
  22598.  
  22599. ; [ Quantum (prototype) ]
  22600. quantump:0:01BE3B:0A:000:Infinite Lives PL1
  22601. quantump:0:01BE5B:0A:000:Infinite Lives PL2
  22602.  
  22603. ;[ Quartet ]
  22604. quartet:0:000000:00:999:[     PL1 is Blue (Lee)     ]
  22605. quartet:0:000000:00:999:[     PL2 is Yellow (Joe)   ]
  22606. quartet:0:000000:00:999:[     PL3 is Red (Mary)     ]
  22607. quartet:0:000000:00:999:[     PL4 is Green (Edgar)  ]
  22608. quartet:0:FFC810:09:000:Infinite Energy PL1 (1/2)
  22609. quartet:0:FFC811:00:500:Infinite Energy PL1 (2/2)
  22610. quartet:0:FFD02B:77:000:Invincibility PL1 (1/2)
  22611. quartet:0:FFD028:08:520:Invincibility PL1 (2/2)
  22612. quartet:0:FFC812:09:000:Infinite Energy PL2 (1/2)
  22613. quartet:0:FFC813:00:500:Infinite Energy PL2 (2/2)
  22614. quartet:0:FFD07B:77:000:Invincibility PL2 (1/2)
  22615. quartet:0:FFD078:08:520:Invincibility PL2 (2/2)
  22616. quartet:0:FFC814:09:000:Infinite Energy PL3 (1/2)
  22617. quartet:0:FFC815:00:500:Infinite Energy PL3 (2/2)
  22618. quartet:0:FFD0CB:77:000:Invincibility PL3 (1/2)
  22619. quartet:0:FFD0C8:08:520:Invincibility PL3 (2/2)
  22620. quartet:0:FFC816:09:000:Infinite Energy PL4 (1/2)
  22621. quartet:0:FFC817:00:500:Infinite Energy PL4 (2/2)
  22622. quartet:0:FFD11B:77:000:Invincibility PL4 (1/2)
  22623. quartet:0:FFD118:08:520:Invincibility PL4 (2/2)
  22624.  
  22625. ; [ Quartet II ]
  22626. quartet2:0:000000:00:999:[     PL1 is Blue (Lee)     ]
  22627. quartet2:0:000000:00:999:[     PL2 is Yellow (Joe)   ]
  22628. quartet2:0:000000:00:999:[     PL3 is Red (Mary)     ]
  22629. quartet2:0:000000:00:999:[     PL4 is Green (Edgar)  ]
  22630. quartet2:0:FFC810:09:000:Infinite Energy PL1 (1/2)
  22631. quartet2:0:FFC811:00:500:Infinite Energy PL1 (2/2)
  22632. quartet2:0:FFD02B:77:000:Invincibility PL1 (1/2)
  22633. quartet2:0:FFD028:08:520:Invincibility PL1 (2/2)
  22634. quartet2:0:FFC812:09:000:Infinite Energy PL2 (1/2)
  22635. quartet2:0:FFC813:00:500:Infinite Energy PL2 (2/2)
  22636. quartet2:0:FFD07B:77:000:Invincibility PL2 (1/2)
  22637. quartet2:0:FFD078:08:520:Invincibility PL2 (2/2)
  22638. quartet2:0:FFC814:09:000:Infinite Energy PL3 (1/2)
  22639. quartet2:0:FFC815:00:500:Infinite Energy PL3 (2/2)
  22640. quartet2:0:FFD0CB:77:000:Invincibility PL3 (1/2)
  22641. quartet2:0:FFD0C8:08:520:Invincibility PL3 (2/2)
  22642. quartet2:0:FFC816:09:000:Infinite Energy PL4 (1/2)
  22643. quartet2:0:FFC817:00:500:Infinite Energy PL4 (2/2)
  22644. quartet2:0:FFD11B:77:000:Invincibility PL4 (1/2)
  22645. quartet2:0:FFD118:08:520:Invincibility PL4 (2/2)
  22646.  
  22647. ; [ Quartet (Japan) ]
  22648. quartetj:0:000000:00:999:[     PL1 is Blue (Lee)     ]
  22649. quartetj:0:000000:00:999:[     PL2 is Yellow (Joe)   ]
  22650. quartetj:0:000000:00:999:[     PL3 is Red (Mary)     ]
  22651. quartetj:0:000000:00:999:[     PL4 is Green (Edgar)  ]
  22652. quartetj:0:FFC810:09:000:Infinite Energy PL1 (1/2)
  22653. quartetj:0:FFC811:00:500:Infinite Energy PL1 (2/2)
  22654. quartetj:0:FFD02B:77:000:Invincibility PL1 (1/2)
  22655. quartetj:0:FFD028:08:520:Invincibility PL1 (2/2)
  22656. quartetj:0:FFC812:09:000:Infinite Energy PL2 (1/2)
  22657. quartetj:0:FFC813:00:500:Infinite Energy PL2 (2/2)
  22658. quartetj:0:FFD07B:77:000:Invincibility PL2 (1/2)
  22659. quartetj:0:FFD078:08:520:Invincibility PL2 (2/2)
  22660. quartetj:0:FFC814:09:000:Infinite Energy PL3 (1/2)
  22661. quartetj:0:FFC815:00:500:Infinite Energy PL3 (2/2)
  22662. quartetj:0:FFD0CB:77:000:Invincibility PL3 (1/2)
  22663. quartetj:0:FFD0C8:08:520:Invincibility PL3 (2/2)
  22664. quartetj:0:FFC816:09:000:Infinite Energy PL4 (1/2)
  22665. quartetj:0:FFC817:00:500:Infinite Energy PL4 (2/2)
  22666. quartetj:0:FFD11B:77:000:Invincibility PL4 (1/2)
  22667. quartetj:0:FFD118:08:520:Invincibility PL4 (2/2)
  22668.  
  22669. ; [ Quarth (Japan) ]
  22670. quarth:0:40A0:02:000:Infinite Lives PL1
  22671. quarth:0:40B0:02:000:Infinite Lives PL2
  22672. quarth:0:4007:00:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
  22673.  
  22674. ; [ Quester (Japan) ]
  22675. quester:0:011A:0F:000:Infinite Lives
  22676. quester:0:2019:20:000:Always have Giant Paddle
  22677. quester:0:2019:20:000:Get Giant Paddle Now!
  22678. quester:0:011C:00:001:Finish this Level Now!
  22679. quester:0:0000:00:999:[The bounce line is the line]
  22680. quester:0:0000:00:999:[across the bottom when you ]
  22681. quester:0:0000:00:999:[catch the L it bounces the ]
  22682. quester:0:0000:00:999:[ball back up when hit      ]
  22683. quester:0:0000:00:999:[instead of the ball going  ]
  22684. quester:0:0000:00:999:[out of play!               ]
  22685. quester:0:6008:01:001:Get Bounce Line Now! (01/13)
  22686. quester:0:6010:01:501:Get Bounce Line Now! (02/13)
  22687. quester:0:6018:01:501:Get Bounce Line Now! (03/13)
  22688. quester:0:6020:01:501:Get Bounce Line Now! (04/13)
  22689. quester:0:6028:01:501:Get Bounce Line Now! (05/13)
  22690. quester:0:6030:01:501:Get Bounce Line Now! (06/13)
  22691. quester:0:6038:01:501:Get Bounce Line Now! (07/13)
  22692. quester:0:6040:01:501:Get Bounce Line Now! (08/13)
  22693. quester:0:6048:01:501:Get Bounce Line Now! (09/13)
  22694. quester:0:6050:01:501:Get Bounce Line Now! (10/13)
  22695. quester:0:6058:01:501:Get Bounce Line Now! (11/13)
  22696. quester:0:6060:01:501:Get Bounce Line Now! (12/13)
  22697. quester:0:6068:01:501:Get Bounce Line Now! (13/13)
  22698. quester:0:0000:00:999:[This cheat makes the bounce]
  22699. quester:0:0000:00:999:[line not count off blocks  ]
  22700. quester:0:0000:00:999:[when it is hit. Oherwise   ]
  22701. quester:0:0000:00:999:[when the ball hits the line]
  22702. quester:0:0000:00:999:[it will look like a block  ]
  22703. quester:0:0000:00:999:[got hit and then reduces   ]
  22704. quester:0:0000:00:999:[the number of blocks       ]
  22705. quester:0:0000:00:999:[remaining by 1 even though ]
  22706. quester:0:0000:00:999:[you didn't hit a block.    ]
  22707. quester:0:0000:00:999:[THIS CHEAT IS TEMPORARY TOO]
  22708. quester:0:0000:00:999:[YOU NEED TO ENABLE IT EACH ]
  22709. quester:0:0000:00:999:[TIME YOU NEED TO.          ]
  22710. quester:0:6009:67:001:Bounce Line dont count(01/13)
  22711. quester:0:6011:67:501:Bounce Line dont count(02/13)
  22712. quester:0:6019:67:501:Bounce Line dont count(03/13)
  22713. quester:0:6021:67:501:Bounce Line dont count(04/13)
  22714. quester:0:6029:67:501:Bounce Line dont count(05/13)
  22715. quester:0:6031:67:501:Bounce Line dont count(06/13)
  22716. quester:0:6039:67:501:Bounce Line dont count(07/13)
  22717. quester:0:6041:67:501:Bounce Line dont count(08/13)
  22718. quester:0:6049:67:501:Bounce Line dont count(09/13)
  22719. quester:0:6051:67:501:Bounce Line dont count(10/13)
  22720. quester:0:6059:67:501:Bounce Line dont count(11/13)
  22721. quester:0:6061:67:501:Bounce Line dont count(12/13)
  22722. quester:0:6069:67:501:Bounce Line dont count(13/13)
  22723.  
  22724. ; [ Quiz Meintantei Neo Geo - Quiz Daisousa Sen Part 2 ]
  22725. quizdai2:0:101AC4:05:000:Infinite Life PL1
  22726. quizdai2:0:101FC4:05:000:Infinite Life PL2
  22727. quizdai2:0:100956:ff:000:Infinite Gold (1/2)
  22728. quizdai2:0:100957:ff:500:Infinite Gold (2/2)
  22729. quizdai2:0:100990:01:000:Always choose from 3 answers
  22730. quizdai2:0:100990:02:000:Always choose from 2 answers
  22731. quizdai2:0:100990:03:000:Always choose from 1 answer
  22732. quizdai2:0:101A2B:00:000:Rapidshot Quiz gauge 
  22733. quizdai2:0:10097B:01:000:Always normal points =  1
  22734. quizdai2:0:10097B:03:000:Always normal points =  3
  22735. quizdai2:0:10097B:05:000:Always normal points =  5
  22736. quizdai2:0:000000:00:999:[Watch out for these values ]
  22737. quizdai2:0:000000:00:999:[   00=A, 01=B, 02=C, 03=D  ]
  22738. quizdai2:0:100977:00:998:Watch me for good answer
  22739.  
  22740. ; [ Quiz Daisousa Sen - The Last Count Down ]
  22741. quizdais:0:1022B3:04:000:Infinite Life PL1
  22742. quizdais:0:1023B3:04:000:Infinite Life PL2
  22743. quizdais:0:105A72:03:000:Always choose from 3 answers
  22744. quizdais:0:105A72:02:000:Always choose from 2 answers 
  22745. quizdais:0:000000:00:999:[Watch out for these values ]
  22746. quizdais:0:000000:00:999:[   00=A, 01=B, 02=C, 03=D  ]
  22747. quizdais:0:105A8E:00:998:Watch me for good answer
  22748.  
  22749. ; [ Quiz King of Fighters ]
  22750. quizkof:0:000000:00:999:[Watch out for these values ]
  22751. quizkof:0:000000:00:999:[   00=A, 01=B, 02=C, 03=D  ]
  22752. quizkof:0:10446B:00:998:Watch me for good answer
  22753. quizkof:0:10150A:05:000:Infinite Lives PL1
  22754. quizkof:0:10158A:05:000:Infinite Lives PL2
  22755. quizkof:0:1085F5:59:000:Infinite Bonus Time
  22756.  
  22757. ; [ Qwak (prototype) ]
  22758. qwakprot:0:0000:00:999:[Note,the ducks will die and]
  22759. qwakprot:0:0000:00:999:[come back on next screen   ]
  22760. qwakprot:0:0000:00:999:[just get one duck across!  ]
  22761. qwakprot:0:005F:05:000:Infinite Little Ducks
  22762.  
  22763. ; [ Radar Scope ]
  22764. radarscp:0:621D:05:000:Infinite Lives
  22765. radarscp:0:60AD:00:000:Infinite Damage
  22766.  
  22767. ; [ Radical Radial ]
  22768. radrad:0:7820:05:000:Infinite Lives PL1
  22769. radrad:0:7865:05:000:Infinite Lives PL2
  22770. radrad:0:78BB:99:000:Infinite bonus time
  22771.  
  22772. ; [ Operation Ragnagard / Shin-Oh-Ken ]
  22773. ragnagrd:0:000000:00:999:[Use this cheat ONLY during ]
  22774. ragnagrd:0:000000:00:999:[a round - it's the MAIN    ]
  22775. ragnagrd:0:000000:00:999:[timer, and it blocks MANY  ]
  22776. ragnagrd:0:000000:00:999:[game events !              ]
  22777. ragnagrd:0:100227:2B:000:Infinite Time
  22778. ragnagrd:0:000000:00:999:[   Free player selection   ]
  22779. ragnagrd:0:000000:00:999:[  Use at selection screen  ]
  22780. ragnagrd:0:108D4C:08:001:Play with Behemoth PL1
  22781. ragnagrd:0:108D4C:09:001:Play with Eelis PL1
  22782. ragnagrd:0:108D4C:0A:001:Play with Lucifer PL1
  22783. ragnagrd:0:108D4C:0B:001:Play with Gilfer PL1
  22784. ragnagrd:0:108D4D:08:001:Play with Behemoth PL2
  22785. ragnagrd:0:108D4D:09:001:Play with Eelis PL2
  22786. ragnagrd:0:108D4D:0A:001:Play with Lucifer PL2
  22787. ragnagrd:0:108D4D:0B:001:Play with Gilfer PL2
  22788.  
  22789. ; [ Raiden ]
  22790. raiden:0:00BD5:0A:000:Infinite Lives PL1
  22791. raiden:0:00BE3:06:000:Infinite Bombs PL1
  22792. raiden:0:01215:0B:000:Invincibility PL1
  22793. raiden:0:00BDB:08:000:Always Max Normal weapon PL1
  22794. raiden:0:00BDD:08:000:Always Max Laser weapon PL1
  22795. raiden:0:00BDF:04:000:Always Max Rocket weapon PL1
  22796. raiden:0:00BE1:04:000:Always Max Missile weapon PL1
  22797. raiden:0:00BDB:08:001:Get Max Normal weapon Now!PL1
  22798. raiden:0:00BDD:08:001:Get Max Laser weapon Now! PL1
  22799. raiden:0:00BDF:04:001:Get Max Rocket weapon Now!PL1
  22800. raiden:0:00BE1:04:001:Get Max Missile weaponNow!PL1
  22801. raiden:0:00BFB:0A:000:Infinite Lives PL2
  22802. raiden:0:00C09:06:000:Infinite Bombs PL2
  22803. raiden:0:01285:0C:000:Invincibility PL2
  22804. raiden:0:00C01:08:000:Always Max Normal weapon PL2
  22805. raiden:0:00C03:08:000:Always Max Laser weapon PL2
  22806. raiden:0:00C05:04:000:Always Max Rocket weapon PL2
  22807. raiden:0:00C07:04:000:Always Max Missile weapon PL2
  22808. raiden:0:00C01:08:001:Get Max Normal weapon Now!PL2
  22809. raiden:0:00C03:08:001:Get Max Laser weapon Now! PL2
  22810. raiden:0:00C05:04:001:Get Max Rocket weapon Now!PL2
  22811. raiden:0:00C07:04:001:Get Max Missile weaponNow!PL2
  22812.  
  22813. ; [ Raiden (Alternate Hardware) ]
  22814. raidena:0:00B85:0A:000:Infinite Lives PL1
  22815. raidena:0:00B93:06:000:Infinite Bombs PL1
  22816. raidena:0:011C5:0B:000:Invincibility PL1
  22817. raidena:0:00B8B:08:000:Always Max Normal weapon PL1
  22818. raidena:0:00B8D:08:000:Always Max Laser weapon PL1
  22819. raidena:0:00B8F:04:000:Always Max Rocket weapon PL1
  22820. raidena:0:00B91:04:000:Always Max Missile weapon PL1
  22821. raidena:0:00B8B:08:001:Get Max Normal weapon Now!PL1
  22822. raidena:0:00B8D:08:001:Get Max Laser weapon Now! PL1
  22823. raidena:0:00B8F:04:001:Get Max Rocket weapon Now!PL1
  22824. raidena:0:00B91:04:001:Get Max Missile weaponNow!PL1
  22825. raidena:0:00BAB:0A:000:Infinite Lives PL2
  22826. raidena:0:00BB9:06:000:Infinite Bombs PL2
  22827. raidena:0:01235:0C:000:Invincibility PL2
  22828. raidena:0:00BB1:08:000:Always Max Normal weapon PL2
  22829. raidena:0:00BB3:08:000:Always Max Laser weapon PL2
  22830. raidena:0:00BB5:04:000:Always Max Rocket weapon PL2
  22831. raidena:0:00BB7:04:000:Always Max Missile weapon PL2
  22832. raidena:0:00BB1:08:001:Get Max Normal weapon Now!PL2
  22833. raidena:0:00BB3:08:001:Get Max Laser weapon Now! PL2
  22834. raidena:0:00BB5:04:001:Get Max Rocket weapon Now!PL2
  22835. raidena:0:00BB7:04:001:Get Max Missile weaponNow!PL2
  22836.  
  22837. ; [ Raiden (Korea) ]
  22838. raidenk:0:00B85:0A:000:Infinite Lives PL1
  22839. raidenk:0:00B93:06:000:Infinite Bombs PL1
  22840. raidenk:0:011C5:0B:000:Invincibility PL1
  22841. raidenk:0:00B8B:08:000:Always Max Normal weapon PL1
  22842. raidenk:0:00B8D:08:000:Always Max Laser weapon PL1
  22843. raidenk:0:00B8F:04:000:Always Max Rocket weapon PL1
  22844. raidenk:0:00B91:04:000:Always Max Missile weapon PL1
  22845. raidenk:0:00B8B:08:001:Get Max Normal weapon Now!PL1
  22846. raidenk:0:00B8D:08:001:Get Max Laser weapon Now! PL1
  22847. raidenk:0:00B8F:04:001:Get Max Rocket weapon Now!PL1
  22848. raidenk:0:00B91:04:001:Get Max Missile weaponNow!PL1
  22849. raidenk:0:00BAB:0A:000:Infinite Lives PL2
  22850. raidenk:0:00BB9:06:000:Infinite Bombs PL2
  22851. raidenk:0:01235:0C:000:Invincibility PL2
  22852. raidenk:0:00BB1:08:000:Always Max Normal weapon PL2
  22853. raidenk:0:00BB3:08:000:Always Max Laser weapon PL2
  22854. raidenk:0:00BB5:04:000:Always Max Rocket weapon PL2
  22855. raidenk:0:00BB7:04:000:Always Max Missile weapon PL2
  22856. raidenk:0:00BB1:08:001:Get Max Normal weapon Now!PL2
  22857. raidenk:0:00BB3:08:001:Get Max Laser weapon Now! PL2
  22858. raidenk:0:00BB5:04:001:Get Max Rocket weapon Now!PL2
  22859. raidenk:0:00BB7:04:001:Get Max Missile weaponNow!PL2
  22860.  
  22861. ; [ Raimais (Japan) ]
  22862. raimais:0:A22D:27:000:Infinite Lives PL1
  22863. raimais:0:A233:27:000:Infinite Lives PL2
  22864. raimais:0:AA74:3C:000:Invincibility
  22865. raimais:0:AA71:04:000:Maximum fire power
  22866. raimais:0:AA71:55:000:Invincibility &Max fire power
  22867.  
  22868. ; [ Rainbow Islands ]
  22869. rainbow:0:10D127:D2:000:Infinite Time
  22870. rainbow:0:10E1FF:04:000:Infinite Lives PL1
  22871. rainbow:0:10E20F:04:000:Infinite Lives PL2
  22872. rainbow:0:10D1FC:01:000:Invincibility (1/2)
  22873. rainbow:0:10D1FF:E3:500:Invincibility (2/2)
  22874. rainbow:0:10D05F:01:000:Always X2 Rainbow
  22875. rainbow:0:10D05F:02:000:Always X3 Rainbow
  22876. rainbow:0:10D05F:03:000:Always X4 Rainbow
  22877. rainbow:0:10D05F:04:000:Always X5 Rainbow
  22878. rainbow:0:10D05F:05:000:Always X6 Rainbow
  22879. rainbow:0:10D060:00:000:Always Normal Speed Rainbows
  22880. rainbow:0:10D060:01:000:Always Fast Rainbows
  22881. rainbow:0:10D060:07:000:Always Very Fast Rainbows
  22882. rainbow:0:10E20C:01:000:Always have ROYGBIV PL1
  22883. rainbow:0:10E21C:01:000:Always have ROYGBIV PL2
  22884. rainbow:0:10D05F:01:001:Get X2 Rainbow Now!
  22885. rainbow:0:10D05F:02:001:Get X3 Rainbow Now!
  22886. rainbow:0:10D05F:03:001:Get X4 Rainbow Now!
  22887. rainbow:0:10D05F:04:001:Get X5 Rainbow Now!
  22888. rainbow:0:10D05F:05:001:Get X6 Rainbow Now!
  22889. rainbow:0:10D060:00:001:Get Normal Rainbows Now!
  22890. rainbow:0:10D060:01:001:Get Fast Rainbows Now!
  22891. rainbow:0:10D060:07:001:Get Very Fast Rainbows Now!
  22892. rainbow:0:10E20C:01:001:Get ROYGBIV PL1 Now!
  22893. rainbow:0:10E21C:01:001:Get ROYGBIV PL2 Now!
  22894. rainbow:0:10E20D:00:000:Always Monsters+items PL1
  22895. rainbow:0:10E20D:01:000:No Monsters+items ever! PL1
  22896. rainbow:0:10E21D:00:000:Always Monsters+items PL2
  22897. rainbow:0:10E21D:01:000:No Monsters+items ever! PL2
  22898. rainbow:0:000000:00:999:[You should enable this     ]
  22899. rainbow:0:000000:00:999:[speed power-up cheat on the]
  22900. rainbow:0:000000:00:999:[title screen or before     ]
  22901. rainbow:0:000000:00:999:[losing a life!             ]
  22902. rainbow:0:10D061:00:000:Always have normal speed
  22903. rainbow:0:10D061:01:000:Always have power-up speed
  22904. rainbow:0:10D061:03:000:Always have max speed
  22905. rainbow:0:10D055:7F:001:Get 7 big diamonds (1/2)
  22906. rainbow:0:10D054:00:501:Get 7 big diamonds (2/2)
  22907. rainbow:0:10D055:80:001:Get 3 mirrors (1/2)
  22908. rainbow:0:10D054:03:501:Get 3 mirrors (2/2)
  22909. rainbow:0:10D055:FF:001:Get 7 big D and 3 M (1/2)
  22910. rainbow:0:10D054:03:501:Get 7 big D and 3 M (2/2)
  22911. rainbow:0:10D055:01:021:Get big diamond - red Now!
  22912. rainbow:0:10D055:02:021:Get big diamond - orange Now!
  22913. rainbow:0:10D055:04:021:Get big diamond - yellow Now!
  22914. rainbow:0:10D055:08:021:Get big diamond - green Now!
  22915. rainbow:0:10D055:10:021:Get big diamond - blue Now!
  22916. rainbow:0:10D055:20:021:Get big diamond - indigo Now!
  22917. rainbow:0:10D055:40:021:Get big diamond - purple Now!
  22918. rainbow:0:10D055:80:021:Get mirror - red Now!
  22919. rainbow:0:10D054:01:021:Get mirror - grey Now!
  22920. rainbow:0:10D054:02:021:Get mirror - yellow Now!
  22921. rainbow:0:10E1B9:00:001:Kill Island Guardian Now!
  22922. rainbow:0:10E1B9:00:000:Kill all IslandGuardians fast
  22923. rainbow:0:10D041:C7:000:All permanent POWs (1/2)
  22924. rainbow:0:10D040:02:500:All permanent POWs (2/2)
  22925. rainbow:0:10D056:01:000:Always have Bonus door
  22926. rainbow:0:10D1C0:01:000:Always have wing power
  22927. rainbow:0:10C96B:05:000:Always have the fairy (1/2)
  22928. rainbow:0:10DF22:FF:500:Always have the fairy (2/2)
  22929. rainbow:0:10D1C0:01:001:Get wing power Now!
  22930. rainbow:0:10C96B:05:001:Get the fairy Now! (1/2)
  22931. rainbow:0:10DF22:FF:501:Get the fairy Now! (2/2)
  22932. rainbow:0:000000:00:999:[These round select cheats  ]
  22933. rainbow:0:000000:00:999:[have two numbers, the first]
  22934. rainbow:0:000000:00:999:[one is the round you go to ]
  22935. rainbow:0:000000:00:999:[if you die and the second  ]
  22936. rainbow:0:000000:00:999:[one is the round you go to ]
  22937. rainbow:0:000000:00:999:[if you complete the round  ]
  22938. rainbow:0:000000:00:999:[you are on (Eg If you have ]
  22939. rainbow:0:000000:00:999:[Invincibility enabled).    ]
  22940. rainbow:0:10D049:03:001:Go to Round 4/5 Next
  22941. rainbow:0:10D049:07:001:Go to Round 8/9 Next
  22942. rainbow:0:10D049:0B:001:Go to Round 12/13 Next
  22943. rainbow:0:10D049:0F:001:Go to Round 16/17 Next
  22944. rainbow:0:10D049:13:001:Go to Round 20/21 Next
  22945. rainbow:0:10D049:17:001:Go to Round 24/25 Next
  22946. rainbow:0:10D049:1B:001:Go to First End Next
  22947. rainbow:0:10D049:1C:001:Go to Round 30 Next
  22948. rainbow:0:10D049:26:001:Go to Last Round on complete
  22949. rainbow:0:10D049:27:001:Go to Last Round on death
  22950.  
  22951. ; [ Rainbow Islands (Extra) ]
  22952. rainbowe:0:10E1C3:04:000:Infinite Lives PL1
  22953. rainbowe:0:10E1D3:04:000:Infinite Lives PL2
  22954. rainbowe:0:10D206:01:000:Invincibility (1/2)
  22955. rainbowe:0:10D209:E3:500:Invincibility (2/2)
  22956. rainbowe:0:10D063:01:000:Always X2 Rainbow
  22957. rainbowe:0:10D063:02:000:Always X3 Rainbow
  22958. rainbowe:0:10D063:03:000:Always X4 Rainbow
  22959. rainbowe:0:10D063:04:000:Always X5 Rainbow
  22960. rainbowe:0:10D063:05:000:Always X6 Rainbow
  22961. rainbowe:0:10D064:00:000:Always Normal Rainbows
  22962. rainbowe:0:10D064:01:000:Always Fast Rainbows
  22963. rainbowe:0:10D064:07:000:Always Very Fast Rainbows
  22964. rainbowe:0:10E1D0:01:000:Always have ROYGBIV PL1
  22965. rainbowe:0:10E1E0:01:000:Always have ROYGBIV PL2
  22966. rainbowe:0:10D063:01:001:Get X2 Rainbow Now!
  22967. rainbowe:0:10D063:02:001:Get X3 Rainbow Now!
  22968. rainbowe:0:10D063:03:001:Get X4 Rainbow Now!
  22969. rainbowe:0:10D063:04:001:Get X5 Rainbow Now!
  22970. rainbowe:0:10D063:05:001:Get X6 Rainbow Now!
  22971. rainbowe:0:10D064:00:001:Get Normal Rainbows Now!
  22972. rainbowe:0:10D064:01:001:Get Fast Rainbows Now!
  22973. rainbowe:0:10D064:07:001:Get Very Fast Rainbows Now!
  22974. rainbowe:0:10E1D0:01:001:Get ROYGBIV PL1 Now!
  22975. rainbowe:0:10E1E0:01:001:Get ROYGBIV PL2 Now!
  22976. rainbowe:0:10E1D1:00:000:Always Monsters+items PL1
  22977. rainbowe:0:10E1D1:01:000:No Monsters+items ever! PL1
  22978. rainbowe:0:10E1E1:00:000:Always Monsters+items PL2
  22979. rainbowe:0:10E1E1:01:000:No Monsters+items ever! PL2
  22980. rainbowe:0:000000:00:999:[You should enable this     ]
  22981. rainbowe:0:000000:00:999:[speed power-up cheat on the]
  22982. rainbowe:0:000000:00:999:[title screen or before     ]
  22983. rainbowe:0:000000:00:999:[losing a life!             ]
  22984. rainbowe:0:10D065:00:000:Always have normal speed
  22985. rainbowe:0:10D065:01:000:Always have power-up speed
  22986. rainbowe:0:10D065:03:000:Always have max speed
  22987. rainbowe:0:10D057:7F:001:Get 7 big diamonds (1/2)
  22988. rainbowe:0:10D056:00:501:Get 7 big diamonds (2/2)
  22989. rainbowe:0:10D057:80:001:Get 3 mirrors (1/2)
  22990. rainbowe:0:10D056:03:501:Get 3 mirrors (2/2)
  22991. rainbowe:0:10D057:FF:001:Get 7 big D and 3 M (1/2)
  22992. rainbowe:0:10D056:03:501:Get 7 big D and 3 M (2/2)
  22993. rainbowe:0:10D057:01:021:Get big diamond - red Now!
  22994. rainbowe:0:10D057:02:021:Get big diamond - orange Now!
  22995. rainbowe:0:10D057:04:021:Get big diamond - yellow Now!
  22996. rainbowe:0:10D057:08:021:Get big diamond - green Now!
  22997. rainbowe:0:10D057:10:021:Get big diamond - blue Now!
  22998. rainbowe:0:10D057:20:021:Get big diamond - indigo Now!
  22999. rainbowe:0:10D057:40:021:Get big diamond - purple Now!
  23000. rainbowe:0:10D057:80:021:Get mirror - red Now!
  23001. rainbowe:0:10D056:01:021:Get mirror - grey Now!
  23002. rainbowe:0:10D056:02:021:Get mirror - yellow Now!
  23003. rainbowe:0:10D043:C7:000:All permanent POWs (1/2)
  23004. rainbowe:0:10D042:02:500:All permanent POWs (2/2)
  23005. rainbowe:0:10D058:01:000:Always have Bonus door
  23006. rainbowe:0:10D1C8:01:000:Always have wing power
  23007. rainbowe:0:10D1C8:01:001:Get wing power Now!
  23008. rainbowe:0:000000:00:999:[These round select cheats  ]
  23009. rainbowe:0:000000:00:999:[have two numbers, the first]
  23010. rainbowe:0:000000:00:999:[one is the round you go to ]
  23011. rainbowe:0:000000:00:999:[if you die and the second  ]
  23012. rainbowe:0:000000:00:999:[one is the round you go to ]
  23013. rainbowe:0:000000:00:999:[if you complete the round  ]
  23014. rainbowe:0:000000:00:999:[you are on (Eg If you have ]
  23015. rainbowe:0:000000:00:999:[Invincibility enabled).    ]
  23016. rainbowe:0:10D04B:03:001:Go to Round 4/5 Next
  23017. rainbowe:0:10D04B:07:001:Go to Round 8/9 Next
  23018. rainbowe:0:10D04B:0B:001:Go to Round 12/13 Next
  23019. rainbowe:0:10D04B:0F:001:Go to Round 16/17 Next
  23020. rainbowe:0:10D04B:13:001:Go to Round 20/21 Next
  23021. rainbowe:0:10D04B:17:001:Go to Round 24/25 Next
  23022. rainbowe:0:10D04B:1B:001:Go to First End Next
  23023. rainbowe:0:10D04B:1C:001:Go to Round 30 Next
  23024. rainbowe:0:10D04B:26:001:Go to Last Round on complete
  23025. rainbowe:0:10D04B:27:001:Go to Last Round on death
  23026.  
  23027. ; [ Rally Bike / Dash Yarou ]
  23028. rallybik:0:000000:00:999:[Don't collect Gas dropped  ]
  23029. rallybik:0:000000:00:999:[by the helicopter!!!       ]
  23030. rallybik:0:0805FC:7F:007:Infinite Gas
  23031. rallybik:0:0805FB:01:005:Rank always 1st
  23032. rallybik:0:000000:00:999:[The invincibility cheats   ]
  23033. rallybik:0:000000:00:999:[must be activated during   ]
  23034. rallybik:0:000000:00:999:[play and deactivated during]
  23035. rallybik:0:000000:00:999:[fuel refill and BEFORE     ]
  23036. rallybik:0:000000:00:999:[crossing the GOAL line!!   ]
  23037. rallybik:0:08072A:00:000:Invincibility (1/2)
  23038. rallybik:0:080739:00:500:Invincibility (2/2)
  23039.  
  23040. ; [ Rally X ]
  23041. rallyx:0:800F:04:000:Infinite Lives PL1
  23042. rallyx:0:826B:06:022:Infinite Fuel PL1
  23043. rallyx:0:8010:04:000:Infinite Lives PL2
  23044. rallyx:0:826D:06:022:Infinite Fuel PL2
  23045. rallyx:0:81B0:02:000:Always 3 red cars
  23046. rallyx:0:824E:00:000:No red cars per level
  23047. rallyx:0:824E:01:000:Only 1 red car per level
  23048. rallyx:0:824E:01:000:7 red cars per level
  23049. rallyx:0:8251:00:000:No rocks 
  23050. rallyx:0:8088:88:000:Red car 1 doesn't move
  23051. rallyx:0:80A8:88:000:Red car 2 doesn't move
  23052. rallyx:0:80C8:88:000:Red car 3 doesn't move
  23053. rallyx:0:80E8:88:000:Red car 4 doesn't move
  23054. rallyx:0:8108:88:000:Red car 5 doesn't move
  23055. rallyx:0:8128:88:000:Red car 6 doesn't move
  23056. rallyx:0:8148:88:000:Red car 7 doesn't move
  23057. rallyx:0:8168:88:000:Red car 8 doesn't move:Only there in later levels!
  23058. rallyx:0:8027:20:000:Car always Very Slow (1/2)
  23059. rallyx:0:8028:00:500:Car always Very Slow (2/2)
  23060. rallyx:0:8027:C0:000:Car always Slow (1/2)
  23061. rallyx:0:8028:00:500:Car always Slow (2/2)
  23062. rallyx:0:8027:20:000:Car always Normal Speed (1/2)
  23063. rallyx:0:8028:02:500:Car always Normal Speed (2/2)
  23064. rallyx:0:8027:20:000:Car always Very Fast (1/2)
  23065. rallyx:0:8028:05:500:Car always Very Fast (2/2)
  23066. rallyx:0:8027:20:000:Car always Ultra Fast (1/2)
  23067. rallyx:0:8028:0A:500:Car always Ultra Fast (2/2)
  23068.  
  23069. ; [ Rally X (Midway) ]
  23070. rallyxm:0:800F:04:000:Infinite Lives PL1
  23071. rallyxm:0:826B:06:022:Infinite Fuel PL1
  23072. rallyxm:0:8010:04:000:Infinite Lives PL2
  23073. rallyxm:0:826D:06:022:Infinite Fuel PL2
  23074. rallyxm:0:81B0:02:000:Always 3 red cars
  23075. rallyxm:0:824E:00:000:No red cars per level
  23076. rallyxm:0:824E:01:000:Only 1 red car per level
  23077. rallyxm:0:824E:01:000:7 red cars per level
  23078. rallyxm:0:8251:00:000:No rocks 
  23079. rallyxm:0:8088:88:000:Red car 1 doesn't move
  23080. rallyxm:0:80A8:88:000:Red car 2 doesn't move
  23081. rallyxm:0:80C8:88:000:Red car 3 doesn't move
  23082. rallyxm:0:80E8:88:000:Red car 4 doesn't move
  23083. rallyxm:0:8108:88:000:Red car 5 doesn't move
  23084. rallyxm:0:8128:88:000:Red car 6 doesn't move
  23085. rallyxm:0:8148:88:000:Red car 7 doesn't move
  23086. rallyxm:0:8168:88:000:Red car 8 doesn't move:Only there in later levels!
  23087. rallyxm:0:8027:20:000:Car always Very Slow (1/2)
  23088. rallyxm:0:8028:00:500:Car always Very Slow (2/2)
  23089. rallyxm:0:8027:C0:000:Car always Slow (1/2)
  23090. rallyxm:0:8028:00:500:Car always Slow (2/2)
  23091. rallyxm:0:8027:20:000:Car always Normal Speed (1/2)
  23092. rallyxm:0:8028:02:500:Car always Normal Speed (2/2)
  23093. rallyxm:0:8027:20:000:Car always Very Fast (1/2)
  23094. rallyxm:0:8028:05:500:Car always Very Fast (2/2)
  23095. rallyxm:0:8027:20:000:Car always Ultra Fast (1/2)
  23096. rallyxm:0:8028:0A:500:Car always Ultra Fast (2/2)
  23097.  
  23098. ; [ Rampage (revision 3) ]
  23099. rampage:0:E49E:C7:000:Infinite Damage PL1
  23100. rampage:0:E4EE:C7:000:Infinite Damage PL2
  23101. rampage:0:E53E:C7:000:Infinite Damage PL3
  23102. rampage:0:E58B:03:001:Go to Day 5 Next
  23103. rampage:0:E58B:08:001:Go to Day 10 Next
  23104. rampage:0:E58B:0D:001:Go to Day 15 Next
  23105. rampage:0:E58B:1C:001:Go to Day 30 Next
  23106. rampage:0:E58B:62:001:Go to Day 100 Next
  23107. rampage:0:E58B:7C:001:Go to Day 127 Next 
  23108. rampage:0:E58B:FC:001:Go to Day 255 Next
  23109. rampage:0:E58B:FE:001:Go to Last Day=768 Next (1/2)
  23110. rampage:0:E58C:02:501:Go to Last Day=768 Next (2/2)
  23111.  
  23112. ; [ Rampage (revision 2) ]
  23113. rampage2:0:E49E:C7:000:Infinite Damage PL1
  23114. rampage2:0:E4EE:C7:000:Infinite Damage PL2
  23115. rampage2:0:E53E:C7:000:Infinite Damage PL3
  23116. rampage2:0:E58B:03:001:Go to Day 5 Next
  23117. rampage2:0:E58B:08:001:Go to Day 10 Next
  23118. rampage2:0:E58B:0D:001:Go to Day 15 Next
  23119. rampage2:0:E58B:1C:001:Go to Day 30 Next
  23120. rampage2:0:E58B:62:001:Go to Day 100 Next
  23121. rampage2:0:E58B:7C:001:Go to Day 127 Next 
  23122. rampage2:0:E58B:FC:001:Go to Day 255 Next
  23123. rampage2:0:E58B:FE:001:Go to Last Day=768 Next (1/2)
  23124. rampage2:0:E58C:02:501:Go to Last Day=768 Next (2/2)
  23125.  
  23126. ; [ Rampart (3-player Trackball) ]
  23127. rampart:0:3E197D:09:000:Infinite Cannons PL1
  23128. rampart:0:3E19FB:09:000:Infinite Cannons PL2
  23129. rampart:0:3E1A79:09:000:Infinite Cannons PL3
  23130. rampart:0:3E1870:63:000:Infinite Building Time
  23131. rampart:0:3E1870:00:001:No more Building Time
  23132.  
  23133. ; [ Rampart (Japan, 2-player Joystick) ]
  23134. rampartj:0:3E1993:09:000:Infinite Cannons PL1
  23135. rampartj:0:3E1A11:09:000:Infinite Cannons PL2
  23136. rampartj:0:3E18AC:63:000:Infinite Building Time
  23137. rampartj:0:3E18AC:00:001:No more Building Time
  23138.  
  23139. ; [ Rampart (2-player Joystick) ]
  23140. ramprt2p:0:3E1997:09:000:Infinite Cannons PL1
  23141. ramprt2p:0:3E1A15:09:000:Infinite Cannons PL2
  23142. ramprt2p:0:3E18B0:63:000:Infinite Building Time
  23143. ramprt2p:0:3E18B0:00:001:No more Building Time
  23144.  
  23145. ; [ Rastan (World) ]
  23146. rastan:0:10C13A:30:000:Infinite Energy
  23147. rastan:0:10C101:03:000:Infinite Lives
  23148. rastan:0:10D2FB:01:000:Always have Sword
  23149. rastan:0:10D2FB:02:000:Always have Big Axe
  23150. rastan:0:10D2FB:03:000:Always have Ball & Chain
  23151. rastan:0:10D2FB:04:000:Always have Fire Sword
  23152. rastan:0:10D2FB:05:000:Always have No Weapons
  23153. rastan:0:10D2FB:01:001:Get Sword Now!
  23154. rastan:0:10D2FB:02:001:Get Big Axe Now!
  23155. rastan:0:10D2FB:03:001:Get Ball & Chain Now!
  23156. rastan:0:10D2FB:04:001:Get Fire Sword Now!
  23157. rastan:0:10D2FB:05:001:Lose All Weapons Now!
  23158.  
  23159. ; [ Rastan (US set 1) ]
  23160. rastanu:0:10C13A:30:000:Infinite Energy
  23161. rastanu:0:10C101:03:000:Infinite Lives
  23162. rastanu:0:10D2FB:01:000:Always have Sword
  23163. rastanu:0:10D2FB:02:000:Always have Big Axe
  23164. rastanu:0:10D2FB:03:000:Always have Ball & Chain
  23165. rastanu:0:10D2FB:04:000:Always have Fire Sword
  23166. rastanu:0:10D2FB:05:000:Always have No Weapons
  23167. rastanu:0:10D2FB:01:001:Get Sword Now!
  23168. rastanu:0:10D2FB:02:001:Get Big Axe Now!
  23169. rastanu:0:10D2FB:03:001:Get Ball & Chain Now!
  23170. rastanu:0:10D2FB:04:001:Get Fire Sword Now!
  23171. rastanu:0:10D2FB:05:001:Lose All Weapons Now!
  23172.  
  23173. ; [ Rastan (US set 2) ]
  23174. rastanu2:0:10C13A:30:000:Infinite Energy
  23175. rastanu2:0:10C101:03:000:Infinite Lives
  23176. rastanu2:0:10D2FB:01:000:Always have Sword
  23177. rastanu2:0:10D2FB:02:000:Always have Big Axe
  23178. rastanu2:0:10D2FB:03:000:Always have Ball & Chain
  23179. rastanu2:0:10D2FB:04:000:Always have Fire Sword
  23180. rastanu2:0:10D2FB:05:000:Always have No Weapons
  23181. rastanu2:0:10D2FB:01:001:Get Sword Now!
  23182. rastanu2:0:10D2FB:02:001:Get Big Axe Now!
  23183. rastanu2:0:10D2FB:03:001:Get Ball & Chain Now!
  23184. rastanu2:0:10D2FB:04:001:Get Fire Sword Now!
  23185. rastanu2:0:10D2FB:05:001:Lose All Weapons Now!
  23186.  
  23187. ; [ Rastan Saga (Japan) ]
  23188. rastsaga:0:10C13A:30:000:Infinite Energy
  23189. rastsaga:0:10C101:03:000:Infinite Lives
  23190. rastsaga:0:10D2FB:01:000:Always have Sword
  23191. rastsaga:0:10D2FB:02:000:Always have Big Axe
  23192. rastsaga:0:10D2FB:03:000:Always have Ball & Chain
  23193. rastsaga:0:10D2FB:04:000:Always have Fire Sword
  23194. rastsaga:0:10D2FB:05:000:Always have No Weapons
  23195. rastsaga:0:10D2FB:01:001:Get Sword Now!
  23196. rastsaga:0:10D2FB:02:001:Get Big Axe Now!
  23197. rastsaga:0:10D2FB:03:001:Get Ball & Chain Now!
  23198. rastsaga:0:10D2FB:04:001:Get Fire Sword Now!
  23199. rastsaga:0:10D2FB:05:001:Lose All Weapons Now!
  23200.  
  23201. ; [ Razzmatazz ]
  23202. razmataz:0:62D0:03:000:Infinite Lives PL1
  23203. razmataz:0:62D1:03:000:Infinite Lives PL2
  23204.  
  23205. ; [ Real Bout Fatal Fury / Real Bout Garou Densetsu ]
  23206. rbff1:0:106AA8:61:000:Infinite Time
  23207. rbff1:0:100489:C0:000:Infinite Energy PL1
  23208. rbff1:0:100489:00:001:Drain All Energy Now! PL1
  23209. rbff1:0:1004BA:3C:000:Infinite Power PL1
  23210. rbff1:0:100589:C0:000:Infinite Energy PL2
  23211. rbff1:0:100589:00:001:Drain All Energy Now! PL2
  23212. rbff1:0:1005BA:3C:000:Infinite Power PL2
  23213. rbff1:0:000000:00:999:[   Free player selection   ]
  23214. rbff1:0:000000:00:999:[  Use at selection screen  ]
  23215. rbff1:0:000000:00:999:[      For PL1 *ONLY*       ]
  23216. rbff1:0:102483:00:001:Play with another Billy Kane
  23217. rbff1:0:000000:00:999:[The Goto Boss Fight Screen ]
  23218. rbff1:0:000000:00:999:[should be activated on the ]
  23219. rbff1:0:000000:00:999:[character selection screen.]
  23220. rbff1:0:000000:00:999:[If you activate it during  ]
  23221. rbff1:0:000000:00:999:[any fight however you will ]
  23222. rbff1:0:000000:00:999:[see the ENDING after you   ]
  23223. rbff1:0:000000:00:999:[you win that match!        ]
  23224. rbff1:0:106A37:0D:001:Goto Boss Fight Screen Now!
  23225.  
  23226. ; [ Real Bout Fatal Fury 2 - The Newcomers / Real Bout Garou Den ]
  23227. rbff2:0:107C28:60:000:Infinite Time
  23228. rbff2:0:10048B:C0:000:Infinite Energy PL1
  23229. rbff2:0:10048B:00:001:Drain All Energy Now! PL1
  23230. rbff2:0:1004BC:3C:000:Infinite Power PL1
  23231. rbff2:0:10058B:C0:000:Infinite Energy PL2
  23232. rbff2:0:10058B:00:001:Drain All Energy Now! PL2
  23233. rbff2:0:1005BC:3C:000:Infinite Power PL2
  23234. rbff2:0:000000:00:999:[   Free player selection   ]
  23235. rbff2:0:000000:00:999:[  Activate between rounds  ]
  23236. rbff2:0:000000:00:999:[    or after selection     ]
  23237. rbff2:0:107BA5:17:001:Play with Alfred PL1
  23238. rbff2:0:107BA7:17:001:Play with Alfred PL2
  23239. rbff2:0:000000:00:999:[   This cheat is futile    ]
  23240. rbff2:0:000000:00:999:[  but it permits to make   ]
  23241. rbff2:0:000000:00:999:[    differences between    ]
  23242. rbff2:0:000000:00:999:[ normal and special moves  ]
  23243. rbff2:0:1004CD:5F:000:Motion blur for PL1
  23244. rbff2:0:1005CD:5F:000:Motion blur for PL2
  23245.  
  23246. ; [ Real Bout Fatal Fury Special / Real Bout Garou Densetsu Spec ]
  23247. rbffspec:0:106AB4:60:000:Infinite Time
  23248. rbffspec:0:10048B:C0:000:Infinite Energy PL1
  23249. rbffspec:0:10048B:00:001:Drain All Energy Now! PL1
  23250. rbffspec:0:1004BC:3C:000:Infinite Power PL1
  23251. rbffspec:0:10058B:C0:000:Infinite Energy PL2
  23252. rbffspec:0:10058B:00:001:Drain All Energy Now! PL2
  23253. rbffspec:0:1005BC:3C:000:Infinite Power PL2
  23254. rbffspec:0:000000:00:999:[   Free player selection   ]
  23255. rbffspec:0:000000:00:999:[  Use at selection screen  ]
  23256. rbffspec:0:102585:05:001:Play as Geese Howard PL1(1/2)
  23257. rbffspec:0:10258D:05:101:Play as Geese Howard PL1(2/2)
  23258. rbffspec:0:102588:0A:000:Infinite Select Time PL1
  23259. rbffspec:0:102685:05:001:Play as Geese Howard PL2(1/2)
  23260. rbffspec:0:10268D:05:101:Play as Geese Howard PL2(2/2)
  23261. rbffspec:0:102688:0A:000:Infinite Select Time PL2
  23262. rbffspec:0:000000:00:999:[The Geese cheat only takes ]
  23263. rbffspec:0:000000:00:999:[effect when there is a     ]
  23264. rbffspec:0:000000:00:999:[screen change.             ]
  23265. rbffspec:0:106A25:04:001:Fight as Geese
  23266. rbffspec:0:000000:00:999:[The Goto Boss Fight Screen ]
  23267. rbffspec:0:000000:00:999:[should be activated on the ]
  23268. rbffspec:0:000000:00:999:[character selection screen.]
  23269. rbffspec:0:000000:00:999:[If you activate it during  ]
  23270. rbffspec:0:000000:00:999:[any fight however you will ]
  23271. rbffspec:0:000000:00:999:[see the ENDING after you   ]
  23272. rbffspec:0:000000:00:999:[you win that match!        ]
  23273. rbffspec:0:106A35:09:001:Goto Boss (Krauser) Now!
  23274. rbffspec:0:106A35:0A:001:Goto Secret Boss (Geese) Now!
  23275.  
  23276. ; [ Tapper (Root Beer) ]
  23277. rbtapper:0:E4A7:06:000:Infinite Lives
  23278. rbtapper:0:E711:01:001:Serve one beer on this level
  23279. rbtapper:0:0000:00:999:[This Nonstop Dancing Girls ]
  23280. rbtapper:0:0000:00:999:[cheat doesn't start until  ]
  23281. rbtapper:0:0000:00:999:[after you get the money.   ]
  23282. rbtapper:0:0000:00:999:[Also new customers are NOT ]
  23283. rbtapper:0:0000:00:999:[distracted by them!!       ]
  23284. rbtapper:0:E712:FF:000:Nonstop Dancing Girls
  23285. rbtapper:0:E4A8:62:071:Select current level
  23286. rbtapper:0:E4A8:62:061:Select next level
  23287. rbtapper:0:0000:00:999:[These Start on Level cheats]
  23288. rbtapper:0:0000:00:999:[should be enabled on the   ]
  23289. rbtapper:0:0000:00:999:[title screen and turned off]
  23290. rbtapper:0:0000:00:999:[when you start the level.  ]
  23291. rbtapper:0:E4A8:01:000:Start on Level 2
  23292. rbtapper:0:E4A8:02:000:Start on Level 3
  23293. rbtapper:0:E4A8:03:000:Start on Level 4
  23294. rbtapper:0:E4A8:04:000:Start on Level 5
  23295. rbtapper:0:E4A8:05:000:Start on Level 6
  23296. rbtapper:0:E4A8:06:000:Start on Level 7
  23297. rbtapper:0:E4A8:07:000:Start on Level 8
  23298. rbtapper:0:E4A8:08:000:Start on Level 9
  23299. rbtapper:0:E4A8:09:000:Start on Level 10(the aliens)
  23300.  
  23301. ; [ Rad Action ]
  23302. rdaction:0:E20D:3C:000:Infinite Time
  23303. rdaction:0:E130:07:000:Infinite Lives PL1
  23304. rdaction:0:E169:07:000:Infinite Lives PL2
  23305. rdaction:0:ECF2:00:000:Invincibility
  23306. rdaction:0:E113:04:000:All Ammo (1/4)
  23307. rdaction:0:E117:02:500:All Ammo (2/4)
  23308. rdaction:0:E118:03:500:All Ammo (3/4)
  23309. rdaction:0:E119:04:500:All Ammo (4/4)
  23310. rdaction:0:E111:FF:000:Infinite Fireballs
  23311. rdaction:0:EC05:00:000:Enemies NEVER shoot
  23312. rdaction:0:E110:06:001:Clear this Round Now!
  23313. rdaction:0:E100:1F:061:Select the Scene
  23314.  
  23315. ; [ Reactor ]
  23316. reactor:0:023C:15:000:Infinite Lives PL1
  23317. reactor:0:0405:15:000:Infinite Lives PL2
  23318. reactor:0:0247:14:000:Infinite Decoys PL1
  23319. reactor:0:0410:14:000:Infinite Decoys PL2
  23320.  
  23321. ; [ Red Alert ]
  23322. redalert:0:0025:03:000:Infinite Lives PL1
  23323. redalert:0:002D:03:000:Infinite Lives PL2
  23324. redalert:0:0031:10:000:Infinite Time 
  23325.  
  23326. ; [ Red Baron ]
  23327. redbaron:0:00B0:09:000:Infinite Lives
  23328.  
  23329. ; [ Defend the Terra Attack on the Red UFO ]
  23330. redufo:0:421D:05:000:Infinite Lives
  23331. redufo:0:4200:01:000:Invincibility (1/2)
  23332. redufo:0:4205:00:500:Invincibility (2/2)
  23333.  
  23334. ; [ Regulus ]
  23335. regulus:0:C002:08:000:Infinite Lives PL1
  23336. regulus:0:C003:08:000:Infinite Lives PL2
  23337.  
  23338. ; [ Regulus (not encrypted) ]
  23339. regulusu:0:C002:08:000:Infinite Lives PL1
  23340. regulusu:0:C003:08:000:Infinite Lives PL2
  23341.  
  23342. ; [ Relief Pitcher (set 1) ]
  23343. relief:0:FF9D43:02:001:Next Strike will be Strike 3
  23344. relief:0:FF9D43:00:000:Infinite Strikes
  23345. relief:0:FF9D45:03:001:Next Ball will be Ball 4
  23346. relief:0:FF9D45:00:000:Infinite Balls
  23347.  
  23348. ; [ Relief Pitcher (set 2) ]
  23349. relief2:0:FF9D53:02:001:Next Strike will be Strike 3
  23350. relief2:0:FF9D53:00:000:Infinite Strikes
  23351. relief2:0:FF9D55:03:001:Next Ball will be Ball 4
  23352. relief2:0:FF9D55:00:000:Infinite Balls
  23353.  
  23354. ; [ Renegade (US) ]
  23355. renegade:0:0039:05:000:Infinite Lives
  23356. renegade:0:1018:59:000:Infinite Time
  23357. renegade:0:0220:30:000:Infinite Energy
  23358. renegade:0:0220:00:001:Lose a Life Now!
  23359. renegade:0:0221:01:001:One hit to kill boss Now!
  23360. renegade:0:0000:00:999:[Enable these level select  ]
  23361. renegade:0:0000:00:999:[cheats on the title screen ]
  23362. renegade:0:0000:00:999:[+ disable before you finish]
  23363. renegade:0:0000:00:999:[the level                  ]
  23364. renegade:0:1000:01:000:Start on Level 2 (see note)
  23365. renegade:0:1000:02:000:Start on Level 3 (see note)
  23366. renegade:0:1000:03:000:Start on Level 4 (see note)
  23367. renegade:0:1000:04:000:Start on Level 5 (see note)
  23368. renegade:0:1000:05:000:Start on Level 6 (see note)
  23369. renegade:0:0000:00:999:[The following 9 cheats make]
  23370. renegade:0:0000:00:999:[individual enemies die     ]
  23371. renegade:0:0000:00:999:[after one knockdown        ]
  23372. renegade:0:0000:00:999:[                           ]
  23373. renegade:0:0000:00:999:[These two enemies are the  ]
  23374. renegade:0:0000:00:999:[truncheon-wielders on levs ]
  23375. renegade:0:0000:00:999:[1+2, the chain-wielders on ]
  23376. renegade:0:0000:00:999:[lev 3 + standard on level 4]
  23377. renegade:0:0000:00:999:[ (room 1)                  ]
  23378. renegade:0:0222:00:000:Weak Enemy #1
  23379. renegade:0:0223:00:000:Weak Enemy #2
  23380. renegade:0:0000:00:999:[This one is a standrd enemy]
  23381. renegade:0:0000:00:999:[on levs 1,2,4 (room 1), and]
  23382. renegade:0:0000:00:999:[chain-wielder on level 3   ]
  23383. renegade:0:0224:00:000:Weak Enemy #3
  23384. renegade:0:0000:00:999:[This one is a standrd enemy]
  23385. renegade:0:0000:00:999:[on levels 1-4 (room 1)     ]
  23386. renegade:0:0225:00:000:Weak Enemy #4
  23387. renegade:0:0000:00:999:[These two are standard     ]
  23388. renegade:0:0000:00:999:[enemies on levs 1-3 &4(rm2)]
  23389. renegade:0:0226:00:000:Weak Enemy #5
  23390. renegade:0:0227:00:000:Weak Enemy #6
  23391. renegade:0:0000:00:999:[This one is a standrd enemy]
  23392. renegade:0:0000:00:999:[on levels 3 and 4 (room 2) ]
  23393. renegade:0:0228:00:000:Weak Enemy #7
  23394. renegade:0:0000:00:999:[This one is a standrd enemy]
  23395. renegade:0:0000:00:999:[on level 4 (room 2)        ]
  23396. renegade:0:0229:00:000:Weak Enemy #8
  23397.  
  23398. ; [ Repulse ]
  23399. repulse:0:F8BF:0B:000:Infinite Lives PL1
  23400. repulse:0:F8D3:0B:000:Infinite Lives PL2
  23401. repulse:0:F652:0C:000:Infinite Energy (01/10)
  23402. repulse:0:F653:0C:500:Infinite Energy (02/10)
  23403. repulse:0:F654:0C:500:Infinite Energy (03/10)
  23404. repulse:0:F655:0C:500:Infinite Energy (04/10)
  23405. repulse:0:F656:0C:500:Infinite Energy (05/10)
  23406. repulse:0:F657:0C:500:Infinite Energy (06/10)
  23407. repulse:0:F658:0C:500:Infinite Energy (07/10)
  23408. repulse:0:F659:0C:500:Infinite Energy (08/10)
  23409. repulse:0:F65A:0C:500:Infinite Energy (09/10)
  23410. repulse:0:F65B:0C:500:Infinite Energy (10/10)
  23411. repulse:0:F5C7:58:000:Shield stays on longer (1/4):Buggy - cosmetic only?
  23412. repulse:0:F597:59:500:Shield stays on longer (2/4)
  23413. repulse:0:F5C5:5A:500:Shield stays on longer (3/4)
  23414. repulse:0:F595:5B:500:Shield stays on longer (4/4)
  23415. repulse:0:F0F0:0F:000:Enemies Don't Shoot
  23416. repulse:0:F109:80:000:Always have Normal Shoot
  23417. repulse:0:F109:81:000:Always have Fast Shoot
  23418. repulse:0:F109:80:001:Get Normal Shoot Now!
  23419. repulse:0:F109:81:001:Get Fast Shoot Now!
  23420.  
  23421. ; [ Rescue Raider ]
  23422. rescraid:0:0140:05:000:Infinite Lives
  23423. rescraid:0:0142:7F:000:Infinite Fuel
  23424.  
  23425. ; [ Rescue ]
  23426. rescue:0:8669:09:000:Infinite Lives
  23427. rescue:0:8273:01:000:Fire always enabled
  23428. rescue:0:868F:01:001:One man needed to land Now!
  23429.  
  23430. ; [ Return of the Invaders (bootleg set 1) ]
  23431. retofin1:0:9928:09:000:Infinite Lives PL1
  23432. retofin1:0:9929:09:000:Infinite Lives PL2
  23433.  
  23434. ; [ Return of the Invaders (bootleg set 2) ]
  23435. retofin2:0:9928:09:000:Infinite Lives PL1
  23436. retofin2:0:9929:09:000:Infinite Lives PL2
  23437.  
  23438. ; [ Return of the Invaders ]
  23439. retofinv:0:9928:09:000:Infinite Lives PL1
  23440. retofinv:0:9929:09:000:Infinite Lives PL2
  23441.  
  23442. ; [ Konami RF2 - Red Fighter ]
  23443. rf2:0:01E204:47:000:Infinite Fuel
  23444. rf2:0:01E02C:96:002:Sound Test Timer Stop:[PL1 Shot2]Next Code
  23445.  
  23446. ; [ Riding Hero ]
  23447. ridhero:0:100F79:04:000:Infinite Turbos
  23448. ridhero:0:100F89:01:000:Win every race (as 1st)
  23449.  
  23450. ; [ Ring King (set 2) ]
  23451. ringkin2:0:C059:FF:000:Infinite Energy
  23452. ringkin2:0:C019:00:000:Weak opponent
  23453. ringkin2:0:C190:00:000:Infinite Time
  23454. ringkin2:0:C190:3B:001:Finish round Now!
  23455. ringkin2:0:C061:FA:000:Ply's hits always set to 250
  23456. ringkin2:0:C021:00:000:CPU's hits always set to 0
  23457. ringkin2:0:C061:FA:001:Set Ply's hits set = 250 Now!
  23458. ringkin2:0:C021:00:001:Set CPU's hits set to 0 Now!
  23459. ringkin2:0:C061:FF:070:Select Player's hits
  23460. ringkin2:0:C021:FF:070:Select Computer's hits
  23461.  
  23462. ; [ Ring King (set 3) ]
  23463. ringkin3:0:C059:FF:000:Infinite Energy
  23464. ringkin3:0:C019:00:000:Weak opponent
  23465. ringkin3:0:C190:00:000:Infinite Time
  23466. ringkin3:0:C190:3B:001:Finish round Now!
  23467. ringkin3:0:C061:FA:000:Ply's hits always set to 250
  23468. ringkin3:0:C021:00:000:CPU's hits always set to 0
  23469. ringkin3:0:C061:FA:001:Set Ply's hits set = 250 Now!
  23470. ringkin3:0:C021:00:001:Set CPU's hits set to 0 Now!
  23471. ringkin3:0:C061:FF:070:Select Player's hits
  23472. ringkin3:0:C021:FF:070:Select Computer's hits
  23473.  
  23474. ; [ Ring King (set 1) ]
  23475. ringking:0:C059:FF:000:Infinite Energy
  23476. ringking:0:C019:00:000:Weak opponent
  23477. ringking:0:C190:00:000:Infinite Time
  23478. ringking:0:C190:3B:001:Finish round Now!
  23479. ringking:0:C061:FA:000:Ply's hits always set to 250
  23480. ringking:0:C021:00:000:CPU's hits always set to 0
  23481. ringking:0:C061:FA:001:Set Ply's hits set = 250 Now!
  23482. ringking:0:C021:00:001:Set CPU's hits set to 0 Now!
  23483. ringking:0:C061:FF:070:Select Player's hits
  23484. ringking:0:C021:FF:070:Select Computer's hits
  23485.  
  23486. ; [ Ring no Ohja (Japan) ]
  23487. ringohja:0:4125:99:000:Infinite Energy PL1
  23488. ringohja:0:4135:99:000:Infinite Energy PL2
  23489. ringohja:0:4145:99:000:Infinite Energy PL3
  23490. ringohja:0:4155:99:000:Infinite Energy PL4
  23491. ringohja:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code
  23492.  
  23493. ; [ Riot City ]
  23494. riotcity:0:FFECF9:63:000:Infinite Time
  23495. riotcity:0:FFF011:03:000:Infinite Lives PL1
  23496. riotcity:0:FFDAD5:70:000:Infinite Energy PL1
  23497. riotcity:0:FFF00D:F0:000:Invincibility PL1 (1/2)
  23498. riotcity:0:FFE8D5:10:540:Invincibility PL1 (2/2)
  23499. riotcity:0:FFF03D:03:000:Infinite Lives PL2
  23500. riotcity:0:FFDAD9:70:000:Infinite Energy PL2
  23501. riotcity:0:FFF039:F0:000:Invincibility PL2 (1/2)
  23502. riotcity:0:FFE8D9:20:540:Invincibility PL2 (2/2)
  23503.  
  23504. ; [ Rip Cord ]
  23505. ripcord:0:002C:09:000:Infinite Jumps
  23506.  
  23507. ; [ Road Blasters ]
  23508. roadblst:0:401FF5:19:000:Fix No Soundcard Problem
  23509. roadblst:0:4001E1:E0:000:Infinite Fuel
  23510. roadblst:0:401135:DA:000:Infinite Special Weapon
  23511. roadblst:0:40013B:00:000:Always No Special Weapon
  23512. roadblst:0:40013B:01:000:Always Nitro Injector
  23513. roadblst:0:40013B:02:000:Always Cruise Missile
  23514. roadblst:0:40013B:03:000:Always Electro Shield
  23515. roadblst:0:40013B:04:000:Always U.Z. Cannon
  23516. roadblst:0:40013B:00:001:Lose Special Weapons Now!
  23517. roadblst:0:40013B:01:001:Get Nitro Injector Now!
  23518. roadblst:0:40013B:02:001:Get Cruise Missile Now!
  23519. roadblst:0:40013B:03:001:Get Electro Shield Now!
  23520. roadblst:0:40013B:04:001:Get U.Z. Cannon Now!
  23521.  
  23522. ; [ Road Fighter (set 1) ]
  23523. roadf:0:30AE:FF:000:Infinite Fuel
  23524. roadf:0:30B7:00:000:Infinite Time
  23525.  
  23526. ; [ Road Fighter (set 2) ]
  23527. roadf2:0:30AE:FF:000:Infinite Fuel
  23528. roadf2:0:30B7:00:000:Infinite Time
  23529.  
  23530. ; [ Road Runner ]
  23531. roadrunn:0:401FF5:19:000:Fix No Soundcard Problem
  23532. roadrunn:0:400C8C:09:000:Infinite Lives PL1
  23533. roadrunn:0:400C8D:09:000:Infinite Lives PL2
  23534. roadrunn:0:401590:05:000:No missed birdseed
  23535.  
  23536. ; [ Robby Roto ]
  23537. robby:0:E388:04:000:Infinite Lives PL1
  23538. robby:0:E389:04:000:Infinite Lives PL2
  23539. robby:0:E38A:01:000:Infinite Magic PL1
  23540. robby:0:E38B:01:000:Infinite Magic PL2
  23541.  
  23542. ; [ Robo Army ]
  23543. roboarmy:0:1000D3:0A:000:Infinite Energy PL1
  23544. roboarmy:0:1000D4:06:000:Infinite Bombs PL1
  23545. roboarmy:0:1000D2:09:000:Always X9 Pow PL1
  23546. roboarmy:0:1001D3:0A:000:Infinite Energy PL2
  23547. roboarmy:0:1001D4:06:000:Infinite Bombs PL2
  23548. roboarmy:0:1001D2:09:000:Always X9 Pow PL2
  23549.  
  23550. ; [ Robocop (World revision 3) ]
  23551. robocop:0:FFB243:79:000:Maximum Energy Capacity
  23552. robocop:0:FFB242:79:000:Infinite Energy
  23553. robocop:0:FF8FB7:59:000:Infinite Time
  23554. robocop:0:FFB248:99:000:Infinite Ammo
  23555. robocop:0:FFB247:00:000:Always have Normal Gun
  23556. robocop:0:FFB247:01:000:Always have 3 Way Gun
  23557. robocop:0:FFB247:02:000:Always have Dual Laser
  23558. robocop:0:FFB247:03:000:Always have Cobra Gun
  23559. robocop:0:FFB247:00:001:Get Normal Gun Now!
  23560. robocop:0:FFB247:01:001:Get 3 Way Gun Now!
  23561. robocop:0:FFB247:02:001:Get Dual Laser Now!
  23562. robocop:0:FFB247:03:001:Get Cobra Gun Now!
  23563. robocop:0:FFB242:99:000:Suicide (untested)
  23564. robocop:0:000000:00:999:[The stage select cheat     ]
  23565. robocop:0:000000:00:999:[should be deactivated after]
  23566. robocop:0:000000:00:999:[finishing stage 1          ]
  23567. robocop:0:FFB21D:01:000:Go To Stage 3 after Stage 1
  23568. robocop:0:FFB21D:02:000:Go To Stage 4 after Stage 1
  23569. robocop:0:FFB21D:03:000:Go To Stage 5 after Stage 1
  23570. robocop:0:FFB21D:04:000:Go To Stage 6 after Stage 1
  23571. robocop:0:FFB21D:05:000:Go To Stage 7 after Stage 1
  23572. robocop:0:FFB21D:06:000:Go To Stage 8 after Stage 1
  23573. robocop:0:FFB21D:07:000:Go To Stage 9 after Stage 1
  23574. robocop:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
  23575.  
  23576. ; [ Robocop (World bootleg) ]
  23577. robocopb:0:FFB243:79:000:Maximum Energy Capacity
  23578. robocopb:0:FFB242:79:000:Infinite Energy
  23579. robocopb:0:FF8FB7:59:000:Infinite Time
  23580. robocopb:0:FFB248:99:000:Infinite Ammo
  23581. robocopb:0:FFB247:00:000:Always have Normal Gun
  23582. robocopb:0:FFB247:01:000:Always have 3 Way Gun
  23583. robocopb:0:FFB247:02:000:Always have Dual Laser
  23584. robocopb:0:FFB247:03:000:Always have Cobra Gun
  23585. robocopb:0:FFB247:00:001:Get Normal Gun Now!
  23586. robocopb:0:FFB247:01:001:Get 3 Way Gun Now!
  23587. robocopb:0:FFB247:02:001:Get Dual Laser Now!
  23588. robocopb:0:FFB247:03:001:Get Cobra Gun Now!
  23589. robocopb:0:FFB242:99:000:Suicide (untested)
  23590. robocopb:0:000000:00:999:[The stage select cheat     ]
  23591. robocopb:0:000000:00:999:[should be deactivated after]
  23592. robocopb:0:000000:00:999:[finishing stage 1          ]
  23593. robocopb:0:FFB21D:01:000:Go To Stage 3 after Stage 1
  23594. robocopb:0:FFB21D:02:000:Go To Stage 4 after Stage 1
  23595. robocopb:0:FFB21D:03:000:Go To Stage 5 after Stage 1
  23596. robocopb:0:FFB21D:04:000:Go To Stage 6 after Stage 1
  23597. robocopb:0:FFB21D:05:000:Go To Stage 7 after Stage 1
  23598. robocopb:0:FFB21D:06:000:Go To Stage 8 after Stage 1
  23599. robocopb:0:FFB21D:07:000:Go To Stage 9 after Stage 1
  23600. robocopb:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
  23601.  
  23602. ; [ Robocop (US revision 1) ]
  23603. robocopu:0:FFB243:79:000:Maximum Energy Capacity
  23604. robocopu:0:FFB242:79:000:Infinite Energy
  23605. robocopu:0:FF8FB7:59:000:Infinite Time
  23606. robocopu:0:FFB248:99:000:Infinite Ammo
  23607. robocopu:0:FFB247:00:000:Always have Normal Gun
  23608. robocopu:0:FFB247:01:000:Always have 3 Way Gun
  23609. robocopu:0:FFB247:02:000:Always have Dual Laser
  23610. robocopu:0:FFB247:03:000:Always have Cobra Gun
  23611. robocopu:0:FFB247:00:001:Get Normal Gun Now!
  23612. robocopu:0:FFB247:01:001:Get 3 Way Gun Now!
  23613. robocopu:0:FFB247:02:001:Get Dual Laser Now!
  23614. robocopu:0:FFB247:03:001:Get Cobra Gun Now!
  23615. robocopu:0:FFB242:99:000:Suicide (untested)
  23616. robocopu:0:000000:00:999:[The stage select cheat     ]
  23617. robocopu:0:000000:00:999:[should be deactivated after]
  23618. robocopu:0:000000:00:999:[finishing stage 1          ]
  23619. robocopu:0:FFB21D:01:000:Go To Stage 3 after Stage 1
  23620. robocopu:0:FFB21D:02:000:Go To Stage 4 after Stage 1
  23621. robocopu:0:FFB21D:03:000:Go To Stage 5 after Stage 1
  23622. robocopu:0:FFB21D:04:000:Go To Stage 6 after Stage 1
  23623. robocopu:0:FFB21D:05:000:Go To Stage 7 after Stage 1
  23624. robocopu:0:FFB21D:06:000:Go To Stage 8 after Stage 1
  23625. robocopu:0:FFB21D:07:000:Go To Stage 9 after Stage 1
  23626. robocopu:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
  23627.  
  23628. ; [ Robocop (US revision 0) ]
  23629. robocpu0:0:FFB243:79:000:Maximum Energy Capacity
  23630. robocpu0:0:FFB242:79:000:Infinite Energy
  23631. robocpu0:0:FF8FB7:59:000:Infinite Time
  23632. robocpu0:0:FFB248:99:000:Infinite Ammo
  23633. robocpu0:0:FFB247:00:000:Always have Normal Gun
  23634. robocpu0:0:FFB247:01:000:Always have 3 Way Gun
  23635. robocpu0:0:FFB247:02:000:Always have Dual Laser
  23636. robocpu0:0:FFB247:03:000:Always have Cobra Gun
  23637. robocpu0:0:FFB247:00:001:Get Normal Gun Now!
  23638. robocpu0:0:FFB247:01:001:Get 3 Way Gun Now!
  23639. robocpu0:0:FFB247:02:001:Get Dual Laser Now!
  23640. robocpu0:0:FFB247:03:001:Get Cobra Gun Now!
  23641. robocpu0:0:FFB242:99:000:Suicide (untested)
  23642. robocpu0:0:000000:00:999:[The stage select cheat     ]
  23643. robocpu0:0:000000:00:999:[should be deactivated after]
  23644. robocpu0:0:000000:00:999:[finishing stage 1          ]
  23645. robocpu0:0:FFB21D:01:000:Go To Stage 3 after Stage 1
  23646. robocpu0:0:FFB21D:02:000:Go To Stage 4 after Stage 1
  23647. robocpu0:0:FFB21D:03:000:Go To Stage 5 after Stage 1
  23648. robocpu0:0:FFB21D:04:000:Go To Stage 6 after Stage 1
  23649. robocpu0:0:FFB21D:05:000:Go To Stage 7 after Stage 1
  23650. robocpu0:0:FFB21D:06:000:Go To Stage 8 after Stage 1
  23651. robocpu0:0:FFB21D:07:000:Go To Stage 9 after Stage 1
  23652. robocpu0:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
  23653.  
  23654. ; [ Robotron (Solid Blue label) ]
  23655. robotron:0:BDEC:08:000:Infinite Lives PL1
  23656. robotron:0:BE28:08:000:Infinite Lives PL2
  23657.  
  23658. ; [ Robotron (Yellow/Orange label) ]
  23659. robotryo:0:BDEC:08:000:Infinite Lives PL1
  23660. robotryo:0:BE28:08:000:Infinite Lives PL2
  23661.  
  23662. ; [ Rockman - The Power Battle (Japan) ]
  23663. rockmanj:0:FFD851:00:001:One hit for Crash-man
  23664. rockmanj:0:FFDA51:00:001:One hit for other enemies
  23665. rockmanj:0:FFD951:00:001:Kill small enemies - Lv 7
  23666. rockmanj:0:FFDA51:00:001:One hit for prof - hands
  23667. rockmanj:0:FFD751:00:001:One hit for prof - nails
  23668. rockmanj:0:FFD951:00:001:One hit for prof - head
  23669. rockmanj:0:FF8119:45:000:Infinite Time
  23670. rockmanj:0:FF8351:10:000:Infinite Energy PL1
  23671. rockmanj:0:FF8352:78:000:Invincibility PL1
  23672. rockmanj:0:FF8453:1C:000:Infinite extra weapon 1 PL1
  23673. rockmanj:0:FF8455:1C:000:Infinite extra weapon 2 PL1
  23674. rockmanj:0:FF8457:1C:000:Infinite extra weapon 3 PL1
  23675. rockmanj:0:FF8459:1C:000:Infinite extra weapon 4 PL1
  23676. rockmanj:0:FF845B:1C:000:Infinite extra weapon 5 PL1
  23677. rockmanj:0:FF845D:1C:000:Infinite extra weapon 6 PL1
  23678. rockmanj:0:FF8449:01:000:Always have ex. weapon 1 PL1
  23679. rockmanj:0:FF844A:01:000:Always have ex. weapon 2 PL1
  23680. rockmanj:0:FF844B:01:000:Always have ex. weapon 3 PL1
  23681. rockmanj:0:FF844C:01:000:Always have ex. weapon 4 PL1
  23682. rockmanj:0:FF844D:01:000:Always have ex. weapon 5 PL1
  23683. rockmanj:0:FF844E:01:000:Always have ex. weapon 6 PL1
  23684. rockmanj:0:FF8449:00:001:Lose extra weapon 1 Now! PL1
  23685. rockmanj:0:FF844A:00:001:Lose extra weapon 2 Now! PL1
  23686. rockmanj:0:FF844B:00:001:Lose extra weapon 3 Now! PL1
  23687. rockmanj:0:FF844C:00:001:Lose extra weapon 4 Now! PL1
  23688. rockmanj:0:FF844D:00:001:Lose extra weapon 5 Now! PL1
  23689. rockmanj:0:FF844E:00:001:Lose extra weapon 6 Now! PL1
  23690. rockmanj:0:FF8751:10:000:Infinite Energy PL2
  23691. rockmanj:0:FF8752:78:000:Invincibility PL2
  23692. rockmanj:0:FF8853:1C:000:Infinite extra weapon 1 PL2
  23693. rockmanj:0:FF8855:1C:000:Infinite extra weapon 2 PL2
  23694. rockmanj:0:FF8857:1C:000:Infinite extra weapon 3 PL2
  23695. rockmanj:0:FF8859:1C:000:Infinite extra weapon 4 PL2
  23696. rockmanj:0:FF885B:1C:000:Infinite extra weapon 5 PL2
  23697. rockmanj:0:FF885D:1C:000:Infinite extra weapon 6 PL2
  23698. rockmanj:0:FF8849:01:000:Always have ex. weapon 1 PL2
  23699. rockmanj:0:FF884A:01:000:Always have ex. weapon 2 PL2
  23700. rockmanj:0:FF884B:01:000:Always have ex. weapon 3 PL2
  23701. rockmanj:0:FF884C:01:000:Always have ex. weapon 4 PL2
  23702. rockmanj:0:FF884D:01:000:Always have ex. weapon 5 PL2
  23703. rockmanj:0:FF884E:01:000:Always have ex. weapon 6 PL2
  23704. rockmanj:0:FF8849:00:001:Lose extra weapon 1 Now! PL2
  23705. rockmanj:0:FF884A:00:001:Lose extra weapon 2 Now! PL2
  23706. rockmanj:0:FF884B:00:001:Lose extra weapon 3 Now! PL2
  23707. rockmanj:0:FF884C:00:001:Lose extra weapon 4 Now! PL2
  23708. rockmanj:0:FF884D:00:001:Lose extra weapon 5 Now! PL2
  23709. rockmanj:0:FF884E:00:001:Lose extra weapon 6 Now! PL2
  23710.  
  23711. ; [ Rock 'n Rage (World?) ]
  23712. rockrage:0:4F8C:03:000:Invincibility
  23713. rockrage:0:48E0:09:000:Infinite Lives PL1
  23714. rockrage:0:5800:02:001:Get Little Shot Now! PL1
  23715. rockrage:0:5800:08:001:Get 3 Shot Now! PL1
  23716. rockrage:0:5800:10:001:Get Big Shot Now! PL1
  23717. rockrage:0:5800:04:001:Get Small Shield Now! PL1
  23718. rockrage:0:5800:05:001:Get Big Shield Now! PL1
  23719. rockrage:0:5800:02:000:Always Little Shot PL1
  23720. rockrage:0:5800:08:000:Always 3 Shot PL2
  23721. rockrage:0:5800:10:000:Always Big Shot PL1
  23722. rockrage:0:5800:04:000:Always Small Shield PL1
  23723. rockrage:0:5800:05:000:Always Big Shield PL1
  23724. rockrage:0:48EE:09:000:Infinite Lives PL2 
  23725. rockrage:0:5801:02:001:Get Little Shot Now! PL2
  23726. rockrage:0:5801:08:001:Get 3 Shot Now! PL2
  23727. rockrage:0:5801:10:001:Get Big Shot Now! PL2
  23728. rockrage:0:5801:04:001:Get Small Shield Now! PL2
  23729. rockrage:0:5801:05:001:Get Big Shield Now! PL2
  23730. rockrage:0:5801:02:000:Always Little Shot PL2
  23731. rockrage:0:5801:08:000:Always 3 Shot PL2
  23732. rockrage:0:5801:10:000:Always Big Shot PL2
  23733. rockrage:0:5801:04:000:Always Small Shield PL2
  23734. rockrage:0:5801:05:000:Always Big Shield PL2
  23735. rockrage:0:486C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  23736.  
  23737. ; [ Koi no Hotrock (Japan) ]
  23738. rockragj:0:4F8C:03:000:Invincibility
  23739. rockragj:0:48E0:09:000:Infinite Lives PL1
  23740. rockragj:0:5800:02:001:Get Little Shot Now! PL1
  23741. rockragj:0:5800:08:001:Get 3 Shot Now! PL1
  23742. rockragj:0:5800:10:001:Get Big Shot Now! PL1
  23743. rockragj:0:5800:04:001:Get Small Shield Now! PL1
  23744. rockragj:0:5800:05:001:Get Big Shield Now! PL1
  23745. rockragj:0:5800:02:000:Always Little Shot PL1
  23746. rockragj:0:5800:08:000:Always 3 Shot PL2
  23747. rockragj:0:5800:10:000:Always Big Shot PL1
  23748. rockragj:0:5800:04:000:Always Small Shield PL1
  23749. rockragj:0:5800:05:000:Always Big Shield PL1
  23750. rockragj:0:48EE:09:000:Infinite Lives PL2 
  23751. rockragj:0:5801:02:001:Get Little Shot Now! PL2
  23752. rockragj:0:5801:08:001:Get 3 Shot Now! PL2
  23753. rockragj:0:5801:10:001:Get Big Shot Now! PL2
  23754. rockragj:0:5801:04:001:Get Small Shield Now! PL2
  23755. rockragj:0:5801:05:001:Get Big Shield Now! PL2
  23756. rockragj:0:5801:02:000:Always Little Shot PL2
  23757. rockragj:0:5801:08:000:Always 3 Shot PL2
  23758. rockragj:0:5801:10:000:Always Big Shot PL2
  23759. rockragj:0:5801:04:000:Always Small Shield PL2
  23760. rockragj:0:5801:05:000:Always Big Shield PL2
  23761. rockragj:0:486C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
  23762.  
  23763. ; [ Roc'n Rope ]
  23764. rocnrope:0:50C0:0A:000:Infinite Lives
  23765. rocnrope:0:51C0:02:000:Invulnerable to enemies
  23766. rocnrope:0:0000:00:999:[Take care with the sprite  ]
  23767. rocnrope:0:0000:00:999:[collision cheat - if you   ]
  23768. rocnrope:0:0000:00:999:[fall you must turn it OFF  ]
  23769. rocnrope:0:0000:00:999:[to be able to restart.     ]
  23770. rocnrope:0:5005:01:000:No sprite\sprite collisions
  23771. rocnrope:0:509B:99:000:Infinite Bonus
  23772.  
  23773. ; [ Roc'n Rope (Kosuka) ]
  23774. rocnropk:0:50C0:0A:000:Infinite Lives
  23775. rocnropk:0:51C0:02:000:Invulnerable to enemies
  23776. rocnropk:0:0000:00:999:[Take care with the sprite  ]
  23777. rocnropk:0:0000:00:999:[collision cheat - if you   ]
  23778. rocnropk:0:0000:00:999:[fall you must turn it OFF  ]
  23779. rocnropk:0:0000:00:999:[to be able to restart.     ]
  23780. rocnropk:0:5005:01:000:No sprite\sprite collisions
  23781. rocnropk:0:509B:99:000:Infinite Bonus
  23782.  
  23783. ; [ RodLand (World) ]
  23784. rodland:0:0F48B1:01:001:Turn "Extra Game" ON (1/3)
  23785. rodland:0:0F3072:FF:501:Turn "Extra Game" ON (2/3)
  23786. rodland:0:0F3073:FF:501:Turn "Extra Game" ON (3/3)
  23787. rodland:0:0F413B:03:000:Infinite Lives PL1
  23788. rodland:0:0F413D:B4:000:Invincibility PL1
  23789. rodland:0:0F422F:1F:001:Get EXTRA Now! PL1:"Extra Game" must be ON
  23790. rodland:0:0F4231:01:021:Get letter - E Now! PL1:"Extra Game" must be ON
  23791. rodland:0:0F4231:02:021:Get letter - X Now! PL1:"Extra Game" must be ON
  23792. rodland:0:0F4231:04:021:Get letter - T Now! PL1:"Extra Game" must be ON
  23793. rodland:0:0F4231:08:021:Get letter - R Now! PL1:"Extra Game" must be ON
  23794. rodland:0:0F4231:10:021:Get letter - A Now! PL1:"Extra Game" must be ON
  23795. rodland:0:0F41BB:03:000:Infinite Lives PL2
  23796. rodland:0:0F41BD:B4:000:Invincibility PL2
  23797. rodland:0:0F4233:1F:001:Get EXTRA Now! PL2:"Extra Game" must be ON
  23798. rodland:0:0F4233:01:021:Get letter - E Now! PL2:"Extra Game" must be ON
  23799. rodland:0:0F4233:02:021:Get letter - X Now! PL2:"Extra Game" must be ON
  23800. rodland:0:0F4233:04:021:Get letter - T Now! PL2:"Extra Game" must be ON
  23801. rodland:0:0F4233:08:021:Get letter - R Now! PL2:"Extra Game" must be ON
  23802. rodland:0:0F4233:10:021:Get letter - A Now! PL2:"Extra Game" must be ON
  23803. rodland:0:000000:00:999:[      EXTRA GAME INFO      ]
  23804. rodland:0:000000:00:999:[To access PART 2 of the    ]
  23805. rodland:0:000000:00:999:[ game, after you have      ]
  23806. rodland:0:000000:00:999:[inserted a credit press    ]
  23807. rodland:0:000000:00:999:[DOWN 3 times then press    ]
  23808. rodland:0:000000:00:999:[start!!!                   ]
  23809.  
  23810. ; [ RodLand (Japan) ]
  23811. rodlandj:0:0F48AF:01:001:Turn "Extra Game" ON (1/3)
  23812. rodlandj:0:0F3070:FF:501:Turn "Extra Game" ON (2/3)
  23813. rodlandj:0:0F3071:FF:501:Turn "Extra Game" ON (3/3)
  23814. rodlandj:0:0F4139:03:000:Infinite Lives PL1
  23815. rodlandj:0:0F413B:B4:000:Invincibility PL1
  23816. rodlandj:0:0F422F:1F:001:Get EXTRA Now! PL1:"Extra Game" must be ON
  23817. rodlandj:0:0F422F:01:021:Get letter - E Now! PL1:"Extra Game" must be ON
  23818. rodlandj:0:0F422F:02:021:Get letter - X Now! PL1:"Extra Game" must be ON
  23819. rodlandj:0:0F422F:04:021:Get letter - T Now! PL1:"Extra Game" must be ON
  23820. rodlandj:0:0F422F:08:021:Get letter - R Now! PL1:"Extra Game" must be ON
  23821. rodlandj:0:0F422F:10:021:Get letter - A Now! PL1:"Extra Game" must be ON
  23822. rodlandj:0:0F41B9:03:000:Infinite Lives PL2
  23823. rodlandj:0:0F41BB:B4:000:Invincibility PL2
  23824. rodlandj:0:0F4231:1F:001:Get EXTRA Now! PL2:"Extra Game" must be ON
  23825. rodlandj:0:0F4231:01:021:Get letter - E Now! PL2:"Extra Game" must be ON
  23826. rodlandj:0:0F4231:02:021:Get letter - X Now! PL2:"Extra Game" must be ON
  23827. rodlandj:0:0F4231:04:021:Get letter - T Now! PL2:"Extra Game" must be ON
  23828. rodlandj:0:0F4231:08:021:Get letter - R Now! PL2:"Extra Game" must be ON
  23829. rodlandj:0:0F4231:10:021:Get letter - A Now! PL2:"Extra Game" must be ON
  23830. rodlandj:0:000000:00:999:[      EXTRA GAME INFO      ]
  23831. rodlandj:0:000000:00:999:[To access PART 2 of the    ]
  23832. rodlandj:0:000000:00:999:[ game, after you have      ]
  23833. rodlandj:0:000000:00:999:[inserted a credit press    ]
  23834. rodlandj:0:000000:00:999:[UP 3 times then press start]
  23835.  
  23836. ; [ Return of Ishtar, The ]
  23837. roishtar:0:1ECD:00:000:Invincibility
  23838.  
  23839. ; [ Rollergames (US) ]
  23840. rollerg:0:2062:64:000:Infinite Time
  23841. rollerg:0:2062:01:001:Finish Quarter Now!
  23842. rollerg:0:2096:63:000:Infinite Lives PL1
  23843. rollerg:0:11B7:88:000:Infinite Energy PL1 (1/2)
  23844. rollerg:0:302A:40:500:Infinite Energy PL1 (2/2)
  23845. rollerg:0:203E:03:001:Set score = 999 Now! PL1(1/2)
  23846. rollerg:0:203F:E7:501:Set score = 999 Now! PL1(2/2)
  23847. rollerg:0:203E:03:000:Score always = 999 PL1 (1/2)
  23848. rollerg:0:203F:E7:500:Score always = 999 PL1 (2/2)
  23849. rollerg:0:203F:FF:070:Select score PL1
  23850. ;Player 2 poking value for Infinite Lives is strange!
  23851. rollerg:0:2097:E7:000:Infinite Lives PL2
  23852. rollerg:0:11E7:58:000:Infinite Energy PL2 (1/2)
  23853. rollerg:0:308A:40:500:Infinite Energy PL2 (2/2)
  23854. rollerg:0:2040:03:001:Set score = 999 Now! PL2(1/2)
  23855. rollerg:0:2041:E7:501:Set score = 999 Now! PL2(2/2)
  23856. rollerg:0:2040:03:000:Score always = 999 PL2 (1/2)
  23857. rollerg:0:2041:E7:500:Score always = 999 PL2 (2/2)
  23858. rollerg:0:2041:FF:070:Select score PL2
  23859. rollerg:0:300C:80:000:Sound Test Timer Stop:[PL2 Start]Next Code
  23860.  
  23861. ; [ Rollergames (Japan) ]
  23862. rollergj:0:2062:64:000:Infinite Time
  23863. rollergj:0:2062:01:001:Finish Quarter Now!
  23864. rollergj:0:2096:63:000:Infinite Lives PL1
  23865. rollergj:0:11B7:88:000:Infinite Energy PL1 (1/2)
  23866. rollergj:0:302A:40:500:Infinite Energy PL1 (2/2)
  23867. rollergj:0:203E:03:001:Set score = 999 Now! PL1(1/2)
  23868. rollergj:0:203F:E7:501:Set score = 999 Now! PL1(2/2)
  23869. rollergj:0:203E:03:000:Score always = 999 PL1 (1/2)
  23870. rollergj:0:203F:E7:500:Score always = 999 PL1 (2/2)
  23871. rollergj:0:203F:FF:070:Select score PL1
  23872. ;Player 2 poking value for Infinite Lives is strange!
  23873. rollergj:0:2097:E7:000:Infinite Lives PL2
  23874. rollergj:0:11E7:58:000:Infinite Energy PL2 (1/2)
  23875. rollergj:0:308A:40:500:Infinite Energy PL2 (2/2)
  23876. rollergj:0:2040:03:001:Set score = 999 Now! PL2(1/2)
  23877. rollergj:0:2041:E7:501:Set score = 999 Now! PL2(2/2)
  23878. rollergj:0:2040:03:000:Score always = 999 PL2 (1/2)
  23879. rollergj:0:2041:E7:500:Score always = 999 PL2 (2/2)
  23880. rollergj:0:2041:FF:070:Select score PL2
  23881. rollergj:0:300C:80:000:Sound Test Timer Stop:[PL2 Start]Next Code
  23882.  
  23883. ; [ Rolling Crash / Moon Base ]
  23884. rollingc:0:2010:04:000:Infinite Lives
  23885.  
  23886. ; [ Rompers (Japan) ]
  23887. rompers:0:3BB7:09:000:Infinite Time
  23888. rompers:0:0148:05:000:Infinite Lives
  23889. rompers:0:103A:00:000:Invincibility
  23890. rompers:0:0154:01:001:Next Key finishes level Now!
  23891. rompers:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  23892.  
  23893. ; [ Rompers (Japan old version) ]
  23894. romperso:0:3BB7:09:000:Infinite Time
  23895. romperso:0:0148:05:000:Infinite Lives
  23896. romperso:0:103A:00:000:Invincibility
  23897. romperso:0:0154:01:001:Next Key finishes level Now!
  23898. romperso:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  23899.  
  23900. ; [ Round-Up ]
  23901. roundup:0:8040:13:000:Infinite Lives
  23902.  
  23903. ; [ Route 16 ]
  23904. route16:0:40C7:99:000:Infinite Fuel
  23905. route16:0:406A:06:000:Infinite Lives PL1
  23906. route16:0:406B:06:000:Infinite Lives PL2
  23907.  
  23908. ; [ Route 16 (bootleg) ]
  23909. route16b:0:40C7:99:000:Infinite Fuel
  23910. route16b:0:406A:06:000:Infinite Lives PL1
  23911. route16b:0:406B:06:000:Infinite Lives PL2
  23912.  
  23913. ; [ River Patrol (bootleg) ]
  23914. rpatrolb:0:8019:09:000:Infinite Lives PL1
  23915. rpatrolb:0:801A:09:000:Infinite Lives PL2
  23916. rpatrolb:0:801B:FF:007:Infinite Water
  23917. rpatrolb:0:8116:00:001:Finish Round Now!
  23918.  
  23919. ; [ Rolling Thunder 2 ]
  23920. rthun2:0:100615:99:000:Infinite Time
  23921. rthun2:0:100367:04:000:Infinite Lives PL1
  23922. rthun2:0:10036B:02:000:Infinite Life PL1
  23923. rthun2:0:100365:99:000:Infinite Normal Ammo PL1
  23924. rthun2:0:10036D:40:000:Infinite Machine Gun Ammo PL1:Automatically have the m gun
  23925. rthun2:0:100355:80:000:Invincibility PL1
  23926. rthun2:0:1003F1:04:000:Infinite Lives PL2
  23927. rthun2:0:1003F5:02:000:Infinite Life PL2
  23928. rthun2:0:1003EF:30:000:Infinite Normal Ammo PL2
  23929. rthun2:0:1003F7:80:000:Infinite Machine Gun Ammo PL2:Automatically have the m gun
  23930. rthun2:0:1003DF:80:000:Invincibility PL2
  23931. rthun2:0:1001C1:07:071:Select the current round
  23932.  
  23933. ; [ Rolling Thunder 2 (Japan) ]
  23934. rthun2j:0:100615:99:000:Infinite Time
  23935. rthun2j:0:100367:04:000:Infinite Lives PL1
  23936. rthun2j:0:10036B:02:000:Infinite Life PL1
  23937. rthun2j:0:100365:99:000:Infinite Normal Ammo PL1
  23938. rthun2j:0:10036D:40:000:Infinite Machine Gun Ammo PL1:Automatically have the m gun
  23939. rthun2j:0:100355:80:000:Invincibility PL1
  23940. rthun2j:0:1003F1:04:000:Infinite Lives PL2
  23941. rthun2j:0:1003F5:02:000:Infinite Life PL2
  23942. rthun2j:0:1003EF:30:000:Infinite Normal Ammo PL2
  23943. rthun2j:0:1003F7:80:000:Infinite Machine Gun Ammo PL2:Automatically have the m gun
  23944. rthun2j:0:1003DF:80:000:Invincibility PL2
  23945. rthun2j:0:1001C1:07:071:Select the current round
  23946.  
  23947. ; [ Rolling Thunder (new version) ]
  23948. rthunder:0:5480:99:000:Infinite Lives PL1
  23949. rthunder:0:54A0:99:000:Infinite Lives PL2
  23950. rthunder:0:5612:99:003:Infinite Time
  23951. rthunder:0:56C1:40:000:Infinite Energy
  23952. rthunder:0:56CB:99:000:Infinite Bullets
  23953. rthunder:0:56CD:99:000:Infinite Machine Gun ammo
  23954. rthunder:0:56CE:01:000:Always have Machine Gun
  23955. rthunder:0:56CE:01:001:Get Machine Gun Now!
  23956.  
  23957. ; [ Rolling Thunder (old version) ]
  23958. rthundro:0:5480:99:000:Infinite Lives PL1
  23959. rthundro:0:54A0:99:000:Infinite Lives PL2
  23960. rthundro:0:5612:99:003:Infinite Time
  23961. rthundro:0:56C1:40:000:Infinite Energy
  23962. rthundro:0:56CB:99:000:Infinite Bullets
  23963. rthundro:0:56CD:99:000:Infinite Machine Gun ammo
  23964. rthundro:0:56CE:01:000:Always have Machine Gun
  23965. rthundro:0:56CE:01:001:Get Machine Gun Now!
  23966.  
  23967. ; [ R-Type (Japan) ]
  23968. rtype:0:42F2E:0A:000:Infinite Lives PL1
  23969. rtype:0:42F36:0A:000:Infinite Lives PL2
  23970. rtype:0:4003A:01:000:Always have Max Beam (1/2)
  23971. rtype:0:4003D:80:500:Always have Max Beam (2/2)
  23972. rtype:0:42FC1:01:000:Invincibility "ON"
  23973. rtype:0:42FC1:00:001:Invincibility "OFF"
  23974. rtype:0:4003E:01:000:Always Orb Shot
  23975. rtype:0:4003E:02:000:Always Orb Shot + Laser
  23976. rtype:0:4003E:03:000:Always S. Orb Shot + ZigZag
  23977. rtype:0:4003E:01:001:Get Orb Shot Now!
  23978. rtype:0:4003E:02:001:Get Orb Shot + Laser Now!
  23979. rtype:0:4003E:03:001:Get S. Orb Shot + ZigZag Now!
  23980.  
  23981. ; [ R-Type II ]
  23982. rtype2:0:E381A:0A:000:Infinite Lives PL1
  23983. rtype2:0:E3822:0A:000:Infinite Lives PL2
  23984. rtype2:0:E38BD:01:000:Invincibility "ON"
  23985. rtype2:0:E38BD:00:001:Invincibility "OFF"
  23986. rtype2:0:E003E:01:001:Get Force Now!
  23987. rtype2:0:E003E:03:001:Get Maximum Force Now!
  23988. rtype2:0:E0042:FF:000:Always Maximum Beam
  23989. rtype2:0:E0043:01:000:Diffusion beam 
  23990.  
  23991. ; [ R-Type II (Japan) ]
  23992. rtype2j:0:E381A:0A:000:Infinite Lives PL1
  23993. rtype2j:0:E3822:0A:000:Infinite Lives PL2
  23994. rtype2j:0:E38BD:01:000:Invincibility "ON"
  23995. rtype2j:0:E38BD:00:001:Invincibility "OFF"
  23996. rtype2j:0:E003E:01:001:Get Force Now!
  23997. rtype2j:0:E003E:03:001:Get Maximum Force Now!
  23998. rtype2j:0:E0042:FF:000:Always Maximum Beam
  23999. rtype2j:0:E0043:01:000:Diffusion beam 
  24000.  
  24001. ; [ R-Type (bootleg) ]
  24002. rtypeb:0:42F32:0A:000:Infinite Lives PL1
  24003. rtypeb:0:42F3A:0A:000:Infinite Lives PL2
  24004. rtypeb:0:4003A:01:000:Always have Max Beam (1/2)
  24005. rtypeb:0:4003D:80:500:Always have Max Beam (2/2)
  24006. rtypeb:0:42FC6:01:000:Invincibility "ON"
  24007. rtypeb:0:42FC6:00:001:Invincibility "OFF"
  24008. rtypeb:0:4003E:01:000:Always Orb Shot
  24009. rtypeb:0:4003E:02:000:Always Orb Shot + Laser
  24010. rtypeb:0:4003E:03:000:Always S. Orb Shot + ZigZag
  24011. rtypeb:0:4003E:01:001:Get Orb Shot Now!
  24012. rtypeb:0:4003E:02:001:Get Orb Shot + Laser Now!
  24013. rtypeb:0:4003E:03:001:Get S. Orb Shot + ZigZag Now!
  24014.  
  24015. ; [ R-Type (US) ]
  24016. rtypeu:0:42F32:0A:000:Infinite Lives PL1
  24017. rtypeu:0:42F3A:0A:000:Infinite Lives PL2
  24018. rtypeu:0:4003A:01:000:Always have Max Beam (1/2)
  24019. rtypeu:0:4003D:80:500:Always have Max Beam (2/2)
  24020. rtypeu:0:42FC6:01:000:Invincibility "ON"
  24021. rtypeu:0:42FC6:00:001:Invincibility "OFF"
  24022. rtypeu:0:4003E:01:000:Always Orb Shot
  24023. rtypeu:0:4003E:02:000:Always Orb Shot + Laser
  24024. rtypeu:0:4003E:03:000:Always S. Orb Shot + ZigZag
  24025. rtypeu:0:4003E:01:001:Get Orb Shot Now!
  24026. rtypeu:0:4003E:02:001:Get Orb Shot + Laser Now!
  24027. rtypeu:0:4003E:03:001:Get S. Orb Shot + ZigZag Now!
  24028.  
  24029. ; [ R-Type Leo (Japan) ]
  24030. rtypeleo:0:00000:00:999:[Turn these cheats on ingame]
  24031. rtypeleo:0:00000:00:999:[NOT on the Title Screen!   ]
  24032. rtypeleo:0:E229A:06:000:Infinite Lives PL1
  24033. rtypeleo:0:E2855:38:000:Infinite Energy PL1
  24034. rtypeleo:0:E286A:60:000:Invincibility PL1
  24035. rtypeleo:0:E2867:04:000:Ship reappears immediatelyPL1
  24036. rtypeleo:0:E229B:06:000:Infinite Lives PL2
  24037.  
  24038. ; [ Rug Rats ]
  24039. rugrats:0:9100:05:000:Infinite Lives
  24040.  
  24041. ; [ Runark (Japan) ]
  24042. runark:0:107869:28:000:Infinite Energy PL1
  24043. runark:0:1078C5:EE:000:Invincibility PL1
  24044. runark:0:107845:06:000:Infinite Ammo PL1
  24045. runark:0:000000:00:999:[Note these weapon cheats   ]
  24046. runark:0:000000:00:999:[must be used with          ]
  24047. runark:0:000000:00:999:[invincibility enabled and a]
  24048. runark:0:000000:00:999:[weapon in use at the time. ]
  24049. runark:0:1078BB:00:001:Lose Weapon Now! PL1
  24050. runark:0:1078BB:01:001:Change to Knife Now! PL1
  24051. runark:0:1078BB:02:001:Change to Revolver Now! PL1
  24052. runark:0:1078BB:03:001:Change to Whip Now! PL1
  24053. runark:0:1078BB:05:001:Change to Ass. Rifle Now! PL1
  24054. runark:0:1078BB:06:001:Change to R Launcher Now! PL1
  24055. runark:0:1078BB:07:001:Change to Grenade Now! PL1
  24056. runark:0:1078BB:08:001:Change to Crow Bar Now! PL1
  24057. runark:0:1078BB:09:001:Change to Sword Now! PL1
  24058. runark:0:107969:28:000:Infinite Energy PL2
  24059. runark:0:1079C5:EE:000:Invincibility PL2
  24060. runark:0:107945:06:000:Infinite Ammo PL2
  24061. runark:0:000000:00:999:[Note these weapon cheats   ]
  24062. runark:0:000000:00:999:[must be used with          ]
  24063. runark:0:000000:00:999:[invincibility enabled and a]
  24064. runark:0:000000:00:999:[weapon in use at the time. ]
  24065. runark:0:1079BB:00:001:Lose Weapon Now! PL2
  24066. runark:0:1079BB:01:001:Change to Knife Now! PL2
  24067. runark:0:1079BB:02:001:Change to Revolver Now! PL2
  24068. runark:0:1079BB:03:001:Change to Whip Now! PL2
  24069. runark:0:1079BB:05:001:Change to Ass. Rifle Now! PL2
  24070. runark:0:1079BB:06:001:Change to R Launcher Now! PL2
  24071. runark:0:1079BB:07:001:Change to Grenade Now! PL2
  24072. runark:0:1079BB:08:001:Change to Crow Bar Now! PL2
  24073. runark:0:1079BB:09:001:Change to Sword Now! PL2
  24074.  
  24075. ; [ Rush'n Attack ]
  24076. rushatck:0:DBB0:05:000:Infinite Lives
  24077. rushatck:0:D229:05:000:Infinite Ammo
  24078. rushatck:0:DBB1:01:000:Start on Level 2
  24079. rushatck:0:DBB1:02:000:Start on Level 3
  24080. rushatck:0:DBB1:03:000:Start on Level 4
  24081. rushatck:0:DBB1:03:071:Select current level
  24082. rushatck:0:DBB1:03:061:Select next level
  24083. rushatck:0:D201:03:000:Always have bazooka
  24084. rushatck:0:D201:06:000:Always have flamethrower
  24085. rushatck:0:D201:04:000:Always have grenades
  24086. rushatck:0:D201:00:001:Lose all weapons Now!
  24087. rushatck:0:D201:03:001:Get bazooka Now!
  24088. rushatck:0:D201:06:001:Get flamethrower Now!
  24089. rushatck:0:D201:04:001:Get grenades Now!
  24090.  
  24091. ; [ Rush & Crash (Japan) ]
  24092. rushcrsh:0:04BC:00:000:Infinite Energy
  24093. rushcrsh:0:00AF:03:000:Infinite Lives
  24094. rushcrsh:0:00B4:00:000:Infinite Time
  24095. rushcrsh:0:04E8:02:000:Super Shots
  24096. rushcrsh:0:04E0:0F:000:Super Speed
  24097.  
  24098. ; [ Rygar (US set 1) ]
  24099. rygar:0:C0A0:08:000:Infinite Lives PL1
  24100. rygar:0:C0AA:64:000:Infinite Time PL1
  24101. rygar:0:C0EE:00:020:Always No Powers PL1
  24102. rygar:0:C0EE:01:020:Always Long Shot PL1
  24103. rygar:0:C0EE:02:020:Always Tiger Jump PL1
  24104. rygar:0:C0EE:04:020:Always Invincibility PL1
  24105. rygar:0:C0EE:08:020:Always Multikill Shot PL1
  24106. rygar:0:C0EE:10:020:Always Straight Up Shot PL1
  24107. rygar:0:C0EE:1B:000:Always all Powers PL1
  24108. rygar:0:C0EE:1F:000:Always Inv./Powers PL1
  24109. rygar:0:C0BC:07:000:Next Star always 70000pts PL1
  24110. rygar:0:C0EE:00:021:Get No Powers Now! PL1
  24111. rygar:0:C0EE:01:021:Get Long Shot Now! PL1
  24112. rygar:0:C0EE:02:021:Get Tiger Jump Now! PL1
  24113. rygar:0:C0EE:04:021:Get Invincibility Now! PL1
  24114. rygar:0:C0EE:08:021:Get Multikill Shot Now! PL1
  24115. rygar:0:C0EE:10:021:Get Straight Up Shot Now! PL1
  24116. rygar:0:C0EE:1B:001:Get all Powers Now! PL1
  24117. rygar:0:C0EE:1F:001:Get Inv./Powers Now! PL1
  24118. rygar:0:C0BC:07:001:Next Star = 70000 pts Now!PL1
  24119. rygar:0:C190:08:000:Infinite Lives Now! PL2
  24120. rygar:0:C19A:64:000:Infinite Time Now! PL2
  24121. rygar:0:C1DE:00:000:Always No Powers PL2
  24122. rygar:0:C1DE:01:020:Always Long Shot PL2
  24123. rygar:0:C1DE:02:020:Always Tiger Jump PL2
  24124. rygar:0:C1DE:04:020:Always Invincibility PL2
  24125. rygar:0:C1DE:08:020:Always Multikill Shot PL2
  24126. rygar:0:C1DE:10:020:Always Straight Up Shot PL2
  24127. rygar:0:C1DE:1B:000:Always all Powers PL2
  24128. rygar:0:C1DE:1F:000:Always Inv./Powers PL2
  24129. rygar:0:C1AC:07:000:Next Star always 70000pts PL2
  24130. rygar:0:C1DE:00:021:Get No Powers Now! PL2
  24131. rygar:0:C1DE:01:021:Get Long Shot Now! PL2
  24132. rygar:0:C1DE:02:021:Get Tiger Jump Now! PL2
  24133. rygar:0:C1DE:04:021:Get Invincibility Now! PL2
  24134. rygar:0:C1DE:08:021:Get Multikill Shot Now! PL2
  24135. rygar:0:C1DE:10:021:Get Straight Up Shot Now! PL2
  24136. rygar:0:C1DE:1B:001:Get all Powers Now! PL2
  24137. rygar:0:C1DE:1F:001:Get Inv./Powers Now! PL2
  24138. rygar:0:C1AC:07:001:Next Star = 70000 pts Now!PL2
  24139. rygar:0:C461:14:000:Inf. Cross Prot. On Pickup
  24140. rygar:0:C461:64:000:Stop Bonus Timer
  24141. rygar:0:C0AE:05:001:Change to Rank 5 Now!
  24142. rygar:0:C0AE:0A:001:Change to Rank 10 Now!
  24143. rygar:0:C0AE:0F:001:Change to Rank 15 Now!
  24144. rygar:0:C0AE:14:001:Change to Rank 20 Now!
  24145. rygar:0:C0AE:19:001:Change to Rank 25 Now!
  24146. rygar:0:C0AE:1E:001:Change to Rank 30 Now!
  24147.  
  24148.  
  24149. ; [ Rygar (US set 2) ]
  24150. rygar2:0:C0A0:08:000:Infinite Lives PL1
  24151. rygar2:0:C0AA:64:000:Infinite Time PL1
  24152. rygar2:0:C0EE:00:020:Always No Powers PL1
  24153. rygar2:0:C0EE:01:020:Always Long Shot PL1
  24154. rygar2:0:C0EE:02:020:Always Tiger Jump PL1
  24155. rygar2:0:C0EE:04:020:Always Invincibility PL1
  24156. rygar2:0:C0EE:08:020:Always Multikill Shot PL1
  24157. rygar2:0:C0EE:10:020:Always Straight Up Shot PL1
  24158. rygar2:0:C0EE:1B:000:Always all Powers PL1
  24159. rygar2:0:C0EE:1F:000:Always Inv./Powers PL1
  24160. rygar2:0:C0BC:07:000:Next Star always 70000pts PL1
  24161. rygar2:0:C0EE:00:021:Get No Powers Now! PL1
  24162. rygar2:0:C0EE:01:021:Get Long Shot Now! PL1
  24163. rygar2:0:C0EE:02:021:Get Tiger Jump Now! PL1
  24164. rygar2:0:C0EE:04:021:Get Invincibility Now! PL1
  24165. rygar2:0:C0EE:08:021:Get Multikill Shot Now! PL1
  24166. rygar2:0:C0EE:10:021:Get Straight Up Shot Now! PL1
  24167. rygar2:0:C0EE:1B:001:Get all Powers Now! PL1
  24168. rygar2:0:C0EE:1F:001:Get Inv./Powers Now! PL1
  24169. rygar2:0:C0BC:07:001:Next Star = 70000 pts Now!PL1
  24170. rygar2:0:C190:08:000:Infinite Lives Now! PL2
  24171. rygar2:0:C19A:64:000:Infinite Time Now! PL2
  24172. rygar2:0:C1DE:00:000:Always No Powers PL2
  24173. rygar2:0:C1DE:01:020:Always Long Shot PL2
  24174. rygar2:0:C1DE:02:020:Always Tiger Jump PL2
  24175. rygar2:0:C1DE:04:020:Always Invincibility PL2
  24176. rygar2:0:C1DE:08:020:Always Multikill Shot PL2
  24177. rygar2:0:C1DE:10:020:Always Straight Up Shot PL2
  24178. rygar2:0:C1DE:1B:000:Always all Powers PL2
  24179. rygar2:0:C1DE:1F:000:Always Inv./Powers PL2
  24180. rygar2:0:C1AC:07:000:Next Star always 70000pts PL2
  24181. rygar2:0:C1DE:00:021:Get No Powers Now! PL2
  24182. rygar2:0:C1DE:01:021:Get Long Shot Now! PL2
  24183. rygar2:0:C1DE:02:021:Get Tiger Jump Now! PL2
  24184. rygar2:0:C1DE:04:021:Get Invincibility Now! PL2
  24185. rygar2:0:C1DE:08:021:Get Multikill Shot Now! PL2
  24186. rygar2:0:C1DE:10:021:Get Straight Up Shot Now! PL2
  24187. rygar2:0:C1DE:1B:001:Get all Powers Now! PL2
  24188. rygar2:0:C1DE:1F:001:Get Inv./Powers Now! PL2
  24189. rygar2:0:C1AC:07:001:Next Star = 70000 pts Now!PL2
  24190. rygar2:0:C461:14:000:Inf. Cross Prot. On Pickup
  24191. rygar2:0:C461:64:000:Stop Bonus Timer
  24192. rygar2:0:C0AE:05:001:Change to Rank 5 Now!
  24193. rygar2:0:C0AE:0A:001:Change to Rank 10 Now!
  24194. rygar2:0:C0AE:0F:001:Change to Rank 15 Now!
  24195. rygar2:0:C0AE:14:001:Change to Rank 20 Now!
  24196. rygar2:0:C0AE:19:001:Change to Rank 25 Now!
  24197. rygar2:0:C0AE:1E:001:Change to Rank 30 Now!
  24198.  
  24199.  
  24200. ; [ Argus no Senshi (Japan) ]
  24201. rygarj:0:C0A0:08:000:Infinite Lives PL1
  24202. rygarj:0:C0AA:64:000:Infinite Time PL1
  24203. rygarj:0:C0EE:00:020:Always No Powers PL1
  24204. rygarj:0:C0EE:01:020:Always Long Shot PL1
  24205. rygarj:0:C0EE:02:020:Always Tiger Jump PL1
  24206. rygarj:0:C0EE:04:020:Always Invincibility PL1
  24207. rygarj:0:C0EE:08:020:Always Multikill Shot PL1
  24208. rygarj:0:C0EE:10:020:Always Straight Up Shot PL1
  24209. rygarj:0:C0EE:1B:000:Always all Powers PL1
  24210. rygarj:0:C0EE:1F:000:Always Inv./Powers PL1
  24211. rygarj:0:C0BC:07:000:Next Star always 70000pts PL1
  24212. rygarj:0:C0EE:00:021:Get No Powers Now! PL1
  24213. rygarj:0:C0EE:01:021:Get Long Shot Now! PL1
  24214. rygarj:0:C0EE:02:021:Get Tiger Jump Now! PL1
  24215. rygarj:0:C0EE:04:021:Get Invincibility Now! PL1
  24216. rygarj:0:C0EE:08:021:Get Multikill Shot Now! PL1
  24217. rygarj:0:C0EE:10:021:Get Straight Up Shot Now! PL1
  24218. rygarj:0:C0EE:1B:001:Get all Powers Now! PL1
  24219. rygarj:0:C0EE:1F:001:Get Inv./Powers Now! PL1
  24220. rygarj:0:C0BC:07:001:Next Star = 70000 pts Now!PL1
  24221. rygarj:0:C190:08:000:Infinite Lives Now! PL2
  24222. rygarj:0:C19A:64:000:Infinite Time Now! PL2
  24223. rygarj:0:C1DE:00:000:Always No Powers PL2
  24224. rygarj:0:C1DE:01:020:Always Long Shot PL2
  24225. rygarj:0:C1DE:02:020:Always Tiger Jump PL2
  24226. rygarj:0:C1DE:04:020:Always Invincibility PL2
  24227. rygarj:0:C1DE:08:020:Always Multikill Shot PL2
  24228. rygarj:0:C1DE:10:020:Always Straight Up Shot PL2
  24229. rygarj:0:C1DE:1B:000:Always all Powers PL2
  24230. rygarj:0:C1DE:1F:000:Always Inv./Powers PL2
  24231. rygarj:0:C1AC:07:000:Next Star always 70000pts PL2
  24232. rygarj:0:C1DE:00:021:Get No Powers Now! PL2
  24233. rygarj:0:C1DE:01:021:Get Long Shot Now! PL2
  24234. rygarj:0:C1DE:02:021:Get Tiger Jump Now! PL2
  24235. rygarj:0:C1DE:04:021:Get Invincibility Now! PL2
  24236. rygarj:0:C1DE:08:021:Get Multikill Shot Now! PL2
  24237. rygarj:0:C1DE:10:021:Get Straight Up Shot Now! PL2
  24238. rygarj:0:C1DE:1B:001:Get all Powers Now! PL2
  24239. rygarj:0:C1DE:1F:001:Get Inv./Powers Now! PL2
  24240. rygarj:0:C1AC:07:001:Next Star = 70000 pts Now!PL2
  24241. rygarj:0:C461:14:000:Inf. Cross Prot. On Pickup
  24242. rygarj:0:C461:64:000:Stop Bonus Timer
  24243. rygarj:0:C0AE:05:001:Change to Rank 5 Now!
  24244. rygarj:0:C0AE:0A:001:Change to Rank 10 Now!
  24245. rygarj:0:C0AE:0F:001:Change to Rank 15 Now!
  24246. rygarj:0:C0AE:14:001:Change to Rank 20 Now!
  24247. rygarj:0:C0AE:19:001:Change to Rank 25 Now!
  24248. rygarj:0:C0AE:1E:001:Change to Rank 30 Now!
  24249.  
  24250. ; [ Safari ]
  24251. safari:0:E44B:09:000:Infinite Time
  24252.  
  24253. ; [ Salamander ]
  24254. salamand:0:080380:99:000:Infinite Lives PL1
  24255. salamand:0:080500:40:040:Invincibility PL1
  24256. salamand:0:0803C0:99:000:Infinite Lives PL2
  24257. salamand:0:080530:40:040:Invincibility PL2
  24258. salamand:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
  24259.  
  24260. ; [ Same! Same! Same! ]
  24261. samesame:0:0C1B17:0A:000:Infinite Lives
  24262. samesame:0:0C12E9:0A:000:Infinite Bombs
  24263. samesame:0:0C12DA:80:000:Invincibility
  24264. samesame:0:0C1B2F:03:001:Get Shot Level Up Now!
  24265. samesame:0:0C12E7:03:000:Always Maximum Shot Power 
  24266. samesame:0:0C12E3:00:000:Always have Normal Weapon
  24267. samesame:0:0C12E3:08:000:Always have Laser Weapon
  24268. samesame:0:0C12E3:10:000:Always have Fire Weapon
  24269. samesame:0:0C12E7:03:001:Get Maximum Shot Power Now!
  24270. samesame:0:0C12E3:00:001:Get Normal Weapon Now!
  24271. samesame:0:0C12E3:08:001:Get Laser Weapon Now!
  24272. samesame:0:0C12E3:10:001:Get Fire Weapon Now!
  24273.  
  24274. ; [ Samurai Shodown / Samurai Spirits ]
  24275. samsho:0:100A09:63:000:Infinite Time
  24276. samsho:0:1028E7:80:000:Infinite Energy PL1
  24277. samsho:0:10290F:21:000:Infinite Power PL1
  24278. samsho:0:000000:00:999:[The Goto Boss Fight Screen ]
  24279. samsho:0:000000:00:999:[should be activated on the ]
  24280. samsho:0:000000:00:999:[character selection screen.]
  24281. samsho:0:000000:00:999:[If you activate it during  ]
  24282. samsho:0:000000:00:999:[any fight however you will ]
  24283. samsho:0:000000:00:999:[see the ENDING after you   ]
  24284. samsho:0:000000:00:999:[you win that match!        ]
  24285. samsho:0:100A93:0C:001:Goto Boss Fight Screen Now!
  24286. samsho:0:000000:00:999:[   Free player selection   ]
  24287. samsho:0:000000:00:999:[  Use BETWEEN rounds, or   ]
  24288. samsho:0:000000:00:999:[   just after selection.   ]
  24289. samsho:0:10100B:00:001:Play with Haohmaru PL1 
  24290. samsho:0:10100B:01:001:Play with Nakoruru PL1 
  24291. samsho:0:10100B:02:001:Play with Hanzo PL1 
  24292. samsho:0:10100B:03:001:Play with Galford PL1 
  24293. samsho:0:10100B:04:001:Play with Wang-Fu PL1 
  24294. samsho:0:10100B:05:001:Play with Ukyo PL1 
  24295. samsho:0:10100B:06:001:Play with Kyoshiro PL1 
  24296. samsho:0:10100B:07:001:Play with Gen-An PL1 
  24297. samsho:0:10100B:08:001:Play with Earthquake PL1 
  24298. samsho:0:10100B:09:001:Play with Jubei PL1 
  24299. samsho:0:10100B:0A:001:Play with Tamtam PL1 
  24300. samsho:0:10100B:0B:001:Play with Charlotte PL1 
  24301. samsho:0:10100B:0C:001:Play with Amakusa PL1 
  24302. samsho:0:10102B:00:001:Play with Haohmaru PL2
  24303. samsho:0:10102B:01:001:Play with Nakoruru PL2
  24304. samsho:0:10102B:02:001:Play with Hanzo PL2
  24305. samsho:0:10102B:03:001:Play with Galford PL2
  24306. samsho:0:10102B:04:001:Play with Wang-Fu PL2
  24307. samsho:0:10102B:05:001:Play with Ukyo PL2
  24308. samsho:0:10102B:06:001:Play with Kyoshiro PL2
  24309. samsho:0:10102B:07:001:Play with Gen-An PL2
  24310. samsho:0:10102B:08:001:Play with Earthquake PL2
  24311. samsho:0:10102B:09:001:Play with Jubei PL2
  24312. samsho:0:10102B:0A:001:Play with Tamtam PL2
  24313. samsho:0:10102B:0B:001:Play with Charlotte PL2
  24314. samsho:0:10102B:0C:001:Play with Amakusa PL2
  24315.  
  24316. ; [ Samurai Shodown II / Shin Samurai Spirits - Haohmaru jigokuhe ]
  24317. samsho2:0:100AC6:98:000:Infinite Time (1/2)
  24318. samsho2:0:100AC7:40:502:Infinite Time (2/2)
  24319. samsho2:0:000000:00:999:[The Goto Boss Fight Screen ]
  24320. samsho2:0:000000:00:999:[should be activated on the ]
  24321. samsho2:0:000000:00:999:[character selection screen.]
  24322. samsho2:0:000000:00:999:[If you activate it during  ]
  24323. samsho2:0:000000:00:999:[any fight however you will ]
  24324. samsho2:0:000000:00:999:[see the ENDING after you   ]
  24325. samsho2:0:000000:00:999:[you win that match!        ]
  24326. samsho2:0:100AAE:0C:001:Goto Boss Fight Screen Now!
  24327. samsho2:0:000000:00:999:[This Cheat is UNTESTED!!]
  24328. samsho2:0:100001:02:000:Invincibility
  24329. samsho2:0:000000:00:999:[   Free player selection   ]
  24330. samsho2:0:000000:00:999:[  Use BETWEEN rounds, or   ]
  24331. samsho2:0:000000:00:999:[   just after selection.   ]
  24332. samsho2:0:100D0B:00:001:Play with Haohmaru PL1
  24333. samsho2:0:100D0B:01:001:Play with Nakoruru PL1
  24334. samsho2:0:100D0B:02:001:Play with Hanzo PL1
  24335. samsho2:0:100D0B:03:001:Play with Galford PL1
  24336. samsho2:0:100D0B:04:001:Play with Wan-Fu PL1
  24337. samsho2:0:100D0B:05:001:Play with Ukyo PL1
  24338. samsho2:0:100D0B:06:001:Play with Kyoshiro PL1
  24339. samsho2:0:100D0B:07:001:Play with Gen-An PL1
  24340. samsho2:0:100D0B:08:001:Play with Earthquake PL1
  24341. samsho2:0:100D0B:09:001:Play with Jubei PL1
  24342. samsho2:0:100D0B:0B:001:Play with Charlotte PL1
  24343. samsho2:0:100D0B:0C:001:Play with Genjuro PL1
  24344. samsho2:0:100D0B:0D:001:Play with Cham Cham PL1
  24345. samsho2:0:100D0B:0E:001:Play with Sieger PL1
  24346. samsho2:0:100D0B:0F:001:Play with Nicotine PL1
  24347. samsho2:0:100D0B:10:001:Play with Mizuki PL1
  24348. samsho2:0:100D0B:11:001:Play with Kuroko PL1
  24349. samsho2:0:100D1B:00:001:Play with Haohmaru PL2
  24350. samsho2:0:100D1B:01:001:Play with Nakoruru PL2
  24351. samsho2:0:100D1B:02:001:Play with Hanzo PL2
  24352. samsho2:0:100D1B:03:001:Play with Galford PL2
  24353. samsho2:0:100D1B:04:001:Play with Wan-Fu PL2
  24354. samsho2:0:100D1B:05:001:Play with Ukyo PL2
  24355. samsho2:0:100D1B:06:001:Play with Kyoshiro PL2
  24356. samsho2:0:100D1B:07:001:Play with Gen-An PL2
  24357. samsho2:0:100D1B:08:001:Play with Earthquake PL2
  24358. samsho2:0:100D1B:09:001:Play with Jubei PL2
  24359. samsho2:0:100D1B:0B:001:Play with Charlotte PL2
  24360. samsho2:0:100D1B:0C:001:Play with Genjuro PL2
  24361. samsho2:0:100D1B:0D:001:Play with Cham Cham PL2
  24362. samsho2:0:100D1B:0E:001:Play with Sieger PL2
  24363. samsho2:0:100D1B:0F:001:Play with Nicotine PL2
  24364. samsho2:0:100D1B:10:001:Play with Mizuki PL2
  24365. samsho2:0:100D1B:11:001:Play with Kuroko PL2
  24366.  
  24367. ; [ Samurai Shodown III / Samurai Spirits - Zankurou Musouken ]
  24368. samsho3:0:10849E:99:000:Infinite Time
  24369. samsho3:0:108573:80:000:Infinite Energy PL1
  24370. samsho3:0:10857C:40:000:Infinite Power PL1
  24371. samsho3:0:108673:80:000:Infinite Energy PL2
  24372. samsho3:0:10867C:40:000:Infinite Power PL2
  24373. samsho3:0:000000:00:999:[   Free player selection   ]
  24374. samsho3:0:000000:00:999:[  Use BETWEEN rounds, or   ]
  24375. samsho3:0:000000:00:999:[   just after selection.   ]
  24376. samsho3:0:000000:00:999:[  Some glitches, however.  ]
  24377. samsho3:0:108470:00:001:Play with Haohmaru PL1
  24378. samsho3:0:108470:01:001:Play with Nakoruru PL1
  24379. samsho3:0:108470:02:001:Play with Rimururu PL1
  24380. samsho3:0:108470:03:001:Play with Hanzo PL1
  24381. samsho3:0:108470:04:001:Play with Galford PL1
  24382. samsho3:0:108470:05:001:Play with Kyoshiro PL1
  24383. samsho3:0:108470:06:001:Play with Ukyo PL1
  24384. samsho3:0:108470:07:001:Play with Genjuro PL1
  24385. samsho3:0:108470:08:001:Play with Basara PL1
  24386. samsho3:0:108470:09:001:Play with Shizumaru PL1
  24387. samsho3:0:108470:0A:001:Play with Gaira PL1
  24388. samsho3:0:108470:0B:001:Play with Amakusa PL1
  24389. samsho3:0:108470:0C:001:Play with "Copy man" PL1
  24390. samsho3:0:108470:0D:001:Play with Zankuro PL1:Problems when win
  24391. samsho3:0:108471:00:001:Play with Haohmaru PL2
  24392. samsho3:0:108471:01:001:Play with Nakoruru PL2
  24393. samsho3:0:108471:02:001:Play with Rimururu PL2
  24394. samsho3:0:108471:03:001:Play with Hanzo PL2
  24395. samsho3:0:108471:04:001:Play with Galford PL2
  24396. samsho3:0:108471:05:001:Play with Kyoshiro PL2
  24397. samsho3:0:108471:06:001:Play with Ukyo PL2
  24398. samsho3:0:108471:07:001:Play with Genjuro PL2
  24399. samsho3:0:108471:08:001:Play with Basara PL2
  24400. samsho3:0:108471:09:001:Play with Shizumaru PL2
  24401. samsho3:0:108471:0A:001:Play with Gaira PL2
  24402. samsho3:0:108471:0B:001:Play with Amakusa PL2
  24403. samsho3:0:108471:0C:001:Play with "Copy man" PL2
  24404. samsho3:0:108471:0D:001:Play with Zankuro PL2:Problems when win
  24405.  
  24406. ; [ Samurai Shodown IV - Amakusa's Revenge / Samurai Spirits - Am ]
  24407. samsho4:0:108368:61:000:Infinite Time
  24408. samsho4:0:108443:FC:000:Infinite Energy PL1
  24409. samsho4:0:10844C:40:000:Infinite Power PL1
  24410. samsho4:0:108643:FC:000:Infinite Energy PL2
  24411. samsho4:0:10864C:40:000:Infinite Power PL2
  24412. samsho4:0:000000:00:999:[   Free player selection   ]
  24413. samsho4:0:000000:00:999:[  Use at selection screen  ]
  24414. samsho4:0:1006C2:0D:000:Play as Zankuro PL1:Only against Haohmaru in Solo
  24415. samsho4:0:1007C2:0D:000:Play as Zankuro PL2
  24416.  
  24417. ; [ Samurai (Sega) ]
  24418. samurai:0:E77D:03:000:Infinite Lives
  24419.  
  24420. ; [ Sarge ]
  24421. sarge:0:E0F3:06:000:Invincible Tank PL1
  24422. sarge:0:E0F4:06:000:Invincible Copter PL1
  24423. sarge:0:E173:06:000:Invincible Tank PL1
  24424. sarge:0:E174:06:000:Invincible Copter PL1
  24425.  
  24426. ; [ Sasuke vs. Commander ]
  24427. sasuke:0:0018:0A:000:Infinite Lives
  24428.  
  24429. ; [ Satan of Saturn ]
  24430. satansat:0:0018:05:000:Infinite Lives
  24431. satansat:0:00A2:C0:000:Invincibility
  24432.  
  24433. ; [ Saturn ]
  24434. saturn:0:80EB:09:000:Infinite Lives PL1
  24435. saturn:0:80EC:09:000:Infinite Lives PL2
  24436.  
  24437. ; [ Sauro ]
  24438. sauro:0:E207:5A:000:Invincibility
  24439. sauro:0:E6A7:03:000:Infinite Lives
  24440. sauro:0:E275:24:000:Infinite Fuel
  24441.  
  24442. ; [ Savage Reign / Fu'un Mokushiroku - kakutou sousei ]
  24443. savagere:0:1084A8:59:000:Infinite Time
  24444. savagere:0:000000:00:999:[   Free player selection   ]
  24445. savagere:0:000000:00:999:[  Use at selection screen  ]
  24446. savagere:0:000000:00:999:[  Sorry, solo mode ONLY.   ]
  24447. savagere:0:1043C3:0A:001:Play with King Leo
  24448. savagere:0:1043C3:0B:001:Play with Angry Chung
  24449.  
  24450. ; [ Savage Bees ]
  24451. savgbees:0:E040:03:000:Infinite Bombs
  24452. savgbees:0:F007:06:000:Infinite Lives PL1
  24453. savgbees:0:F011:C9:000:Invincibility PL1
  24454. savgbees:0:F015:06:000:Always 1-way fire PL1
  24455. savgbees:0:F015:07:000:Always 2-way fire PL1
  24456. savgbees:0:F015:08:000:Always 3-way fire PL1
  24457. savgbees:0:F015:0F:000:Always Super Weapon PL1
  24458. savgbees:0:F015:06:001:Get 1-way fire PL1 Now!
  24459. savgbees:0:F015:07:001:Get 2-way fire PL1 Now!
  24460. savgbees:0:F015:08:001:Get 3-way fire PL1 Now!
  24461. savgbees:0:F015:0F:001:Get Super Weapon PL1 Now!
  24462. savgbees:0:F087:06:000:Infinite Lives PL2
  24463. savgbees:0:F091:C9:000:Invincibility PL2
  24464. savgbees:0:F095:06:000:Always 1-way fire PL2
  24465. savgbees:0:F095:07:000:Always 2-way fire PL2
  24466. savgbees:0:F095:08:000:Always 3-way fire PL2
  24467. savgbees:0:F095:0F:000:Always Super Weapon PL2
  24468. savgbees:0:F095:06:001:Get 1-way fire PL2 Now!
  24469. savgbees:0:F095:07:001:Get 2-way fire PL2 Now!
  24470. savgbees:0:F095:08:001:Get 3-way fire PL2 Now!
  24471. savgbees:0:F095:0F:001:Get Super Weapon PL2 Now!
  24472.  
  24473. ; [ Super Bagman ]
  24474. sbagman:0:6056:07:000:Infinite Lives
  24475. sbagman:0:61E8:99:000:Infinite Time
  24476. sbagman:0:6025:00:000:Invincibility (1/2):You still die if you fall
  24477. sbagman:0:6029:01:500:Invincibility (2/2)
  24478. sbagman:0:61E8:00:001:Game Over Now!
  24479. sbagman:0:61CF:01:000:Always carry a pick:Turn off when not needed!
  24480. sbagman:0:61CF:01:001:Get the pick Now!
  24481.  
  24482. ; [ Super Bagman (Stern) ]
  24483. sbagmans:0:6056:07:000:Infinite Lives
  24484. sbagmans:0:61E8:99:000:Infinite Time
  24485. sbagmans:0:6025:00:000:Invincibility (1/2):You still die if you fall
  24486. sbagmans:0:6029:01:500:Invincibility (2/2)
  24487. sbagmans:0:61E8:00:001:Game Over Now!
  24488. sbagmans:0:61CF:01:000:Always carry a pick:Turn off when not needed!
  24489. sbagmans:0:61CF:01:001:Get the pick Now!
  24490.  
  24491. ; [ Super Champion Baseball ]
  24492. sbasebal:0:0402DB:99:000:Infinite Time
  24493.  
  24494. ; [ Super Basketball ]
  24495. sbasketb:0:2280:59:000:59 seconds PL1
  24496. ; Do not let activated at the end of a level
  24497. sbasketb:0:2281:09:000:9 minutes PL1
  24498. ; Do not let activated at the end of a level
  24499. sbasketb:0:2282:59:000:59 seconds PL2
  24500. ; Do not let activated at the end of a level
  24501. sbasketb:0:2283:09:000:9 minutes PL2
  24502. sbasketb:0:2090:09:001:Finish this Level Now! PL1
  24503. sbasketb:0:2092:09:001:Finish this Level Now! PL2
  24504. sbasketb:0:2201:01:000:Start at High School
  24505. sbasketb:0:2228:82:000:Opponent Score 82
  24506. sbasketb:0:2201:02:000:Start at College
  24507. sbasketb:0:2228:86:000:Opponent Score 86
  24508. sbasketb:0:2201:03:000:Start at University
  24509. sbasketb:0:2228:90:000:Opponent Score 90
  24510. sbasketb:0:2201:04:000:Start at Japan
  24511. sbasketb:0:2228:94:000:Opponent Score 94   
  24512. sbasketb:0:2201:05:000:Start at USA
  24513. sbasketb:0:2228:98:000:Opponent Score 98
  24514. sbasketb:0:2201:06:000:Start at USR
  24515. sbasketb:0:2227:01:000:Opponent Score 102 (1/2)
  24516. sbasketb:0:2228:02:500:Opponent Score 102 (2/2)
  24517. sbasketb:0:2201:07:000:Start at Pro
  24518. sbasketb:0:2227:01:000:Opponent Score 106 (1/2)
  24519. sbasketb:0:2228:06:500:Opponent Score 106 (2/2)
  24520. sbasketb:0:2201:08:000:Start at Pro Champion
  24521. sbasketb:0:2227:01:000:Opponent Score 110 (1/2)
  24522. sbasketb:0:2228:10:500:Opponent Score 110 (2/2)
  24523. sbasketb:0:2201:09:000:Start at World Champion
  24524. sbasketb:0:2227:01:000:Opponent Score 114 (1/2)
  24525. sbasketb:0:2228:14:500:Opponent Score 114 (2/2)
  24526.  
  24527. ; [ Super Buster Bros (US) ]
  24528. sbbros:0:E1C1:99:000:Infinite Time:Available in tour mode only
  24529. sbbros:0:E0D3:62:001:Last Panic level next
  24530. sbbros:0:E099:26:001:Last Tour level next
  24531. sbbros:0:E0D3:63:001:Last Panic level on life loss
  24532. sbbros:0:E099:27:001:Last Tour level on life loss
  24533. sbbros:0:E260:03:000:Infinite Lives PL1
  24534. sbbros:0:E254:02:000:Invincibility PL1
  24535. sbbros:0:E257:00:000:Always have Normal weapon PL1
  24536. sbbros:0:E257:02:000:Always have Double weapon PL1
  24537. sbbros:0:E257:04:000:Always have Blocker weaponPL1
  24538. sbbros:0:E257:06:000:Always have M. gun weapon PL1
  24539. sbbros:0:E257:00:001:Get Normal weapon Now!    PL1
  24540. sbbros:0:E257:02:001:Get Double weapon Now!    PL1
  24541. sbbros:0:E257:04:001:Get Blocker weapon Now!   PL1
  24542. sbbros:0:E257:06:001:Get M. gun weapon Now!    PL1
  24543. sbbros:0:E2E0:03:000:Infinite Lives PL2
  24544. sbbros:0:E2D4:02:000:Invincibility PL2
  24545. sbbros:0:E2D7:00:000:Always have Normal weapon PL2
  24546. sbbros:0:E2D7:02:000:Always have Double weapon PL2
  24547. sbbros:0:E2D7:04:000:Always have Blocker weaponPL2
  24548. sbbros:0:E2D7:06:000:Always have M. gun weapon PL2
  24549. sbbros:0:E2D7:00:001:Get Normal weapon Now!    PL2
  24550. sbbros:0:E2D7:02:001:Get Double weapon Now!    PL2
  24551. sbbros:0:E2D7:04:001:Get Blocker weapon Now!   PL2
  24552. sbbros:0:E2D7:06:001:Get M. gun weapon Now!    PL2
  24553.  
  24554. ; [ Super Bobble Bobble ]
  24555. sboblbob:0:0000:00:999:[This game has got a LOT of ]
  24556. sboblbob:0:0000:00:999:[cheats. Don't go too mad as]
  24557. sboblbob:0:0000:00:999:[it may spoil the game!!!   ]
  24558. sboblbob:0:E366:63:000:Infinite Credits
  24559. sboblbob:0:E645:06:000:Infinite Lives PL1
  24560. sboblbob:0:E6B6:77:000:Invincibility PL1
  24561. sboblbob:0:E6C1:0C:000:Speed Always Normal PL1 
  24562. sboblbob:0:E6C1:14:000:Speed Always Power-up PL1 
  24563. sboblbob:0:E6C1:28:000:Speed Always Ultimate PL1 
  24564. sboblbob:0:E6C1:0C:001:Speed to Normal Now! PL1 
  24565. sboblbob:0:E6C1:14:001:Speed to Power-up Now! PL1 
  24566. sboblbob:0:E6C1:28:001:Speed to Ultimate Now! PL1
  24567. sboblbob:0:E6BF:14:001:Fire Speed to Normal Now! PL1
  24568. sboblbob:0:E6BF:05:001:Fire Speed to Power-up NowPL1
  24569. sboblbob:0:E6BF:01:000:Fire Speed Always UltimatePL1
  24570. sboblbob:0:E6C2:80:000:Normal Range Bubbles PL1 
  24571. sboblbob:0:E6C2:80:000:Long Range Bubbles PL1 
  24572. sboblbob:0:E6C2:FF:000:Extra Long Range Bubbles PL1
  24573. sboblbob:0:E6C0:03:001:Head Power to Normal Now! PL1
  24574. sboblbob:0:E6C0:06:001:Head Power to Power-up NowPL1
  24575. sboblbob:0:E6C0:09:000:Head Power Always UltimatePL1
  24576. sboblbob:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
  24577. sboblbob:0:F60F:01:001:Fire lightnings Now! PL1
  24578. sboblbob:0:E742:3F:001:Get EXTEND PL1
  24579. sboblbob:0:E742:01:021:Get letter - E (red) PL1
  24580. sboblbob:0:E742:02:021:Get letter - X (pink) PL1
  24581. sboblbob:0:E742:04:021:Get letter - T (yellow) PL1
  24582. sboblbob:0:E742:08:021:Get letter - E (green) PL1
  24583. sboblbob:0:E742:10:021:Get letter - N (blue) PL1
  24584. sboblbob:0:E742:20:021:Get letter - D (purple) PL1
  24585. sboblbob:0:E64A:06:000:Infinite Lives PL2
  24586. sboblbob:0:E6E8:77:000:Invincibility PL2 
  24587. sboblbob:0:E6F3:0C:000:Speed Always Normal PL2 
  24588. sboblbob:0:E6F3:14:000:Speed Always Power-up PL2 
  24589. sboblbob:0:E6F3:28:000:Speed Always Ultimate PL2 
  24590. sboblbob:0:E6F3:0C:001:Speed to Normal Now! PL2 
  24591. sboblbob:0:E6F3:14:001:Speed to Power-up Now! PL2 
  24592. sboblbob:0:E6F3:28:001:Speed to Ultimate Now! PL2
  24593. sboblbob:0:E6F1:14:001:Fire Speed to Normal Now! PL2
  24594. sboblbob:0:E6F1:05:001:Fire Speed to Power-up NowPL2
  24595. sboblbob:0:E6F1:01:000:Fire Speed Always UltimatePL2
  24596. sboblbob:0:E6F4:40:000:Normal Range Bubbles PL2
  24597. sboblbob:0:E6F4:80:000:Long Range Bubbles PL2 
  24598. sboblbob:0:E6F4:FF:000:Extra Long Range Bubbles PL2
  24599. sboblbob:0:E6F2:03:001:Head Power to Normal Now! PL2
  24600. sboblbob:0:E6F2:06:001:Head Power to Power-up NowPL2
  24601. sboblbob:0:E6F2:09:000:Head Power Always UltimatePL2
  24602. sboblbob:0:F610:00:001:Fire bubbles Bubbles Now! PL2
  24603. sboblbob:0:F610:01:001:Fire lightnings Now! PL2
  24604. sboblbob:0:E743:3F:001:Get EXTEND PL2
  24605. sboblbob:0:E743:01:021:Get letter - E (red) PL2
  24606. sboblbob:0:E743:02:021:Get letter - X (pink) PL2
  24607. sboblbob:0:E743:04:021:Get letter - T (yellow) PL2
  24608. sboblbob:0:E743:08:021:Get letter - E (green) PL2
  24609. sboblbob:0:E743:10:021:Get letter - N (blue) PL2
  24610. sboblbob:0:E743:20:021:Get letter - D (purple) PL2
  24611. sboblbob:0:E5DB:01:000:'Super' (1JBLRJ1R) 
  24612. sboblbob:0:E5D1:01:000:'Original Game' (BJBJBJR1)
  24613. sboblbob:0:E5D2:01:000:'Power Up' (LJL1LBL1) 
  24614. sboblbob:0:E613:01:000:Always get Bonus doors
  24615. sboblbob:0:F676:01:000:Constant Extend Letters
  24616. sboblbob:0:E603:01:000:Always Warn (Bell Item)
  24617. sboblbob:0:E5FA:03:000:Apple or Orange? You decide! 
  24618. sboblbob:0:E608:01:000:Coke Can Item 
  24619. sboblbob:0:6E30:01:000:Fireball Bubble - Always! 
  24620. sboblbob:0:6E30:03:000:Fireball Bubble - 1 in 2 
  24621. sboblbob:0:6E30:05:000:Fireball Bubble - 1 in 3 
  24622. sboblbob:0:6E30:07:000:Fireball Bubble - 1 in 4 
  24623. sboblbob:0:6E30:15:000:Fireball Bubble - 1 in 16 
  24624. sboblbob:0:6E30:1D:000:Fireball Bubble - 1 in 256 
  24625. sboblbob:0:6E30:25:000:Fireball Bubble - 1 in 4096 
  24626. sboblbob:0:5C2B:C9:000:Disable Bubbles? 
  24627. sboblbob:0:E6BB:05:001:Fireballs for 5 levels 
  24628. sboblbob:0:E6BE:40:000:Fireballs 
  24629. sboblbob:0:E5EE:07:000:Fireball Cross 
  24630. sboblbob:0:0000:00:999:[Use these cheats only at   ]
  24631. sboblbob:0:0000:00:999:[the begining of a level,   ]
  24632. sboblbob:0:0000:00:999:[before the item appears!!  ]
  24633. sboblbob:0:0000:00:999:[When you are given a       ]
  24634. sboblbob:0:0000:00:999:[distribution, each bubble  ]
  24635. sboblbob:0:0000:00:999:[turns into an object.      ]
  24636. sboblbob:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
  24637. sboblbob:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
  24638. sboblbob:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
  24639. sboblbob:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
  24640. sboblbob:0:F45E:04:001:1st Item = clock:Slows down the monsters
  24641. sboblbob:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
  24642. sboblbob:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
  24643. sboblbob:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
  24644. sboblbob:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
  24645. sboblbob:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
  24646. sboblbob:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
  24647. sboblbob:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
  24648. sboblbob:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
  24649. sboblbob:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
  24650. sboblbob:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
  24651. sboblbob:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
  24652. sboblbob:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
  24653. sboblbob:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
  24654. sboblbob:0:F45E:12:001:1st Item = blue cross:Fills screen with water
  24655. sboblbob:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
  24656. sboblbob:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
  24657. sboblbob:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
  24658. sboblbob:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
  24659. sboblbob:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
  24660. sboblbob:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
  24661. sboblbob:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
  24662. sboblbob:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
  24663. sboblbob:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
  24664. sboblbob:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
  24665. sboblbob:0:F45E:1D:001:1st Item = fork:Makes fruits fall
  24666. sboblbob:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
  24667. sboblbob:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
  24668. sboblbob:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
  24669. sboblbob:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
  24670. sboblbob:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
  24671. sboblbob:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
  24672. sboblbob:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
  24673. sboblbob:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
  24674. sboblbob:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
  24675. sboblbob:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
  24676. sboblbob:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
  24677. sboblbob:0:F45E:29:001:1st Item = bell:Destructive Item warning
  24678. sboblbob:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
  24679. sboblbob:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
  24680. sboblbob:0:F45E:2C:001:1st Item = glass of beer:???? on level end
  24681. sboblbob:0:F45E:2D:001:1st Item = knife:Makes fruits fall
  24682. sboblbob:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
  24683. sboblbob:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
  24684. sboblbob:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
  24685. sboblbob:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
  24686. sboblbob:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
  24687. sboblbob:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
  24688. sboblbob:0:F44C:2A:000:Fruit 2A 
  24689. sboblbob:0:F44C:2B:000:Fruit 2B 
  24690. sboblbob:0:F44C:2C:000:Fruit 2C 
  24691. sboblbob:0:F44C:2D:000:Fruit 2D 
  24692. sboblbob:0:F44C:2E:000:Fruit 2E 
  24693. sboblbob:0:F44C:2F:000:Fruit 2F 
  24694. sboblbob:0:F44C:30:000:Fruit 30 
  24695. sboblbob:0:F44C:31:000:Fruit 31 
  24696. sboblbob:0:F44C:32:000:Fruit 32 
  24697. sboblbob:0:F44C:33:000:Fruit 33 
  24698. sboblbob:0:F44C:34:000:Fruit 34 
  24699. sboblbob:0:F44C:35:000:Fruit 35 
  24700. sboblbob:0:F44C:36:000:Fruit 36 
  24701. sboblbob:0:F44C:37:000:Fruit 37 
  24702. sboblbob:0:F44C:38:000:Fruit 38 
  24703. sboblbob:0:F44C:39:000:Fruit 39 
  24704. sboblbob:0:F44C:3A:000:Fruit 3A 
  24705. sboblbob:0:F44C:3B:000:Fruit 3B 
  24706. sboblbob:0:F44D:01:000:Quick Fruit at start 
  24707. sboblbob:0:E60A:01:000:Lipstick 
  24708. sboblbob:0:E345:05:000:Stop the Baron 
  24709. sboblbob:0:0000:00:999:[These five cheats will make]
  24710. sboblbob:0:0000:00:999:[a potion appear on the next]
  24711. sboblbob:0:0000:00:999:[screen. It will be of the  ]
  24712. sboblbob:0:0000:00:999:[type requested unless you  ]
  24713. sboblbob:0:0000:00:999:[have earned a higher potion]
  24714. sboblbob:0:0000:00:999:[or you have fallen off the ]
  24715. sboblbob:0:0000:00:999:[bottom of the screen since ]
  24716. sboblbob:0:0000:00:999:[setting the cheat. Falling ]
  24717. sboblbob:0:0000:00:999:[off the bottom will upgrade]
  24718. sboblbob:0:0000:00:999:[the potion to the next one!]
  24719. sboblbob:0:E5E7:0F:001:Sunflower Potion(next screen)
  24720. sboblbob:0:E5E7:10:001:Flower Potion (next screen) 
  24721. sboblbob:0:E5E7:11:001:Clover Potion (next screen)
  24722. sboblbob:0:E5E7:12:001:Rainbow Potion (next screen)
  24723. sboblbob:0:E5E7:13:001:Musical Potion (next screen)
  24724. sboblbob:0:0000:00:999:[These two cheats are useful]
  24725. sboblbob:0:0000:00:999:[when you get stuck on one  ]
  24726. sboblbob:0:0000:00:999:[screen. Use only one at a  ]
  24727. sboblbob:0:0000:00:999:[time.                      ]
  24728. sboblbob:0:F590:01:001:Drown 'em All! Now! OR--->
  24729. sboblbob:0:E720:01:001:Throw The Book At Them Now!
  24730. sboblbob:0:0000:00:999:[These Select starting round]
  24731. sboblbob:0:0000:00:999:[cheats are *NOT* linked so ]
  24732. sboblbob:0:0000:00:999:[they must BOTH be selected ]
  24733. sboblbob:0:0000:00:999:[individually one after the ]
  24734. sboblbob:0:0000:00:999:[other! Use before starting ]
  24735. sboblbob:0:0000:00:999:[other!                     ]
  24736. sboblbob:0:0000:00:999:[                           ]
  24737. sboblbob:0:0000:00:999:[You should enable these    ]
  24738. sboblbob:0:0000:00:999:[cheats on the press 1 or 2 ]
  24739. sboblbob:0:0000:00:999:[player button screen.      ]
  24740. sboblbob:0:E64B:FF:021:Select starting round (1/2)
  24741. sboblbob:0:E64B:63:061:Select starting round (2/2)
  24742. sboblbob:0:0000:00:999:[                           ]
  24743. sboblbob:0:E64B:63:061:Select next round
  24744.  
  24745. ; [ Super Breakout ]
  24746. sbrkout:0:0004:01:000:Infinite Lives
  24747.  
  24748. ; [ Space Chaser ]
  24749. schaser:0:232F:03:000:Infinite Lives PL1
  24750. schaser:0:2330:03:000:Infinite Lives PL2
  24751. schaser:0:233D:09:000:Infinite Credits
  24752. schaser:0:2014:E0:000:Infinite Fuel
  24753. schaser:0:2012:99:000:Infinite Bonus
  24754.  
  24755. ; [ Scion ]
  24756. scion:0:C04C:03:000:Infinite Lives PL1
  24757. scion:0:C04D:03:000:Infinite Lives PL2
  24758.  
  24759. ; [ Scion (Cinematronics) ]
  24760. scionc:0:C04C:03:000:Infinite Lives PL1
  24761. scionc:0:C04D:03:000:Infinite Lives PL2
  24762.  
  24763. ; [ Super Cobra ]
  24764. scobra:0:8108:05:000:Infinite Lives
  24765. scobra:0:8105:FF:000:Infinite Fuel
  24766. scobra:0:0000:00:999:[Use the invincibility with ]
  24767. scobra:0:0000:00:999:[a lot of caution and only  ]
  24768. scobra:0:0000:00:999:[activate during play!!     ]
  24769. scobra:0:8115:00:000:Buggy Invincibility (1/3)
  24770. scobra:0:8380:01:500:Buggy Invincibility (2/3)
  24771. scobra:0:8382:01:500:Buggy Invincibility (3/3)
  24772. scobra:0:0000:00:999:[Level 11 = Base            ]
  24773. scobra:0:811E:0A:071:Select current level
  24774. scobra:0:811E:0A:061:Select next level
  24775.  
  24776. ; [ Super Cobra (bootleg) ]
  24777. scobrab:0:8108:05:000:Infinite Lives
  24778. scobrab:0:8105:FF:000:Infinite Fuel
  24779. scobrab:0:0000:00:999:[Use the invincibility with ]
  24780. scobrab:0:0000:00:999:[a lot of caution and only  ]
  24781. scobrab:0:0000:00:999:[activate during play!!     ]
  24782. scobrab:0:8115:00:000:Buggy Invincibility (1/3)
  24783. scobrab:0:8380:01:500:Buggy Invincibility (2/3)
  24784. scobrab:0:8382:01:500:Buggy Invincibility (3/3)
  24785. scobrab:0:0000:00:999:[Level 11 = Base            ]
  24786. scobrab:0:811E:0A:071:Select current level
  24787. scobrab:0:811E:0A:061:Select next level
  24788.  
  24789. ; [ Super Cobra (Stern) ]
  24790. scobras:0:8108:05:000:Infinite Lives
  24791. scobras:0:8105:FF:000:Infinite Fuel
  24792. scobras:0:0000:00:999:[Use the invincibility with ]
  24793. scobras:0:0000:00:999:[a lot of caution and only  ]
  24794. scobras:0:0000:00:999:[activate during play!!     ]
  24795. scobras:0:8115:00:000:Buggy Invincibility (1/3)
  24796. scobras:0:8380:01:500:Buggy Invincibility (2/3)
  24797. scobras:0:8382:01:500:Buggy Invincibility (3/3)
  24798. scobras:0:00000:00:999:[Level 11 = Base            ]
  24799. scobras:0:811E:0A:071:Select current level
  24800. scobras:0:811E:0A:061:Select next level
  24801.  
  24802. ; [ Super Contra ]
  24803. scontra:0:40AB:01:000:Always Bomb in level 2 & 5
  24804. scontra:0:40A0:64:000:Infinite Lives PL1
  24805. scontra:0:4A1B:03:000:Invincibility PL1:To be used when you blink
  24806. scontra:0:4A30:00:000:Always have normal weapon PL1
  24807. scontra:0:4A30:01:000:Always have laser weapon PL1
  24808. scontra:0:4A30:02:000:Always have rocket weapon PL1
  24809. scontra:0:4A30:03:000:Always have 3-Way weapon PL1
  24810. scontra:0:4A30:04:000:Always have grenade weaponPL1
  24811. scontra:0:4A30:82:000:Always have Good Weapon PL1
  24812. scontra:0:4A30:00:001:Get normal weapon Now! PL1
  24813. scontra:0:4A30:01:001:Get laser weapon Now! PL1
  24814. scontra:0:4A30:02:001:Get rocket weapon Now! PL1
  24815. scontra:0:4A30:03:001:Get 3-Way weapon Now! PL1
  24816. scontra:0:4A30:04:001:Get grenade weapon Now! PL1
  24817. scontra:0:4A30:82:001:Get Good Weapon Now! PL1
  24818. scontra:0:40B0:64:000:Infinite Lives PL2
  24819. scontra:0:4B1B:03:000:Invincibility PL2:To be used when you blink
  24820. scontra:0:4B30:00:000:Always have normal weapon PL2
  24821. scontra:0:4B30:01:000:Always have laser weapon PL2
  24822. scontra:0:4B30:02:000:Always have rocket weapon PL2
  24823. scontra:0:4B30:03:000:Always have 3-Way weapon PL2
  24824. scontra:0:4B30:04:000:Always have grenade weaponPL2
  24825. scontra:0:4B30:82:000:Always have Good Weapon PL2
  24826. scontra:0:4B30:00:001:Get normal weapon Now! PL2
  24827. scontra:0:4B30:01:001:Get laser weapon Now! PL2
  24828. scontra:0:4B30:02:001:Get rocket weapon Now! PL2
  24829. scontra:0:4B30:03:001:Get 3-Way weapon Now! PL2
  24830. scontra:0:4B30:04:001:Get grenade weapon Now! PL2
  24831. scontra:0:4B30:82:001:Get Good Weapon Now! PL2
  24832. scontra:0:461A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
  24833.  
  24834. ; [ Super Contra (Japan) ]
  24835. scontraj:0:40AB:01:000:Always Bomb in level 2 & 5
  24836. scontraj:0:40A0:64:000:Infinite Lives PL1
  24837. scontraj:0:4A1B:03:000:Invincibility PL1:To be used when you blink
  24838. scontraj:0:4A30:00:000:Always have normal weapon PL1
  24839. scontraj:0:4A30:01:000:Always have laser weapon PL1
  24840. scontraj:0:4A30:02:000:Always have rocket weapon PL1
  24841. scontraj:0:4A30:03:000:Always have 3-Way weapon PL1
  24842. scontraj:0:4A30:04:000:Always have grenade weaponPL1
  24843. scontraj:0:4A30:82:000:Always have Good Weapon PL1
  24844. scontraj:0:4A30:00:001:Get normal weapon Now! PL1
  24845. scontraj:0:4A30:01:001:Get laser weapon Now! PL1
  24846. scontraj:0:4A30:02:001:Get rocket weapon Now! PL1
  24847. scontraj:0:4A30:03:001:Get 3-Way weapon Now! PL1
  24848. scontraj:0:4A30:04:001:Get grenade weapon Now! PL1
  24849. scontraj:0:4A30:82:001:Get Good Weapon Now! PL1
  24850. scontraj:0:40B0:64:000:Infinite Lives PL2
  24851. scontraj:0:4B1B:03:000:Invincibility PL2:To be used when you blink
  24852. scontraj:0:4B30:00:000:Always have normal weapon PL2
  24853. scontraj:0:4B30:01:000:Always have laser weapon PL2
  24854. scontraj:0:4B30:02:000:Always have rocket weapon PL2
  24855. scontraj:0:4B30:03:000:Always have 3-Way weapon PL2
  24856. scontraj:0:4B30:04:000:Always have grenade weaponPL2
  24857. scontraj:0:4B30:82:000:Always have Good Weapon PL2
  24858. scontraj:0:4B30:00:001:Get normal weapon Now! PL2
  24859. scontraj:0:4B30:01:001:Get laser weapon Now! PL2
  24860. scontraj:0:4B30:02:001:Get rocket weapon Now! PL2
  24861. scontraj:0:4B30:03:001:Get 3-Way weapon Now! PL2
  24862. scontraj:0:4B30:04:001:Get grenade weapon Now! PL2
  24863. scontraj:0:4B30:82:001:Get Good Weapon Now! PL2
  24864. scontraj:0:461A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
  24865.  
  24866. ; [ Scramble (bootleg on Galaxian hardware) ]
  24867. scramblb:0:4108:05:000:Infinite Lives
  24868. scramblb:0:4105:FF:000:Infinite Fuel
  24869. scramblb:0:0000:00:999:[Use the invincibility with ]
  24870. scramblb:0:0000:00:999:[a lot of caution and only  ]
  24871. scramblb:0:0000:00:999:[activate during play!!     ]
  24872. scramblb:0:4115:00:000:Buggy Invincibility (1/3)
  24873. scramblb:0:4380:01:500:Buggy Invincibility (2/3)
  24874. scramblb:0:4382:01:500:Buggy Invincibility (3/3)
  24875. scramblb:0:0000:00:999:[Level 6 = Base             ]
  24876. scramblb:0:411E:05:071:Select current level
  24877. scramblb:0:411E:05:061:Select next level
  24878.  
  24879. ; [ Scramble ]
  24880. scramble:0:4108:05:000:Infinite Lives
  24881. scramble:0:4105:FF:000:Infinite Fuel
  24882. scramble:0:0000:00:999:[Use the invincibility with ]
  24883. scramble:0:0000:00:999:[a lot of caution and only  ]
  24884. scramble:0:0000:00:999:[activate during play!!     ]
  24885. scramble:0:4115:00:000:Buggy Invincibility (1/3)
  24886. scramble:0:4380:01:500:Buggy Invincibility (2/3)
  24887. scramble:0:4382:01:500:Buggy Invincibility (3/3)
  24888. scramble:0:0000:00:999:[Level 6 = Base             ]
  24889. scramble:0:411E:05:071:Select current level
  24890. scramble:0:411E:05:061:Select next level
  24891.  
  24892. ; [ Scramble (Stern) ]
  24893. scrambls:0:4108:05:000:Infinite Lives
  24894. scrambls:0:4105:FF:000:Infinite Fuel
  24895. scrambls:0:0000:00:999:[Use the invincibility with ]
  24896. scrambls:0:0000:00:999:[a lot of caution and only  ]
  24897. scrambls:0:0000:00:999:[activate during play!!     ]
  24898. scrambls:0:4115:00:000:Buggy Invincibility (1/3)
  24899. scrambls:0:4380:01:500:Buggy Invincibility (2/3)
  24900. scrambls:0:4382:01:500:Buggy Invincibility (3/3)
  24901. scrambls:0:0000:00:999:[Level 6 = Base             ]
  24902. scrambls:0:411E:05:071:Select current level
  24903. scrambls:0:411E:05:061:Select next level
  24904.  
  24905. ; [ Scrambled Egg ]
  24906. scregg:0:0055:07:000:Infinite Lives PL1
  24907. scregg:0:005F:07:000:Infinite Lives PL2
  24908.  
  24909. ;   [ Section Z (set 2) ]
  24910. sctionza:0:CDA0:0B:000:Infinite Lives
  24911. sctionza:0:C100:FF:000:Invincibility
  24912. sctionza:0:C08F:04:000:Maximum Power
  24913. sctionza:0:C10F:03:000:Maximum Speed 
  24914.  
  24915. ; [ SDI - Strategic Defense Initiative ]
  24916. sdi:0:FFC60E:03:000:Infinite Lives PL1
  24917. sdi:0:FFC70E:03:000:Infinite Lives PL2
  24918. sdi:0:FFC63A:00:000:Infinite Damage
  24919.  
  24920. ; [ SDI - Strategic Defense Initiative (Japan) ]
  24921. sdioj:0:FFC60E:03:000:Infinite Lives PL1
  24922. sdioj:0:FFC70E:03:000:Infinite Lives PL2
  24923. sdioj:0:FFC63A:00:000:Infinite Damage
  24924.  
  24925. ; [ Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu ]
  24926. sdodgeb:0:1065AB:99:000:Infinite Time
  24927. sdodgeb:0:1065AB:00:001:Time Up Now!
  24928. sdodgeb:0:105FD2:8F:000:Always have Max Power PL1
  24929. sdodgeb:0:105CBD:FF:000:Infinite Energy PL1 (1/3)
  24930. sdodgeb:0:105CBF:FF:500:Infinite Energy PL1 (2/3)
  24931. sdodgeb:0:105CC1:FF:500:Infinite Energy PL1 (3/3)
  24932. sdodgeb:0:105CBD:00:001:Drain All Energy Now!PL1(1/3)
  24933. sdodgeb:0:105CBF:00:501:Drain All Energy Now!PL1(2/3)
  24934. sdodgeb:0:105CC1:00:501:Drain All Energy Now!PL1(3/3)
  24935. sdodgeb:0:105FDA:8F:000:Always have Max Power PL2
  24936. sdodgeb:0:105CC5:FF:000:Infinite Energy PL2 (1/3)
  24937. sdodgeb:0:105CC7:FF:500:Infinite Energy PL2 (2/3)
  24938. sdodgeb:0:105CC9:FF:500:Infinite Energy PL2 (3/3)
  24939. sdodgeb:0:105CC5:00:001:Drain All Energy Now!PL2(1/3)
  24940. sdodgeb:0:105CC7:00:501:Drain All Energy Now!PL2(2/3)
  24941. sdodgeb:0:105CC9:00:501:Drain All Energy Now!PL2(3/3)
  24942.  
  24943. ; [ Space Dungeon ]
  24944. sdungeon:0:86E6:05:000:Infinite Lives PL1
  24945. sdungeon:0:86E7:05:000:Infinite Lives PL2
  24946.  
  24947. ; [ SAR - Search And Rescue (World) ]
  24948. searchar:0:040121:99:000:Infinite Lives PL1
  24949. searchar:0:0400F5:78:000:Invincibility PL1 (1/2)
  24950. searchar:0:040603:10:520:Invincibility PL1 (2/2)
  24951. searchar:0:0405FF:00:000:Always have normal weapon PL1
  24952. searchar:0:0405FF:01:000:Always have flame thrower PL1
  24953. searchar:0:0405FF:02:000:Always have rocket launchrPL1
  24954. searchar:0:0405FF:00:001:Get normal weapon Now!  PL1
  24955. searchar:0:0405FF:01:001:Get flame thrower Now!  PL1
  24956. searchar:0:0405FF:02:001:Get rocket launchr Now! PL1
  24957. searchar:0:040123:99:000:Infinite Lives PL2
  24958. searchar:0:040105:78:000:Invincibility PL2 (1/2)
  24959. searchar:0:040643:10:520:Invincibility PL2 (2/2)
  24960. searchar:0:04063F:00:000:Always have normal weapon PL2
  24961. searchar:0:04063F:01:000:Always have flame thrower PL2
  24962. searchar:0:04063F:02:000:Always have rocket launchrPL2
  24963. searchar:0:04063F:00:001:Get normal weapon Now!  PL2
  24964. searchar:0:04063F:01:001:Get flame thrower Now!  PL2
  24965. searchar:0:04063F:02:001:Get rocket launchr Now! PL2
  24966.  
  24967. ; [ Sea Wolf ]
  24968. seawolf:0:2002:99:000:Infinite Time
  24969.  
  24970. ; [ Sea Wolf II ]
  24971. seawolf2:0:C1DB:99:000:Infinite Time
  24972.  
  24973. ; [ Secret Agent (World) ]
  24974. secretag:0:306AD2:49:000:Infinite Time
  24975. secretag:0:3050C0:09:000:Infinite Energy
  24976. secretag:0:305367:99:000:Infinite Normal Ammo
  24977. secretag:0:305369:99:000:Infinite Machine Gun Ammo
  24978. secretag:0:305374:05:001:Get the golden gun
  24979. secretag:0:306377:99:000:Infinite golden gun time
  24980.  
  24981. ; [ Section Z (set 1) ]
  24982. sectionz:0:CDA0:0B:000:Infinite Lives
  24983. sectionz:0:C100:FF:000:Invincibility
  24984. sectionz:0:C08F:04:000:Maximum Power
  24985. sectionz:0:C10F:03:000:Maximum Speed 
  24986.  
  24987. ; [ Sector Zone ]
  24988. sectrzon:0:78A1:99:000:Infinite Lives
  24989. sectrzon:0:78A6:90:000:Infinite Energy
  24990. sectrzon:0:781A:04:000:Invincibility
  24991.  
  24992. ; [ Sega Ninja ]
  24993. seganinj:0:C02C:09:000:Infinite Lives PL1
  24994. seganinj:0:C02D:09:000:Infinite Lives PL2
  24995. seganinj:0:C039:00:000:Infinite Time (1/3)
  24996. seganinj:0:EEF8:14:500:Infinite Time (2/3)
  24997. seganinj:0:C08C:F8:500:Infinite Time (3/3)
  24998. seganinj:0:C303:40:000:Invincibility 'ON':This cheat is Buggy
  24999. seganinj:0:C303:C0:001:Invincibility 'OFF'
  25000.  
  25001. ; [ Sega Ninja (not encrypted) ]
  25002. seganinu:0:C02C:09:000:Infinite Lives PL1
  25003. seganinu:0:C02D:09:000:Infinite Lives PL2
  25004. seganinu:0:C039:00:000:Infinite Time (1/3)
  25005. seganinu:0:EEF8:14:500:Infinite Time (2/3)
  25006. seganinu:0:C08C:F8:500:Infinite Time (3/3)
  25007. seganinu:0:C303:40:000:Invincibility 'ON':This cheat is Buggy
  25008. seganinu:0:C303:C0:001:Invincibility 'OFF'
  25009.  
  25010. ; [ Seicross ]
  25011. seicross:0:78A1:99:000:Infinite Lives
  25012. seicross:0:78A6:90:000:Infinite Energy
  25013. seicross:0:781A:04:000:Invincibility
  25014.  
  25015. ; [ Sengoku / Sengoku Denshou (set 2) ]
  25016. sengokh:0:1000B3:02:000:Infinite Lives PL1
  25017. sengokh:0:100305:06:000:Infinite Energy PL1
  25018. sengokh:0:100336:0F:000:Enable Transformations PL1
  25019. sengokh:0:100365:60:000:Change Time Ninja PL1
  25020. sengokh:0:100367:60:000:Change Time Samourai PL1
  25021. sengokh:0:100369:60:000:Change Time Dog PL1
  25022. sengokh:0:100380:04:000:Permanent Weapons PL1
  25023. sengokh:0:1002F9:00:001:No weapons PL1
  25024. sengokh:0:1002F9:01:001:Get Red Sphere PL1
  25025. sengokh:0:1002F9:02:001:Get Blue Sphere PL1
  25026. sengokh:0:1002F9:03:001:Get Purple Sphere PL1
  25027. sengokh:0:1002F9:04:001:Get Yellow Sphere PL1
  25028. sengokh:0:1002F9:05:001:Get Unknown Power 1 PL1
  25029. sengokh:0:1002F9:06:001:Get Unknown Power 2 PL1
  25030. sengokh:0:1002F9:07:001:Get Unknown Power 3 PL1
  25031. sengokh:0:1000B5:02:000:Infinite Lives PL2
  25032. sengokh:0:100405:06:000:Infinite Energy PL2
  25033. sengokh:0:100436:0F:000:Enable Transformations PL2
  25034. sengokh:0:100465:60:000:Change Time Ninja PL2
  25035. sengokh:0:100467:60:000:Change Time Samourai PL2
  25036. sengokh:0:100469:60:000:Change Time Dog PL2
  25037. sengokh:0:100480:04:000:Permanent Weapons PL2
  25038. sengokh:0:1003F9:00:001:No weapons PL2
  25039. sengokh:0:1003F9:01:001:Get Red Sphere PL2
  25040. sengokh:0:1003F9:02:001:Get Blue Sphere PL2
  25041. sengokh:0:1003F9:03:001:Get Purple Sphere PL2
  25042. sengokh:0:1003F9:04:001:Get Yellow Sphere PL2
  25043. sengokh:0:1003F9:05:001:Get Unknown Power 1 PL2
  25044. sengokh:0:1003F9:06:001:Get Unknown Power 2 PL2
  25045. sengokh:0:1003F9:07:001:Get Unknown Power 3 PL2
  25046.  
  25047. ; [ Sengoku / Sengoku Denshou (set 1) ]
  25048. sengoku:0:1000B3:02:000:Infinite Lives PL1
  25049. sengoku:0:100305:06:000:Infinite Energy PL1
  25050. sengoku:0:100336:0F:000:Enable Transformations PL1
  25051. sengoku:0:100365:60:000:Change Time Ninja PL1
  25052. sengoku:0:100367:60:000:Change Time Samourai PL1
  25053. sengoku:0:100369:60:000:Change Time Dog PL1
  25054. sengoku:0:100380:04:000:Permanent Weapons PL1
  25055. sengoku:0:1002F9:00:001:No weapons PL1
  25056. sengoku:0:1002F9:01:001:Get Red Sphere PL1
  25057. sengoku:0:1002F9:02:001:Get Blue Sphere PL1
  25058. sengoku:0:1002F9:03:001:Get Purple Sphere PL1
  25059. sengoku:0:1002F9:04:001:Get Yellow Sphere PL1
  25060. sengoku:0:1002F9:05:001:Get Unknown Power 1 PL1
  25061. sengoku:0:1002F9:06:001:Get Unknown Power 2 PL1
  25062. sengoku:0:1002F9:07:001:Get Unknown Power 3 PL1
  25063. sengoku:0:1000B5:02:000:Infinite Lives PL2
  25064. sengoku:0:100405:06:000:Infinite Energy PL2
  25065. sengoku:0:100436:0F:000:Enable Transformations PL2
  25066. sengoku:0:100465:60:000:Change Time Ninja PL2
  25067. sengoku:0:100467:60:000:Change Time Samourai PL2
  25068. sengoku:0:100469:60:000:Change Time Dog PL2
  25069. sengoku:0:100480:04:000:Permanent Weapons PL2
  25070. sengoku:0:1003F9:00:001:No weapons PL2
  25071. sengoku:0:1003F9:01:001:Get Red Sphere PL2
  25072. sengoku:0:1003F9:02:001:Get Blue Sphere PL2
  25073. sengoku:0:1003F9:03:001:Get Purple Sphere PL2
  25074. sengoku:0:1003F9:04:001:Get Yellow Sphere PL2
  25075. sengoku:0:1003F9:05:001:Get Unknown Power 1 PL2
  25076. sengoku:0:1003F9:06:001:Get Unknown Power 2 PL2
  25077. sengoku:0:1003F9:07:001:Get Unknown Power 3 PL2
  25078.  
  25079. ; [ Sengoku 2 / Sengoku Denshou 2 ]
  25080. sengoku2:0:1001AF:03:000:Infinite Lives PL1
  25081. sengoku2:0:102CF3:06:000:Infinite Energy PL1
  25082. sengoku2:0:102D1E:10:000:Permanent Weapons PL1
  25083. sengoku2:0:102D5F:3C:000:Change Time Ninja PL1
  25084. sengoku2:0:102D60:3C:000:Change Time Old Man PL1
  25085. sengoku2:0:102D61:3C:000:Change Time Dog PL1
  25086. sengoku2:0:102D29:00:001:Standard Weapon PL1
  25087. sengoku2:0:102D29:01:001:Get Blue Sphere PL1
  25088. sengoku2:0:102D29:02:001:Get Pink Sphere PL1
  25089. sengoku2:0:102D29:03:001:Get Yellow Sphere PL1
  25090. sengoku2:0:1001B1:03:000:Infinite Lives PL2
  25091. sengoku2:0:102DF3:06:000:Infinite Energy PL2
  25092. sengoku2:0:102E1E:10:000:Permanent Weapons PL2
  25093. sengoku2:0:102E5F:3C:000:Change Time Ninja PL2
  25094. sengoku2:0:102E60:3C:000:Change Time Old Man PL2
  25095. sengoku2:0:102E61:3C:000:Change Time Dog PL2
  25096. sengoku2:0:102E29:00:001:Standard Weapon PL2
  25097. sengoku2:0:102E29:01:001:Get Blue Sphere PL2
  25098. sengoku2:0:102E29:02:001:Get Pink Sphere PL2
  25099. sengoku2:0:102E29:03:001:Get Yellow Sphere PL2
  25100.  
  25101. ; [ Senjyo ]
  25102. senjyo:0:8002:03:000:Infinite Lives PL1
  25103. senjyo:0:8003:03:000:Infinite Lives PL2
  25104.  
  25105. ; [ Sente Diagnostic Cartridge ]
  25106. sentetst:0:000000:00:999:[Now you really don't expect]
  25107. sentetst:0:000000:00:999:[a cheat for this diagnostic]
  25108. sentetst:0:000000:00:999:[cartridge......DO YOU??!!  ]
  25109.  
  25110. ; [ SAR - Search And Rescue (US) ]
  25111. sercharu:0:040121:99:000:Infinite Lives PL1
  25112. sercharu:0:0400F5:78:000:Invincibility PL1 (1/2)
  25113. sercharu:0:040603:10:520:Invincibility PL1 (2/2)
  25114. sercharu:0:0405FF:00:000:Always have normal weapon PL1
  25115. sercharu:0:0405FF:01:000:Always have flame thrower PL1
  25116. sercharu:0:0405FF:02:000:Always have rocket launchrPL1
  25117. sercharu:0:0405FF:00:001:Get normal weapon Now!  PL1
  25118. sercharu:0:0405FF:01:001:Get flame thrower Now!  PL1
  25119. sercharu:0:0405FF:02:001:Get rocket launchr Now! PL1
  25120. sercharu:0:040123:99:000:Infinite Lives PL2
  25121. sercharu:0:040105:78:000:Invincibility PL2 (1/2)
  25122. sercharu:0:040643:10:520:Invincibility PL2 (2/2)
  25123. sercharu:0:04063F:00:000:Always have normal weapon PL2
  25124. sercharu:0:04063F:01:000:Always have flame thrower PL2
  25125. sercharu:0:04063F:02:000:Always have rocket launchrPL2
  25126. sercharu:0:04063F:00:001:Get normal weapon Now!  PL2
  25127. sercharu:0:04063F:01:001:Get flame thrower Now!  PL2
  25128. sercharu:0:04063F:02:001:Get rocket launchr Now! PL2
  25129.  
  25130. ; [ Street Fighter (World) ]
  25131. sf1:0:FF8E1A:09:000:Infinite Time
  25132. sf1:0:FFC66B:00:000:Energy always = 0 CPU (1/2)
  25133. sf1:0:FFC66A:00:500:Energy always = 0 CPU (2/2)
  25134. sf1:0:FFC66C:00:000:Rounds won always = 0 CPU
  25135. sf1:0:FFC66B:00:001:Energy = 0 Now! CPU (1/2)
  25136. sf1:0:FFC66A:00:501:Energy = 0 Now! CPU (2/2)
  25137. sf1:0:FFC66C:00:000:Rounds won = 0 Now! CPU
  25138. sf1:0:FF86B7:0B:000:Infinite Energy PL1 (1/2)
  25139. sf1:0:FF86B6:04:500:Infinite Energy PL1 (2/2)
  25140. sf1:0:FF86B8:02:000:Finish round to win match PL1
  25141. sf1:0:FF86B7:00:000:Energy always = 0 PL1 (1/2)
  25142. sf1:0:FF86B6:00:500:Energy always = 0 PL1 (2/2)
  25143. sf1:0:FF86B8:00:000:Rounds won always = 0 PL1
  25144. sf1:0:FF86B7:00:001:Energy = 0 Now! PL1 (1/2)
  25145. sf1:0:FF86B6:00:501:Energy = 0 Now! PL1 (2/2)
  25146. sf1:0:FF86B8:00:000:Rounds won = 0 Now! PL1
  25147. sf1:0:FF86E1:0B:000:Infinite Energy PL2 (1/2)
  25148. sf1:0:FF86E0:04:500:Infinite Energy PL2 (2/2)
  25149. sf1:0:FF86E2:02:000:Finish round to win match PL2
  25150. sf1:0:FF86E1:00:000:Energy always = 0 PL2 (1/2)
  25151. sf1:0:FF86E0:00:500:Energy always = 0 PL2 (2/2)
  25152. sf1:0:FF86E2:00:000:Rounds won always = 0 PL2
  25153. sf1:0:FF86E1:00:001:Energy = 0 Now! PL2 (1/2)
  25154. sf1:0:FF86E0:00:501:Energy = 0 Now! PL2 (2/2)
  25155. sf1:0:FF86E2:00:000:Rounds won = 0 Now! PL2
  25156.  
  25157. ; [ Street Fighter (Japan) ]
  25158. sf1jp:0:FF8E1A:09:000:Infinite Time
  25159. sf1jp:0:FFC66B:00:000:Energy always = 0 CPU (1/2)
  25160. sf1jp:0:FFC66A:00:500:Energy always = 0 CPU (2/2)
  25161. sf1jp:0:FFC66C:00:000:Rounds won always = 0 CPU
  25162. sf1jp:0:FFC66B:00:001:Energy = 0 Now! CPU (1/2)
  25163. sf1jp:0:FFC66A:00:501:Energy = 0 Now! CPU (2/2)
  25164. sf1jp:0:FFC66C:00:000:Rounds won = 0 Now! CPU
  25165. sf1jp:0:FF86B7:0B:000:Infinite Energy PL1 (1/2)
  25166. sf1jp:0:FF86B6:04:500:Infinite Energy PL1 (2/2)
  25167. sf1jp:0:FF86B8:02:000:Finish round to win match PL1
  25168. sf1jp:0:FF86B7:00:000:Energy always = 0 PL1 (1/2)
  25169. sf1jp:0:FF86B6:00:500:Energy always = 0 PL1 (2/2)
  25170. sf1jp:0:FF86B8:00:000:Rounds won always = 0 PL1
  25171. sf1jp:0:FF86B7:00:001:Energy = 0 Now! PL1 (1/2)
  25172. sf1jp:0:FF86B6:00:501:Energy = 0 Now! PL1 (2/2)
  25173. sf1jp:0:FF86B8:00:000:Rounds won = 0 Now! PL1
  25174. sf1jp:0:FF86E1:0B:000:Infinite Energy PL2 (1/2)
  25175. sf1jp:0:FF86E0:04:500:Infinite Energy PL2 (2/2)
  25176. sf1jp:0:FF86E2:02:000:Finish round to win match PL2
  25177. sf1jp:0:FF86E1:00:000:Energy always = 0 PL2 (1/2)
  25178. sf1jp:0:FF86E0:00:500:Energy always = 0 PL2 (2/2)
  25179. sf1jp:0:FF86E2:00:000:Rounds won always = 0 PL2
  25180. sf1jp:0:FF86E1:00:001:Energy = 0 Now! PL2 (1/2)
  25181. sf1jp:0:FF86E0:00:501:Energy = 0 Now! PL2 (2/2)
  25182. sf1jp:0:FF86E2:00:000:Rounds won = 0 Now! PL2
  25183.  
  25184. ; [ Street Fighter (US) ]
  25185. sf1us:0:FF8E1A:09:000:Infinite Time
  25186. sf1us:0:FFC66B:00:000:Energy always = 0 CPU (1/2)
  25187. sf1us:0:FFC66A:00:500:Energy always = 0 CPU (2/2)
  25188. sf1us:0:FFC66C:00:000:Rounds won always = 0 CPU
  25189. sf1us:0:FFC66B:00:001:Energy = 0 Now! CPU (1/2)
  25190. sf1us:0:FFC66A:00:501:Energy = 0 Now! CPU (2/2)
  25191. sf1us:0:FFC66C:00:000:Rounds won = 0 Now! CPU
  25192. sf1us:0:FF86B7:0B:000:Infinite Energy PL1 (1/2)
  25193. sf1us:0:FF86B6:04:500:Infinite Energy PL1 (2/2)
  25194. sf1us:0:FF86B8:02:000:Finish round to win match PL1
  25195. sf1us:0:FF86B7:00:000:Energy always = 0 PL1 (1/2)
  25196. sf1us:0:FF86B6:00:500:Energy always = 0 PL1 (2/2)
  25197. sf1us:0:FF86B8:00:000:Rounds won always = 0 PL1
  25198. sf1us:0:FF86B7:00:001:Energy = 0 Now! PL1 (1/2)
  25199. sf1us:0:FF86B6:00:501:Energy = 0 Now! PL1 (2/2)
  25200. sf1us:0:FF86B8:00:000:Rounds won = 0 Now! PL1
  25201. sf1us:0:FF86E1:0B:000:Infinite Energy PL2 (1/2)
  25202. sf1us:0:FF86E0:04:500:Infinite Energy PL2 (2/2)
  25203. sf1us:0:FF86E2:02:000:Finish round to win match PL2
  25204. sf1us:0:FF86E1:00:000:Energy always = 0 PL2 (1/2)
  25205. sf1us:0:FF86E0:00:500:Energy always = 0 PL2 (2/2)
  25206. sf1us:0:FF86E2:00:000:Rounds won always = 0 PL2
  25207. sf1us:0:FF86E1:00:001:Energy = 0 Now! PL2 (1/2)
  25208. sf1us:0:FF86E0:00:501:Energy = 0 Now! PL2 (2/2)
  25209. sf1us:0:FF86E2:00:000:Rounds won = 0 Now! PL2
  25210.  
  25211. ; [ Street Fighter II - The World Warrior (World 910214) ]
  25212. sf2:0:000000:00:999:[You must turnoff all cheats]
  25213. sf2:0:000000:00:999:[with F5 at the beginning of]
  25214. sf2:0:000000:00:999:[the bonus levels.          ]
  25215. sf2:0:FF8ACE:99:000:Infinite Time
  25216. sf2:0:FF89CD:09:001:Next level = Last level
  25217. sf2:0:FF89CD:0A:001:Lose a credit = Last level
  25218. sf2:0:FF83F1:90:000:Infinite Energy PL1 (1/2)
  25219. sf2:0:FF8583:90:500:Infinite Energy PL1 (2/2)
  25220. sf2:0:FF83F1:00:000:Energy always = 0 PL1 (1/2)
  25221. sf2:0:FF8583:00:500:Energy always = 0 PL1 (2/2)
  25222. sf2:0:FF83F1:00:001:Set Energy = 0 Now! PL1 (1/2)
  25223. sf2:0:FF8583:00:501:Set Energy = 0 Now! PL1 (2/2)
  25224. sf2:0:FF8656:02:000:Finish round to win match PL1
  25225. sf2:0:FF8656:00:000:Rounds won always set = 0 PL1
  25226. sf2:0:FF8656:00:001:Rounds won set = 0 Now! PL1
  25227. sf2:0:FF8657:00:001:Play with Ryu PL1
  25228. sf2:0:FF8657:01:001:Play with E. Honda PL1
  25229. sf2:0:FF8657:02:001:Play with Blanka PL1
  25230. sf2:0:FF8657:03:001:Play with Guile PL1
  25231. sf2:0:FF8657:04:001:Play with Ken PL1
  25232. sf2:0:FF8657:05:001:Play with Chun Li PL1
  25233. sf2:0:FF8657:06:001:Play with Zangief PL1
  25234. sf2:0:FF8657:07:001:Play with Dhalsim PL1
  25235. sf2:0:FF8657:08:001:Play with M. Bison PL1 (bug!)
  25236. sf2:0:FF8657:09:001:Play with Sagat PL1 (bug!)
  25237. sf2:0:FF8657:0A:001:Play with Balrog PL1 (bug!)
  25238. sf2:0:FF8657:0B:001:Play with Vega PL1 (bug!)
  25239. sf2:0:FF86F1:90:000:Infinite Energy PL2 (1/2)
  25240. sf2:0:FF8883:90:500:Infinite Energy PL2 (2/2)
  25241. sf2:0:FF86F1:00:000:Energy always = 0 PL2 (1/2)
  25242. sf2:0:FF8883:00:500:Energy always = 0 PL2 (2/2)
  25243. sf2:0:FF86F1:00:001:Set Energy = 0 Now! PL2 (1/2)
  25244. sf2:0:FF8883:00:501:Set Energy = 0 Now! PL2 (2/2)
  25245. sf2:0:FF8956:02:000:Finish round to win match PL2
  25246. sf2:0:FF8956:00:000:Rounds won always set = 0 PL2
  25247. sf2:0:FF8956:00:001:Rounds won set = 0 Now! PL2
  25248. sf2:0:FF8957:00:001:Play with Ryu PL2
  25249. sf2:0:FF8957:01:001:Play with E. Honda PL2
  25250. sf2:0:FF8957:02:001:Play with Blanka PL2
  25251. sf2:0:FF8957:03:001:Play with Guile PL2
  25252. sf2:0:FF8957:04:001:Play with Ken PL2
  25253. sf2:0:FF8957:05:001:Play with Chun Li PL2
  25254. sf2:0:FF8957:06:001:Play with Zangief PL2
  25255. sf2:0:FF8957:07:001:Play with Dhalsim PL2
  25256. sf2:0:FF8957:08:001:Play with M. Bison PL2 (bug!)
  25257. sf2:0:FF8957:09:001:Play with Sagat PL2 (bug!)
  25258. sf2:0:FF8957:0A:001:Play with Balrog PL2 bug!)
  25259. sf2:0:FF8957:0B:001:Play with Vega PL2 (bug!)
  25260.  
  25261. ; [ Street Fighter II - The World Warrior (US 910206) ]
  25262. sf2a:0:000000:00:999:[You must turnoff all cheats]
  25263. sf2a:0:000000:00:999:[with F5 at the beginning of]
  25264. sf2a:0:000000:00:999:[the bonus levels.          ]
  25265. sf2a:0:FF8ACE:99:000:Infinite Time
  25266. sf2a:0:FF89CD:09:001:Next level = Last level
  25267. sf2a:0:FF89CD:0A:001:Lose a credit = Last level
  25268. sf2a:0:FF83F1:90:000:Infinite Energy PL1 (1/2)
  25269. sf2a:0:FF8583:90:500:Infinite Energy PL1 (2/2)
  25270. sf2a:0:FF83F1:00:000:Energy always = 0 PL1 (1/2)
  25271. sf2a:0:FF8583:00:500:Energy always = 0 PL1 (2/2)
  25272. sf2a:0:FF83F1:00:001:Set Energy = 0 Now! PL1 (1/2)
  25273. sf2a:0:FF8583:00:501:Set Energy = 0 Now! PL1 (2/2)
  25274. sf2a:0:FF8656:02:000:Finish round to win match PL1
  25275. sf2a:0:FF8656:00:000:Rounds won always set = 0 PL1
  25276. sf2a:0:FF8656:00:001:Rounds won set = 0 Now! PL1
  25277. sf2a:0:FF8657:00:001:Play with Ryu PL1
  25278. sf2a:0:FF8657:01:001:Play with E. Honda PL1
  25279. sf2a:0:FF8657:02:001:Play with Blanka PL1
  25280. sf2a:0:FF8657:03:001:Play with Guile PL1
  25281. sf2a:0:FF8657:04:001:Play with Ken PL1
  25282. sf2a:0:FF8657:05:001:Play with Chun Li PL1
  25283. sf2a:0:FF8657:06:001:Play with Zangief PL1
  25284. sf2a:0:FF8657:07:001:Play with Dhalsim PL1
  25285. sf2a:0:FF8657:08:001:Play with M. Bison PL1 (bug!)
  25286. sf2a:0:FF8657:09:001:Play with Sagat PL1 (bug!)
  25287. sf2a:0:FF8657:0A:001:Play with Balrog PL1 (bug!)
  25288. sf2a:0:FF8657:0B:001:Play with Vega PL1 (bug!)
  25289. sf2a:0:FF86F1:90:000:Infinite Energy PL2 (1/2)
  25290. sf2a:0:FF8883:90:500:Infinite Energy PL2 (2/2)
  25291. sf2a:0:FF86F1:00:000:Energy always = 0 PL2 (1/2)
  25292. sf2a:0:FF8883:00:500:Energy always = 0 PL2 (2/2)
  25293. sf2a:0:FF86F1:00:001:Set Energy = 0 Now! PL2 (1/2)
  25294. sf2a:0:FF8883:00:501:Set Energy = 0 Now! PL2 (2/2)
  25295. sf2a:0:FF8956:02:000:Finish round to win match PL2
  25296. sf2a:0:FF8956:00:000:Rounds won always set = 0 PL2
  25297. sf2a:0:FF8956:00:001:Rounds won set = 0 Now! PL2
  25298. sf2a:0:FF8957:00:001:Play with Ryu PL2
  25299. sf2a:0:FF8957:01:001:Play with E. Honda PL2
  25300. sf2a:0:FF8957:02:001:Play with Blanka PL2
  25301. sf2a:0:FF8957:03:001:Play with Guile PL2
  25302. sf2a:0:FF8957:04:001:Play with Ken PL2
  25303. sf2a:0:FF8957:05:001:Play with Chun Li PL2
  25304. sf2a:0:FF8957:06:001:Play with Zangief PL2
  25305. sf2a:0:FF8957:07:001:Play with Dhalsim PL2
  25306. sf2a:0:FF8957:08:001:Play with M. Bison PL2 (bug!)
  25307. sf2a:0:FF8957:09:001:Play with Sagat PL2 (bug!)
  25308. sf2a:0:FF8957:0A:001:Play with Balrog PL2 bug!)
  25309. sf2a:0:FF8957:0B:001:Play with Vega PL2 (bug!)
  25310.  
  25311. ; [ Street Fighter II' - Champion Edition (Accelerator Pt.II) ]
  25312. sf2accp2:0:000000:00:999:[You must turnoff all cheats]
  25313. sf2accp2:0:000000:00:999:[with F5 at the beginning of]
  25314. sf2accp2:0:000000:00:999:[the bonus levels.          ]
  25315. sf2accp2:0:FF8ABE:99:000:Infinite Time
  25316. sf2accp2:0:FF89C1:0A:001:Next level = Last level
  25317. sf2accp2:0:FF89C1:0B:001:Lose a credit = Last level
  25318. sf2accp2:0:FF83E9:90:000:Infinite Energy PL1 (1/2)
  25319. sf2accp2:0:FF857B:90:500:Infinite Energy PL1 (2/2)
  25320. sf2accp2:0:FF83E9:00:000:Energy always = 0 PL1 (1/2)
  25321. sf2accp2:0:FF857B:00:500:Energy always = 0 PL1 (2/2)
  25322. sf2accp2:0:FF83E9:00:001:Set Energy = 0 Now! PL1 (1/2)
  25323. sf2accp2:0:FF857B:00:501:Set Energy = 0 Now! PL1 (2/2)
  25324. sf2accp2:0:FF864E:02:000:Finish round to win match PL1
  25325. sf2accp2:0:FF864E:00:000:Rounds won always set = 0 PL1
  25326. sf2accp2:0:FF864E:00:001:Rounds won set = 0 Now! PL1
  25327. sf2accp2:0:FF864F:00:001:Play with Ryu PL1
  25328. sf2accp2:0:FF864F:01:001:Play with E. Honda PL1
  25329. sf2accp2:0:FF864F:02:001:Play with Blanka PL1
  25330. sf2accp2:0:FF864F:03:001:Play with Guile PL1
  25331. sf2accp2:0:FF864F:04:001:Play with Ken PL1
  25332. sf2accp2:0:FF864F:05:001:Play with Chun Li PL1
  25333. sf2accp2:0:FF864F:06:001:Play with Zangief PL1
  25334. sf2accp2:0:FF864F:07:001:Play with Dhalsim PL1
  25335. sf2accp2:0:FF864F:08:001:Play with M. Bison PL1 (bug!)
  25336. sf2accp2:0:FF864F:09:001:Play with Sagat PL1 (bug!)
  25337. sf2accp2:0:FF864F:0A:001:Play with Balrog PL1 (bug!)
  25338. sf2accp2:0:FF864F:0B:001:Play with Vega PL1 (bug!)
  25339. sf2accp2:0:FF86E9:90:000:Infinite Energy PL2 (1/2)
  25340. sf2accp2:0:FF887B:90:500:Infinite Energy PL2 (2/2)
  25341. sf2accp2:0:FF86E9:00:000:Energy always = 0 PL2 (1/2)
  25342. sf2accp2:0:FF887B:00:500:Energy always = 0 PL2 (2/2)
  25343. sf2accp2:0:FF86E9:00:001:Set Energy = 0 Now! PL2 (1/2)
  25344. sf2accp2:0:FF887B:00:501:Set Energy = 0 Now! PL2 (2/2)
  25345. sf2accp2:0:FF894E:02:000:Finish round to win match PL2
  25346. sf2accp2:0:FF894E:00:000:Rounds won always set = 0 PL2
  25347. sf2accp2:0:FF894E:00:001:Rounds won set = 0 Now! PL2
  25348. sf2accp2:0:FF894F:00:001:Play with Ryu PL2
  25349. sf2accp2:0:FF894F:01:001:Play with E. Honda PL2
  25350. sf2accp2:0:FF894F:02:001:Play with Blanka PL2
  25351. sf2accp2:0:FF894F:03:001:Play with Guile PL2
  25352. sf2accp2:0:FF894F:04:001:Play with Ken PL2
  25353. sf2accp2:0:FF894F:05:001:Play with Chun Li PL2
  25354. sf2accp2:0:FF894F:06:001:Play with Zangief PL2
  25355. sf2accp2:0:FF894F:07:001:Play with Dhalsim PL2
  25356. sf2accp2:0:FF894F:08:001:Play with M. Bison PL2 (bug!)
  25357. sf2accp2:0:FF894F:09:001:Play with Sagat PL2 (bug!)
  25358. sf2accp2:0:FF894F:0A:001:Play with Balrog PL2 bug!)
  25359. sf2accp2:0:FF894F:0B:001:Play with Vega PL2 (bug!)
  25360.  
  25361. ; [ Street Fighter II - The World Warrior (US 910214) ]
  25362. sf2b:0:000000:00:999:[You must turnoff all cheats]
  25363. sf2b:0:000000:00:999:[with F5 at the beginning of]
  25364. sf2b:0:000000:00:999:[the bonus levels.          ]
  25365. sf2b:0:FF8ACE:99:000:Infinite Time
  25366. sf2b:0:FF89CD:09:001:Next level = Last level
  25367. sf2b:0:FF89CD:0A:001:Lose a credit = Last level
  25368. sf2b:0:FF83F1:90:000:Infinite Energy PL1 (1/2)
  25369. sf2b:0:FF8583:90:500:Infinite Energy PL1 (2/2)
  25370. sf2b:0:FF83F1:00:000:Energy always = 0 PL1 (1/2)
  25371. sf2b:0:FF8583:00:500:Energy always = 0 PL1 (2/2)
  25372. sf2b:0:FF83F1:00:001:Set Energy = 0 Now! PL1 (1/2)
  25373. sf2b:0:FF8583:00:501:Set Energy = 0 Now! PL1 (2/2)
  25374. sf2b:0:FF8656:02:000:Finish round to win match PL1
  25375. sf2b:0:FF8656:00:000:Rounds won always set = 0 PL1
  25376. sf2b:0:FF8656:00:001:Rounds won set = 0 Now! PL1
  25377. sf2b:0:FF8657:00:001:Play with Ryu PL1
  25378. sf2b:0:FF8657:01:001:Play with E. Honda PL1
  25379. sf2b:0:FF8657:02:001:Play with Blanka PL1
  25380. sf2b:0:FF8657:03:001:Play with Guile PL1
  25381. sf2b:0:FF8657:04:001:Play with Ken PL1
  25382. sf2b:0:FF8657:05:001:Play with Chun Li PL1
  25383. sf2b:0:FF8657:06:001:Play with Zangief PL1
  25384. sf2b:0:FF8657:07:001:Play with Dhalsim PL1
  25385. sf2b:0:FF8657:08:001:Play with M. Bison PL1 (bug!)
  25386. sf2b:0:FF8657:09:001:Play with Sagat PL1 (bug!)
  25387. sf2b:0:FF8657:0A:001:Play with Balrog PL1 (bug!)
  25388. sf2b:0:FF8657:0B:001:Play with Vega PL1 (bug!)
  25389. sf2b:0:FF86F1:90:000:Infinite Energy PL2 (1/2)
  25390. sf2b:0:FF8883:90:500:Infinite Energy PL2 (2/2)
  25391. sf2b:0:FF86F1:00:000:Energy always = 0 PL2 (1/2)
  25392. sf2b:0:FF8883:00:500:Energy always = 0 PL2 (2/2)
  25393. sf2b:0:FF86F1:00:001:Set Energy = 0 Now! PL2 (1/2)
  25394. sf2b:0:FF8883:00:501:Set Energy = 0 Now! PL2 (2/2)
  25395. sf2b:0:FF8956:02:000:Finish round to win match PL2
  25396. sf2b:0:FF8956:00:000:Rounds won always set = 0 PL2
  25397. sf2b:0:FF8956:00:001:Rounds won set = 0 Now! PL2
  25398. sf2b:0:FF8957:00:001:Play with Ryu PL2
  25399. sf2b:0:FF8957:01:001:Play with E. Honda PL2
  25400. sf2b:0:FF8957:02:001:Play with Blanka PL2
  25401. sf2b:0:FF8957:03:001:Play with Guile PL2
  25402. sf2b:0:FF8957:04:001:Play with Ken PL2
  25403. sf2b:0:FF8957:05:001:Play with Chun Li PL2
  25404. sf2b:0:FF8957:06:001:Play with Zangief PL2
  25405. sf2b:0:FF8957:07:001:Play with Dhalsim PL2
  25406. sf2b:0:FF8957:08:001:Play with M. Bison PL2 (bug!)
  25407. sf2b:0:FF8957:09:001:Play with Sagat PL2 (bug!)
  25408. sf2b:0:FF8957:0A:001:Play with Balrog PL2 bug!)
  25409. sf2b:0:FF8957:0B:001:Play with Vega PL2 (bug!)
  25410.  
  25411. ; [ Street Fighter II' - Champion Edition (World) ]
  25412. sf2ce:0:000000:00:999:[You must turnoff all cheats]
  25413. sf2ce:0:000000:00:999:[with F5 at the beginning of]
  25414. sf2ce:0:000000:00:999:[the bonus levels.          ]
  25415. sf2ce:0:FF8ABE:99:000:Infinite Time
  25416. sf2ce:0:FF89C1:0A:001:Next level = Last level
  25417. sf2ce:0:FF89C1:0B:001:Lose a credit = Last level
  25418. sf2ce:0:FF83E9:90:000:Infinite Energy PL1 (1/2)
  25419. sf2ce:0:FF857B:90:500:Infinite Energy PL1 (2/2)
  25420. sf2ce:0:FF83E9:00:000:Energy always = 0 PL1 (1/2)
  25421. sf2ce:0:FF857B:00:500:Energy always = 0 PL1 (2/2)
  25422. sf2ce:0:FF83E9:00:001:Set Energy = 0 Now! PL1 (1/2)
  25423. sf2ce:0:FF857B:00:501:Set Energy = 0 Now! PL1 (2/2)
  25424. sf2ce:0:FF864E:02:000:Finish round to win match PL1
  25425. sf2ce:0:FF864E:00:000:Rounds won always set = 0 PL1
  25426. sf2ce:0:FF864E:00:001:Rounds won set = 0 Now! PL1
  25427. sf2ce:0:FF864F:00:001:Play with Ryu PL1
  25428. sf2ce:0:FF864F:01:001:Play with E. Honda PL1
  25429. sf2ce:0:FF864F:02:001:Play with Blanka PL1
  25430. sf2ce:0:FF864F:03:001:Play with Guile PL1
  25431. sf2ce:0:FF864F:04:001:Play with Ken PL1
  25432. sf2ce:0:FF864F:05:001:Play with Chun Li PL1
  25433. sf2ce:0:FF864F:06:001:Play with Zangief PL1
  25434. sf2ce:0:FF864F:07:001:Play with Dhalsim PL1
  25435. sf2ce:0:FF864F:08:001:Play with M. Bison PL1 (bug!)
  25436. sf2ce:0:FF864F:09:001:Play with Sagat PL1 (bug!)
  25437. sf2ce:0:FF864F:0A:001:Play with Balrog PL1 (bug!)
  25438. sf2ce:0:FF864F:0B:001:Play with Vega PL1 (bug!)
  25439. sf2ce:0:FF86E9:90:000:Infinite Energy PL2 (1/2)
  25440. sf2ce:0:FF887B:90:500:Infinite Energy PL2 (2/2)
  25441. sf2ce:0:FF86E9:00:000:Energy always = 0 PL2 (1/2)
  25442. sf2ce:0:FF887B:00:500:Energy always = 0 PL2 (2/2)
  25443. sf2ce:0:FF86E9:00:001:Set Energy = 0 Now! PL2 (1/2)
  25444. sf2ce:0:FF887B:00:501:Set Energy = 0 Now! PL2 (2/2)
  25445. sf2ce:0:FF894E:02:000:Finish round to win match PL2
  25446. sf2ce:0:FF894E:00:000:Rounds won always set = 0 PL2
  25447. sf2ce:0:FF894E:00:001:Rounds won set = 0 Now! PL2
  25448. sf2ce:0:FF894F:00:001:Play with Ryu PL2
  25449. sf2ce:0:FF894F:01:001:Play with E. Honda PL2
  25450. sf2ce:0:FF894F:02:001:Play with Blanka PL2
  25451. sf2ce:0:FF894F:03:001:Play with Guile PL2
  25452. sf2ce:0:FF894F:04:001:Play with Ken PL2
  25453. sf2ce:0:FF894F:05:001:Play with Chun Li PL2
  25454. sf2ce:0:FF894F:06:001:Play with Zangief PL2
  25455. sf2ce:0:FF894F:07:001:Play with Dhalsim PL2
  25456. sf2ce:0:FF894F:08:001:Play with M. Bison PL2 (bug!)
  25457. sf2ce:0:FF894F:09:001:Play with Sagat PL2 (bug!)
  25458. sf2ce:0:FF894F:0A:001:Play with Balrog PL2 bug!)
  25459. sf2ce:0:FF894F:0B:001:Play with Vega PL2 (bug!)
  25460.  
  25461. ; [ Street Fighter II' - Champion Edition (US rev A) ]
  25462. sf2cea:0:000000:00:999:[You must turnoff all cheats]
  25463. sf2cea:0:000000:00:999:[with F5 at the beginning of]
  25464. sf2cea:0:000000:00:999:[the bonus levels.          ]
  25465. sf2cea:0:FF8ABE:99:000:Infinite Time
  25466. sf2cea:0:FF89C1:0A:001:Next level = Last level
  25467. sf2cea:0:FF89C1:0B:001:Lose a credit = Last level
  25468. sf2cea:0:FF83E9:90:000:Infinite Energy PL1 (1/2)
  25469. sf2cea:0:FF857B:90:500:Infinite Energy PL1 (2/2)
  25470. sf2cea:0:FF83E9:00:000:Energy always = 0 PL1 (1/2)
  25471. sf2cea:0:FF857B:00:500:Energy always = 0 PL1 (2/2)
  25472. sf2cea:0:FF83E9:00:001:Set Energy = 0 Now! PL1 (1/2)
  25473. sf2cea:0:FF857B:00:501:Set Energy = 0 Now! PL1 (2/2)
  25474. sf2cea:0:FF864E:02:000:Finish round to win match PL1
  25475. sf2cea:0:FF864E:00:000:Rounds won always set = 0 PL1
  25476. sf2cea:0:FF864E:00:001:Rounds won set = 0 Now! PL1
  25477. sf2cea:0:FF864F:00:001:Play with Ryu PL1
  25478. sf2cea:0:FF864F:01:001:Play with E. Honda PL1
  25479. sf2cea:0:FF864F:02:001:Play with Blanka PL1
  25480. sf2cea:0:FF864F:03:001:Play with Guile PL1
  25481. sf2cea:0:FF864F:04:001:Play with Ken PL1
  25482. sf2cea:0:FF864F:05:001:Play with Chun Li PL1
  25483. sf2cea:0:FF864F:06:001:Play with Zangief PL1
  25484. sf2cea:0:FF864F:07:001:Play with Dhalsim PL1
  25485. sf2cea:0:FF864F:08:001:Play with M. Bison PL1 (bug!)
  25486. sf2cea:0:FF864F:09:001:Play with Sagat PL1 (bug!)
  25487. sf2cea:0:FF864F:0A:001:Play with Balrog PL1 (bug!)
  25488. sf2cea:0:FF864F:0B:001:Play with Vega PL1 (bug!)
  25489. sf2cea:0:FF86E9:90:000:Infinite Energy PL2 (1/2)
  25490. sf2cea:0:FF887B:90:500:Infinite Energy PL2 (2/2)
  25491. sf2cea:0:FF86E9:00:000:Energy always = 0 PL2 (1/2)
  25492. sf2cea:0:FF887B:00:500:Energy always = 0 PL2 (2/2)
  25493. sf2cea:0:FF86E9:00:001:Set Energy = 0 Now! PL2 (1/2)
  25494. sf2cea:0:FF887B:00:501:Set Energy = 0 Now! PL2 (2/2)
  25495. sf2cea:0:FF894E:02:000:Finish round to win match PL2
  25496. sf2cea:0:FF894E:00:000:Rounds won always set = 0 PL2
  25497. sf2cea:0:FF894E:00:001:Rounds won set = 0 Now! PL2
  25498. sf2cea:0:FF894F:00:001:Play with Ryu PL2
  25499. sf2cea:0:FF894F:01:001:Play with E. Honda PL2
  25500. sf2cea:0:FF894F:02:001:Play with Blanka PL2
  25501. sf2cea:0:FF894F:03:001:Play with Guile PL2
  25502. sf2cea:0:FF894F:04:001:Play with Ken PL2
  25503. sf2cea:0:FF894F:05:001:Play with Chun Li PL2
  25504. sf2cea:0:FF894F:06:001:Play with Zangief PL2
  25505. sf2cea:0:FF894F:07:001:Play with Dhalsim PL2
  25506. sf2cea:0:FF894F:08:001:Play with M. Bison PL2 (bug!)
  25507. sf2cea:0:FF894F:09:001:Play with Sagat PL2 (bug!)
  25508. sf2cea:0:FF894F:0A:001:Play with Balrog PL2 bug!)
  25509. sf2cea:0:FF894F:0B:001:Play with Vega PL2 (bug!)
  25510.  
  25511. ; [ Street Fighter II' - Champion Edition (US rev B) ]
  25512. sf2ceb:0:000000:00:999:[You must turnoff all cheats]
  25513. sf2ceb:0:000000:00:999:[with F5 at the beginning of]
  25514. sf2ceb:0:000000:00:999:[the bonus levels.          ]
  25515. sf2ceb:0:FF8ABE:99:000:Infinite Time
  25516. sf2ceb:0:FF89C1:0A:001:Next level = Last level
  25517. sf2ceb:0:FF89C1:0B:001:Lose a credit = Last level
  25518. sf2ceb:0:FF83E9:90:000:Infinite Energy PL1 (1/2)
  25519. sf2ceb:0:FF857B:90:500:Infinite Energy PL1 (2/2)
  25520. sf2ceb:0:FF83E9:00:000:Energy always = 0 PL1 (1/2)
  25521. sf2ceb:0:FF857B:00:500:Energy always = 0 PL1 (2/2)
  25522. sf2ceb:0:FF83E9:00:001:Set Energy = 0 Now! PL1 (1/2)
  25523. sf2ceb:0:FF857B:00:501:Set Energy = 0 Now! PL1 (2/2)
  25524. sf2ceb:0:FF864E:02:000:Finish round to win match PL1
  25525. sf2ceb:0:FF864E:00:000:Rounds won always set = 0 PL1
  25526. sf2ceb:0:FF864E:00:001:Rounds won set = 0 Now! PL1
  25527. sf2ceb:0:FF864F:00:001:Play with Ryu PL1
  25528. sf2ceb:0:FF864F:01:001:Play with E. Honda PL1
  25529. sf2ceb:0:FF864F:02:001:Play with Blanka PL1
  25530. sf2ceb:0:FF864F:03:001:Play with Guile PL1
  25531. sf2ceb:0:FF864F:04:001:Play with Ken PL1
  25532. sf2ceb:0:FF864F:05:001:Play with Chun Li PL1
  25533. sf2ceb:0:FF864F:06:001:Play with Zangief PL1
  25534. sf2ceb:0:FF864F:07:001:Play with Dhalsim PL1
  25535. sf2ceb:0:FF864F:08:001:Play with M. Bison PL1 (bug!)
  25536. sf2ceb:0:FF864F:09:001:Play with Sagat PL1 (bug!)
  25537. sf2ceb:0:FF864F:0A:001:Play with Balrog PL1 (bug!)
  25538. sf2ceb:0:FF864F:0B:001:Play with Vega PL1 (bug!)
  25539. sf2ceb:0:FF86E9:90:000:Infinite Energy PL2 (1/2)
  25540. sf2ceb:0:FF887B:90:500:Infinite Energy PL2 (2/2)
  25541. sf2ceb:0:FF86E9:00:000:Energy always = 0 PL2 (1/2)
  25542. sf2ceb:0:FF887B:00:500:Energy always = 0 PL2 (2/2)
  25543. sf2ceb:0:FF86E9:00:001:Set Energy = 0 Now! PL2 (1/2)
  25544. sf2ceb:0:FF887B:00:501:Set Energy = 0 Now! PL2 (2/2)
  25545. sf2ceb:0:FF894E:02:000:Finish round to win match PL2
  25546. sf2ceb:0:FF894E:00:000:Rounds won always set = 0 PL2
  25547. sf2ceb:0:FF894E:00:001:Rounds won set = 0 Now! PL2
  25548. sf2ceb:0:FF894F:00:001:Play with Ryu PL2
  25549. sf2ceb:0:FF894F:01:001:Play with E. Honda PL2
  25550. sf2ceb:0:FF894F:02:001:Play with Blanka PL2
  25551. sf2ceb:0:FF894F:03:001:Play with Guile PL2
  25552. sf2ceb:0:FF894F:04:001:Play with Ken PL2
  25553. sf2ceb:0:FF894F:05:001:Play with Chun Li PL2
  25554. sf2ceb:0:FF894F:06:001:Play with Zangief PL2
  25555. sf2ceb:0:FF894F:07:001:Play with Dhalsim PL2
  25556. sf2ceb:0:FF894F:08:001:Play with M. Bison PL2 (bug!)
  25557. sf2ceb:0:FF894F:09:001:Play with Sagat PL2 (bug!)
  25558. sf2ceb:0:FF894F:0A:001:Play with Balrog PL2 bug!)
  25559. sf2ceb:0:FF894F:0B:001:Play with Vega PL2 (bug!)
  25560.  
  25561. ; [ Street Fighter II' - Champion Edition (Japan) ]
  25562. sf2cej:0:000000:00:999:[You must turnoff all cheats]
  25563. sf2cej:0:000000:00:999:[with F5 at the beginning of]
  25564. sf2cej:0:000000:00:999:[the bonus levels.          ]
  25565. sf2cej:0:FF8ABE:99:000:Infinite Time
  25566. sf2cej:0:FF89C1:0A:001:Next level = Last level
  25567. sf2cej:0:FF89C1:0B:001:Lose a credit = Last level
  25568. sf2cej:0:FF83E9:90:000:Infinite Energy PL1 (1/2)
  25569. sf2cej:0:FF857B:90:500:Infinite Energy PL1 (2/2)
  25570. sf2cej:0:FF83E9:00:000:Energy always = 0 PL1 (1/2)
  25571. sf2cej:0:FF857B:00:500:Energy always = 0 PL1 (2/2)
  25572. sf2cej:0:FF83E9:00:001:Set Energy = 0 Now! PL1 (1/2)
  25573. sf2cej:0:FF857B:00:501:Set Energy = 0 Now! PL1 (2/2)
  25574. sf2cej:0:FF864E:02:000:Finish round to win match PL1
  25575. sf2cej:0:FF864E:00:000:Rounds won always set = 0 PL1
  25576. sf2cej:0:FF864E:00:001:Rounds won set = 0 Now! PL1
  25577. sf2cej:0:FF864F:00:001:Play with Ryu PL1
  25578. sf2cej:0:FF864F:01:001:Play with E. Honda PL1
  25579. sf2cej:0:FF864F:02:001:Play with Blanka PL1
  25580. sf2cej:0:FF864F:03:001:Play with Guile PL1
  25581. sf2cej:0:FF864F:04:001:Play with Ken PL1
  25582. sf2cej:0:FF864F:05:001:Play with Chun Li PL1
  25583. sf2cej:0:FF864F:06:001:Play with Zangief PL1
  25584. sf2cej:0:FF864F:07:001:Play with Dhalsim PL1
  25585. sf2cej:0:FF864F:08:001:Play with M. Bison PL1 (bug!)
  25586. sf2cej:0:FF864F:09:001:Play with Sagat PL1 (bug!)
  25587. sf2cej:0:FF864F:0A:001:Play with Balrog PL1 (bug!)
  25588. sf2cej:0:FF864F:0B:001:Play with Vega PL1 (bug!)
  25589. sf2cej:0:FF86E9:90:000:Infinite Energy PL2 (1/2)
  25590. sf2cej:0:FF887B:90:500:Infinite Energy PL2 (2/2)
  25591. sf2cej:0:FF86E9:00:000:Energy always = 0 PL2 (1/2)
  25592. sf2cej:0:FF887B:00:500:Energy always = 0 PL2 (2/2)
  25593. sf2cej:0:FF86E9:00:001:Set Energy = 0 Now! PL2 (1/2)
  25594. sf2cej:0:FF887B:00:501:Set Energy = 0 Now! PL2 (2/2)
  25595. sf2cej:0:FF894E:02:000:Finish round to win match PL2
  25596. sf2cej:0:FF894E:00:000:Rounds won always set = 0 PL2
  25597. sf2cej:0:FF894E:00:001:Rounds won set = 0 Now! PL2
  25598. sf2cej:0:FF894F:00:001:Play with Ryu PL2
  25599. sf2cej:0:FF894F:01:001:Play with E. Honda PL2
  25600. sf2cej:0:FF894F:02:001:Play with Blanka PL2
  25601. sf2cej:0:FF894F:03:001:Play with Guile PL2
  25602. sf2cej:0:FF894F:04:001:Play with Ken PL2
  25603. sf2cej:0:FF894F:05:001:Play with Chun Li PL2
  25604. sf2cej:0:FF894F:06:001:Play with Zangief PL2
  25605. sf2cej:0:FF894F:07:001:Play with Dhalsim PL2
  25606. sf2cej:0:FF894F:08:001:Play with M. Bison PL2 (bug!)
  25607. sf2cej:0:FF894F:09:001:Play with Sagat PL2 (bug!)
  25608. sf2cej:0:FF894F:0A:001:Play with Balrog PL2 bug!)
  25609. sf2cej:0:FF894F:0B:001:Play with Vega PL2 (bug!)
  25610.  
  25611. ; [ Street Fighter II - The World Warrior (US 910228) ]
  25612. sf2e:0:000000:00:999:[You must turnoff all cheats]
  25613. sf2e:0:000000:00:999:[with F5 at the beginning of]
  25614. sf2e:0:000000:00:999:[the bonus levels.          ]
  25615. sf2e:0:FF8ACE:99:000:Infinite Time
  25616. sf2e:0:FF89CD:09:001:Next level = Last level
  25617. sf2e:0:FF89CD:0A:001:Lose a credit = Last level
  25618. sf2e:0:FF83F1:90:000:Infinite Energy PL1 (1/2)
  25619. sf2e:0:FF8583:90:500:Infinite Energy PL1 (2/2)
  25620. sf2e:0:FF83F1:00:000:Energy always = 0 PL1 (1/2)
  25621. sf2e:0:FF8583:00:500:Energy always = 0 PL1 (2/2)
  25622. sf2e:0:FF83F1:00:001:Set Energy = 0 Now! PL1 (1/2)
  25623. sf2e:0:FF8583:00:501:Set Energy = 0 Now! PL1 (2/2)
  25624. sf2e:0:FF8656:02:000:Finish round to win match PL1
  25625. sf2e:0:FF8656:00:000:Rounds won always set = 0 PL1
  25626. sf2e:0:FF8656:00:001:Rounds won set = 0 Now! PL1
  25627. sf2e:0:FF8657:00:001:Play with Ryu PL1
  25628. sf2e:0:FF8657:01:001:Play with E. Honda PL1
  25629. sf2e:0:FF8657:02:001:Play with Blanka PL1
  25630. sf2e:0:FF8657:03:001:Play with Guile PL1
  25631. sf2e:0:FF8657:04:001:Play with Ken PL1
  25632. sf2e:0:FF8657:05:001:Play with Chun Li PL1
  25633. sf2e:0:FF8657:06:001:Play with Zangief PL1
  25634. sf2e:0:FF8657:07:001:Play with Dhalsim PL1
  25635. sf2e:0:FF8657:08:001:Play with M. Bison PL1 (bug!)
  25636. sf2e:0:FF8657:09:001:Play with Sagat PL1 (bug!)
  25637. sf2e:0:FF8657:0A:001:Play with Balrog PL1 (bug!)
  25638. sf2e:0:FF8657:0B:001:Play with Vega PL1 (bug!)
  25639. sf2e:0:FF86F1:90:000:Infinite Energy PL2 (1/2)
  25640. sf2e:0:FF8883:90:500:Infinite Energy PL2 (2/2)
  25641. sf2e:0:FF86F1:00:000:Energy always = 0 PL2 (1/2)
  25642. sf2e:0:FF8883:00:500:Energy always = 0 PL2 (2/2)
  25643. sf2e:0:FF86F1:00:001:Set Energy = 0 Now! PL2 (1/2)
  25644. sf2e:0:FF8883:00:501:Set Energy = 0 Now! PL2 (2/2)
  25645. sf2e:0:FF8956:02:000:Finish round to win match PL2
  25646. sf2e:0:FF8956:00:000:Rounds won always set = 0 PL2
  25647. sf2e:0:FF8956:00:001:Rounds won set = 0 Now! PL2
  25648. sf2e:0:FF8957:00:001:Play with Ryu PL2
  25649. sf2e:0:FF8957:01:001:Play with E. Honda PL2
  25650. sf2e:0:FF8957:02:001:Play with Blanka PL2
  25651. sf2e:0:FF8957:03:001:Play with Guile PL2
  25652. sf2e:0:FF8957:04:001:Play with Ken PL2
  25653. sf2e:0:FF8957:05:001:Play with Chun Li PL2
  25654. sf2e:0:FF8957:06:001:Play with Zangief PL2
  25655. sf2e:0:FF8957:07:001:Play with Dhalsim PL2
  25656. sf2e:0:FF8957:08:001:Play with M. Bison PL2 (bug!)
  25657. sf2e:0:FF8957:09:001:Play with Sagat PL2 (bug!)
  25658. sf2e:0:FF8957:0A:001:Play with Balrog PL2 bug!)
  25659. sf2e:0:FF8957:0B:001:Play with Vega PL2 (bug!)
  25660.  
  25661. ; [ Street Fighter II - The World Warrior (Japan 911210) ]
  25662. sf2j:0:000000:00:999:[You must turnoff all cheats]
  25663. sf2j:0:000000:00:999:[with F5 at the beginning of]
  25664. sf2j:0:000000:00:999:[the bonus levels.          ]
  25665. sf2j:0:FF8ACE:99:000:Infinite Time
  25666. sf2j:0:FF89CD:09:001:Next level = Last level
  25667. sf2j:0:FF89CD:0A:001:Lose a credit = Last level
  25668. sf2j:0:FF83F1:90:000:Infinite Energy PL1 (1/2)
  25669. sf2j:0:FF8583:90:500:Infinite Energy PL1 (2/2)
  25670. sf2j:0:FF83F1:00:000:Energy always = 0 PL1 (1/2)
  25671. sf2j:0:FF8583:00:500:Energy always = 0 PL1 (2/2)
  25672. sf2j:0:FF83F1:00:001:Set Energy = 0 Now! PL1 (1/2)
  25673. sf2j:0:FF8583:00:501:Set Energy = 0 Now! PL1 (2/2)
  25674. sf2j:0:FF8656:02:000:Finish round to win match PL1
  25675. sf2j:0:FF8656:00:000:Rounds won always set = 0 PL1
  25676. sf2j:0:FF8656:00:001:Rounds won set = 0 Now! PL1
  25677. sf2j:0:FF8657:00:001:Play with Ryu PL1
  25678. sf2j:0:FF8657:01:001:Play with E. Honda PL1
  25679. sf2j:0:FF8657:02:001:Play with Blanka PL1
  25680. sf2j:0:FF8657:03:001:Play with Guile PL1
  25681. sf2j:0:FF8657:04:001:Play with Ken PL1
  25682. sf2j:0:FF8657:05:001:Play with Chun Li PL1
  25683. sf2j:0:FF8657:06:001:Play with Zangief PL1
  25684. sf2j:0:FF8657:07:001:Play with Dhalsim PL1
  25685. sf2j:0:FF8657:08:001:Play with M. Bison PL1 (bug!)
  25686. sf2j:0:FF8657:09:001:Play with Sagat PL1 (bug!)
  25687. sf2j:0:FF8657:0A:001:Play with Balrog PL1 (bug!)
  25688. sf2j:0:FF8657:0B:001:Play with Vega PL1 (bug!)
  25689. sf2j:0:FF86F1:90:000:Infinite Energy PL2 (1/2)
  25690. sf2j:0:FF8883:90:500:Infinite Energy PL2 (2/2)
  25691. sf2j:0:FF86F1:00:000:Energy always = 0 PL2 (1/2)
  25692. sf2j:0:FF8883:00:500:Energy always = 0 PL2 (2/2)
  25693. sf2j:0:FF86F1:00:001:Set Energy = 0 Now! PL2 (1/2)
  25694. sf2j:0:FF8883:00:501:Set Energy = 0 Now! PL2 (2/2)
  25695. sf2j:0:FF8956:02:000:Finish round to win match PL2
  25696. sf2j:0:FF8956:00:000:Rounds won always set = 0 PL2
  25697. sf2j:0:FF8956:00:001:Rounds won set = 0 Now! PL2
  25698. sf2j:0:FF8957:00:001:Play with Ryu PL2
  25699. sf2j:0:FF8957:01:001:Play with E. Honda PL2
  25700. sf2j:0:FF8957:02:001:Play with Blanka PL2
  25701. sf2j:0:FF8957:03:001:Play with Guile PL2
  25702. sf2j:0:FF8957:04:001:Play with Ken PL2
  25703. sf2j:0:FF8957:05:001:Play with Chun Li PL2
  25704. sf2j:0:FF8957:06:001:Play with Zangief PL2
  25705. sf2j:0:FF8957:07:001:Play with Dhalsim PL2
  25706. sf2j:0:FF8957:08:001:Play with M. Bison PL2 (bug!)
  25707. sf2j:0:FF8957:09:001:Play with Sagat PL2 (bug!)
  25708. sf2j:0:FF8957:0A:001:Play with Balrog PL2 bug!)
  25709. sf2j:0:FF8957:0B:001:Play with Vega PL2 (bug!)
  25710.  
  25711. ; [ Street Fighter II - The World Warrior (Japan 910214) ]
  25712. sf2jb:0:000000:00:999:[You must turnoff all cheats]
  25713. sf2jb:0:000000:00:999:[with F5 at the beginning of]
  25714. sf2jb:0:000000:00:999:[the bonus levels.          ]
  25715. sf2jb:0:FF8ACE:99:000:Infinite Time
  25716. sf2jb:0:FF89CD:09:001:Next level = Last level
  25717. sf2jb:0:FF89CD:0A:001:Lose a credit = Last level
  25718. sf2jb:0:FF83F1:90:000:Infinite Energy PL1 (1/2)
  25719. sf2jb:0:FF8583:90:500:Infinite Energy PL1 (2/2)
  25720. sf2jb:0:FF83F1:00:000:Energy always = 0 PL1 (1/2)
  25721. sf2jb:0:FF8583:00:500:Energy always = 0 PL1 (2/2)
  25722. sf2jb:0:FF83F1:00:001:Set Energy = 0 Now! PL1 (1/2)
  25723. sf2jb:0:FF8583:00:501:Set Energy = 0 Now! PL1 (2/2)
  25724. sf2jb:0:FF8656:02:000:Finish round to win match PL1
  25725. sf2jb:0:FF8656:00:000:Rounds won always set = 0 PL1
  25726. sf2jb:0:FF8656:00:001:Rounds won set = 0 Now! PL1
  25727. sf2jb:0:FF8657:00:001:Play with Ryu PL1
  25728. sf2jb:0:FF8657:01:001:Play with E. Honda PL1
  25729. sf2jb:0:FF8657:02:001:Play with Blanka PL1
  25730. sf2jb:0:FF8657:03:001:Play with Guile PL1
  25731. sf2jb:0:FF8657:04:001:Play with Ken PL1
  25732. sf2jb:0:FF8657:05:001:Play with Chun Li PL1
  25733. sf2jb:0:FF8657:06:001:Play with Zangief PL1
  25734. sf2jb:0:FF8657:07:001:Play with Dhalsim PL1
  25735. sf2jb:0:FF8657:08:001:Play with M. Bison PL1 (bug!)
  25736. sf2jb:0:FF8657:09:001:Play with Sagat PL1 (bug!)
  25737. sf2jb:0:FF8657:0A:001:Play with Balrog PL1 (bug!)
  25738. sf2jb:0:FF8657:0B:001:Play with Vega PL1 (bug!)
  25739. sf2jb:0:FF86F1:90:000:Infinite Energy PL2 (1/2)
  25740. sf2jb:0:FF8883:90:500:Infinite Energy PL2 (2/2)
  25741. sf2jb:0:FF86F1:00:000:Energy always = 0 PL2 (1/2)
  25742. sf2jb:0:FF8883:00:500:Energy always = 0 PL2 (2/2)
  25743. sf2jb:0:FF86F1:00:001:Set Energy = 0 Now! PL2 (1/2)
  25744. sf2jb:0:FF8883:00:501:Set Energy = 0 Now! PL2 (2/2)
  25745. sf2jb:0:FF8956:02:000:Finish round to win match PL2
  25746. sf2jb:0:FF8956:00:000:Rounds won always set = 0 PL2
  25747. sf2jb:0:FF8956:00:001:Rounds won set = 0 Now! PL2
  25748. sf2jb:0:FF8957:00:001:Play with Ryu PL2
  25749. sf2jb:0:FF8957:01:001:Play with E. Honda PL2
  25750. sf2jb:0:FF8957:02:001:Play with Blanka PL2
  25751. sf2jb:0:FF8957:03:001:Play with Guile PL2
  25752. sf2jb:0:FF8957:04:001:Play with Ken PL2
  25753. sf2jb:0:FF8957:05:001:Play with Chun Li PL2
  25754. sf2jb:0:FF8957:06:001:Play with Zangief PL2
  25755. sf2jb:0:FF8957:07:001:Play with Dhalsim PL2
  25756. sf2jb:0:FF8957:08:001:Play with M. Bison PL2 (bug!)
  25757. sf2jb:0:FF8957:09:001:Play with Sagat PL2 (bug!)
  25758. sf2jb:0:FF8957:0A:001:Play with Balrog PL2 bug!)
  25759. sf2jb:0:FF8957:0B:001:Play with Vega PL2 (bug!)
  25760.  
  25761. ; [ Street Fighter II' - Champion Edition (Rainbow) ]
  25762. sf2rb:0:000000:00:999:[You must turnoff all cheats]
  25763. sf2rb:0:000000:00:999:[with F5 at the beginning of]
  25764. sf2rb:0:000000:00:999:[the bonus levels.          ]
  25765. sf2rb:0:FF8ABE:99:000:Infinite Time
  25766. sf2rb:0:FF89C1:0A:001:Next level = Last level
  25767. sf2rb:0:FF89C1:0B:001:Lose a credit = Last level
  25768. sf2rb:0:FF83E9:90:000:Infinite Energy PL1 (1/2)
  25769. sf2rb:0:FF857B:90:500:Infinite Energy PL1 (2/2)
  25770. sf2rb:0:FF83E9:00:000:Energy always = 0 PL1 (1/2)
  25771. sf2rb:0:FF857B:00:500:Energy always = 0 PL1 (2/2)
  25772. sf2rb:0:FF83E9:00:001:Set Energy = 0 Now! PL1 (1/2)
  25773. sf2rb:0:FF857B:00:501:Set Energy = 0 Now! PL1 (2/2)
  25774. sf2rb:0:FF864E:02:000:Finish round to win match PL1
  25775. sf2rb:0:FF864E:00:000:Rounds won always set = 0 PL1
  25776. sf2rb:0:FF864E:00:001:Rounds won set = 0 Now! PL1
  25777. sf2rb:0:FF864F:00:001:Play with Ryu PL1
  25778. sf2rb:0:FF864F:01:001:Play with E. Honda PL1
  25779. sf2rb:0:FF864F:02:001:Play with Blanka PL1
  25780. sf2rb:0:FF864F:03:001:Play with Guile PL1
  25781. sf2rb:0:FF864F:04:001:Play with Ken PL1
  25782. sf2rb:0:FF864F:05:001:Play with Chun Li PL1
  25783. sf2rb:0:FF864F:06:001:Play with Zangief PL1
  25784. sf2rb:0:FF864F:07:001:Play with Dhalsim PL1
  25785. sf2rb:0:FF864F:08:001:Play with M. Bison PL1 (bug!)
  25786. sf2rb:0:FF864F:09:001:Play with Sagat PL1 (bug!)
  25787. sf2rb:0:FF864F:0A:001:Play with Balrog PL1 (bug!)
  25788. sf2rb:0:FF864F:0B:001:Play with Vega PL1 (bug!)
  25789. sf2rb:0:FF86E9:90:000:Infinite Energy PL2 (1/2)
  25790. sf2rb:0:FF887B:90:500:Infinite Energy PL2 (2/2)
  25791. sf2rb:0:FF86E9:00:000:Energy always = 0 PL2 (1/2)
  25792. sf2rb:0:FF887B:00:500:Energy always = 0 PL2 (2/2)
  25793. sf2rb:0:FF86E9:00:001:Set Energy = 0 Now! PL2 (1/2)
  25794. sf2rb:0:FF887B:00:501:Set Energy = 0 Now! PL2 (2/2)
  25795. sf2rb:0:FF894E:02:000:Finish round to win match PL2
  25796. sf2rb:0:FF894E:00:000:Rounds won always set = 0 PL2
  25797. sf2rb:0:FF894E:00:001:Rounds won set = 0 Now! PL2
  25798. sf2rb:0:FF894F:00:001:Play with Ryu PL2
  25799. sf2rb:0:FF894F:01:001:Play with E. Honda PL2
  25800. sf2rb:0:FF894F:02:001:Play with Blanka PL2
  25801. sf2rb:0:FF894F:03:001:Play with Guile PL2
  25802. sf2rb:0:FF894F:04:001:Play with Ken PL2
  25803. sf2rb:0:FF894F:05:001:Play with Chun Li PL2
  25804. sf2rb:0:FF894F:06:001:Play with Zangief PL2
  25805. sf2rb:0:FF894F:07:001:Play with Dhalsim PL2
  25806. sf2rb:0:FF894F:08:001:Play with M. Bison PL2 (bug!)
  25807. sf2rb:0:FF894F:09:001:Play with Sagat PL2 (bug!)
  25808. sf2rb:0:FF894F:0A:001:Play with Balrog PL2 bug!)
  25809. sf2rb:0:FF894F:0B:001:Play with Vega PL2 (bug!)
  25810.  
  25811. ; [ Street Fighter II' - Champion Edition (Red Wave) ]
  25812. sf2red:0:000000:00:999:[You must turnoff all cheats]
  25813. sf2red:0:000000:00:999:[with F5 at the beginning of]
  25814. sf2red:0:000000:00:999:[the bonus levels.          ]
  25815. sf2red:0:FF8ABE:99:000:Infinite Time
  25816. sf2red:0:FF89C1:0A:001:Next level = Last level
  25817. sf2red:0:FF89C1:0B:001:Lose a credit = Last level
  25818. sf2red:0:FF83E9:90:000:Infinite Energy PL1 (1/2)
  25819. sf2red:0:FF857B:90:500:Infinite Energy PL1 (2/2)
  25820. sf2red:0:FF83E9:00:000:Energy always = 0 PL1 (1/2)
  25821. sf2red:0:FF857B:00:500:Energy always = 0 PL1 (2/2)
  25822. sf2red:0:FF83E9:00:001:Set Energy = 0 Now! PL1 (1/2)
  25823. sf2red:0:FF857B:00:501:Set Energy = 0 Now! PL1 (2/2)
  25824. sf2red:0:FF864E:02:000:Finish round to win match PL1
  25825. sf2red:0:FF864E:00:000:Rounds won always set = 0 PL1
  25826. sf2red:0:FF864E:00:001:Rounds won set = 0 Now! PL1
  25827. sf2red:0:FF864F:00:001:Play with Ryu PL1
  25828. sf2red:0:FF864F:01:001:Play with E. Honda PL1
  25829. sf2red:0:FF864F:02:001:Play with Blanka PL1
  25830. sf2red:0:FF864F:03:001:Play with Guile PL1
  25831. sf2red:0:FF864F:04:001:Play with Ken PL1
  25832. sf2red:0:FF864F:05:001:Play with Chun Li PL1
  25833. sf2red:0:FF864F:06:001:Play with Zangief PL1
  25834. sf2red:0:FF864F:07:001:Play with Dhalsim PL1
  25835. sf2red:0:FF864F:08:001:Play with M. Bison PL1 (bug!)
  25836. sf2red:0:FF864F:09:001:Play with Sagat PL1 (bug!)
  25837. sf2red:0:FF864F:0A:001:Play with Balrog PL1 (bug!)
  25838. sf2red:0:FF864F:0B:001:Play with Vega PL1 (bug!)
  25839. sf2red:0:FF86E9:90:000:Infinite Energy PL2 (1/2)
  25840. sf2red:0:FF887B:90:500:Infinite Energy PL2 (2/2)
  25841. sf2red:0:FF86E9:00:000:Energy always = 0 PL2 (1/2)
  25842. sf2red:0:FF887B:00:500:Energy always = 0 PL2 (2/2)
  25843. sf2red:0:FF86E9:00:001:Set Energy = 0 Now! PL2 (1/2)
  25844. sf2red:0:FF887B:00:501:Set Energy = 0 Now! PL2 (2/2)
  25845. sf2red:0:FF894E:02:000:Finish round to win match PL2
  25846. sf2red:0:FF894E:00:000:Rounds won always set = 0 PL2
  25847. sf2red:0:FF894E:00:001:Rounds won set = 0 Now! PL2
  25848. sf2red:0:FF894F:00:001:Play with Ryu PL2
  25849. sf2red:0:FF894F:01:001:Play with E. Honda PL2
  25850. sf2red:0:FF894F:02:001:Play with Blanka PL2
  25851. sf2red:0:FF894F:03:001:Play with Guile PL2
  25852. sf2red:0:FF894F:04:001:Play with Ken PL2
  25853. sf2red:0:FF894F:05:001:Play with Chun Li PL2
  25854. sf2red:0:FF894F:06:001:Play with Zangief PL2
  25855. sf2red:0:FF894F:07:001:Play with Dhalsim PL2
  25856. sf2red:0:FF894F:08:001:Play with M. Bison PL2 (bug!)
  25857. sf2red:0:FF894F:09:001:Play with Sagat PL2 (bug!)
  25858. sf2red:0:FF894F:0A:001:Play with Balrog PL2 bug!)
  25859. sf2red:0:FF894F:0B:001:Play with Vega PL2 (bug!)
  25860.  
  25861.  
  25862. ; [ Street Fighter II' - Hyper Fighting (US) ]
  25863. sf2t:0:000000:00:999:[You must turnoff all cheats]
  25864. sf2t:0:000000:00:999:[with F5 at the beginning of]
  25865. sf2t:0:000000:00:999:[the bonus levels.          ]
  25866. sf2t:0:FF8ABE:99:000:Infinite Time
  25867. sf2t:0:FF89C1:0A:001:Next level = Last level
  25868. sf2t:0:FF89C1:0B:001:Lose a credit = Last level
  25869. sf2t:0:FF83E9:90:000:Infinite Energy PL1 (1/2)
  25870. sf2t:0:FF857B:90:500:Infinite Energy PL1 (2/2)
  25871. sf2t:0:FF83E9:00:000:Energy always = 0 PL1 (1/2)
  25872. sf2t:0:FF857B:00:500:Energy always = 0 PL1 (2/2)
  25873. sf2t:0:FF83E9:00:001:Set Energy = 0 Now! PL1 (1/2)
  25874. sf2t:0:FF857B:00:501:Set Energy = 0 Now! PL1 (2/2)
  25875. sf2t:0:FF864E:02:000:Finish round to win match PL1
  25876. sf2t:0:FF864E:00:000:Rounds won always set = 0 PL1
  25877. sf2t:0:FF864E:00:001:Rounds won set = 0 Now! PL1
  25878. sf2t:0:FF864F:00:001:Play with Ryu PL1
  25879. sf2t:0:FF864F:01:001:Play with E. Honda PL1
  25880. sf2t:0:FF864F:02:001:Play with Blanka PL1
  25881. sf2t:0:FF864F:03:001:Play with Guile PL1
  25882. sf2t:0:FF864F:04:001:Play with Ken PL1
  25883. sf2t:0:FF864F:05:001:Play with Chun Li PL1
  25884. sf2t:0:FF864F:06:001:Play with Zangief PL1
  25885. sf2t:0:FF864F:07:001:Play with Dhalsim PL1
  25886. sf2t:0:FF864F:08:001:Play with M. Bison PL1 (bug!)
  25887. sf2t:0:FF864F:09:001:Play with Sagat PL1 (bug!)
  25888. sf2t:0:FF864F:0A:001:Play with Balrog PL1 (bug!)
  25889. sf2t:0:FF864F:0B:001:Play with Vega PL1 (bug!)
  25890. sf2t:0:FF86E9:90:000:Infinite Energy PL2 (1/2)
  25891. sf2t:0:FF887B:90:500:Infinite Energy PL2 (2/2)
  25892. sf2t:0:FF86E9:00:000:Energy always = 0 PL2 (1/2)
  25893. sf2t:0:FF887B:00:500:Energy always = 0 PL2 (2/2)
  25894. sf2t:0:FF86E9:00:001:Set Energy = 0 Now! PL2 (1/2)
  25895. sf2t:0:FF887B:00:501:Set Energy = 0 Now! PL2 (2/2)
  25896. sf2t:0:FF894E:02:000:Finish round to win match PL2
  25897. sf2t:0:FF894E:00:000:Rounds won always set = 0 PL2
  25898. sf2t:0:FF894E:00:001:Rounds won set = 0 Now! PL2
  25899. sf2t:0:FF894F:00:001:Play with Ryu PL2
  25900. sf2t:0:FF894F:01:001:Play with E. Honda PL2
  25901. sf2t:0:FF894F:02:001:Play with Blanka PL2
  25902. sf2t:0:FF894F:03:001:Play with Guile PL2
  25903. sf2t:0:FF894F:04:001:Play with Ken PL2
  25904. sf2t:0:FF894F:05:001:Play with Chun Li PL2
  25905. sf2t:0:FF894F:06:001:Play with Zangief PL2
  25906. sf2t:0:FF894F:07:001:Play with Dhalsim PL2
  25907. sf2t:0:FF894F:08:001:Play with M. Bison PL2 (bug!)
  25908. sf2t:0:FF894F:09:001:Play with Sagat PL2 (bug!)
  25909. sf2t:0:FF894F:0A:001:Play with Balrog PL2 bug!)
  25910. sf2t:0:FF894F:0B:001:Play with Vega PL2 (bug!)
  25911.  
  25912. ; [ Street Fighter II' Turbo - Hyper Fighting (Japan) ]
  25913. sf2tj:0:000000:00:999:[You must turnoff all cheats]
  25914. sf2tj:0:000000:00:999:[with F5 at the beginning of]
  25915. sf2tj:0:000000:00:999:[the bonus levels.          ]
  25916. sf2tj:0:FF8ABE:99:000:Infinite Time
  25917. sf2tj:0:FF89C1:0A:001:Next level = Last level
  25918. sf2tj:0:FF89C1:0B:001:Lose a credit = Last level
  25919. sf2tj:0:FF83E9:90:000:Infinite Energy PL1 (1/2)
  25920. sf2tj:0:FF857B:90:500:Infinite Energy PL1 (2/2)
  25921. sf2tj:0:FF83E9:00:000:Energy always = 0 PL1 (1/2)
  25922. sf2tj:0:FF857B:00:500:Energy always = 0 PL1 (2/2)
  25923. sf2tj:0:FF83E9:00:001:Set Energy = 0 Now! PL1 (1/2)
  25924. sf2tj:0:FF857B:00:501:Set Energy = 0 Now! PL1 (2/2)
  25925. sf2tj:0:FF864E:02:000:Finish round to win match PL1
  25926. sf2tj:0:FF864E:00:000:Rounds won always set = 0 PL1
  25927. sf2tj:0:FF864E:00:001:Rounds won set = 0 Now! PL1
  25928. sf2tj:0:FF864F:00:001:Play with Ryu PL1
  25929. sf2tj:0:FF864F:01:001:Play with E. Honda PL1
  25930. sf2tj:0:FF864F:02:001:Play with Blanka PL1
  25931. sf2tj:0:FF864F:03:001:Play with Guile PL1
  25932. sf2tj:0:FF864F:04:001:Play with Ken PL1
  25933. sf2tj:0:FF864F:05:001:Play with Chun Li PL1
  25934. sf2tj:0:FF864F:06:001:Play with Zangief PL1
  25935. sf2tj:0:FF864F:07:001:Play with Dhalsim PL1
  25936. sf2tj:0:FF864F:08:001:Play with M. Bison PL1 (bug!)
  25937. sf2tj:0:FF864F:09:001:Play with Sagat PL1 (bug!)
  25938. sf2tj:0:FF864F:0A:001:Play with Balrog PL1 (bug!)
  25939. sf2tj:0:FF864F:0B:001:Play with Vega PL1 (bug!)
  25940. sf2tj:0:FF86E9:90:000:Infinite Energy PL2 (1/2)
  25941. sf2tj:0:FF887B:90:500:Infinite Energy PL2 (2/2)
  25942. sf2tj:0:FF86E9:00:000:Energy always = 0 PL2 (1/2)
  25943. sf2tj:0:FF887B:00:500:Energy always = 0 PL2 (2/2)
  25944. sf2tj:0:FF86E9:00:001:Set Energy = 0 Now! PL2 (1/2)
  25945. sf2tj:0:FF887B:00:501:Set Energy = 0 Now! PL2 (2/2)
  25946. sf2tj:0:FF894E:02:000:Finish round to win match PL2
  25947. sf2tj:0:FF894E:00:000:Rounds won always set = 0 PL2
  25948. sf2tj:0:FF894E:00:001:Rounds won set = 0 Now! PL2
  25949. sf2tj:0:FF894F:00:001:Play with Ryu PL2
  25950. sf2tj:0:FF894F:01:001:Play with E. Honda PL2
  25951. sf2tj:0:FF894F:02:001:Play with Blanka PL2
  25952. sf2tj:0:FF894F:03:001:Play with Guile PL2
  25953. sf2tj:0:FF894F:04:001:Play with Ken PL2
  25954. sf2tj:0:FF894F:05:001:Play with Chun Li PL2
  25955. sf2tj:0:FF894F:06:001:Play with Zangief PL2
  25956. sf2tj:0:FF894F:07:001:Play with Dhalsim PL2
  25957. sf2tj:0:FF894F:08:001:Play with M. Bison PL2 (bug!)
  25958. sf2tj:0:FF894F:09:001:Play with Sagat PL2 (bug!)
  25959. sf2tj:0:FF894F:0A:001:Play with Balrog PL2 bug!)
  25960. sf2tj:0:FF894F:0B:001:Play with Vega PL2 (bug!)
  25961.  
  25962. ; [ Space Fever (black and white) ]
  25963. sfeverbw:0:61FF:03:000:Infinite Lives PL1
  25964. sfeverbw:0:62FF:03:000:Infinite Lives PL2
  25965. sfeverbw:0:6069:00:000:Invaders don't fire (1/2)
  25966. sfeverbw:0:606A:30:500:Invaders don't fire (2/2)
  25967.  
  25968. ; [ Sea Fighter Poseidon ]
  25969. sfposeid:0:8415:40:000:Infinite Fuel
  25970. sfposeid:0:8404:03:000:Infinite Lives PL1
  25971. sfposeid:0:8484:03:000:Infinite Lives PL2
  25972.  
  25973. ; [ Street Football ]
  25974. sfootbal:0:00A0:99:000:Infinite Time (1/2)
  25975. sfootbal:0:00A1:00:500:Infinite Time (2/2)
  25976. sfootbal:0:00A0:00:001:Finish Game Now! (1/2)
  25977. sfootbal:0:00A1:01:501:Finish Game Now! (2/2)
  25978. sfootbal:0:00CD:01:000:Always First Down
  25979. sfootbal:0:00CD:01:001:Set to First Down Now!
  25980. sfootbal:0:00CD:04:001:Set to Fourth Down Now!
  25981. sfootbal:0:0000:00:999:[The score is not updated   ]
  25982. sfootbal:0:0000:00:999:[until somebody scores!     ]
  25983. sfootbal:0:02F2:99:073:Select Score PL1
  25984. sfootbal:0:02FA:99:073:Select Score PL2
  25985.  
  25986. ; [ Shackled (US) ]
  25987. shackled:0:00A8:09:000:Infinite Energy PL1 (1/3)
  25988. shackled:0:00A8:99:500:Infinite Energy PL1 (2/3)
  25989. shackled:0:00A9:99:500:Infinite Energy PL1 (3/3)
  25990. shackled:0:00B4:08:000:Infinite Keys PL1
  25991. shackled:0:00C2:09:000:Infinite Energy PL2 (1/3)
  25992. shackled:0:00C3:99:500:Infinite Energy PL2 (2/3)
  25993. shackled:0:00C4:99:500:Infinite Energy PL2 (3/3)
  25994. shackled:0:00CF:08:000:Infinite Keys PL2
  25995.  
  25996. ; [ Shadow Land ]
  25997. shadowld:0:50E1:10:000:Infinite Energy
  25998. shadowld:0:477C:09:000:Infinite Money
  25999. shadowld:0:40BA:04:000:Always have 4-shot
  26000. shadowld:0:40CF:99:000:Always have Mega Shot
  26001.  
  26002. ; [ Shadow Warriors ]
  26003. shadoww:0:061E8E:03:000:Infinite Lives PL1
  26004. shadoww:0:061EC3:09:000:Infinite Energy PL1
  26005. shadoww:0:061EBA:0A:000:Infinite Sword PL1
  26006. shadoww:0:061EB0:2C:000:Invincibility PL1
  26007. shadoww:0:061E8F:03:000:Infinite Lives PL2
  26008. shadoww:0:061F03:09:000:Infinite Energy PL2
  26009. shadoww:0:061EFA:0A:000:Infinite Sword PL2
  26010. shadoww:0:061EF1:2C:000:Invincibility PL2
  26011. shadoww:0:061E89:99:000:Infinite Time
  26012.  
  26013. ; [ Super Hang-On ]
  26014. shangon:0:20C500:99:000:Infinite Time
  26015.  
  26016. ; [ Super Hang-On (bootleg) ]
  26017. shangonb:0:20C500:99:000:Infinite Time
  26018.  
  26019. ; [ Shao-Lin's Road ]
  26020. shaolins:0:2A78:07:000:Infinite Lives
  26021. shaolins:0:3101:01:005:Infinite Energy
  26022. shaolins:0:2A87:01:001:Only 1 to kill on this level
  26023. shaolins:0:32B4:04:001:1 hit to kill boss Now!
  26024. shaolins:0:3175:01:000:Always purple weapon next
  26025. shaolins:0:3175:02:000:Always yellow weapon next
  26026. shaolins:0:3175:03:000:Always green weapon next
  26027. shaolins:0:3175:01:001:Purple weapon next Now!
  26028. shaolins:0:3175:02:001:Yellow weapon next Now!
  26029. shaolins:0:3175:03:001:Green weapon next Now!
  26030. shaolins:0:2A13:60:000:Sound Test Code Stop:[Unknown]Next Code
  26031.  
  26032. ; [ Shark Attack ]
  26033. sharkatt:0:80DD:05:000:Infinite Lives PL1
  26034. sharkatt:0:80DE:05:000:Infinite Lives PL2
  26035. sharkatt:0:8809:00:000:Invincibility
  26036.  
  26037. ; [ Space Harrier ]
  26038. sharrier:0:0404F0:99:000:Infinite Time
  26039. sharrier:0:0404E1:0F:000:Infinite Lives (1/2)
  26040. sharrier:0:0404E0:27:500:Infinite Lives (2/2)
  26041. sharrier:0:C7C0DB:01:000:Invincibility
  26042.  
  26043. ; [ Shadow Dancer (bootleg) ]
  26044. shdancbl:0:FFEB0A:9A:000:Infinite Lives PL1
  26045. shdancbl:0:FFEB8A:9A:000:Infinite Lives PL2
  26046. shdancbl:0:FFC407:59:000:Infinite Time
  26047. shdancbl:0:FFC41F:09:000:Infinite Magic
  26048. shdancbl:0:FFC490:00:000:Always have the Normal gun
  26049. shdancbl:0:FFC490:01:000:Always have the Power-up gun
  26050. shdancbl:0:FFC490:00:001:Get the Normal gun Now!
  26051. shdancbl:0:FFC490:01:001:Get the Power-up gun Now!
  26052.  
  26053. ; [ Shadow Dancer (US) ]
  26054. shdancer:0:FFEB0A:9A:000:Infinite Lives PL1
  26055. shdancer:0:FFEB8A:9A:000:Infinite Lives PL2
  26056. shdancer:0:FFC407:59:000:Infinite Time
  26057. shdancer:0:FFC41F:09:000:Infinite Magic
  26058. shdancer:0:FFC490:00:000:Always have the Normal gun
  26059. shdancer:0:FFC490:01:000:Always have the Power-up gun
  26060. shdancer:0:FFC490:00:001:Get the Normal gun Now!
  26061. shdancer:0:FFC490:01:001:Get the Power-up gun Now!
  26062.  
  26063. ; [ Shadow Dancer (Japan) ]
  26064. shdancrj:0:FFEB0A:9A:000:Infinite Lives PL1
  26065. shdancrj:0:FFEB8A:9A:000:Infinite Lives PL2
  26066. shdancrj:0:FFC407:59:000:Infinite Time
  26067. shdancrj:0:FFC41F:09:000:Infinite Magic
  26068. shdancrj:0:FFC490:00:000:Always have the Normal gun
  26069. shdancrj:0:FFC490:01:000:Always have the Power-up gun
  26070. shdancrj:0:FFC490:00:001:Get the Normal gun Now!
  26071. shdancrj:0:FFC490:01:001:Get the Power-up gun Now!
  26072.  
  26073. ; [ Super High Impact (rev LA1 09/30/91) ]
  26074. shimpact:0:0020A2D4:E7:000:Infinite Time PL1 (1/2)
  26075. shimpact:0:0020A2D5:03:500:Infinite Time PL1 (2/2)
  26076. shimpact:0:0020A2D6:E7:000:Infinite Time PL2 (1/2)
  26077. shimpact:0:0020A2D7:03:500:Infinite Time PL2 (2/2)
  26078. shimpact:0:0020A2D8:E7:000:Infinite Time PL3 (1/2)
  26079. shimpact:0:0020A2D9:03:500:Infinite Time PL3 (2/2)
  26080. shimpact:0:0020A2DA:E7:000:Infinite Time PL4 (1/2)
  26081. shimpact:0:0020A2DB:03:500:Infinite Time PL4 (2/2)
  26082. shimpact:0:0020A2C8:3B:000:Infinite Quarter Time
  26083. shimpact:0:0020A2C6:00:001:End Quarter Now! (1/2)
  26084. shimpact:0:0020A2C8:00:501:End Quarter Now! (2/2)
  26085.  
  26086. ; [ Shinobi (set 1) ]
  26087. shinobi:0:FFD750:03:000:Infinite Lives PL1
  26088. shinobi:0:FFD74F:05:000:Infinite Lives PL2
  26089. shinobi:0:FFD79B:59:007:Infinite Time
  26090. shinobi:0:FFC000:88:000:Invincibility
  26091. shinobi:0:FFD777:02:000:Infinite Ninja Magic
  26092. shinobi:0:FFD778:00:000:Always Ninja Magic Type 1
  26093. shinobi:0:FFD778:01:000:Always Ninja Magic Type 2
  26094. shinobi:0:FFD778:02:000:Always Ninja Magic Type 3
  26095. shinobi:0:FFD79E:01:000:Always have Power Up Gun
  26096. shinobi:0:FFD79E:01:001:Get Power Up Gun Now!
  26097.  
  26098. ; [ Shinobi (set 2) ]
  26099. shinobia:0:FFD751:03:000:Infinite Lives PL1
  26100. shinobia:0:FFD750:05:000:Infinite Lives PL2
  26101. shinobia:0:FFD79A:59:000:Infinite Time
  26102. shinobia:0:FFC001:88:000:Invincibility
  26103. shinobia:0:FFD778:02:000:Infinite Ninja Magic
  26104. shinobia:0:FFD779:00:000:Always Ninja Magic Type 1
  26105. shinobia:0:FFD779:01:000:Always Ninja Magic Type 2
  26106. shinobia:0:FFD779:02:000:Always Ninja Magic Type 3
  26107. shinobia:0:FFD79F:01:000:Always have Power Up Gun
  26108. shinobia:0:FFD79F:01:001:Get Power Up Gun Now!
  26109.  
  26110. ; [ Shinobi (set 3) ]
  26111. shinobib:0:FFD751:03:000:Infinite Lives PL1
  26112. shinobib:0:FFD750:05:000:Infinite Lives PL2
  26113. shinobib:0:FFD79A:59:000:Infinite Time
  26114. shinobib:0:FFC001:88:000:Invincibility
  26115. shinobib:0:FFD778:02:000:Infinite Ninja Magic
  26116. shinobib:0:FFD779:00:000:Always Ninja Magic Type 1
  26117. shinobib:0:FFD779:01:000:Always Ninja Magic Type 2
  26118. shinobib:0:FFD779:02:000:Always Ninja Magic Type 3
  26119. shinobib:0:FFD79F:01:000:Always have Power Up Gun
  26120. shinobib:0:FFD79F:01:001:Get Power Up Gun Now!
  26121.  
  26122. ;    [ Shinobi (bootleg) ]
  26123. shinobl:0:FFD752:03:000:Infinite Lives PL1
  26124. shinobl:0:FFD751:05:000:Infinite Lives PL2
  26125. shinobl:0:FFD79B:59:000:Infinite Time
  26126. shinobl:0:FFC002:88:000:Invincibility
  26127. shinobl:0:FFD779:02:000:Infinite Ninja Magic
  26128. shinobl:0:FFD77A:00:000:Always Ninja Magic Type 1
  26129. shinobl:0:FFD77A:01:000:Always Ninja Magic Type 2
  26130. shinobl:0:FFD77A:02:000:Always Ninja Magic Type 3
  26131. shinobl:0:FFD7A0:01:000:Always have Power Up Gun
  26132. shinobl:0:FFD7A0:01:001:Get Power Up Gun Now!
  26133.  
  26134. ; [ Shisensho - Joshiryo-Hen (Japan) ]
  26135. shisen:0:0000:00:999:[You may need to turn off   ]
  26136. shisen:0:0000:00:999:[the help cheats to complete]
  26137. shisen:0:0000:00:999:[a level - Use F5 to toggle ]
  26138. shisen:0:EA06:99:000:Infinite Time
  26139. shisen:0:E181:00:001:Finish this stage Now!
  26140. shisen:0:E181:00:000:Slide Show Mode
  26141. shisen:0:EA02:03:000:Infinite Help PL1 (1/2)
  26142. shisen:0:EA22:03:500:Infinite Help PL1 (2/2)
  26143. shisen:0:EA28:09:000:Infinite Turn Time PL1 
  26144. shisen:0:EA42:03:000:Infinite Help PL2
  26145. shisen:0:EA48:09:000:Infinite Turn Time PL2
  26146.  
  26147. ; [ Shock Troopers - 2nd Squad ]
  26148. shocktr2:0:108F7B:99:000:Infinite Times
  26149. shocktr2:0:10905B:03:000:Infinite Lives PL1
  26150. shocktr2:0:10901F:0A:000:Infinite Grenades PL1
  26151. shocktr2:0:100127:FF:000:Invincibility PL1
  26152. shocktr2:0:109021:24:000:Maximum Power(Lv3) PL1
  26153. shocktr2:0:109016:40:000:Infinite Ammo PL1
  26154. shocktr2:0:109015:00:000:Always have Normal Shot PL1
  26155. shocktr2:0:109015:04:000:Always have Fire Shot PL1
  26156. shocktr2:0:109015:08:000:Always have Round Shot PL1
  26157. shocktr2:0:109015:0C:000:Always have Missile Shot PL1
  26158. shocktr2:0:109015:10:000:Always have Boomerang ShotPL1
  26159. shocktr2:0:10915B:03:000:Infinite Lives PL2
  26160. shocktr2:0:10911F:0A:000:Infinite Grenades PL2
  26161. shocktr2:0:102127:FF:000:Invincibility PL2
  26162. shocktr2:0:109121:24:000:Maximum Power(Lv3) PL2
  26163. shocktr2:0:109116:40:000:Infinite Ammo PL2
  26164. shocktr2:0:109115:00:000:Always have Normal Shot PL2
  26165. shocktr2:0:109115:04:000:Always have Fire Shot PL2
  26166. shocktr2:0:109115:08:000:Always have Round Shot PL2
  26167. shocktr2:0:109115:0C:000:Always have Missile Shot PL2
  26168. shocktr2:0:109115:10:000:Always have Boomerang ShotPL2
  26169.  
  26170. ; [ Shock Troopers ]
  26171. shocktro:0:000000:00:999:[This game looks protected? ]
  26172. shocktro:0:000000:00:999:[TM1 = Team Member 1 or Solo]
  26173. shocktro:0:000000:00:999:[TM2 = Team Member 2        ]
  26174. shocktro:0:000000:00:999:[TM3 = Team Member 3        ]
  26175. shocktro:0:108342:99:000:Infinite Credits (Home) PL1:Home Version Only!
  26176. shocktro:0:108343:99:000:Infinite Credits (Home) PL2:Home Version Only!
  26177. shocktro:0:108D01:99:000:Infinite Time
  26178. shocktro:0:1001B5:80:000:Infinite Energy PL1
  26179. shocktro:0:100127:FF:000:Invincibility PL1
  26180. shocktro:0:108DBB:D0:000:Infinite Gun Ammo PL1
  26181. shocktro:0:108DC3:63:000:Infinite Special Ammo TM1 PL1
  26182. shocktro:0:108DC7:63:000:Infinite Special Ammo TM2 PL1
  26183. shocktro:0:108DCB:63:000:Infinite Special Ammo TM3 PL1
  26184. shocktro:0:108DB9:00:000:Always have Normal Gun PL1
  26185. shocktro:0:108DB9:04:000:Always have Heavy Gun PL1
  26186. shocktro:0:108DB9:08:000:Always have Vulcan Gun PL1
  26187. shocktro:0:108DB9:0C:000:Always have 3-Way Gun PL1
  26188. shocktro:0:108DB9:10:000:Always have Buster Gun PL1
  26189. shocktro:0:108DB9:14:000:Always have Flame Gun PL1
  26190. shocktro:0:108DB9:18:000:Always have Rocket Gun PL1
  26191. shocktro:0:108DB9:1C:000:Always have Missile Gun PL1
  26192. shocktro:0:108DB9:20:000:Always have Hyper Gun PL1
  26193. shocktro:0:108DB9:00:001:Get Normal Gun Now! PL1
  26194. shocktro:0:108DB9:04:001:Get Heavy Gun Now! PL1
  26195. shocktro:0:108DB9:08:001:Get Vulcan Gun Now! PL1
  26196. shocktro:0:108DB9:0C:001:Get 3-Way Gun Now! PL1
  26197. shocktro:0:108DB9:10:001:Get Buster Gun Now! PL1
  26198. shocktro:0:108DB9:14:001:Get Flame Gun Now! PL1
  26199. shocktro:0:108DB9:18:001:Get Rocket Gun Now! PL1
  26200. shocktro:0:108DB9:1C:001:Get Missile Gun Now! PL1
  26201. shocktro:0:108DB9:20:001:Get Hyper Gun Now! PL1
  26202. shocktro:0:000000:00:999:[SW = Special Weapon        ]
  26203. shocktro:0:000000:00:999:[TM = Team Member (SEE TOP) ]
  26204. shocktro:0:108DC1:00:000:SW always Grenade TM1 PL1
  26205. shocktro:0:108DC1:04:000:SW always Smoke Can TM1 PL1
  26206. shocktro:0:108DC1:08:000:SW always Can Gun TM1 PL1
  26207. shocktro:0:108DC1:0C:000:SW always Boomerang TM1 PL1
  26208. shocktro:0:108DC1:10:000:SW always Missile L. TM1 PL1
  26209. shocktro:0:108DC1:14:000:SW always Bow&Arrow TM1 PL1
  26210. shocktro:0:108DC1:18:000:SW always Chemical TM1 PL1
  26211. shocktro:0:108DC1:1C:000:SW always Bazooka TM1 PL1
  26212. shocktro:0:108DC1:00:001:SW is Grenade Now! TM1 PL1
  26213. shocktro:0:108DC1:04:001:SW is Smoke Can Now! TM1 PL1
  26214. shocktro:0:108DC1:08:001:SW is Can Gun Now! TM1 PL1
  26215. shocktro:0:108DC1:0C:001:SW is Boomerang Now! TM1 PL1
  26216. shocktro:0:108DC1:10:001:SW is Missile L. Now! TM1 PL1
  26217. shocktro:0:108DC1:14:001:SW is Bow&Arrow Now! TM1 PL1
  26218. shocktro:0:108DC1:18:001:SW is Chemical Now! TM1 PL1
  26219. shocktro:0:108DC1:1C:001:SW is Bazooka Now! TM1 PL1
  26220. shocktro:0:108DC5:00:000:SW always Grenade TM2 PL1
  26221. shocktro:0:108DC5:04:000:SW always Smoke Can TM2 PL1
  26222. shocktro:0:108DC5:08:000:SW always Can Gun TM2 PL1
  26223. shocktro:0:108DC5:0C:000:SW always Boomerang TM2 PL1
  26224. shocktro:0:108DC5:10:000:SW always Missile L. TM2 PL1
  26225. shocktro:0:108DC5:14:000:SW always Bow&Arrow TM2 PL1
  26226. shocktro:0:108DC5:18:000:SW always Chemical TM2 PL1
  26227. shocktro:0:108DC5:1C:000:SW always Bazooka TM2 PL1
  26228. shocktro:0:108DC5:00:001:SW is Grenade Now! TM2 PL1
  26229. shocktro:0:108DC5:04:001:SW is Smoke Can Now! TM2 PL1
  26230. shocktro:0:108DC5:08:001:SW is Can Gun Now! TM2 PL1
  26231. shocktro:0:108DC5:0C:001:SW is Boomerang Now! TM2 PL1
  26232. shocktro:0:108DC5:10:001:SW is Missile L. Now! TM2 PL1
  26233. shocktro:0:108DC5:14:001:SW is Bow&Arrow Now! TM2 PL1
  26234. shocktro:0:108DC5:18:001:SW is Chemical Now! TM2 PL1
  26235. shocktro:0:108DC5:1C:001:SW is Bazooka Now! TM2 PL1
  26236. shocktro:0:108DC9:00:000:SW always Grenade TM3 PL1
  26237. shocktro:0:108DC9:04:000:SW always Smoke Can TM3 PL1
  26238. shocktro:0:108DC9:08:000:SW always Can Gun TM3 PL1
  26239. shocktro:0:108DC9:0C:000:SW always Boomerang TM3 PL1
  26240. shocktro:0:108DC9:10:000:SW always Missile L. TM3 PL1
  26241. shocktro:0:108DC9:14:000:SW always Bow&Arrow TM3 PL1
  26242. shocktro:0:108DC9:18:000:SW always Chemical TM3 PL1
  26243. shocktro:0:108DC9:1C:000:SW always Bazooka TM3 PL1
  26244. shocktro:0:108DC9:00:001:SW is Grenade Now! TM3 PL1
  26245. shocktro:0:108DC9:04:001:SW is Smoke Can Now! TM3 PL1
  26246. shocktro:0:108DC9:08:001:SW is Can Gun Now! TM3 PL1
  26247. shocktro:0:108DC9:0C:001:SW is Boomerang Now! TM3 PL1
  26248. shocktro:0:108DC9:10:001:SW is Missile L. Now! TM3 PL1
  26249. shocktro:0:108DC9:14:001:SW is Bow&Arrow Now! TM3 PL1
  26250. shocktro:0:108DC9:18:001:SW is Chemical Now! TM3 PL1
  26251. shocktro:0:108DC9:1C:001:SW is Bazooka Now! TM3 PL1
  26252. shocktro:0:1021B5:80:000:Infinite Energy PL2
  26253. shocktro:0:102127:FF:000:Invincibility PL2
  26254. shocktro:0:108FBB:D0:000:Infinite Gun Ammo PL2
  26255. shocktro:0:108FC3:63:000:Infinite Special Ammo TM1 PL2
  26256. shocktro:0:108FC7:63:000:Infinite Special Ammo TM2 PL2
  26257. shocktro:0:108FCB:63:000:Infinite Special Ammo TM3 PL2
  26258. shocktro:0:108FB9:00:000:Always have Normal Gun PL2
  26259. shocktro:0:108FB9:04:000:Always have Heavy Gun PL2
  26260. shocktro:0:108FB9:08:000:Always have Vulcan Gun PL2
  26261. shocktro:0:108FB9:0C:000:Always have 3-Way Gun PL2
  26262. shocktro:0:108FB9:10:000:Always have Buster Gun PL2
  26263. shocktro:0:108FB9:14:000:Always have Flame Gun PL2
  26264. shocktro:0:108FB9:18:000:Always have Rocket Gun PL2
  26265. shocktro:0:108FB9:1C:000:Always have Missile Gun PL2
  26266. shocktro:0:108FB9:20:000:Always have Hyper Gun PL2
  26267. shocktro:0:108FB9:00:001:Get Normal Gun Now! PL2
  26268. shocktro:0:108FB9:04:001:Get Heavy Gun Now! PL2
  26269. shocktro:0:108FB9:08:001:Get Vulcan Gun Now! PL2
  26270. shocktro:0:108FB9:0C:001:Get 3-Way Gun Now! PL2
  26271. shocktro:0:108FB9:10:001:Get Buster Gun Now! PL2
  26272. shocktro:0:108FB9:14:001:Get Flame Gun Now! PL2
  26273. shocktro:0:108FB9:18:001:Get Rocket Gun Now! PL2
  26274. shocktro:0:108FB9:1C:001:Get Missile Gun Now! PL2
  26275. shocktro:0:108FB9:20:001:Get Hyper Gun Now! PL2
  26276. shocktro:0:000000:00:999:[SW = Special Weapon        ]
  26277. shocktro:0:000000:00:999:[TM = Team Member (SEE TOP) ]
  26278. shocktro:0:108FC1:00:000:SW always Grenade TM1 PL2
  26279. shocktro:0:108FC1:04:000:SW always Smoke Can TM1 PL2
  26280. shocktro:0:108FC1:08:000:SW always Can Gun TM1 PL2
  26281. shocktro:0:108FC1:0C:000:SW always Boomerang TM1 PL2
  26282. shocktro:0:108FC1:10:000:SW always Missile L. TM1 PL2
  26283. shocktro:0:108FC1:14:000:SW always Bow&Arrow TM1 PL2
  26284. shocktro:0:108FC1:18:000:SW always Chemical TM1 PL2
  26285. shocktro:0:108FC1:1C:000:SW always Bazooka TM1 PL2
  26286. shocktro:0:108FC1:00:001:SW is Grenade Now! TM1 PL2
  26287. shocktro:0:108FC1:04:001:SW is Smoke Can Now! TM1 PL2
  26288. shocktro:0:108FC1:08:001:SW is Can Gun Now! TM1 PL2
  26289. shocktro:0:108FC1:0C:001:SW is Boomerang Now! TM1 PL2
  26290. shocktro:0:108FC1:10:001:SW is Missile L. Now! TM1 PL2
  26291. shocktro:0:108FC1:14:001:SW is Bow&Arrow Now! TM1 PL2
  26292. shocktro:0:108FC1:18:001:SW is Chemical Now! TM1 PL2
  26293. shocktro:0:108FC1:1C:001:SW is Bazooka Now! TM1 PL2
  26294. shocktro:0:108FC5:00:000:SW always Grenade TM2 PL2
  26295. shocktro:0:108FC5:04:000:SW always Smoke Can TM2 PL2
  26296. shocktro:0:108FC5:08:000:SW always Can Gun TM2 PL2
  26297. shocktro:0:108FC5:0C:000:SW always Boomerang TM2 PL2
  26298. shocktro:0:108FC5:10:000:SW always Missile L. TM2 PL2
  26299. shocktro:0:108FC5:14:000:SW always Bow&Arrow TM2 PL2
  26300. shocktro:0:108FC5:18:000:SW always Chemical TM2 PL2
  26301. shocktro:0:108FC5:1C:000:SW always Bazooka TM2 PL2
  26302. shocktro:0:108FC5:00:001:SW is Grenade Now! TM2 PL2
  26303. shocktro:0:108FC5:04:001:SW is Smoke Can Now! TM2 PL2
  26304. shocktro:0:108FC5:08:001:SW is Can Gun Now! TM2 PL2
  26305. shocktro:0:108FC5:0C:001:SW is Boomerang Now! TM2 PL2
  26306. shocktro:0:108FC5:10:001:SW is Missile L. Now! TM2 PL2
  26307. shocktro:0:108FC5:14:001:SW is Bow&Arrow Now! TM2 PL2
  26308. shocktro:0:108FC5:18:001:SW is Chemical Now! TM2 PL2
  26309. shocktro:0:108FC5:1C:001:SW is Bazooka Now! TM2 PL2
  26310. shocktro:0:108FC9:00:000:SW always Grenade TM3 PL2
  26311. shocktro:0:108FC9:04:000:SW always Smoke Can TM3 PL2
  26312. shocktro:0:108FC9:08:000:SW always Can Gun TM3 PL2
  26313. shocktro:0:108FC9:0C:000:SW always Boomerang TM3 PL2
  26314. shocktro:0:108FC9:10:000:SW always Missile L. TM3 PL2
  26315. shocktro:0:108FC9:14:000:SW always Bow&Arrow TM3 PL2
  26316. shocktro:0:108FC9:18:000:SW always Chemical TM3 PL2
  26317. shocktro:0:108FC9:1C:000:SW always Bazooka TM3 PL2
  26318. shocktro:0:108FC9:00:001:SW is Grenade Now! TM3 PL2
  26319. shocktro:0:108FC9:04:001:SW is Smoke Can Now! TM3 PL2
  26320. shocktro:0:108FC9:08:001:SW is Can Gun Now! TM3 PL2
  26321. shocktro:0:108FC9:0C:001:SW is Boomerang Now! TM3 PL2
  26322. shocktro:0:108FC9:10:001:SW is Missile L. Now! TM3 PL2
  26323. shocktro:0:108FC9:14:001:SW is Bow&Arrow Now! TM3 PL2
  26324. shocktro:0:108FC9:18:001:SW is Chemical Now! TM3 PL2
  26325. shocktro:0:108FC9:1C:001:SW is Bazooka Now! TM3 PL2
  26326.  
  26327. ; [ Satan's Hollow (set 1) ]
  26328. shollow:0:C39D:09:000:Infinite Lives
  26329. shollow:0:C396:78:000:Infinite Shield
  26330.  
  26331. ; [ Satan's Hollow (set 2) ]
  26332. shollow2:0:C39D:09:000:Infinite Lives
  26333. shollow2:0:C396:78:000:Infinite Shield
  26334.  
  26335. ; [ Shoot Out (Korean Bootleg) ]
  26336. shootoub:0:006D:06:000:Infinite Lives
  26337. shootoub:0:0067:07:071:Scene Select
  26338. shootoub:0:0077:00:001:Kill one enemy to clear scene
  26339.  
  26340. ; [ Shoot Out (Japan) ]
  26341. shootouj:0:006D:06:000:Infinite Lives
  26342. shootouj:0:0067:07:071:Scene Select
  26343. shootouj:0:0077:00:001:Kill one enemy to clear scene
  26344.  
  26345. ; [ Shoot Out (US) ]
  26346. shootout:0:0061:06:000:Infinite Lives
  26347. shootout:0:0058:00:000:Invincibility (1/4)
  26348. shootout:0:01FA:F4:500:Invincibility (2/4)
  26349. shootout:0:01FD:E0:500:Invincibility (3/4)
  26350. shootout:0:01FE:6A:500:Invincibility (4/4)
  26351. shootout:0:005B:07:071:Scene Select
  26352. shootout:0:006B:00:001:Kill one enemy to clear scene
  26353.  
  26354. ; [ Showdown (version 5.0) ]
  26355. showdown:0:2221:00:000:Infinite Hands
  26356. showdown:0:3E27:0A:000:Infinite $1 Chips 
  26357. showdown:0:3E29:0A:000:Infinite $5 Chips
  26358. showdown:0:3E2B:0A:000:Infinite $10 Chips
  26359. showdown:0:3E2D:0A:000:Infinite Money bags
  26360. showdown:0:0000:00:999:[The remaining cheats affect]
  26361. showdown:0:0000:00:999:[the computer players only  ]
  26362. showdown:0:3E1F:00:000:Doc always has 0  $1 chips
  26363. showdown:0:3E21:00:000:Doc always has 0  $5 chips
  26364. showdown:0:3E23:00:000:Doc always has 0 $10 chips
  26365. showdown:0:3E25:00:000:Doc always has 0 moneybags
  26366. showdown:0:3E2F:00:000:Dolly always has 0  $1 chips
  26367. showdown:0:3E31:00:000:Dolly always has 0  $5 chips
  26368. showdown:0:3E33:00:000:Dolly always has 0 $10 chips
  26369. showdown:0:3E35:00:000:Dolly always has 0 moneybags
  26370. showdown:0:3E37:00:000:Dealer always has 0  $1 chips
  26371. showdown:0:3E39:00:000:Dealer always has 0  $5 chips
  26372. showdown:0:3E3B:00:000:Dealer always has 0 $10 chips
  26373. showdown:0:3E3D:00:000:Dealer always has 0 moneybags
  26374. showdown:0:3E1F:00:001:Doc has 0  $1 chips Now!
  26375. showdown:0:3E21:00:001:Doc has 0  $5 chips Now!
  26376. showdown:0:3E23:00:001:Doc has 0 $10 chips Now!
  26377. showdown:0:3E25:00:001:Doc has 0 moneybags Now!
  26378. showdown:0:3E2F:00:001:Dolly has 0  $1 chips Now!
  26379. showdown:0:3E31:00:001:Dolly has 0  $5 chips Now!
  26380. showdown:0:3E33:00:001:Dolly has 0 $10 chips Now!
  26381. showdown:0:3E35:00:001:Dolly has 0 moneybags Now!
  26382. showdown:0:3E37:00:001:Dealer has 0  $1 chips Now!
  26383. showdown:0:3E39:00:001:Dealer has 0  $5 chips Now!
  26384. showdown:0:3E3B:00:001:Dealer has 0 $10 chips Now!
  26385. showdown:0:3E3D:00:001:Dealer has 0 moneybags Now!
  26386.  
  26387. ; [ Shuffleboard ]
  26388. shuffle:0:0000:00:999:[The score will not update  ]
  26389. shuffle:0:0000:00:999:[until the round is tallied!]
  26390. shuffle:0:2234:23:070:Select Score PL1
  26391. shuffle:0:2234:00:000:Score always = 0 PL1
  26392. shuffle:0:2234:00:001:Score = 0 Now! PL1
  26393. shuffle:0:2234:0A:001:Score = 10 Now! PL1
  26394. shuffle:0:2235:23:070:Select Score PL2
  26395. shuffle:0:2235:00:000:Score always = 0 PL2
  26396. shuffle:0:2235:00:001:Score = 0 Now! PL2
  26397. shuffle:0:2235:0A:001:Score = 10 Now! PL2
  26398.  
  26399. ; [ Shuuz (version 8.0) ]
  26400. shuuz:0:3FDE45:01:001:Go to round 1 Now!
  26401. shuuz:0:3FDDF5:00:000:PL1/Team 1 score always = 0
  26402. shuuz:0:3FDDF7:00:000:PL2/Team 2 score always = 0
  26403. shuuz:0:3FDDF9:00:000:PL3 score always = 0
  26404. shuuz:0:3FDDF5:63:072:Select Score PL1/Team 1 
  26405. shuuz:0:3FDDF7:63:072:Select Score PL2/Team 2
  26406. shuuz:0:3FDDF9:63:072:Select Score PL3
  26407.  
  26408. ; [ Shuuz (version 7.1) ]
  26409. shuuz2:0:3FDE45:01:001:Go to round 1 Now!
  26410. shuuz2:0:3FDDF5:00:000:PL1/Team 1 score always = 0
  26411. shuuz2:0:3FDDF7:00:000:PL2/Team 2 score always = 0
  26412. shuuz2:0:3FDDF9:00:000:PL3 score always = 0
  26413. shuuz2:0:3FDDF5:63:072:Select Score PL1/Team 1 
  26414. shuuz2:0:3FDDF7:63:072:Select Score PL2/Team 2
  26415. shuuz2:0:3FDDF9:63:072:Select Score PL3
  26416.  
  26417. ; [ Space Invaders (CV Version) ]
  26418. sicv:0:21FF:07:000:Infinite Lives PL1
  26419. sicv:0:22FF:07:000:Infinite Lives PL2
  26420. sicv:0:2009:78:000:Invaders never drop
  26421. sicv:0:2069:00:000:Invaders don't fire (1/2)
  26422. sicv:0:206A:30:500:Invaders don't fire (2/2)
  26423.  
  26424. ; [ Space Invaders (SV Version) ]
  26425. sisv:0:21FF:07:000:Infinite Lives PL1
  26426. sisv:0:22FF:07:000:Infinite Lives PL2
  26427. sisv:0:2009:78:000:Invaders never drop
  26428. sisv:0:2069:00:000:Invaders don't fire (1/2)
  26429. sisv:0:206A:30:500:Invaders don't fire (2/2)
  26430.  
  26431. ; [ Space Invaders (TV Version) ]
  26432. sitv:0:21FF:07:000:Infinite Lives PL1
  26433. sitv:0:22FF:07:000:Infinite Lives PL2
  26434. sitv:0:2009:78:000:Invaders never drop
  26435. sitv:0:2069:00:000:Invaders don't fire (1/2)
  26436. sitv:0:206A:30:500:Invaders don't fire (2/2)
  26437.  
  26438. ; [ Sichuan II (hack?) (set 1) ]
  26439. sichuan2:0:0000:00:999:[You may need to turn off   ]
  26440. sichuan2:0:0000:00:999:[the help cheats to complete]
  26441. sichuan2:0:0000:00:999:[a level - Use F5 to toggle ]
  26442. sichuan2:0:EA06:99:000:Infinite Time
  26443. sichuan2:0:E181:00:001:Finish this stage Now!
  26444. sichuan2:0:E181:00:000:Slide Show Mode
  26445. sichuan2:0:EA02:03:000:Infinite Help PL1 (1/2)
  26446. sichuan2:0:EA22:03:500:Infinite Help PL1 (2/2)
  26447. sichuan2:0:EA28:09:000:Infinite Turn Time PL1 
  26448. sichuan2:0:EA42:03:000:Infinite Help PL2
  26449. sichuan2:0:EA48:09:000:Infinite Turn Time PL2
  26450.  
  26451. ; [ Sichuan II (hack ?) (set 2) ]
  26452. sichuana:0:0000:00:999:[You may need to turn off   ]
  26453. sichuana:0:0000:00:999:[the help cheats to complete]
  26454. sichuana:0:0000:00:999:[a level - Use F5 to toggle ]
  26455. sichuana:0:EA06:99:000:Infinite Time
  26456. sichuana:0:E181:00:001:Finish this stage Now!
  26457. sichuana:0:E181:00:000:Slide Show Mode
  26458. sichuana:0:EA02:03:000:Infinite Help PL1 (1/2)
  26459. sichuana:0:EA22:03:500:Infinite Help PL1 (2/2)
  26460. sichuana:0:EA28:09:000:Infinite Turn Time PL1 
  26461. sichuana:0:EA42:03:000:Infinite Help PL2
  26462. sichuana:0:EA48:09:000:Infinite Turn Time PL2
  26463.  
  26464. ; [ Side Arms - Hyper Dyne (Japan) ]
  26465. sidearjp:0:E015:02:000:Infinite Transforms on Pickup
  26466. sidearjp:0:F20B:09:000:Infinite Lives PL1
  26467. sidearjp:0:0000:00:999:[You must turn Invincibility]
  26468. sidearjp:0:0000:00:999:[to OFF while polymorphing  ]
  26469. sidearjp:0:F20E:80:000:Invincibility ON PL1
  26470. sidearjp:0:F20E:00:001:Invincibility OFF PL1
  26471. sidearjp:0:F218:03:000:Always have Full Speed PL1
  26472. sidearjp:0:F211:16:000:Always have BIT PL1
  26473. sidearjp:0:F212:16:000:Always have S.G. PL1
  26474. sidearjp:0:F213:16:000:Always have M.B.L. PL1
  26475. sidearjp:0:F214:16:000:Always have 3 Way PL1
  26476. sidearjp:0:F215:16:000:Always have Autofire PL1
  26477. sidearjp:0:F40B:09:000:Infinite Lives PL2
  26478. sidearjp:0:0000:00:999:[You must turn Invincibility]
  26479. sidearjp:0:0000:00:999:[to OFF while polymorphing  ]
  26480. sidearjp:0:F40E:80:000:Invincibility ON PL2
  26481. sidearjp:0:F40E:00:001:Invincibility OFF  PL2
  26482. sidearjp:0:F418:03:000:Always have Full Speed PL2
  26483. sidearjp:0:F411:16:000:Always have BIT PL2
  26484. sidearjp:0:F412:16:000:Always have S.G. PL2
  26485. sidearjp:0:F413:16:000:Always have M.B.L. PL2
  26486. sidearjp:0:F414:16:000:Always have 3 Way PL2
  26487. sidearjp:0:F415:16:000:Always have Autofire PL2
  26488.  
  26489. ; [ Side Arms - Hyper Dyne (US) ]
  26490. sidearmr:0:E015:02:000:Infinite Transforms on Pickup
  26491. sidearmr:0:F20B:09:000:Infinite Lives PL1
  26492. sidearmr:0:0000:00:999:[You must turn Invincibility]
  26493. sidearmr:0:0000:00:999:[to OFF while polymorphing  ]
  26494. sidearmr:0:F20E:80:000:Invincibility ON PL1
  26495. sidearmr:0:F20E:00:001:Invincibility OFF PL1
  26496. sidearmr:0:F218:03:000:Always have Full Speed PL1
  26497. sidearmr:0:F211:16:000:Always have BIT PL1
  26498. sidearmr:0:F212:16:000:Always have S.G. PL1
  26499. sidearmr:0:F213:16:000:Always have M.B.L. PL1
  26500. sidearmr:0:F214:16:000:Always have 3 Way PL1
  26501. sidearmr:0:F215:16:000:Always have Autofire PL1
  26502. sidearmr:0:F40B:09:000:Infinite Lives PL2
  26503. sidearmr:0:0000:00:999:[You must turn Invincibility]
  26504. sidearmr:0:0000:00:999:[to OFF while polymorphing  ]
  26505. sidearmr:0:F40E:80:000:Invincibility ON PL2
  26506. sidearmr:0:F40E:00:001:Invincibility OFF  PL2
  26507. sidearmr:0:F418:03:000:Always have Full Speed PL2
  26508. sidearmr:0:F411:16:000:Always have BIT PL2
  26509. sidearmr:0:F412:16:000:Always have S.G. PL2
  26510. sidearmr:0:F413:16:000:Always have M.B.L. PL2
  26511. sidearmr:0:F414:16:000:Always have 3 Way PL2
  26512. sidearmr:0:F415:16:000:Always have Autofire PL2
  26513.  
  26514. ; [ Side Arms - Hyper Dyne (World) ]
  26515. sidearms:0:E015:02:000:Infinite Transforms on Pickup
  26516. sidearms:0:F20B:09:000:Infinite Lives PL1
  26517. sidearms:0:0000:00:999:[You must turn Invincibility]
  26518. sidearms:0:0000:00:999:[to OFF while polymorphing  ]
  26519. sidearms:0:F20E:80:000:Invincibility ON PL1
  26520. sidearms:0:F20E:00:001:Invincibility OFF PL1
  26521. sidearms:0:F218:03:000:Always have Full Speed PL1
  26522. sidearms:0:F211:16:000:Always have BIT PL1
  26523. sidearms:0:F212:16:000:Always have S.G. PL1
  26524. sidearms:0:F213:16:000:Always have M.B.L. PL1
  26525. sidearms:0:F214:16:000:Always have 3 Way PL1
  26526. sidearms:0:F215:16:000:Always have Autofire PL1
  26527. sidearms:0:F40B:09:000:Infinite Lives PL2
  26528. sidearms:0:0000:00:999:[You must turn Invincibility]
  26529. sidearms:0:0000:00:999:[to OFF while polymorphing  ]
  26530. sidearms:0:F40E:80:000:Invincibility ON PL2
  26531. sidearms:0:F40E:00:001:Invincibility OFF  PL2
  26532. sidearms:0:F418:03:000:Always have Full Speed PL2
  26533. sidearms:0:F411:16:000:Always have BIT PL2
  26534. sidearms:0:F412:16:000:Always have S.G. PL2
  26535. sidearms:0:F413:16:000:Always have M.B.L. PL2
  26536. sidearms:0:F414:16:000:Always have 3 Way PL2
  26537. sidearms:0:F415:16:000:Always have Autofire PL2
  26538.  
  26539. ; [ Side Pocket (World) ]
  26540. sidepckt:0:00AF:06:000:Infinite Balls PL1
  26541. sidepckt:0:00B0:06:000:Infinite Balls PL2
  26542. sidepckt:0:00BB:99:000:Infinite Time
  26543.  
  26544. ; [ Side Pocket (bootleg) ]
  26545. sidepctb:0:00AF:06:000:Infinite Balls PL1
  26546. sidepctb:0:00B0:06:000:Infinite Balls PL2
  26547. sidepctb:0:00BB:99:000:Infinite Time
  26548.  
  26549. ; [ Side Pocket (Japan) ]
  26550. sidepctj:0:00AF:06:000:Infinite Balls PL1
  26551. sidepctj:0:00B0:06:000:Infinite Balls PL2
  26552. sidepctj:0:00BB:99:000:Infinite Time
  26553.  
  26554. ; [ Side Track ]
  26555. sidetrac:0:000E:01:000:Infinite Lives
  26556.  
  26557. ; [ Silkworm (set 1) ]
  26558. silkworm:0:D531:05:000:Infinite Lives PL1
  26559. silkworm:0:D555:05:000:Infinite Lives PL2
  26560. ;Activate the invincibilty cheats ingame to avoid corrupted sprites
  26561. silkworm:0:D576:11:000:Invincibility PL1 (1/3)
  26562. silkworm:0:D579:04:500:Invincibility PL1 (2/3)
  26563. silkworm:0:D57C:40:500:Invincibility PL1 (3/3)
  26564. silkworm:0:D5A6:11:000:Invincibility PL2 (1/3)
  26565. silkworm:0:D5A9:0C:500:Invincibility PL2 (2/3)
  26566. silkworm:0:D5AC:40:500:Invincibility PL2 (3/3)
  26567. silkworm:0:D578:0D:000:Invincibility Heli/PL1
  26568. silkworm:0:D577:A9:000:Killer heli
  26569. silkworm:0:D547:0F:000:Heli has auto+double shot
  26570. silkworm:0:D5A8:0D:000:Invincibility Jeep/PL2 
  26571. silkworm:0:D5A7:A9:000:Killer jeep
  26572. silkworm:0:D56B:0F:000:Jeep has auto+double shot
  26573.  
  26574. ; [ Silkworm (set 2) ]
  26575. silkwrm2:0:D531:05:000:Infinite Lives PL1
  26576. silkwrm2:0:D555:05:000:Infinite Lives PL2
  26577. ;Activate the invincibilty cheats ingame to avoid corrupted sprites
  26578. silkwrm2:0:D576:11:000:Invincibility PL1 (1/3)
  26579. silkwrm2:0:D579:04:500:Invincibility PL1 (2/3)
  26580. silkwrm2:0:D57C:40:500:Invincibility PL1 (3/3)
  26581. silkwrm2:0:D5A6:11:000:Invincibility PL2 (1/3)
  26582. silkwrm2:0:D5A9:0C:500:Invincibility PL2 (2/3)
  26583. silkwrm2:0:D5AC:40:500:Invincibility PL2 (3/3)
  26584. silkwrm2:0:D578:0D:000:Invincibility Heli/PL1
  26585. silkwrm2:0:D577:A9:000:Killer heli
  26586. silkwrm2:0:D547:0F:000:Heli has auto+double shot
  26587. silkwrm2:0:D5A8:0D:000:Invincibility Jeep/PL2 
  26588. silkwrm2:0:D5A7:A9:000:Killer jeep
  26589. silkwrm2:0:D56B:0F:000:Jeep has auto+double shot
  26590.  
  26591. ; [ Silver Land ]
  26592. silvland:0:8019:09:000:Infinite Lives PL1
  26593. silvland:0:801A:09:000:Infinite Lives PL2
  26594. silvland:0:8116:00:001:Finish Round Now!
  26595.  
  26596. ; [ Simpsons, The (2 Players Japan) ]
  26597. simps2pj:0:49D1:64:000:Infinite Lives for Marge
  26598. simps2pj:0:4A5B:28:000:Infinite Energy for Marge
  26599. simps2pj:0:4A5B:28:020:Invincibility for Marge (1/2)
  26600. simps2pj:0:4A7E:01:500:Invincibility for Marge (2/2)
  26601. simps2pj:0:4A80:06:000:Marge always has Broom
  26602. simps2pj:0:4A80:07:000:Marge always has Hammer
  26603. simps2pj:0:4A80:08:000:Marge always has Catapult
  26604. simps2pj:0:4A80:06:001:Get Broom for Marge Now!
  26605. simps2pj:0:4A80:07:001:Get Hammer for Marge Now!
  26606. simps2pj:0:4A80:08:001:Get Catapult for Marge Now!
  26607. simps2pj:0:49D9:64:000:Infinite Lives for Homer
  26608. simps2pj:0:4B1B:28:000:Infinite Energy for Homer
  26609. simps2pj:0:4B1B:28:020:Invincibility for Homer (1/2)
  26610. simps2pj:0:4B3E:01:500:Invincibility for Homer (2/2)
  26611. simps2pj:0:4B40:06:000:Homer always has Broom
  26612. simps2pj:0:4B40:07:000:Homer always has Hammer
  26613. simps2pj:0:4B40:08:000:Homer always has Catapult
  26614. simps2pj:0:4B40:06:001:Get Broom for Homer Now!
  26615. simps2pj:0:4B40:07:001:Get Hammer for Homer Now!
  26616. simps2pj:0:4B40:08:001:Get Catapult for Homer Now!
  26617. simps2pj:0:49E1:64:000:Infinite Lives for Bart
  26618. simps2pj:0:4BDB:28:000:Infinite Energy for Bart
  26619. simps2pj:0:4BDB:28:020:Invincibility for Bart (1/2)
  26620. simps2pj:0:4BFE:01:500:Invincibility for Bart (2/2)
  26621. simps2pj:0:4C00:06:000:Bart always has Broom
  26622. simps2pj:0:4C00:07:000:Bart always has Hammer
  26623. simps2pj:0:4C00:08:000:Bart always has Catapult
  26624. simps2pj:0:4C00:06:001:Get Broom for Bart Now!
  26625. simps2pj:0:4C00:07:001:Get Hammer for Bart Now!
  26626. simps2pj:0:4C00:08:001:Get Catapult for Bart Now!
  26627. simps2pj:0:49E9:64:000:Infinite Lives for Lisa
  26628. simps2pj:0:4C9B:28:000:Infinite Energy for Lisa
  26629. simps2pj:0:4C9B:28:020:Invincibility for Lisa (1/2)
  26630. simps2pj:0:4CBE:01:500:Invincibility for Lisa (2/2)
  26631. simps2pj:0:4CC0:06:000:Lisa always has Broom
  26632. simps2pj:0:4CC0:07:000:Lisa always has Hammer
  26633. simps2pj:0:4CC0:08:000:Lisa always has Catapult
  26634. simps2pj:0:4CC0:06:001:Get Broom for Lisa Now!
  26635. simps2pj:0:4CC0:07:001:Get Hammer for Lisa Now!
  26636. simps2pj:0:4CC0:08:001:Get Catapult for Lisa Now!
  26637. simps2pj:0:4F9B:01:001:Kill Wrestler clown/bear Now!
  26638. simps2pj:0:50BB:01:001:Kill Big MIB Now!
  26639. simps2pj:0:505B:01:001:Kill Little MIB Now!
  26640. simps2pj:0:4F9B:01:001:Kill Drunken Punk Now!
  26641.  
  26642. ; [ Simpsons, The (2 Players) ]
  26643. simpsn2p:0:49D1:64:000:Infinite Lives for Marge
  26644. simpsn2p:0:4A5B:28:000:Infinite Energy for Marge
  26645. simpsn2p:0:4A5B:28:020:Invincibility for Marge (1/2)
  26646. simpsn2p:0:4A7E:01:500:Invincibility for Marge (2/2)
  26647. simpsn2p:0:4A80:06:000:Marge always has Broom
  26648. simpsn2p:0:4A80:07:000:Marge always has Hammer
  26649. simpsn2p:0:4A80:08:000:Marge always has Catapult
  26650. simpsn2p:0:4A80:06:001:Get Broom for Marge Now!
  26651. simpsn2p:0:4A80:07:001:Get Hammer for Marge Now!
  26652. simpsn2p:0:4A80:08:001:Get Catapult for Marge Now!
  26653. simpsn2p:0:49D9:64:000:Infinite Lives for Homer
  26654. simpsn2p:0:4B1B:28:000:Infinite Energy for Homer
  26655. simpsn2p:0:4B1B:28:020:Invincibility for Homer (1/2)
  26656. simpsn2p:0:4B3E:01:500:Invincibility for Homer (2/2)
  26657. simpsn2p:0:4B40:06:000:Homer always has Broom
  26658. simpsn2p:0:4B40:07:000:Homer always has Hammer
  26659. simpsn2p:0:4B40:08:000:Homer always has Catapult
  26660. simpsn2p:0:4B40:06:001:Get Broom for Homer Now!
  26661. simpsn2p:0:4B40:07:001:Get Hammer for Homer Now!
  26662. simpsn2p:0:4B40:08:001:Get Catapult for Homer Now!
  26663. simpsn2p:0:49E1:64:000:Infinite Lives for Bart
  26664. simpsn2p:0:4BDB:28:000:Infinite Energy for Bart
  26665. simpsn2p:0:4BDB:28:020:Invincibility for Bart (1/2)
  26666. simpsn2p:0:4BFE:01:500:Invincibility for Bart (2/2)
  26667. simpsn2p:0:4C00:06:000:Bart always has Broom
  26668. simpsn2p:0:4C00:07:000:Bart always has Hammer
  26669. simpsn2p:0:4C00:08:000:Bart always has Catapult
  26670. simpsn2p:0:4C00:06:001:Get Broom for Bart Now!
  26671. simpsn2p:0:4C00:07:001:Get Hammer for Bart Now!
  26672. simpsn2p:0:4C00:08:001:Get Catapult for Bart Now!
  26673. simpsn2p:0:49E9:64:000:Infinite Lives for Lisa
  26674. simpsn2p:0:4C9B:28:000:Infinite Energy for Lisa
  26675. simpsn2p:0:4C9B:28:020:Invincibility for Lisa (1/2)
  26676. simpsn2p:0:4CBE:01:500:Invincibility for Lisa (2/2)
  26677. simpsn2p:0:4CC0:06:000:Lisa always has Broom
  26678. simpsn2p:0:4CC0:07:000:Lisa always has Hammer
  26679. simpsn2p:0:4CC0:08:000:Lisa always has Catapult
  26680. simpsn2p:0:4CC0:06:001:Get Broom for Lisa Now!
  26681. simpsn2p:0:4CC0:07:001:Get Hammer for Lisa Now!
  26682. simpsn2p:0:4CC0:08:001:Get Catapult for Lisa Now!
  26683. simpsn2p:0:4F9B:01:001:Kill Wrestler clown/bear Now!
  26684. simpsn2p:0:50BB:01:001:Kill Big MIB Now!
  26685. simpsn2p:0:505B:01:001:Kill Little MIB Now!
  26686. simpsn2p:0:4F9B:01:001:Kill Drunken Punk Now!
  26687.  
  26688. ; [ Simpsons, The (4 Players) ]
  26689. simpsons:0:49D1:64:000:Infinite Lives for Marge PL1
  26690. simpsons:0:4A5B:28:000:Infinite Energy for Marge PL1
  26691. simpsons:0:4A5B:28:020:Invincibility-Marge PL1 (1/2)
  26692. simpsons:0:4A7E:01:500:Invincibility-Marge PL1 (2/2)
  26693. simpsons:0:4A80:06:000:Always have Broom-Marge PL1
  26694. simpsons:0:4A80:07:000:Always have Hammer-Marge PL1
  26695. simpsons:0:4A80:08:000:Always have Catapult-MargePL1
  26696. simpsons:0:4A80:06:001:Get Broom Now!-Marge PL1
  26697. simpsons:0:4A80:07:001:Get Hammer Now!-Marge PL1
  26698. simpsons:0:4A80:08:001:Get Catapult Now!-Marge PL1
  26699. simpsons:0:49D9:64:000:Infinite Lives for Homer PL2
  26700. simpsons:0:4B1B:28:000:Infinite Energy for Homer PL2
  26701. simpsons:0:4B1B:28:020:Invincibility-Homer PL2 (1/2)
  26702. simpsons:0:4B3E:01:500:Invincibility-Homer PL2 (2/2)
  26703. simpsons:0:4B40:06:000:Always have Broom-Homer PL2
  26704. simpsons:0:4B40:07:000:Always have Hammer-Homer PL2
  26705. simpsons:0:4B40:08:000:Always have Catapult-HomerPL2
  26706. simpsons:0:4B40:06:001:Get Broom Now!-Homer PL2
  26707. simpsons:0:4B40:07:001:Get Hammer Now!-Homer PL2
  26708. simpsons:0:4B40:08:001:Get Catapult Now!-Homer PL2
  26709. simpsons:0:49E1:64:000:Infinite Lives for Bart PL3
  26710. simpsons:0:4BDB:28:000:Infinite Energy for Bart PL3
  26711. simpsons:0:4BDB:28:020:Invincibility-Bart PL3 (1/2)
  26712. simpsons:0:4BFE:01:500:Invincibility-Bart PL3 (2/2)
  26713. simpsons:0:4C00:06:000:Always have Broom-Bart PL3
  26714. simpsons:0:4C00:07:000:Always have Hammer-Bart PL3
  26715. simpsons:0:4C00:08:000:Always have Catapult-Bart PL3
  26716. simpsons:0:4C00:06:001:Get Broom Now!-Bart PL3
  26717. simpsons:0:4C00:07:001:Get Hammer Now!-Bart PL3
  26718. simpsons:0:4C00:08:001:Get Catapult Now!-Bart PL3
  26719. simpsons:0:49E9:64:000:Infinite Lives for Lisa PL4
  26720. simpsons:0:4C9B:28:000:Infinite Energy for Lisa PL4
  26721. simpsons:0:4C9B:28:020:Invincibility-Lisa PL4 (1/2)
  26722. simpsons:0:4CBE:01:500:Invincibility-Lisa PL4 (2/2)
  26723. simpsons:0:4CC0:06:000:Always have Broom-Lisa PL4
  26724. simpsons:0:4CC0:07:000:Always have Hammer-Lisa PL4
  26725. simpsons:0:4CC0:08:000:Always have Catapult-Lisa PL4
  26726. simpsons:0:4CC0:06:001:Get Broom Now!-Lisa PL4
  26727. simpsons:0:4CC0:07:001:Get Hammer Now!-Lisa PL4
  26728. simpsons:0:4CC0:08:001:Get Catapult Now!-Lisa PL4
  26729. simpsons:0:4F9B:01:001:Kill Wrestler clown/bear Now!
  26730. simpsons:0:50BB:01:001:Kill Big MIB Now!
  26731. simpsons:0:505B:01:001:Kill Little MIB Now!
  26732. simpsons:0:4F9B:01:001:Kill Drunken Punk Now!
  26733.  
  26734. ; [ Sindbad Mystery ]
  26735. sindbadm:0:E380:05:000:Infinite Lives PL1
  26736. sindbadm:0:E393:95:004:Infinite Time PL1
  26737. sindbadm:0:E381:05:000:Infinite Lives PL2
  26738. sindbadm:0:E395:95:004:Infinite Time PL2
  26739.  
  26740. ; [ Sinistar (prototype version) ]
  26741. sinista1:0:9FFC:06:000:Infinite Lives
  26742. sinista1:0:A013:32:000:Infinite Bombs
  26743.  
  26744. ; [ Sinistar (revision 2) ]
  26745. sinista2:0:9FFC:06:000:Infinite Lives
  26746. sinista2:0:A013:32:000:Infinite Bombs
  26747.  
  26748. ; [ Sinistar (revision 3) ]
  26749. sinistar:0:9FFC:06:000:Infinite Lives
  26750. sinistar:0:A013:32:000:Infinite Bombs
  26751.  
  26752. ; [ Super Invaders ]
  26753. sinvemag:0:21FF:07:000:Infinite Lives PL1
  26754. sinvemag:0:22FF:07:000:Infinite Lives PL2
  26755. sinvemag:0:2009:78:000:Invaders never drop
  26756. sinvemag:0:2069:00:000:Invaders don't fire (1/2)
  26757. sinvemag:0:206A:30:500:Invaders don't fire (2/2)
  26758.  
  26759. ; [ Space Invaders (SV Version 2) ]
  26760. sisv2:0:21FF:07:000:Infinite Lives PL1
  26761. sisv2:0:22FF:07:000:Infinite Lives PL2
  26762. sisv2:0:2009:78:000:Invaders never drop
  26763. sisv2:0:2069:00:000:Invaders don't fire (1/2)
  26764. sisv2:0:206A:30:500:Invaders don't fire (2/2)
  26765.  
  26766. ; [ Irem Skins Game, The (US set 2) ]
  26767. skingam2:0:ED45E:01:000:Always score Hole in Ones PL1
  26768. skingam2:0:ED45E:00:001:This shot=1st Shot Now! PL1
  26769. skingam2:0:ED460:01:000:Always score Hole in Ones PL2
  26770. skingam2:0:ED460:00:001:This shot=1st Shot Now! PL2
  26771. skingam2:0:ED462:01:000:Always score Hole in Ones PL3
  26772. skingam2:0:ED462:00:001:This shot=1st Shot Now! PL3
  26773. skingam2:0:ED464:01:000:Always score Hole in Ones PL4
  26774. skingam2:0:ED464:00:001:This shot=1st Shot Now! PL4
  26775.  
  26776. ; [ Irem Skins Game, The (US set 1) ]
  26777. skingame:0:ED45E:01:000:Always score Hole in Ones PL1
  26778. skingame:0:ED45E:00:001:This shot=1st Shot Now! PL1
  26779. skingame:0:ED460:01:000:Always score Hole in Ones PL2
  26780. skingame:0:ED460:00:001:This shot=1st Shot Now! PL2
  26781. skingame:0:ED462:01:000:Always score Hole in Ones PL3
  26782. skingame:0:ED462:00:001:This shot=1st Shot Now! PL3
  26783. skingame:0:ED464:01:000:Always score Hole in Ones PL4
  26784. skingame:0:ED464:00:001:This shot=1st Shot Now! PL4
  26785.  
  26786. ; [ Skull & Crossbones (set 2) ]
  26787. skullxb2:0:FFE0EE:0B:000:Infinite Health PL1 (1/2)
  26788. skullxb2:0:FFE0EF:90:500:Infinite Health PL1 (2/2)
  26789. skullxb2:0:FFE0F7:40:000:Infinite Sword Power PL1
  26790. skullxb2:0:FFE14E:0B:000:Infinite Health PL2 (1/2)
  26791. skullxb2:0:FFE14F:90:500:Infinite Health PL2 (2/2)
  26792. skullxb2:0:FFE157:40:000:Infinite Sword Power PL2
  26793.  
  26794. ; [ Skull & Crossbones (set 1) ]
  26795. skullxbo:0:FFE0EE:0B:000:Infinite Health PL1 (1/2)
  26796. skullxbo:0:FFE0EF:90:500:Infinite Health PL1 (2/2)
  26797. skullxbo:0:FFE0F7:40:000:Infinite Sword Power PL1
  26798. skullxbo:0:FFE14E:0B:000:Infinite Health PL2 (1/2)
  26799. skullxbo:0:FFE14F:90:500:Infinite Health PL2 (2/2)
  26800. skullxbo:0:FFE157:40:000:Infinite Sword Power PL2
  26801.  
  26802. ; [ Sky Adventure ]
  26803. skyadvnt:0:04041F:99:000:Infinite Lives PL1
  26804. skyadvnt:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first
  26805. skyadvnt:0:040163:64:000:Infinite Bombs PL1
  26806. skyadvnt:0:040419:80:000:Invincibility PL1
  26807. skyadvnt:0:04043F:99:000:Infinite Lives PL2
  26808. skyadvnt:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first
  26809. skyadvnt:0:040165:64:000:Infinite Bombs PL2
  26810. skyadvnt:0:040439:80:000:Invincibility PL2
  26811.  
  26812. ; [ Sky Chuter ]
  26813. skychut:0:0075:03:000:Infinite Lives PL1
  26814. skychut:0:0076:03:000:Infinite Lives PL2
  26815.  
  26816. ; [ Sky Diver ]
  26817. skydiver:0:0079:08:000:Infinite Misses (White) PL1
  26818. skydiver:0:007B:08:000:Infinite Misses (Black) PL2
  26819.  
  26820. ; [ Sky Kid ]
  26821. skykid:0:4904:09:000:Infinite Lives PL1
  26822. skykid:0:4905:09:000:Infinite Lives PL2
  26823. skykid:0:0000:00:999:[Disable Invincibility with ]
  26824. skykid:0:0000:00:999:[F5 so that you can land!!  ]
  26825. skykid:0:4D48:01:000:Invincibility PL1
  26826. skykid:0:4D50:01:000:Invincibility PL2
  26827.  
  26828. ; [ Sky Kid Deluxe (set 2) ]
  26829. skykiddo:0:4504:03:000:Infinite Lives PL1
  26830. skykiddo:0:4505:03:000:Infinite Lives PL2
  26831.  
  26832. ; [ Sky Kid Deluxe (set 1) ]
  26833. skykiddx:0:4504:03:000:Infinite Lives PL1
  26834. skykiddx:0:4505:03:000:Infinite Lives PL2
  26835.  
  26836. ; [ Sky Lancer ]
  26837. skylancr:0:8021:08:000:Infinite Lives PL1
  26838. skylancr:0:8022:08:000:Infinite Lives PL2
  26839. skylancr:0:8126:80:000:Invincibility
  26840. skylancr:0:801F:63:072:Select current round
  26841. skylancr:0:801F:63:062:Select next round
  26842.  
  26843. ; [ Sky Shark (US) ]
  26844. skyshark:0:030429:08:000:Infinite Lives
  26845. skyshark:0:0304D3:0A:007:Infinite Smart Bombs (F5):Turn off with F5 at level end
  26846. skyshark:0:0304D5:06:000:Always Maximum Shot Power
  26847. skyshark:0:03049E:80:000:Invincibility
  26848.  
  26849. ; [ Sky Soldiers ]
  26850. skysoldr:0:04041F:99:000:Infinite Lives PL1
  26851. skysoldr:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first
  26852. skysoldr:0:040163:64:000:Infinite Bombs PL1
  26853. skysoldr:0:040419:80:000:Invincibility PL1
  26854. skysoldr:0:04043F:99:000:Infinite Lives PL2
  26855. skysoldr:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first
  26856. skysoldr:0:040165:64:000:Infinite Bombs PL2
  26857. skysoldr:0:040439:80:000:Invincibility PL2
  26858.  
  26859. ; [ Sky Wolf (set 1) ]
  26860. skywolf:0:E0C6:11:000:Infinite Lives PL1
  26861. skywolf:0:E0E1:11:000:Infinite Lives PL2
  26862. skywolf:0:E122:01:020:Invincibility "ON"
  26863. skywolf:0:E122:01:041:Invincibility "OFF"
  26864.  
  26865. ; [ Sky Wolf (set 2) ]
  26866. skywolf2:0:E0C6:11:000:Infinite Lives PL1
  26867. skywolf2:0:E0E1:11:000:Infinite Lives PL2
  26868. skywolf2:0:E122:01:020:Invincibility "ON"
  26869. skywolf2:0:E122:01:041:Invincibility "OFF"
  26870.  
  26871. ; [ Slap Fight (Japan bootleg) ]
  26872. slapbtjp:0:C189:05:000:Infinite Lives
  26873. slapbtjp:0:C18F:01:000:Always have One Star
  26874. slapbtjp:0:C1DE:40:000:Always have Side Arms
  26875. slapbtjp:0:C1DC:03:000:Always have Full Wings (1/3)
  26876. slapbtjp:0:C209:82:500:Always have Full Wings (2/3)
  26877. slapbtjp:0:C219:82:500:Always have Full Wings (3/3)
  26878. slapbtjp:0:C1D7:01:000:Always have Bomb (1/2)
  26879. slapbtjp:0:C1DD:05:500:Always have Bomb (2/2)
  26880. slapbtjp:0:C1D7:02:000:Always have Laser (1/2)
  26881. slapbtjp:0:C1DD:03:500:Always have Laser (2/2)
  26882. slapbtjp:0:C1D7:03:000:Always have H Mis (1/2)
  26883. slapbtjp:0:C1DD:07:500:Always have H Mis (2/2)
  26884. slapbtjp:0:C190:82:000:Always have Shield (1/2)
  26885. slapbtjp:0:C1BF:07:500:Always have Shield (2/2)
  26886. slapbtjp:0:C18F:01:001:Now have One Star
  26887. slapbtjp:0:C18F:02:001:Now have Two Stars
  26888. slapbtjp:0:C18F:03:001:Now have Three Stars
  26889. slapbtjp:0:C18F:04:001:Now have Four Stars
  26890. slapbtjp:0:C18F:05:001:Now have Five Stars
  26891. slapbtjp:0:C18F:06:001:Now have Six Stars
  26892. slapbtjp:0:C18F:07:001:Now have Seven Stars
  26893. slapbtjp:0:C18F:08:001:Now have Eight Stars
  26894.  
  26895. ; [ Slap Fight (English bootleg) ]
  26896. slapbtuk:0:C189:05:000:Infinite Lives
  26897. slapbtuk:0:C18F:01:000:Always have One Star
  26898. slapbtuk:0:C1DE:40:000:Always have Side Arms
  26899. slapbtuk:0:C1DC:03:000:Always have Full Wings (1/3)
  26900. slapbtuk:0:C209:82:500:Always have Full Wings (2/3)
  26901. slapbtuk:0:C219:82:500:Always have Full Wings (3/3)
  26902. slapbtuk:0:C1D7:01:000:Always have Bomb (1/2)
  26903. slapbtuk:0:C1DD:05:500:Always have Bomb (2/2)
  26904. slapbtuk:0:C1D7:02:000:Always have Laser (1/2)
  26905. slapbtuk:0:C1DD:03:500:Always have Laser (2/2)
  26906. slapbtuk:0:C1D7:03:000:Always have H Mis (1/2)
  26907. slapbtuk:0:C1DD:07:500:Always have H Mis (2/2)
  26908. slapbtuk:0:C190:82:000:Always have Shield (1/2)
  26909. slapbtuk:0:C1BF:07:500:Always have Shield (2/2)
  26910. slapbtuk:0:C18F:01:001:Now have One Star
  26911. slapbtuk:0:C18F:02:001:Now have Two Stars
  26912. slapbtuk:0:C18F:03:001:Now have Three Stars
  26913. slapbtuk:0:C18F:04:001:Now have Four Stars
  26914. slapbtuk:0:C18F:05:001:Now have Five Stars
  26915. slapbtuk:0:C18F:06:001:Now have Six Stars
  26916. slapbtuk:0:C18F:07:001:Now have Seven Stars
  26917. slapbtuk:0:C18F:08:001:Now have Eight Stars
  26918.  
  26919. ; [ Slap Fight ]
  26920. slapfigh:0:C189:05:000:Infinite Lives
  26921. slapfigh:0:C18F:01:000:Always have One Star
  26922. slapfigh:0:C1DE:40:000:Always have Side Arms
  26923. slapfigh:0:C1DC:03:000:Always have Full Wings (1/3)
  26924. slapfigh:0:C209:82:500:Always have Full Wings (2/3)
  26925. slapfigh:0:C219:82:500:Always have Full Wings (3/3)
  26926. slapfigh:0:C1D7:01:000:Always have Bomb (1/2)
  26927. slapfigh:0:C1DD:05:500:Always have Bomb (2/2)
  26928. slapfigh:0:C1D7:02:000:Always have Laser (1/2)
  26929. slapfigh:0:C1DD:03:500:Always have Laser (2/2)
  26930. slapfigh:0:C1D7:03:000:Always have H Mis (1/2)
  26931. slapfigh:0:C1DD:07:500:Always have H Mis (2/2)
  26932. slapfigh:0:C190:82:000:Always have Shield (1/2)
  26933. slapfigh:0:C1BF:07:500:Always have Shield (2/2)
  26934. slapfigh:0:C18F:01:001:Now have One Star
  26935. slapfigh:0:C18F:02:001:Now have Two Stars
  26936. slapfigh:0:C18F:03:001:Now have Three Stars
  26937. slapfigh:0:C18F:04:001:Now have Four Stars
  26938. slapfigh:0:C18F:05:001:Now have Five Stars
  26939. slapfigh:0:C18F:06:001:Now have Six Stars
  26940. slapfigh:0:C18F:07:001:Now have Seven Stars
  26941. slapfigh:0:C18F:08:001:Now have Eight Stars
  26942.  
  26943. ; [ Sly Spy (US revision 3) ]
  26944. slyspy:0:306AD2:49:000:Infinite Time
  26945. slyspy:0:3050C0:09:000:Infinite Energy
  26946. slyspy:0:305367:99:000:Infinite Normal Ammo
  26947. slyspy:0:305369:99:000:Infinite Machine Gun Ammo
  26948. slyspy:0:305374:05:001:Get the golden gun
  26949. slyspy:0:306377:99:000:Infinite golden gun time
  26950.  
  26951. ; [ Sly Spy (US revision 2) ]
  26952. slyspy2:0:306AD2:49:000:Infinite Time
  26953. slyspy2:0:3050C0:09:000:Infinite Energy
  26954. slyspy2:0:305367:99:000:Infinite Normal Ammo
  26955. slyspy2:0:305369:99:000:Infinite Machine Gun Ammo
  26956. slyspy2:0:305374:05:001:Get the golden gun
  26957. slyspy2:0:306377:99:000:Infinite golden gun time
  26958.  
  26959. ; [ Smash T.V. (rev 8.00) ]
  26960. smashtv:0:00210C6C:0A:000:Infinite Lives PL1
  26961. smashtv:0:00210CA4:0A:000:Infinite Lives PL2
  26962. smashtv:0:00000000:00:999:[With Invincibility enabled ]
  26963. smashtv:0:00000000:00:999:[the bosses can still run   ]
  26964. smashtv:0:00000000:00:999:[you over - so use it with  ]
  26965. smashtv:0:00000000:00:999:[Infinite Lives. Also only  ]
  26966. smashtv:0:00000000:00:999:[enable it after you have   ]
  26967. smashtv:0:00000000:00:999:[started the game!          ]
  26968. smashtv:0:00210E86:27:000:Invincibility PL1
  26969.  
  26970. ; [ Smash T.V. (rev 4.00) ]
  26971. smashtv4:0:00210C6C:0A:000:Infinite Lives PL1
  26972. smashtv4:0:00210CA4:0A:000:Infinite Lives PL2
  26973. smashtv4:0:00000000:00:999:[With Invincibility enabled ]
  26974. smashtv4:0:00000000:00:999:[the bosses can still run   ]
  26975. smashtv4:0:00000000:00:999:[you over - so use it with  ]
  26976. smashtv4:0:00000000:00:999:[Infinite Lives. Also only  ]
  26977. smashtv4:0:00000000:00:999:[enable it after you have   ]
  26978. smashtv4:0:00000000:00:999:[started the game!          ]
  26979. smashtv4:0:00210E86:27:000:Invincibility PL1
  26980.  
  26981. ; [ Smash T.V. (rev 5.00) ]
  26982. smashtv5:0:00210C6C:0A:000:Infinite Lives PL1
  26983. smashtv5:0:00210CA4:0A:000:Infinite Lives PL2
  26984. smashtv5:0:00000000:00:999:[With Invincibility enabled ]
  26985. smashtv5:0:00000000:00:999:[the bosses can still run   ]
  26986. smashtv5:0:00000000:00:999:[you over - so use it with  ]
  26987. smashtv5:0:00000000:00:999:[Infinite Lives. Also only  ]
  26988. smashtv5:0:00000000:00:999:[enable it after you have   ]
  26989. smashtv5:0:00000000:00:999:[started the game!          ]
  26990. smashtv5:0:00210E86:27:000:Invincibility PL1
  26991.  
  26992. ; [ Smash T.V. (rev 6.00) ]
  26993. smashtv6:0:00210C6C:0A:000:Infinite Lives PL1
  26994. smashtv6:0:00210CA4:0A:000:Infinite Lives PL2
  26995. smashtv6:0:00000000:00:999:[With Invincibility enabled ]
  26996. smashtv6:0:00000000:00:999:[the bosses can still run   ]
  26997. smashtv6:0:00000000:00:999:[you over - so use it with  ]
  26998. smashtv6:0:00000000:00:999:[Infinite Lives. Also only  ]
  26999. smashtv6:0:00000000:00:999:[enable it after you have   ]
  27000. smashtv6:0:00000000:00:999:[started the game!          ]
  27001. smashtv6:0:00210E86:27:000:Invincibility PL1
  27002.  
  27003. ; [ Super Moon Cresta ]
  27004. smooncrs:0:809D:01:000:Infinite Lives (1/2)
  27005. smooncrs:0:809E:00:500:Infinite Lives (2/2)
  27006. smooncrs:0:8230:30:000:Infinite Time to dock
  27007. smooncrs:0:8230:00:001:No more dock time Now! (1/2)
  27008. smooncrs:0:8231:01:501:No more dock time Now! (2/2)
  27009. smooncrs:0:823C:01:000:Only 1 to kill per screen
  27010.  
  27011. ; [ Snacks'n Jaxson ]
  27012. snakjack:0:01D3:06:000:Infinite Noses
  27013.  
  27014. ; [ Snake Pit ]
  27015. snakepit:0:0098:05:000:Infinite Lives
  27016.  
  27017. ; [ Snap Jack ]
  27018. snapjack:0:6017:02:000:Infinite Lives PL1
  27019. snapjack:0:6018:02:000:Infinite Lives PL2
  27020. snapjack:0:0000:00:999:[This cheat turns off sprite] 
  27021. snapjack:0:0000:00:999:[sprite collisions but you  ]
  27022. snapjack:0:0000:00:999:[must disable it during     ]
  27023. snapjack:0:0000:00:999:[jumps! And watch your head ]
  27024. snapjack:0:0000:00:999:[as sprite to background    ]
  27025. snapjack:0:0000:00:999:[collisions are still active]
  27026. snapjack:0:6200:80:000:No S/S collisions (see note)
  27027.  
  27028. ; [ Snow Bros. 2 - With New Elves ]
  27029. snowbro2:0:1000E3:0A:000:Infinite Lives PL1
  27030. snowbro2:0:10130C:84:000:Invincibility PL1
  27031. snowbro2:0:1000FD:0A:000:Infinite Lives PL2
  27032. snowbro2:0:101354:84:000:Invincibility PL2
  27033. snowbro2:0:100117:0A:000:Infinite Lives PL3
  27034. snowbro2:0:1013A4:84:000:Invincibility PL3
  27035. snowbro2:0:100131:0A:000:Infinite Lives PL4
  27036. snowbro2:0:1013F4:84:000:Invincibility PL4
  27037.  
  27038. ; [ Snow Bros. - Nick & Tom (set 2) ]
  27039. snowbroa:0:101591:0A:000:Infinite Lives PL1
  27040. snowbroa:0:1015A8:70:000:All Bonus PL1
  27041. snowbroa:0:1015A8:70:000:Always have all powers PL1
  27042. snowbroa:0:1015A8:10:020:Always have pow-up shot PL1
  27043. snowbroa:0:1015A8:20:020:Always have pow-up range PL1
  27044. snowbroa:0:1015A8:40:020:Always have pow-up speed PL1
  27045. snowbroa:0:1015A8:70:001:Get all powers Now! PL1
  27046. snowbroa:0:1015A8:10:021:Get pow-up shot Now! PL1
  27047. snowbroa:0:1015A8:20:021:Get pow-up range Now! PL1
  27048. snowbroa:0:1015A8:40:021:Get pow-up speed Now! PL1
  27049. snowbroa:0:1015A7:0A:000:Infinite Lives PL2
  27050. snowbroa:0:1015A9:70:000:All Bonus PL2
  27051. snowbroa:0:1015A9:70:000:Always have all powers PL2
  27052. snowbroa:0:1015A9:10:020:Always have pow-up shot PL2
  27053. snowbroa:0:1015A9:20:020:Always have pow-up range PL2
  27054. snowbroa:0:1015A9:40:020:Always have pow-up speed PL2
  27055. snowbroa:0:1015A9:70:001:Get all powers Now! PL2
  27056. snowbroa:0:1015A9:10:021:Get pow-up shot Now! PL2
  27057. snowbroa:0:1015A9:20:021:Get pow-up range Now! PL2
  27058. snowbroa:0:1015A9:40:021:Get pow-up speed  Now!PL2
  27059. snowbroa:0:1000BB:20:000:Infinite Time
  27060. snowbroa:0:1018CA:00:001:One hit for boss Now! (1/4)
  27061. snowbroa:0:1018CB:01:501:One hit for boss Now! (2/4)
  27062. snowbroa:0:10190A:00:501:One hit for boss Now! (3/4)
  27063. snowbroa:0:10190B:01:501:One hit for boss Now! (4/4)
  27064. snowbroa:0:101573:04:000:Goto Floor 5
  27065. snowbroa:0:101573:09:001:Goto Floor 10
  27066. snowbroa:0:101573:0D:001:Goto Floor 15
  27067. snowbroa:0:101573:12:001:Goto Floor 20
  27068. snowbroa:0:101573:17:001:Goto Floor 25
  27069. snowbroa:0:101573:1C:001:Goto Floor 30
  27070. snowbroa:0:101573:21:001:Goto Floor 35
  27071. snowbroa:0:101573:26:001:Goto Floor 40
  27072. snowbroa:0:101573:2B:001:Goto Floor 45
  27073. snowbroa:0:101573:30:001:Goto Floor 50
  27074.  
  27075. ; [ Snow Bros. - Nick & Tom (set 3) ]
  27076. snowbrob:0:1000BB:20:000:Infinite Time
  27077. snowbrob:0:101591:0A:000:Infinite Lives PL1
  27078. snowbrob:0:1015A8:70:000:All Bonus PL1
  27079. snowbrob:0:1015A8:70:000:Always have all powers PL1
  27080. snowbrob:0:1015A8:10:020:Always have pow-up shot PL1
  27081. snowbrob:0:1015A8:20:020:Always have pow-up range PL1
  27082. snowbrob:0:1015A8:40:020:Always have pow-up speed PL1
  27083. snowbrob:0:1015A8:70:001:Get all powers Now! PL1
  27084. snowbrob:0:1015A8:10:021:Get pow-up shot Now! PL1
  27085. snowbrob:0:1015A8:20:021:Get pow-up range Now! PL1
  27086. snowbrob:0:1015A8:40:021:Get pow-up speed Now! PL1
  27087. snowbrob:0:1015A7:0A:000:Infinite Lives PL2
  27088. snowbrob:0:1015A9:70:000:All Bonus PL2
  27089. snowbrob:0:1015A9:70:000:Always have all powers PL2
  27090. snowbrob:0:1015A9:10:020:Always have pow-up shot PL2
  27091. snowbrob:0:1015A9:20:020:Always have pow-up range PL2
  27092. snowbrob:0:1015A9:40:020:Always have pow-up speed PL2
  27093. snowbrob:0:1015A9:70:001:Get all powers Now! PL2
  27094. snowbrob:0:1015A9:10:021:Get pow-up shot Now! PL2
  27095. snowbrob:0:1015A9:20:021:Get pow-up range Now! PL2
  27096. snowbrob:0:1015A9:40:021:Get pow-up speed Now! PL2
  27097. snowbrob:0:1018CA:00:001:One hit for boss Now! (1/4)
  27098. snowbrob:0:1018CB:01:501:One hit for boss Now! (2/4)
  27099. snowbrob:0:10190A:00:501:One hit for boss Now! (3/4)
  27100. snowbrob:0:10190B:01:501:One hit for boss Now! (4/4)
  27101. snowbrob:0:101573:04:001:Goto Floor 5
  27102. snowbrob:0:101573:09:001:Goto Floor 10
  27103. snowbrob:0:101573:0D:001:Goto Floor 15
  27104. snowbrob:0:101573:12:001:Goto Floor 20
  27105. snowbrob:0:101573:17:001:Goto Floor 25
  27106. snowbrob:0:101573:1C:001:Goto Floor 30
  27107. snowbrob:0:101573:21:001:Goto Floor 35
  27108. snowbrob:0:101573:26:001:Goto Floor 40
  27109. snowbrob:0:101573:2B:001:Goto Floor 45
  27110. snowbrob:0:101573:30:001:Goto Floor 50
  27111.  
  27112. ; [ Snow Bros. - Nick & Tom (Japan) ]
  27113. snowbroj:0:101591:0A:000:Infinite Lives PL1
  27114. snowbroj:0:1015A8:70:000:All Bonus PL1
  27115. snowbroj:0:1015A8:70:000:Always have all powers PL1
  27116. snowbroj:0:1015A8:10:020:Always have pow-up shot PL1
  27117. snowbroj:0:1015A8:20:020:Always have pow-up range PL1
  27118. snowbroj:0:1015A8:40:020:Always have pow-up speed PL1
  27119. snowbroj:0:1015A8:70:001:Get all powers Now! PL1
  27120. snowbroj:0:1015A8:10:021:Get pow-up shot Now! PL1
  27121. snowbroj:0:1015A8:20:021:Get pow-up range Now! PL1
  27122. snowbroj:0:1015A8:40:021:Get pow-up speed Now! PL1
  27123. snowbroj:0:1015A7:0A:000:Infinite Lives PL2
  27124. snowbroj:0:1015A9:70:000:All Bonus PL2
  27125. snowbroj:0:1015A9:70:000:Always have all powers PL2
  27126. snowbroj:0:1015A9:10:020:Always have pow-up shot PL2
  27127. snowbroj:0:1015A9:20:020:Always have pow-up range PL2
  27128. snowbroj:0:1015A9:40:020:Always have pow-up speed PL2
  27129. snowbroj:0:1015A9:70:001:Get all powers Now! PL2
  27130. snowbroj:0:1015A9:10:021:Get pow-up shot Now! PL2
  27131. snowbroj:0:1015A9:20:021:Get pow-up range Now! PL2
  27132. snowbroj:0:1015A9:40:021:Get pow-up speed  Now!PL2
  27133. snowbroj:0:1000BB:20:000:Infinite Time
  27134. snowbroj:0:1018CA:00:001:One hit for boss Now! (1/4)
  27135. snowbroj:0:1018CB:01:501:One hit for boss Now! (2/4)
  27136. snowbroj:0:10190A:00:501:One hit for boss Now! (3/4)
  27137. snowbroj:0:10190B:01:501:One hit for boss Now! (4/4)
  27138. snowbroj:0:101573:04:000:Goto Floor 5
  27139. snowbroj:0:101573:09:001:Goto Floor 10
  27140. snowbroj:0:101573:0D:001:Goto Floor 15
  27141. snowbroj:0:101573:12:001:Goto Floor 20
  27142. snowbroj:0:101573:17:001:Goto Floor 25
  27143. snowbroj:0:101573:1C:001:Goto Floor 30
  27144. snowbroj:0:101573:21:001:Goto Floor 35
  27145. snowbroj:0:101573:26:001:Goto Floor 40
  27146. snowbroj:0:101573:2B:001:Goto Floor 45
  27147. snowbroj:0:101573:30:001:Goto Floor 50
  27148.  
  27149. ; [ Snow Bros. - Nick & Tom (set 1) ]
  27150. snowbros:0:1000BB:20:000:Infinite Time
  27151. snowbros:0:101591:0A:000:Infinite Lives PL1
  27152. snowbros:0:1015A8:70:000:All Bonus PL1
  27153. snowbros:0:1015A8:70:000:Always have all powers PL1
  27154. snowbros:0:1015A8:10:020:Always have pow-up shot PL1
  27155. snowbros:0:1015A8:20:020:Always have pow-up range PL1
  27156. snowbros:0:1015A8:40:020:Always have pow-up speed PL1
  27157. snowbros:0:1015A8:70:001:Get all powers Now! PL1
  27158. snowbros:0:1015A8:10:021:Get pow-up shot Now! PL1
  27159. snowbros:0:1015A8:20:021:Get pow-up range Now! PL1
  27160. snowbros:0:1015A8:40:021:Get pow-up speed Now! PL1
  27161. snowbros:0:1015A7:0A:000:Infinite Lives PL2
  27162. snowbros:0:1015A9:70:000:All Bonus PL2
  27163. snowbros:0:1015A9:70:000:Always have all powers PL2
  27164. snowbros:0:1015A9:10:020:Always have pow-up shot PL2
  27165. snowbros:0:1015A9:20:020:Always have pow-up range PL2
  27166. snowbros:0:1015A9:40:020:Always have pow-up speed PL2
  27167. snowbros:0:1015A9:70:001:Get all powers Now! PL2
  27168. snowbros:0:1015A9:10:021:Get pow-up shot Now! PL2
  27169. snowbros:0:1015A9:20:021:Get pow-up range Now! PL2
  27170. snowbros:0:1015A9:40:021:Get pow-up speed Now! PL2
  27171. snowbros:0:1018CA:00:001:One hit for boss Now! (1/4)
  27172. snowbros:0:1018CB:01:501:One hit for boss Now! (2/4)
  27173. snowbros:0:10190A:00:501:One hit for boss Now! (3/4)
  27174. snowbros:0:10190B:01:501:One hit for boss Now! (4/4)
  27175. snowbros:0:101573:04:001:Goto Floor 5
  27176. snowbros:0:101573:09:001:Goto Floor 10
  27177. snowbros:0:101573:0D:001:Goto Floor 15
  27178. snowbros:0:101573:12:001:Goto Floor 20
  27179. snowbros:0:101573:17:001:Goto Floor 25
  27180. snowbros:0:101573:1C:001:Goto Floor 30
  27181. snowbros:0:101573:21:001:Goto Floor 35
  27182. snowbros:0:101573:26:001:Goto Floor 40
  27183. snowbros:0:101573:2B:001:Goto Floor 45
  27184. snowbros:0:101573:30:001:Goto Floor 50
  27185.  
  27186. ; [ Soccer Brawl ]
  27187. socbrawl:0:10BDB9:30:000:Infinite Time
  27188. socbrawl:0:10B3A2:00:001:Make Score = 0  Now! PL1
  27189. socbrawl:0:10B3A2:99:001:Make Score = 99 Now! PL1
  27190. socbrawl:0:10B3A4:00:001:Make Score = 0  Now! PL2
  27191. socbrawl:0:10B3A4:99:001:Make Score = 99 Now! PL2
  27192.  
  27193. ; [ Atari Soccer ]
  27194. soccer:0:00A3:99:000:Infinite Time (1/2)
  27195. soccer:0:00A2:5A:500:Infinite Time (2/2)
  27196. soccer:0:00A3:00:001:Finish this Game Now! (1/2)
  27197. soccer:0:00A2:00:501:Finish this Game Now! (2/2)
  27198.  
  27199. ; [ Solar Fox ]
  27200. solarfox:0:73AC:09:000:Infinite Lives
  27201.  
  27202. ; [ Solar Warrior ]
  27203. solarwar:0:0056:10:000:Infinite Energy
  27204. solarwar:0:0060:05:000:Infinite Lives
  27205. solarwar:0:1935:59:000:Infinite Time
  27206. solarwar:0:0055:00:000:Always have Normal weapon
  27207. solarwar:0:0055:01:000:Always have Grenades
  27208. solarwar:0:0055:02:000:Always have Double shot
  27209. solarwar:0:0055:03:000:Always have Heavy shot
  27210. solarwar:0:0055:04:000:Always have Triple shot
  27211. solarwar:0:0055:00:001:Get Normal weapon Now!
  27212. solarwar:0:0055:01:001:Get Grenades Now!
  27213. solarwar:0:0055:02:001:Get Double shot Now!
  27214. solarwar:0:0055:03:001:Get Heavy shot Now!
  27215. solarwar:0:0055:04:001:Get Triple shot Now!
  27216.  
  27217. ; [ Soldam (Japan) 
  27218. soldamj:0:0F724D:18:000:Always 1 colour block (1/4)
  27219. soldamj:0:0F724F:18:500:Always 1 colour block (2/4)
  27220. soldamj:0:0F7251:18:500:Always 1 colour block (3/4)
  27221. soldamj:0:0F7253:18:500:Always 1 colour block (4/4)
  27222.  
  27223. ; [ Solar Fight ]
  27224. solfight:0:203B:0F:000:Infinite Energy (1/2)
  27225. solfight:0:203C:27:500:Infinite Energy (2/2)
  27226. solfight:0:0000:00:999:[Use the Invincibility "OFF"]
  27227. solfight:0:0000:00:999:[cheat when you dock!!      ]
  27228. solfight:0:21A8:1B:000:Invincibility "ON"
  27229. solfight:0:21A8:00:001:Invincibility "OFF"
  27230.  
  27231. ; [ Solomon's Key (Japan) ]
  27232. solomon:0:C237:07:000:Infinite Lives
  27233. solomon:0:C094:99:000:Infinite Time
  27234. solomon:0:C25D:54:000:Infinite Fireballs
  27235. solomon:0:C238:09:000:One fairy for extra life
  27236. solomon:0:C243:04:001:Go to Round 5 (1/2)
  27237. solomon:0:C246:04:501:Go to Round 5 (2/2)
  27238. solomon:0:C243:09:001:Go to Round 10 (1/2)
  27239. solomon:0:C246:09:501:Go to Round 10 (2/2)
  27240. solomon:0:C243:0E:001:Go to Round 15 (1/2)
  27241. solomon:0:C246:0E:501:Go to Round 15 (2/2)
  27242. solomon:0:C243:13:001:Go to Round 20 (1/2)
  27243. solomon:0:C246:13:501:Go to Round 20 (2/2)
  27244. solomon:0:C243:18:001:Go to Round 25 (1/2)
  27245. solomon:0:C246:18:501:Go to Round 25 (2/2)
  27246. solomon:0:C243:1D:001:Go to Round 30 (1/2)
  27247. solomon:0:C246:1D:501:Go to Round 30 (2/2)
  27248. solomon:0:C243:22:001:Go to Round 35 (1/2)
  27249. solomon:0:C246:22:501:Go to Round 35 (2/2)
  27250. solomon:0:C243:27:001:Go to Round 40 (1/2)
  27251. solomon:0:C246:27:501:Go to Round 40 (2/2)
  27252. solomon:0:C243:2C:001:Go to Round 45 (1/2)
  27253. solomon:0:C246:2C:501:Go to Round 45 (2/2)
  27254. solomon:0:C243:31:001:Go to Round 50 (1/2)
  27255. solomon:0:C246:31:501:Go to Round 50 (2/2)
  27256. solomon:0:C243:32:001:Go to Round 51 (1/2)
  27257. solomon:0:C246:32:501:Go to Round 51 (2/2)
  27258.  
  27259. ; [ Aero Fighters 2 / Sonic Wings 2 ]
  27260. sonicwi2:0:000000:00:999:[This Time Cheat is UNTESTED]
  27261. sonicwi2:0:100482:99:000:Infinite Time
  27262. sonicwi2:0:10E43F:05:000:Infinite Lives PL1
  27263. sonicwi2:0:10E457:03:000:Infinite Bombs PL1
  27264. sonicwi2:0:10E443:03:000:Max Weapon Power Up PL1
  27265. sonicwi2:0:10E4A1:05:000:Infinite Lives PL2
  27266. sonicwi2:0:10E4B9:03:000:Infinite Bombs PL2
  27267. sonicwi2:0:10E4A5:03:000:Max Weapon Power Up PL2
  27268.  
  27269. ; [ Aero Fighters 3 / Sonic Wings 3 ]
  27270. sonicwi3:0:10E89B:05:000:Infinite Lives PL1
  27271. sonicwi3:0:10E8BA:03:000:Infinite Bombs PL1
  27272. sonicwi3:0:10E8BF:01:000:Invincibility PL1
  27273. sonicwi3:0:10E8F1:05:000:Infinite Lives PL2
  27274. sonicwi3:0:10E910:03:000:Infinite Bombs PL2
  27275. sonicwi3:0:10E915:01:000:Invincibility PL2
  27276. sonicwi3:0:000000:00:999:[For most characters        ]
  27277. sonicwi3:0:10E8B0:03:000:Max Power PL1
  27278. sonicwi3:0:10E906:03:000:Max Power PL2
  27279. sonicwi3:0:000000:00:999:[For Mao Mao,Chaika &Pooshka]
  27280. sonicwi3:0:10E8B0:02:000:Max Power PL1
  27281. sonicwi3:0:10E906:02:000:Max Power PL2
  27282. sonicwi3:0:000000:00:999:[For Spanky, Kowful & River ]
  27283. sonicwi3:0:10E8B0:04:000:Max Power PL1
  27284. sonicwi3:0:10E906:04:000:Max Power PL2
  27285. sonicwi3:0:000000:00:999:[For Ellen & Cindy          ]
  27286. sonicwi3:0:10E8B0:01:000:Max Power PL1
  27287. sonicwi3:0:10E906:01:000:Max Power PL2
  27288.  
  27289. ; [ Son of Phoenix ]
  27290. sonofphx:0:F8BF:0B:000:Infinite Lives PL1
  27291. sonofphx:0:F8D3:0B:000:Infinite Lives PL2
  27292. sonofphx:0:F652:0C:000:Infinite Energy (01/10)
  27293. sonofphx:0:F653:0C:500:Infinite Energy (02/10)
  27294. sonofphx:0:F654:0C:500:Infinite Energy (03/10)
  27295. sonofphx:0:F655:0C:500:Infinite Energy (04/10)
  27296. sonofphx:0:F656:0C:500:Infinite Energy (05/10)
  27297. sonofphx:0:F657:0C:500:Infinite Energy (06/10)
  27298. sonofphx:0:F658:0C:500:Infinite Energy (07/10)
  27299. sonofphx:0:F659:0C:500:Infinite Energy (08/10)
  27300. sonofphx:0:F65A:0C:500:Infinite Energy (09/10)
  27301. sonofphx:0:F65B:0C:500:Infinite Energy (10/10)
  27302. sonofphx:0:F5C7:58:000:Shield stays on longer (1/4):Buggy - cosmetic only?
  27303. sonofphx:0:F597:59:500:Shield stays on longer (2/4)
  27304. sonofphx:0:F5C5:5A:500:Shield stays on longer (3/4)
  27305. sonofphx:0:F595:5B:500:Shield stays on longer (4/4)
  27306. sonofphx:0:F0F0:0F:000:Enemies Don't Shoot
  27307. sonofphx:0:F109:80:000:Always have Normal Shoot
  27308. sonofphx:0:F109:81:000:Always have Fast Shoot
  27309. sonofphx:0:F109:80:001:Get Normal Shoot Now!
  27310. sonofphx:0:F109:81:001:Get Fast Shoot Now!
  27311.  
  27312. ; [ Son Son ]
  27313. sonson:0:0058:05:000:Infinite Lives PL1
  27314. sonson:0:0480:02:000:Invincibility PL1
  27315. sonson:0:0059:05:000:Infinite Lives PL2
  27316. sonson:0:04B0:02:000:Invincibility PL2
  27317. sonson:0:0067:18:001:Go to level 1
  27318. sonson:0:0067:11:001:Go to level 5
  27319. sonson:0:0067:0B:001:Go to level 10
  27320. sonson:0:0067:05:001:Go to level 15
  27321. sonson:0:0067:00:001:Go to level 20
  27322.  
  27323. ; [ SOS ]
  27324. sos:0:405F:09:000:Infinite Credits
  27325. sos:0:4070:09:000:Infinite Lives
  27326.  
  27327. ; [ Souko Ban Deluxe (Japan) ]
  27328. soukobdx:0:020A:99:000:Infinite Time (1/2)
  27329. soukobdx:0:020B:99:500:Infinite Time (2/2)
  27330. soukobdx:0:020A:00:001:Set Time to 0000 Now! (1/2)
  27331. soukobdx:0:020B:00:501:Set Time to 0000 Now! (2/2)
  27332. soukobdx:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  27333.  
  27334. ; [ Space Battle ]
  27335. spacbatt:0:421D:05:000:Infinite Lives
  27336. spacbatt:0:4200:01:000:Invincibility (1/2)
  27337. spacbatt:0:4205:00:500:Invincibility (2/2)
  27338.  
  27339. ; [ Space Duel ]
  27340. spacduel:0:0047:03:000:Infinite Lives
  27341. spacduel:0:0273:FF:000:Infinite Shield
  27342.  
  27343. ; [ Space Attack II ]
  27344. spaceatt:0:21FF:07:000:Infinite Lives PL1
  27345. spaceatt:0:22FF:07:000:Infinite Lives PL2
  27346. spaceatt:0:2009:78:000:Invaders never drop
  27347. spaceatt:0:2069:00:000:Invaders don't fire (1/2)
  27348. spaceatt:0:206A:30:500:Invaders don't fire (2/2)
  27349.  
  27350. ; [ Space Bird (bootleg) ]
  27351. spacebrd:0:C002:09:000:Infinite Lives
  27352.  
  27353. ; [ Space Demon ]
  27354. spacedem:0:C002:09:000:Infinite Lives
  27355.  
  27356. ; [ Space Firebird (Nintendo) ]
  27357. spacefb:0:C002:09:000:Infinite Lives
  27358.  
  27359. ; [ Space Firebird (bootleg) ]
  27360. spacefbb:0:C002:09:000:Infinite Lives
  27361.  
  27362. ; [ Space Firebird (Gremlin) ]
  27363. spacefbg:0:C002:09:000:Infinite Lives
  27364.  
  27365. ; [ Space Fever (color) ]
  27366. spacefev:0:61FF:09:000:Infinite Lives PL1
  27367. spacefev:0:62FF:09:000:Infinite Lives PL2
  27368. spacefev:0:6069:00:000:Invaders don't fire (1/2)
  27369. spacefev:0:606A:30:500:Invaders don't fire (2/2)
  27370.  
  27371. ; [ Space Intruder ]
  27372. spaceint:0:203C:06:000:Infinite Lives
  27373.  
  27374. ; [ Space Invasion ]
  27375. spaceinv:0:EDA0:06:000:Infinite Lives
  27376. spaceinv:0:E100:FF:000:Invincibilty
  27377. spaceinv:0:EDA8:09:000:Infinite Grenades
  27378.  
  27379. ; [ Space Odyssey ]
  27380. spaceod:0:E382:11:000:Infinite Lives PL1
  27381. spaceod:0:E383:11:000:Infinite Lives PL2
  27382.  
  27383. ; [ Space Phantoms ]
  27384. spaceph:0:203B:0F:000:Infinite Energy (1/2)
  27385. spaceph:0:203C:27:500:Infinite Energy (2/2)
  27386. spaceph:0:0000:00:999:[Use the Invincibility "OFF"]
  27387. spaceph:0:0000:00:999:[cheat when you dock!!      ]
  27388. spaceph:0:21A8:1B:000:Invincibility "ON"
  27389. spaceph:0:21A8:00:001:Invincibility "OFF"
  27390.  
  27391. ; [ Space Pilot ]
  27392. spaceplt:0:AD10:03:000:Infinite Lives PL1
  27393. spaceplt:0:AD20:03:000:Infinite Lives PL2
  27394. spaceplt:0:A800:FF:000:Invincibility
  27395. spaceplt:0:AD02:00:001:Put Stage Guardian On Now
  27396. spaceplt:0:AD02:00:000:Stage Guardian right away
  27397.  
  27398. ; [ Space Seeker ]
  27399. spaceskr:0:81F1:06:000:Infinite Lives PL1
  27400. spaceskr:0:81F2:06:000:Infinite Lives PL2
  27401.  
  27402. ; [ Space Trek (Upright) ]
  27403. spacetrk:0:E3A2:08:000:Infinite Lives PL1
  27404. spacetrk:0:E3B5:20:000:Infinite Power PL1
  27405. spacetrk:0:E3A6:99:000:Infinite Bonus PL1
  27406. spacetrk:0:E3A3:08:000:Infinite Lives PL2
  27407. spacetrk:0:E3B6:20:000:Infinite Power PL2
  27408. spacetrk:0:E3A7:99:000:Infinite Bonus PL2
  27409.  
  27410. ;   [ Space War Part 3 ]
  27411. spacewr3:0:21FF:07:000:Infinite Lives PL1
  27412. spacewr3:0:22FF:07:000:Infinite Lives PL2
  27413. spacewr3:0:2009:78:000:Invaders never drop
  27414. spacewr3:0:2069:00:000:Invaders don't fire (1/2)
  27415. spacewr3:0:206A:30:500:Invaders don't fire (2/2)
  27416.  
  27417. ; [ Space Zap ]
  27418. spacezap:0:D012:03:000:Infinite Lives PL1
  27419. spacezap:0:D013:03:000:Infinite Lives PL2
  27420.  
  27421. ; [ Space Fury (revision A) ]
  27422. spacfura:0:CD1C:05:000:Infinite Lives PL1
  27423. spacfura:0:CD1D:05:000:Infinite Lives PL2
  27424.  
  27425. ; [ Space Fury (revision C) ]
  27426. spacfury:0:CD1C:05:000:Infinite Lives PL1
  27427. spacfury:0:CD1D:05:000:Infinite Lives PL2
  27428.  
  27429. ; [ Super Pang (World) ]
  27430. spang:0:E1C1:99:000:Infinite Time:Available in tour mode only
  27431. spang:0:E0D3:62:001:Last Panic level next
  27432. spang:0:E099:26:001:Last Tour level next
  27433. spang:0:E0D3:63:001:Last Panic level on life loss
  27434. spang:0:E099:27:001:Last Tour level on life loss
  27435. spang:0:E260:03:000:Infinite Lives PL1
  27436. spang:0:E254:02:000:Invincibility PL1
  27437. spang:0:E257:00:000:Always have Normal weapon PL1
  27438. spang:0:E257:02:000:Always have Double weapon PL1
  27439. spang:0:E257:04:000:Always have Blocker weaponPL1
  27440. spang:0:E257:06:000:Always have M. gun weapon PL1
  27441. spang:0:E257:00:001:Get Normal weapon Now!    PL1
  27442. spang:0:E257:02:001:Get Double weapon Now!    PL1
  27443. spang:0:E257:04:001:Get Blocker weapon Now!   PL1
  27444. spang:0:E257:06:001:Get M. gun weapon Now!    PL1
  27445. spang:0:E2E0:03:000:Infinite Lives PL2
  27446. spang:0:E2D4:02:000:Invincibility PL2
  27447. spang:0:E2D7:00:000:Always have Normal weapon PL2
  27448. spang:0:E2D7:02:000:Always have Double weapon PL2
  27449. spang:0:E2D7:04:000:Always have Blocker weaponPL2
  27450. spang:0:E2D7:06:000:Always have M. gun weapon PL2
  27451. spang:0:E2D7:00:001:Get Normal weapon Now!    PL2
  27452. spang:0:E2D7:02:001:Get Double weapon Now!    PL2
  27453. spang:0:E2D7:04:001:Get Blocker weapon Now!   PL2
  27454. spang:0:E2D7:06:001:Get M. gun weapon Now!    PL2
  27455.  
  27456. ; [ Spartan X (Japan) ]
  27457. spartanx:0:E084:06:000:Infinite Lives
  27458. spartanx:0:E004:05:005:Infinite Time
  27459. spartanx:0:E709:3F:009:Infinite Energy
  27460.  
  27461. ; [ Space King ]
  27462. spceking:0:21FF:07:000:Infinite Lives PL1
  27463. spceking:0:22FF:07:000:Infinite Lives PL2
  27464. spceking:0:2009:78:000:Invaders never drop
  27465. spceking:0:2069:00:000:Invaders don't fire (1/2)
  27466. spceking:0:206A:30:500:Invaders don't fire (2/2)
  27467.  
  27468. ; [ Space Encounters ]
  27469. spcenctr:0:2039:99:000:Infinite Time
  27470.  
  27471. ; [ Space War (Leijac) ]
  27472. spcewarl:0:202B:00:000:Enemy Can't Shoot
  27473. spcewarl:0:2008:FF:000:Laser is always long
  27474. spcewarl:0:201A:09:000:Infinite Lives PL1
  27475. spcewarl:0:2008:64:000:Infinite Fuel PL1
  27476. spcewarl:0:201B:09:000:Infinite Lives PL2
  27477. spcewarl:0:202B:40:000:Infinite Fuel PL2 (1/2)
  27478. spcewarl:0:202E:99:500:Infinite Fuel PL2 (2/2)
  27479.  
  27480. ; [ Space War (Sanritsu) ]
  27481. spcewars:0:21FF:07:000:Infinite Lives PL1
  27482. spcewars:0:22FF:07:000:Infinite Lives PL2
  27483. spcewars:0:2009:78:000:Invaders never drop
  27484. spcewars:0:2069:00:000:Invaders don't fire (1/2)
  27485. spcewars:0:206A:30:500:Invaders don't fire (2/2)
  27486.  
  27487. ; [ Space Laser ]
  27488. spclaser:0:202B:00:000:Enemy Can't Shoot
  27489. spclaser:0:2008:FF:000:Laser is always long
  27490. spclaser:0:201A:09:000:Infinite Lives PL1
  27491. spclaser:0:2008:64:000:Infinite Fuel PL1
  27492. spclaser:0:201B:09:000:Infinite Lives PL2
  27493. spclaser:0:202B:40:000:Infinite Fuel PL2 (1/2)
  27494. spclaser:0:202E:99:500:Infinite Fuel PL2 (2/2)
  27495.  
  27496. ; [ Speed Coin (prototype) ]
  27497. spdcoin:0:8841:03:000:Infinite Lives
  27498. spdcoin:0:8840:09:000:Infinite Time
  27499. spdcoin:0:8059:00:000:No coins lost
  27500.  
  27501. ; [ Speak & Rescue ]
  27502. speakres:0:4029:0A:000:Infinite Lives PL1
  27503. speakres:0:4099:0A:000:Infinite Lives PL2
  27504. speakres:0:4108:00:000:Invincibility
  27505.  
  27506. ; [ Spectar (revision 3) ]
  27507. spectar:0:00C1:09:000:Infinite Lives
  27508.  
  27509. ; [ Spectar (revision 1?) ]
  27510. spectar1:0:00C1:09:000:Infinite Lives
  27511.  
  27512. ; [ Speed Ball ]
  27513. speedbal:0:F8D4:0A:000:Infinite Lives
  27514. speedbal:0:F8D6:99:001:Get Maximum bonus Now!
  27515.  
  27516. ; [ Spelunker II ]
  27517. spelunk2:0:E200:03:000:Infinite Lives
  27518. spelunk2:0:E146:90:000:Infinite Energy
  27519. spelunk2:0:E230:99:000:Infinite Bombs
  27520.  
  27521. ; [ Spelunker ]
  27522. spelunkr:0:E200:09:000:Infinite Lives
  27523. spelunkr:0:E15E:A5:000:Infinite Energy
  27524. spelunkr:0:E234:09:000:Infinite Bombs
  27525.  
  27526. ; [ Spiders (set 1) ]
  27527. spiders:0:1C27:10:000:Infinite Lives
  27528. spiders:0:1C4C:1B:000:All Levels same for WebPower
  27529.  
  27530. ; [ Spiders (set 2) ]
  27531. spiders2:0:1C27:10:000:Infinite Lives
  27532. spiders2:0:1C4C:1B:000:All Levels same for WebPower
  27533.  
  27534. ; [ Super Pierrot (Japan) ]
  27535. spiero:0:2203:07:000:Infinite Lives
  27536. spiero:0:2D38:78:000:Always Have Powerball
  27537. spiero:0:0000:00:999:[Activate Invincibility     ]
  27538. spiero:0:0000:00:999:[during play only!          ]
  27539. spiero:0:21C0:00:000:Invincibility (1/2)
  27540. spiero:0:2D20:A0:511:Invincibility (2/2)
  27541.  
  27542. ; [ Spiker ]
  27543. spiker:0:02FE:11:073:Select Score PL1
  27544. spiker:0:032C:11:073:Select Score PL2
  27545.  
  27546. ; [ Spinmaster / Miracle Adventure ]
  27547. spinmast:0:105015:02:000:Infinite Lives PL1
  27548. spinmast:0:105F62:03:000:Infinite Energy PL1
  27549. spinmast:0:105FBD:05:000:Infinite Bombs PL1
  27550. spinmast:0:105F55:04:001:Get YoYo Now! PL1
  27551. spinmast:0:105F55:08:001:Get Fire Now! PL1
  27552. spinmast:0:105F55:0C:001:Get Ice Now! PL1
  27553. spinmast:0:105F55:10:001:Get Bomb Now! PL1
  27554. spinmast:0:105F55:14:001:Get Glove Now! PL1
  27555. spinmast:0:105F55:18:001:Get Thunder Now! PL1
  27556. spinmast:0:105F55:1C:001:Get Double Now! PL1
  27557. spinmast:0:10503D:02:000:Infinite Lives PL2
  27558. spinmast:0:106022:03:000:Infinite Energy PL2
  27559. spinmast:0:10607D:05:000:Infinite Bombs PL2
  27560. spinmast:0:106015:24:001:Get YoYo Now! PL2
  27561. spinmast:0:106015:28:001:Get Fire Now! PL2
  27562. spinmast:0:106015:2C:001:Get Ice Now! PL2
  27563. spinmast:0:106015:30:001:Get Bomb Now! PL2
  27564. spinmast:0:106015:34:001:Get Glove Now! PL2
  27565. spinmast:0:106015:38:001:Get Thunder Now! PL2
  27566. spinmast:0:106015:3C:001:Get Double Now! PL2
  27567.  
  27568. ; [ Splash ]
  27569. splash:0:88192E:09:000:Infinite Time
  27570. splash:0:881845:04:000:Infinite Lives PL1
  27571. splash:0:881840:03:000:Invincibility PL1 (1/2)
  27572. splash:0:881841:01:500:Invincibility PL1 (2/2)
  27573. splash:0:881865:32:000:Infinite Ammo PL1
  27574. splash:0:881866:09:000:Infinite Bombs PL1
  27575. splash:0:88188B:04:000:Infinite Lives PL2
  27576. splash:0:881886:03:000:Invincibility PL2 (1/2)
  27577. splash:0:881887:01:500:Invincibility PL2 (2/2)
  27578. splash:0:8818AB:32:000:Infinite Ammo PL2
  27579. splash:0:8818AC:09:000:Infinite Bombs PL2
  27580. splash:0:000000:00:999:[Pics will be in different  ]
  27581. splash:0:000000:00:999:[order depending if you     ]
  27582. splash:0:000000:00:999:[choose 'Light' or 'Hard'   ]
  27583. splash:0:FFE551:20:021:Light girl pictures
  27584. splash:0:FFE551:20:041:Hard girl pictures
  27585. splash:0:881931:09:001:Finish this stage Now! (1/4)
  27586. splash:0:881932:09:501:Finish this stage Now! (2/4)
  27587. splash:0:881933:09:501:Finish this stage Now! (3/4)
  27588. splash:0:881934:09:501:Finish this stage Now! (4/4)
  27589. splash:0:000000:00:999:[These Select next stage    ]
  27590. splash:0:000000:00:999:[cheats are NOT linked you  ]
  27591. splash:0:000000:00:999:[should enable them both and]
  27592. splash:0:000000:00:999:[choose the SAME stage!!    ]
  27593. splash:0:FFCC43:41:061:Select next level (1/2)
  27594. splash:0:881924:41:061:Select next level (2/2):Background piccy
  27595. splash:0:000000:00:999:[Slideshow mode, enable and ]
  27596. splash:0:000000:00:999:[then sit back and watch!   ]
  27597. splash:0:881931:09:000:Slideshow Mode (1/4)
  27598. splash:0:881932:09:500:Slideshow Mode (2/4)
  27599. splash:0:881933:09:500:Slideshow Mode (3/4)
  27600. splash:0:881934:09:500:Slideshow Mode (4/4)
  27601.  
  27602. ; [ Splat! ]
  27603. splat:0:9911:05:000:Infinite Lives PL1
  27604. splat:0:991A:05:000:Infinite Lives PL2
  27605.  
  27606. ; [ Splatter House (Japan) ]
  27607. splatter:0:014F:06:000:Infinite Lives PL1
  27608. splatter:0:018F:06:000:Infinite Lives PL2
  27609. splatter:0:0139:06:000:Infinite Energy PL1
  27610. splatter:0:0179:06:000:Infinite Energy PL2
  27611. splatter:0:0000:00:999:[ In a 2 player game, use   ]
  27612. splatter:0:0000:00:999:[  'Invincibility "OFF"'    ]
  27613. splatter:0:0000:00:999:[ at the end of a sub-level ]
  27614. splatter:0:011D:02:000:Invincibility "ON" PL1
  27615. splatter:0:011D:01:001:Invincibility "OFF" PL1
  27616. splatter:0:015D:02:000:Invincibility "ON" PL2
  27617. splatter:0:015D:01:001:Invincibility "OFF" PL2
  27618. splatter:0:0000:00:999:[ If you ever forgot to use ]
  27619. splatter:0:0000:00:999:[   'Invincibility "OFF"'   ]
  27620. splatter:0:0000:00:999:[ at the end of a sub-level ]
  27621. splatter:0:011D:00:001:Make player disappear PL1
  27622. splatter:0:015D:00:001:Make player disappear PL2
  27623. splatter:0:0000:00:999:[Infinite Ammo only work on ]
  27624. splatter:0:0000:00:999:[stages where one of the    ]
  27625. splatter:0:0000:00:999:[weapons is a rifle and you ]
  27626. splatter:0:0000:00:999:[have it (weapon 1-5 cheats)]
  27627. splatter:0:09B9:09:000:Infinite Ammo for weapon 1
  27628. splatter:0:09D9:09:000:Infinite Ammo for weapon 2
  27629. splatter:0:09F9:09:000:Infinite Ammo for weapon 3
  27630. splatter:0:0A19:09:000:Infinite Ammo for weapon 4
  27631. splatter:0:0A39:09:000:Infinite Ammo for weapon 5
  27632. splatter:0:0000:00:999:[NOTE- The weapons change   ]
  27633. splatter:0:0000:00:999:[depending on which stage   ]
  27634. splatter:0:0000:00:999:[you are playing.           ]
  27635. splatter:0:0000:00:999:[                           ]
  27636. splatter:0:0000:00:999:[ List of available weapons ]
  27637. splatter:0:0000:00:999:[  Stage 1-1   - 1 2        ]
  27638. splatter:0:0000:00:999:[  Stage 1-2   - no weapon  ]
  27639. splatter:0:0000:00:999:[  Stage 2-1   - 1 2        ]
  27640. splatter:0:0000:00:999:[  Stage 2-2   - 1          ]
  27641. splatter:0:0000:00:999:[  Stage 2-3   - no weapon  ]
  27642. splatter:0:0000:00:999:[  Stage 3     - 1 2 3 4    ]
  27643. splatter:0:0000:00:999:[  Stage 3+    - no weapon  ]
  27644. splatter:0:0000:00:999:[  Stage 4-1   - 1 2 3 4 5  ]
  27645. splatter:0:0000:00:999:[  Stage 4-1+  - no weapon  ]
  27646. splatter:0:0000:00:999:[  Stage 4-2   - no weapon  ]
  27647. splatter:0:0000:00:999:[  Stage 4-3   - 1          ]
  27648. splatter:0:0000:00:999:[  Stage 5-1   - 1          ]
  27649. splatter:0:0000:00:999:[  Stage 5-2   - no weapon  ]
  27650. splatter:0:0000:00:999:[  Stage 5-3   - no weapon  ]
  27651. splatter:0:0000:00:999:[  Stage 5-4   - no weapon  ]
  27652. splatter:0:0000:00:999:[  Stage 5-5   - no weapon  ]
  27653. splatter:0:0000:00:999:[  Stage 5-6   - no weapon  ]
  27654. splatter:0:0000:00:999:[  Stage 6     - no weapon  ]
  27655. splatter:0:0000:00:999:[  Stage 7     - no weapon  ]
  27656. splatter:0:0000:00:999:[                           ]
  27657. splatter:0:0000:00:999:[  Use these codes only if  ]
  27658. splatter:0:0000:00:999:[  the weapon is available  ]
  27659. splatter:0:0000:00:999:[                           ]
  27660. splatter:0:0143:09:001:Get Weapon 1 Now! PL1 (1/2)
  27661. splatter:0:0144:9D:501:Get Weapon 1 Now! PL1 (2/2)
  27662. splatter:0:0143:09:001:Get Weapon 2 Now! PL1 (1/2)
  27663. splatter:0:0144:BD:501:Get Weapon 2 Now! PL1 (2/2)
  27664. splatter:0:0143:09:001:Get Weapon 3 Now! PL1 (1/2)
  27665. splatter:0:0144:FD:501:Get Weapon 3 Now! PL1 (2/2)
  27666. splatter:0:0143:A0:001:Get Weapon 4 Now! PL1 (1/2)
  27667. splatter:0:0144:1D:501:Get Weapon 4 Now! PL1 (2/2)
  27668. splatter:0:0143:A0:001:Get Weapon 5 Now! PL1 (1/2)
  27669. splatter:0:0144:3D:501:Get Weapon 5 Now! PL1 (2/2)
  27670. splatter:0:0183:09:001:Get Weapon 1 Now! PL2 (1/2)
  27671. splatter:0:0184:9D:501:Get Weapon 1 Now! PL2 (2/2)
  27672. splatter:0:0183:09:001:Get Weapon 2 Now! PL2 (1/2)
  27673. splatter:0:0184:BD:501:Get Weapon 2 Now! PL2 (2/2)
  27674. splatter:0:0183:09:001:Get Weapon 3 Now! PL2 (1/2)
  27675. splatter:0:0184:FD:501:Get Weapon 3 Now! PL2 (2/2)
  27676. splatter:0:0183:A0:001:Get Weapon 4 Now! PL2 (1/2)
  27677. splatter:0:0184:1D:501:Get Weapon 4 Now! PL2 (2/2)
  27678. splatter:0:0183:A0:001:Get Weapon 5 Now! PL2 (1/2)
  27679. splatter:0:0184:3D:501:Get Weapon 5 Now! PL2 (2/2)
  27680. splatter:0:0000:00:999:[                           ]
  27681. splatter:0:0000:00:999:[Here is the list of stages ]
  27682. splatter:0:0000:00:999:[and the weapon type that is]
  27683. splatter:0:0000:00:999:[used on that stage. KEY -  ]
  27684. splatter:0:0000:00:999:[W1-W5 = Weapon 1-5         ]
  27685. splatter:0:0000:00:999:[RAZ=Razor RIF=Rifle AX=AXE ]
  27686. splatter:0:0000:00:999:[BOS=Bo Stick HAR=Harpoon   ]
  27687. splatter:0:0000:00:999:[STO=Stone WRE=Wrench       ]
  27688. splatter:0:0000:00:999:[                           ]
  27689. splatter:0:0000:00:999:[ Stage  W1  W2  W3  W4  W5 ]
  27690. splatter:0:0000:00:999:[ 1-1   RAZ BOS  no  no  no ]
  27691. splatter:0:0000:00:999:[ 1-2    no  no  no  no  no ]
  27692. splatter:0:0000:00:999:[ 2-1   RAZ WRE  no  no  no ]
  27693. splatter:0:0000:00:999:[ 2-2   BOS  no  no  no  no ]
  27694. splatter:0:0000:00:999:[ 2-3    no  no  no  no  no ]
  27695. splatter:0:0000:00:999:[ 3     RIF STO STO RIF  no ]
  27696. splatter:0:0000:00:999:[ 3+     no  no  no  no  no ]
  27697. splatter:0:0000:00:999:[ 4-1   HAR HAR HAR HAR HAR ]
  27698. splatter:0:0000:00:999:[ 4-1+   no  no  no  no  no ]
  27699. splatter:0:0000:00:999:[ 4-2    no  no  no  no  no ]
  27700. splatter:0:0000:00:999:[ 4-3   AXE  no  no  no  no ]
  27701. splatter:0:0000:00:999:[ 5-1   BOS  no  no  no  no ]
  27702. splatter:0:0000:00:999:[ 5-2    no  no  no  no  no ]
  27703. splatter:0:0000:00:999:[ 5-3    no  no  no  no  no ]
  27704. splatter:0:0000:00:999:[ 5-4    no  no  no  no  no ]
  27705. splatter:0:0000:00:999:[ 5-5    no  no  no  no  no ]
  27706. splatter:0:0000:00:999:[ 5-6    no  no  no  no  no ]
  27707. splatter:0:0000:00:999:[ 6      no  no  no  no  no ]
  27708. splatter:0:0000:00:999:[ 7      no  no  no  no  no ]
  27709. splatter:0:0000:00:999:[                           ]
  27710. splatter:0:09A6:02:001:Make Weapon 1 = Razor Now!
  27711. splatter:0:09A6:03:001:Make Weapon 1 = Rifle Now!
  27712. splatter:0:09A6:04:001:Make Weapon 1 = Axe Now!
  27713. splatter:0:09A6:05:001:Make Weapon 1 = Bo stick Now!
  27714. splatter:0:09A6:0A:001:Make Weapon 1 = Harpoon Now!
  27715. splatter:0:09C6:05:001:Make Weapon 2 = Bo stick Now!
  27716. splatter:0:09C6:07:001:Make Weapon 2 = Stone Now!
  27717. splatter:0:09C6:08:001:Make Weapon 2 = Wrench Now!
  27718. splatter:0:09C6:0A:001:Make Weapon 2 = Harpoon Now!
  27719. splatter:0:09F6:07:001:Make Weapon 3 = Stone Now!
  27720. splatter:0:09F6:0A:001:Make Weapon 3 = Harpoon Now!
  27721. splatter:0:0A16:03:001:Make Weapon 4 =  Rifle Now!
  27722. splatter:0:0A16:0A:001:Make Weapon 4 =  Harpoon Now!
  27723. splatter:0:0A36:0A:001:Make Weapon 5 =  Harpoon Now!
  27724. splatter:0:0000:00:999:[These Start on Stage cheats]
  27725. splatter:0:0000:00:999:[must be enabled on the     ]
  27726. splatter:0:0000:00:999:[title screen and turned off]
  27727. splatter:0:0000:00:999:[when the screen with the   ]
  27728. splatter:0:0000:00:999:[stage number is displayed. ]
  27729. splatter:0:0065:0A:000:Start on Stage 2 (1/2)
  27730. splatter:0:014D:02:500:Start on Stage 2 (2/2)
  27731. splatter:0:0065:04:000:Start on Stage 3 (1/2)
  27732. splatter:0:014D:05:500:Start on Stage 3 (2/2)
  27733. splatter:0:0065:05:000:Start on Stage 4 (1/2)
  27734. splatter:0:014D:06:500:Start on Stage 4 (2/2)
  27735. splatter:0:0065:08:000:Start on Stage 5 (1/2)
  27736. splatter:0:014D:0D:500:Start on Stage 5 (2/2)
  27737. splatter:0:0065:13:000:Start on Stage 6 (1/2)
  27738. splatter:0:014D:14:500:Start on Stage 6 (2/2)
  27739. splatter:0:0065:14:000:Start on Stage 7 (1/2)
  27740. splatter:0:014D:17:500:Start on Stage 7 (2/2)
  27741. splatter:0:0000:00:999:[These Current Stage cheats ]
  27742. splatter:0:0000:00:999:[require you to lose a life ]
  27743. splatter:0:0000:00:999:[to jump to that stage!     ]
  27744. splatter:0:014D:01:001:Current Stage = 1-1 Now! PL1
  27745. splatter:0:014D:02:001:Current Stage = 2-1 Now! PL1
  27746. splatter:0:014D:05:001:Current Stage = 3 Now! PL1
  27747. splatter:0:014D:06:001:Current Stage = 4-1 Now! PL1
  27748. splatter:0:014D:0D:001:Current Stage = 5-1 Now! PL1
  27749. splatter:0:014D:14:001:Current Stage = 6 Now! PL1
  27750. splatter:0:014D:17:001:Current Stage = 7 Now! PL1
  27751. splatter:0:018D:01:001:Current Stage = 1-1 Now! PL2
  27752. splatter:0:018D:02:001:Current Stage = 2-1 Now! PL2
  27753. splatter:0:018D:05:001:Current Stage = 3 Now! PL2
  27754. splatter:0:018D:06:001:Current Stage = 4-1 Now! PL2
  27755. splatter:0:018D:0D:001:Current Stage = 5-1 Now! PL2
  27756. splatter:0:018D:14:001:Current Stage = 6 Now! PL2
  27757. splatter:0:018D:17:001:Current Stage = 7 Now! PL2
  27758. splatter:0:0000:00:999:[                           ]
  27759. splatter:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sy
  27760.  
  27761. ; [ Super Punch-Out!! (Japan) ]
  27762. spnchotj:0:D022:70:000:Invincibility PL1
  27763. spnchotj:0:D048:1A:000:KO Power
  27764. spnchotj:0:D7F2:03:000:Infinite Time
  27765. spnchotj:0:D024:00:001:Drain Other Fighter Now!
  27766. spnchotj:0:D024:00:000:Quick KDs/KOs
  27767.  
  27768. ; [ Super Punch-Out!! ]
  27769. spnchout:0:D022:70:000:Invincibility PL1
  27770. spnchout:0:D048:1A:000:KO Power
  27771. spnchout:0:D7F2:03:000:Infinite Time
  27772. spnchout:0:D024:00:001:Drain Other Fighter Now!
  27773. spnchout:0:D024:00:000:Quick KDs/KOs
  27774.  
  27775. ; [ Super Pool III (World?) ]
  27776. spool3:0:008A:03:000:Infinite Lives PL1
  27777. spool3:0:04F1:6E:000:Infinite Time PL1
  27778.  
  27779. ; [ Super Pool III (I-Vics) ]
  27780. spool3i:0:008A:03:000:Infinite Lives PL1
  27781. spool3i:0:04F1:6E:000:Infinite Time PL1
  27782.  
  27783. ; [ Springer ]
  27784. springer:0:8032:09:000:Infinite Lives PL1
  27785. springer:0:8033:09:000:Infinite Lives PL2
  27786. springer:0:82B7:70:000:Infinite Bonus
  27787.  
  27788. ; [ Sprint 1 ]
  27789. sprint1:0:043C:B9:000:Infinite Time
  27790.  
  27791. ; [ Sprint 2 ]
  27792. sprint2:0:0450:3C:000:Infinite Time
  27793.  
  27794. ; [ Space Trek (Cocktail) ]
  27795. sptrekct:0:E3A2:08:000:Infinite Lives PL1
  27796. sptrekct:0:E3B5:20:000:Infinite Power PL1
  27797. sptrekct:0:E3A6:99:000:Infinite Bonus PL1
  27798. sptrekct:0:E3A3:08:000:Infinite Lives PL2
  27799. sptrekct:0:E3B6:20:000:Infinite Power PL2
  27800. sptrekct:0:E3A7:99:000:Infinite Bonus PL2
  27801.  
  27802. ; [ S.P.Y. - Special Project Y (US) ]
  27803. spy:0:0815:09:000:Infinite Credits
  27804. spy:0:594D:59:000:Infinite Time (1/2)
  27805. spy:0:594C:09:500:Infinite Time (2/2)
  27806. spy:0:0987:3F:000:Invincibility PL1:Sprite flickers
  27807. spy:0:0988:3F:000:Invincibility PL2:Sprite flickers
  27808.  
  27809. ; [ Spy Hunter ]
  27810. spyhunt:0:E870:01:000:Infinite Lives (After timer)
  27811. spyhunt:0:F389:01:000:Infinite Lives
  27812. spyhunt:0:F381:09:000:Infinite Time
  27813. spyhunt:0:F0D4:03:000:Infinite Smoke Screens  
  27814. spyhunt:0:F0FE:03:000:Infinite Missiles
  27815. spyhunt:0:F0D2:3F:000:Infinite Oil Slicks
  27816. spyhunt:0:F0D5:40:000:Endless Smokescreen
  27817.  
  27818. ; [ Spy Hunter 2 ]
  27819. spyhunt2:0:0601A0:00:000:Invincibility PL1
  27820.  
  27821. ; [ Faster, Harder, More Challenging Q*bert ]
  27822. sqbert:0:01000:04:000:Infinite Lives
  27823. sqbert:0:00065:4B:000:No Enemies
  27824.  
  27825. ; [ Super Qix (bootleg) ]
  27826. sqixbl:0:E4CD:00:000:Infinite freeze time
  27827. sqixbl:0:F85C:E4:000:Stop around timer (1/2)
  27828. sqixbl:0:F85E:04:500:Stop around timer (2/2) 
  27829. sqixbl:0:F814:0A:000:Infinite Lives PL1
  27830. sqixbl:0:F011:99:001:Finish this Round faster PL1
  27831. sqixbl:0:F869:03:001:Get 3 letters out of 4 PL1
  27832. sqixbl:0:F869:04:001:Get 4 letters out of 5 PL1
  27833. sqixbl:0:F869:05:001:Get 5 letters out of 6 PL1
  27834. sqixbl:0:F869:06:001:Get 6 letters out of 7 PL1
  27835. sqixbl:0:F869:04:001:Get 7 letters out of 8 PL1
  27836. sqixbl:0:F815:0A:000:Infinite Lives PL2
  27837. sqixbl:0:F012:99:001:Finish this Round faster PL2
  27838. sqixbl:0:F880:03:001:Get 3 letters out of 4 PL2
  27839. sqixbl:0:F869:04:001:Get 4 letters out of 5 PL2
  27840. sqixbl:0:F869:05:001:Get 5 letters out of 6 PL2
  27841. sqixbl:0:F869:06:001:Get 6 letters out of 7 PL2
  27842. sqixbl:0:F869:04:001:Get 7 letters out of 8 PL2
  27843. sqixbl:0:E4A8:8F:000:Always have shield
  27844. sqixbl:0:E4A8:01:000:Always have speed up
  27845. sqixbl:0:E4A8:09:000:Always have max speed
  27846. sqixbl:0:E4A8:04:000:Always have freeze
  27847. sqixbl:0:E4A8:0D:000:Always have freeze+speed
  27848. sqixbl:0:E4A8:8F:001:Get shield Now!
  27849. sqixbl:0:E4A8:01:001:Get speed up Now!
  27850. sqixbl:0:E4A8:09:001:Get max speed Now!
  27851. sqixbl:0:E4A8:04:001:Get freeze Now!
  27852. sqixbl:0:E4A8:0D:001:Get freeze+speed Now!
  27853. sqixbl:0:F804:00:001:Next Goto Round 2
  27854. sqixbl:0:F804:01:001:Next Goto Round 3
  27855. sqixbl:0:F804:02:001:Next Goto Round 4
  27856. sqixbl:0:F804:03:001:Next Goto Round 5
  27857. sqixbl:0:F804:04:001:Next Goto Round 6
  27858. sqixbl:0:F804:05:001:Next Goto Round 7
  27859. sqixbl:0:F804:06:001:Next Goto Round 8
  27860. sqixbl:0:F804:07:001:Next Goto Round 9
  27861. sqixbl:0:F804:08:001:Next Goto Round 10
  27862. sqixbl:0:F804:09:001:Next Goto Round 11
  27863. sqixbl:0:F804:0A:001:Next Goto Round 12
  27864. sqixbl:0:F804:0B:001:Next Goto Round 13
  27865. sqixbl:0:F804:0C:001:Next Goto Round 14
  27866. sqixbl:0:F804:0D:001:Next Goto Round 15
  27867. sqixbl:0:F804:0E:001:Next Goto Round 16
  27868.  
  27869. ; [ Super Real Darwin (Japan) ]
  27870. srdarwin:0:10EE:9A:000:Infinite Lives PL1
  27871. srdarwin:0:10EF:9A:000:Infinite Lives PL2
  27872.  
  27873. ;[ S.R.D. Mission ]
  27874. srdmissn:0:E0AB:0A:000:Infinite Lives
  27875. srdmissn:0:F929:00:000:Invincibility
  27876.  
  27877. ; [ Speed Rumbler, The (set 1) ]
  27878. srumbler:0:04BC:00:000:Infinite Energy
  27879. srumbler:0:00AF:03:000:Infinite Lives
  27880. srumbler:0:00B4:00:000:Infinite Time
  27881. srumbler:0:04E8:02:000:Super Shots
  27882. srumbler:0:04E0:0F:000:Super Speed
  27883.  
  27884. ; [ Speed Rumbler, The (set 2) ]
  27885. srumblr2:0:04BC:00:000:Infinite Energy
  27886. srumblr2:0:00AF:03:000:Infinite Lives
  27887. srumblr2:0:00B4:00:000:Infinite Time
  27888. srumblr2:0:04E8:02:000:Super Shots
  27889. srumblr2:0:04E0:0F:000:Super Speed
  27890.  
  27891. ; [ Super Space Invaders '91 (World) ]
  27892. ssi:0:203619:0A:000:Infinite Lives PL1
  27893. ssi:0:205293:09:000:Infinite Shields PL1
  27894. ssi:0:20361B:0A:000:Infinite Lives PL2
  27895. ssi:0:2052E1:09:000:Infinite Shields PL2
  27896. ssi:0:20553F:30:000:Long Lasting Weapons
  27897. ssi:0:000000:00:999:[The backdrops don't change ]
  27898. ssi:0:000000:00:999:[for a couple of levels with]
  27899. ssi:0:000000:00:999:[these level cheats.        ]
  27900. ssi:0:2035D5:03:001:Goto Level 4
  27901. ssi:0:2035D5:07:001:Goto Level 8
  27902. ssi:0:2035D5:0B:001:Goto Level 12
  27903. ssi:0:2035D5:0F:001:Goto Level 16
  27904. ssi:0:2035D5:13:001:Goto Level 20
  27905. ssi:0:2035D5:17:001:Goto Level 24
  27906. ssi:0:2035D5:1B:001:Goto Level 28
  27907. ssi:0:2035D5:1F:001:Goto Level 32
  27908. ssi:0:2035D5:22:001:Goto Level 36
  27909. ssi:0:2035D5:26:001:Goto Level 40
  27910.  
  27911. ; [ Super Sidekicks / Tokuten Ou ]
  27912. ssideki:0:000000:00:999:[Activate the following     ]
  27913. ssideki:0:000000:00:999:[cheat to stop the game     ]
  27914. ssideki:0:000000:00:999:[locking up during play     ]
  27915. ssideki:0:10000F:09:000:Disable Copy Protection (1/3)
  27916. ssideki:0:100012:08:500:Disable Copy Protection (2/3)
  27917. ssideki:0:108DCC:02:500:Disable Copy Protection (3/3)
  27918. ssideki:0:108ED3:59:000:Infinite Time
  27919. ssideki:0:108ED2:00:001:Finish Game Now! (1/2)
  27920. ssideki:0:108ED3:00:501:Finish Game Now! (2/2)
  27921. ssideki:0:1090F2:00:001:Make Score = 0  Now! PL1
  27922. ssideki:0:1090F2:99:001:Make Score = 99 Now! PL1
  27923. ssideki:0:1090F6:00:000:Penalties Scored always=0 PL1
  27924. ssideki:0:1090F6:05:000:Penalties Scored always=5 PL1
  27925. ssideki:0:1090F3:00:001:Make Score = 0  Now! PL2
  27926. ssideki:0:1090F3:99:001:Make Score = 99 Now! PL2
  27927. ssideki:0:1090F7:00:000:Penalties Scored always=0 PL2
  27928. ssideki:0:1090F7:05:000:Penalties Scored always=5 PL2
  27929.  
  27930. ; [ Super Sidekicks 2 - The World Championship / Tokuten Ou 2 - real fight football ]
  27931. ssideki2:0:1067A4:00:000:Infinite Time
  27932. ssideki2:0:1044C4:00:001:Make Score = 0  Now! PL1
  27933. ssideki2:0:1044C4:99:001:Make Score = 99 Now! PL1
  27934. ssideki2:0:1044C8:00:001:Make Score = 0  Now! PL2
  27935. ssideki2:0:1044C8:99:001:Make Score = 99 Now! PL2
  27936.  
  27937. ; [ Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - eikoue no michi ]
  27938. ssideki3:0:10517C:00:000:Infinite Time
  27939. ssideki3:0:1051EA:00:001:Make Score = 0  Now! PL1
  27940. ssideki3:0:1051EA:99:001:Make Score = 99 Now! PL1
  27941. ssideki3:0:1051EE:00:001:Make Score = 0  Now! PL2
  27942. ssideki3:0:1051EE:99:001:Make Score = 99 Now! PL2
  27943.  
  27944. ; [ Ultimate 11 / Tokuten Ou - Honoo no Libero, The ]
  27945. ssideki4:0:105A1F:00:000:Infinite Time
  27946. ssideki4:0:105A2A:00:001:Make Score = 0  Now! PL1
  27947. ssideki4:0:105A2A:99:001:Make Score = 99 Now! PL1
  27948. ssideki4:0:105A2E:00:001:Make Score = 0  Now! PL2
  27949. ssideki4:0:105A2E:99:001:Make Score = 99 Now! PL2
  27950.  
  27951. ; [ Syusse Oozumou (Japan) ]
  27952. ssozumo:0:0052:FF:000:Some Gauge Max
  27953. ssozumo:0:0031:05:000:Infinite KIAI
  27954.  
  27955. ; [ Space Attack (Cocktail) ]
  27956. sspacatc:0:E5D9:06:000:Infinite Lives PL1 
  27957. sspacatc:0:E5DB:06:000:Infinite Lives PL2
  27958.  
  27959. ; [ Space Attack (Upright) ]
  27960. sspaceat:0:E5D9:06:000:Infinite Lives PL1 
  27961. sspaceat:0:E5DB:06:000:Infinite Lives PL2
  27962.  
  27963. ; [ Super Sprint ]
  27964. ssprint:0:0DD6:1F:000:Fix No Soundcard Problem(1/3)
  27965. ssprint:0:0DD5:1F:500:Fix No Soundcard Problem(2/3)
  27966. ssprint:0:0DD4:1F:500:Fix No Soundcard Problem(3/3)
  27967. ssprint:0:0E00:03:000:Infinite Wrenches PL1
  27968. ssprint:0:0E04:05:000:Max Top Speed PL1
  27969. ssprint:0:0E08:05:000:Max Traction PL1
  27970. ssprint:0:0E0C:05:000:Max Acceleration PL1
  27971. ssprint:0:0E01:03:000:Infinite Wrenches PL2
  27972. ssprint:0:0E05:05:000:Max Top Speed PL2
  27973. ssprint:0:0E09:05:000:Max Traction PL2
  27974. ssprint:0:0E0D:05:000:Max Acceleration PL2
  27975. ssprint:0:0E02:03:000:Infinite Wrenches PL3
  27976. ssprint:0:0E06:05:000:Max Top Speed PL3
  27977. ssprint:0:0E0A:05:000:Max Traction PL3
  27978. ssprint:0:0E0E:05:000:Max Acceleration PL3
  27979. ssprint:0:0E12:05:000:Fastest Chopper
  27980. ssprint:0:05BC:04:001:Make Blue Car Win Now!
  27981. ssprint:0:05BD:04:001:Make Red Car Win Now!
  27982. ssprint:0:05BE:04:001:Make Yellow Car Win Now!
  27983. ssprint:0:05BF:04:001:Make Green Car Win Now!
  27984. ssprint:0:05BC:00:000:Stop Blue Car Winning
  27985. ssprint:0:05BD:00:000:Stop Red Car Winning
  27986. ssprint:0:05BE:00:000:Stop Yellow Car Winning
  27987. ssprint:0:05BF:00:000:Stop Green Car Winning
  27988.  
  27989. ; [ Sunset Riders (Asia 2 Players ver. ABD) ]
  27990. ssrdrabd:0:104200:FF:000:Infinite Lives PL1
  27991. ssrdrabd:0:181CB9:B4:000:Invincibility PL1 (1/2)
  27992. ssrdrabd:0:181CE0:C0:540:Invincibility PL1 (2/2)
  27993. ssrdrabd:0:104240:FF:000:Infinite Lives PL2
  27994. ssrdrabd:0:181FB9:B4:000:Invincibility PL2 (1/2)
  27995. ssrdrabd:0:181FE0:C0:540:Invincibility PL2 (2/2
  27996.  
  27997. ; [ Sunset Riders (World 2 Players ver. EBC) ]
  27998. ssrdrebc:0:104200:FF:000:Infinite Lives PL1
  27999. ssrdrebc:0:181CB9:B4:000:Invincibility PL1 (1/2)
  28000. ssrdrebc:0:181CE0:C0:540:Invincibility PL1 (2/2)
  28001. ssrdrebc:0:104240:FF:000:Infinite Lives PL2
  28002. ssrdrebc:0:181FB9:B4:000:Invincibility PL2 (1/2)
  28003. ssrdrebc:0:181FE0:C0:540:Invincibility PL2 (2/2)
  28004.  
  28005. ; [ Sunset Riders (World 2 Players ver. EBD) ]
  28006. ssrdrebd:0:104200:FF:000:Infinite Lives PL1
  28007. ssrdrebd:0:181CB9:B4:000:Invincibility PL1 (1/2)
  28008. ssrdrebd:0:181CE0:C0:540:Invincibility PL1 (2/2)
  28009. ssrdrebd:0:104240:FF:000:Infinite Lives PL2
  28010. ssrdrebd:0:181FB9:B4:000:Invincibility PL2 (1/2)
  28011. ssrdrebd:0:181FE0:C0:540:Invincibility PL2 (2/2)
  28012.  
  28013. ; [ Sunset Riders (Japan 2 Players ver. JBD) ]
  28014. ssrdrjbd:0:104200:FF:000:Infinite Lives PL1
  28015. ssrdrjbd:0:181CB9:B4:000:Invincibility PL1 (1/2)
  28016. ssrdrjbd:0:181CE0:C0:540:Invincibility PL1 (2/2)
  28017. ssrdrjbd:0:104240:FF:000:Infinite Lives PL2
  28018. ssrdrjbd:0:181FB9:B4:000:Invincibility PL2 (1/2)
  28019. ssrdrjbd:0:181FE0:C0:540:Invincibility PL2 (2/2)
  28020.  
  28021. ; [ Sunset Riders (US 4 Players ver. UAC) ]
  28022. ssrdruac:0:104200:FF:000:Infinite Lives PL1
  28023. ssrdruac:0:181CB9:B4:000:Invincibility PL1 (1/2)
  28024. ssrdruac:0:181CE0:C0:540:Invincibility PL1 (2/2)
  28025. ssrdruac:0:104240:FF:000:Infinite Lives PL2
  28026. ssrdruac:0:181FB9:B4:000:Invincibility PL2 (1/2)
  28027. ssrdruac:0:181FE0:C0:540:Invincibility PL2 (2/2)
  28028. ssrdruac:0:104280:FF:000:Infinite Lives PL3
  28029. ssrdruac:0:1822B9:B4:000:Invincibility PL3 (1/2)
  28030. ssrdruac:0:1822E0:C0:540:Invincibility PL3 (2/2)
  28031. ssrdruac:0:1042C0:FF:000:Infinite Lives PL4
  28032. ssrdruac:0:1825B9:B4:000:Invincibility PL4 (1/2)
  28033. ssrdruac:0:1825E0:C0:540:Invincibility PL4 (2/2)
  28034.  
  28035. ; [ Sunset Riders (US 2 Players ver. UBC) ]
  28036. ssrdrubc:0:104200:FF:000:Infinite Lives PL1
  28037. ssrdrubc:0:181CB9:B4:000:Invincibility PL1 (1/2)
  28038. ssrdrubc:0:181CE0:C0:540:Invincibility PL1 (2/2)
  28039. ssrdrubc:0:104240:FF:000:Infinite Lives PL2
  28040. ssrdrubc:0:181FB9:B4:000:Invincibility PL2 (1/2)
  28041. ssrdrubc:0:181FE0:C0:540:Invincibility PL2 (2/2)
  28042.  
  28043. ; [ Sunset Riders (US 4 Players ver. UDA) ]
  28044. ssrdruda:0:104200:FF:000:Infinite Lives PL1
  28045. ssrdruda:0:181CB9:B4:000:Invincibility PL1 (1/2)
  28046. ssrdruda:0:181CE0:C0:540:Invincibility PL1 (2/2)
  28047. ssrdruda:0:104240:FF:000:Infinite Lives PL2
  28048. ssrdruda:0:181FB9:B4:000:Invincibility PL2 (1/2)
  28049. ssrdruda:0:181FE0:C0:540:Invincibility PL2 (2/2)
  28050. ssrdruda:0:104280:FF:000:Infinite Lives PL3
  28051. ssrdruda:0:1822B9:B4:000:Invincibility PL3 (1/2)
  28052. ssrdruda:0:1822E0:C0:540:Invincibility PL3 (2/2)
  28053. ssrdruda:0:1042C0:FF:000:Infinite Lives PL4
  28054. ssrdruda:0:1825B9:B4:000:Invincibility PL4 (1/2)
  28055. ssrdruda:0:1825E0:C0:540:Invincibility PL4 (2/2)
  28056.  
  28057. ; [ Sunset Riders (World 4 Players ver. EAC) ]
  28058. ssriders:0:104200:FF:000:Infinite Lives PL1
  28059. ssriders:0:181CB9:B4:000:Invincibility PL1 (1/2)
  28060. ssriders:0:181CE0:C0:540:Invincibility PL1 (2/2)
  28061. ssriders:0:104240:FF:000:Infinite Lives PL2
  28062. ssriders:0:181FB9:B4:000:Invincibility PL2 (1/2)
  28063. ssriders:0:181FE0:C0:540:Invincibility PL2 (2/2)
  28064. ssriders:0:104280:FF:000:Infinite Lives PL3
  28065. ssriders:0:1822B9:B4:000:Invincibility PL3 (1/2)
  28066. ssriders:0:1822E0:C0:540:Invincibility PL3 (2/2)
  28067. ssriders:0:1042C0:FF:000:Infinite Lives PL4
  28068. ssriders:0:1825B9:B4:000:Invincibility PL4 (1/2)
  28069. ssriders:0:1825E0:C0:540:Invincibility PL4 (2/2)
  28070.  
  28071. ; [ Space Tactics ]
  28072. stactics:0:4087:04:000:Infinite Shields
  28073.  
  28074. ; [ Stadium Hero (Japan) ]
  28075. stadhero:0:FF8029:99:073:Select score PL1
  28076. stadhero:0:FF802A:99:073:Select score PL2
  28077. stadhero:0:FF801C:09:000:Infinite Time (1/2)
  28078. stadhero:0:FF801D:9A:500:Infinite Time (2/2)
  28079. stadhero:0:FF8056:00:000:Infinite Strikes
  28080. stadhero:0:FF8057:00:000:Infinite Balls
  28081. stadhero:0:FF8058:00:000:Infinite Outs
  28082. stadhero:0:FF801C:00:001:Set Play Time to 0 Now! (1/3)
  28083. stadhero:0:FF801D:01:501:Set Play Time to 0 Now! (2/3)
  28084. stadhero:0:FF8056:00:001:Set Strikes to 0 Now!
  28085. stadhero:0:FF8056:03:001:Set Strikes to 3 Now!
  28086. stadhero:0:FF8057:00:001:Set Balls to 0 Now!
  28087. stadhero:0:FF8057:03:001:Set Balls to 3 Now!
  28088. stadhero:0:FF8058:00:001:Set Outs to 0 Now!
  28089. stadhero:0:FF8058:03:001:Set Outs to 3 Now!
  28090.  
  28091. ; [ Stakes Winner / Stakes Winner - GI kinzen seihae no michi ]
  28092. stakwin:0:10029E:FF:000:Infinite Money PL1
  28093. stakwin:0:1002B8:0A:000:Always Extra Speed PL1:Only Press "A" Don't whip!
  28094. stakwin:0:100336:FF:000:Infinite Money PL2
  28095. stakwin:0:100022:32:000:Infinite Time in Training:Disable during races !
  28096. stakwin:0:102998:44:000:Power - 1 PL1
  28097. stakwin:0:102AD6:44:000:Power - 2 PL1
  28098. stakwin:0:102C14:44:000:Power - 3 PL1
  28099. stakwin:0:102D52:44:000:Power - 4 PL1
  28100. stakwin:0:102E90:44:000:Power - 5 PL1
  28101. stakwin:0:102FCE:44:000:Power - 6 PL1
  28102. stakwin:0:10310C:44:000:Power - 7 PL1
  28103.  
  28104. ; [Stakes Winner 2]
  28105. stakwin2:0:108943:0A:000:Infinite Shop Time
  28106. stakwin2:0:108B5C:FF:000:Infinite Money (1/2)
  28107. stakwin2:0:108B5D:FF:500:Infinite Money (2/2)
  28108. stakwin2:0:1089E2:EA:000:Infinite Power PL1
  28109. stakwin2:0:1089C0:23:000:Always Extra Speed PL1
  28110. stakwin2:0:108BA0:FF:000:Infinite Power PL2
  28111.  
  28112. ; [ Star Fire ]
  28113. starfire:0:8377:00:000:Laser never overheats
  28114. starfire:0:82AB:09:000:Infinite Fuel
  28115.  
  28116. ; [ Star Force ]
  28117. starforc:0:8166:09:000:Infinite Lives PL1
  28118. starforc:0:8198:09:000:Infinite Lives PL2
  28119. starforc:0:8547:80:000:Always Fast Shooting
  28120. starforc:0:8179:77:062:Select next level
  28121. starforc:0:8179:77:072:Select current level
  28122.  
  28123. ; [ Star Force (encrypted) ]
  28124. starfore:0:8166:09:000:Infinite Lives PL1
  28125. starfore:0:8198:09:000:Infinite Lives PL2
  28126. starfore:0:8547:80:000:Always Fast Shooting
  28127. starfore:0:8179:77:062:Select next level
  28128. starfore:0:8179:77:072:Select current level
  28129.  
  28130. ; [ Stargate ]
  28131. stargate:0:BDDE:11:000:Infinite Lives PL1
  28132. stargate:0:BDE0:12:000:Infinite Smart Bomb PL1
  28133. stargate:0:BDE1:B0:000:Infinite Inviso PL1
  28134. stargate:0:BE1D:11:000:Infinite Lives PL2
  28135. stargate:0:BE1F:11:000:Infinite Smart Bomb PL2
  28136. stargate:0:BE20:B0:000:Infinite Inviso PL2
  28137.  
  28138. ; [ Star Jacker (Sega) ]
  28139. starjack:0:C09B:06:000:Infinite Lives
  28140.  
  28141. ; [ Star Jacker (Stern) ]
  28142. starjacs:0:C09B:06:000:Infinite Lives
  28143.  
  28144. ; [ Star Trek ]
  28145. startrek:0:CE17:04:000:Infinite Shield
  28146. startrek:0:CE18:04:000:Infinite Torpedo
  28147. startrek:0:E4D9:99:000:Infinite Warp
  28148.  
  28149. ; [ Star Wars ]
  28150. starw:0:2061:05:000:Infinite Lives
  28151.  
  28152. ; [ Star Wars (rev 1) ]
  28153. starwar1:0:4860:09:000:Infinite Shield
  28154. starwar1:0:4B36:00:000:Always have FORCE
  28155.  
  28156. ; [ Star Wars (rev 2) ]
  28157. starwars:0:4860:09:000:Infinite Shield
  28158. starwars:0:4B36:00:000:Always have FORCE
  28159.  
  28160. ; [ Saint Dragon ]
  28161. stdragon:0:0F1A39:0B:000:Infinite Lives
  28162. stdragon:0:0F1A00:80:000:Invincibility (1/2)
  28163. stdragon:0:0F1A09:00:500:Invincibility (2/2)
  28164. stdragon:0:0F1A19:03:000:Maximum Speed
  28165. stdragon:0:0F1A1B:04:000:Maximum Fire power
  28166. stdragon:0:0F1A1D:02:000:Maximum Weapon power
  28167. stdragon:0:000000:00:999:[These Select starting round]
  28168. stdragon:0:000000:00:999:[cheats are *NOT* linked so ]
  28169. stdragon:0:000000:00:999:[they must BOTH be selected ]
  28170. stdragon:0:000000:00:999:[individually one after the ]
  28171. stdragon:0:000000:00:999:[other!                     ]
  28172. stdragon:0:000000:00:999:[                           ]
  28173. stdragon:0:000000:00:999:[You should enable these    ]
  28174. stdragon:0:000000:00:999:[cheats on the 'Push Start' ]
  28175. stdragon:0:000000:00:999:[screen.                    ]
  28176. stdragon:0:0F1AED:FF:021:Select starting round (1/2)
  28177. stdragon:0:0F1AED:05:061:Select starting round (2/2)
  28178. stdragon:0:0F1AED:05:061:Select next round
  28179.  
  28180. ;  [ Street Fight (Germany) ]
  28181. stfight:0:F004:0B:000:Infinite Lives
  28182. stfight:0:F008:70:007:Infinite Ammo
  28183. stfight:0:E532:00:000:Invincibility
  28184.  
  28185. ; [ Stinger ]
  28186. stinger:0:C0B1:04:000:Infinite Lives PL1
  28187. stinger:0:C2A0:05:000:Infinite Orbs PL1
  28188. stinger:0:C0B2:04:000:Infinite Lives PL2
  28189. stinger:0:C2A1:05:000:Infinite Orbs PL2
  28190.  
  28191. ; [ Stocker ]
  28192. stocker:0:017C:28:000:Infinite Fuel
  28193. stocker:0:016F:00:000:Infinite Tickets
  28194.  
  28195. ; [ Stoneage ]
  28196. stoneage:0:184D99:03:000:Infinite Lives PL1
  28197. stoneage:0:184E4D:12:000:Infinite Energy PL1
  28198. stoneage:0:184DD9:03:000:Infinite Lives PL2
  28199. stoneage:0:184ECD:12:000:Infinite Energy PL2
  28200. stoneage:0:18534D:01:001:One hit for boss 1   Now!
  28201. stoneage:0:18654D:01:001:One hit for boss 2-1 Now!
  28202. stoneage:0:18654D:01:001:One hit for boss 2-2 Now!
  28203. stoneage:0:1877F4:01:001:One hit for boss 3-1 Now!
  28204. stoneage:0:186CCD:01:001:One hit for boss 3-2 Now!
  28205. stoneage:0:18654D:01:001:One hit for boss 4-1 Now!
  28206. stoneage:0:186BCD:01:001:One hit for boss 4-2 Now!
  28207. stoneage:0:18654D:01:001:One hit for boss 5-1 Now!
  28208. stoneage:0:1868CD:01:001:One hit for boss 5-2 Now!
  28209. stoneage:0:18654D:01:001:One hit for boss 5-3 Now!
  28210.  
  28211. ; [ Strategy X (Stern) ]
  28212. stratgys:0:8105:FF:000:Infinite Fuel
  28213. stratgys:0:8108:08:000:Infinite Lives
  28214. stratgys:0:8380:01:000:Invincibility (1/6)
  28215. stratgys:0:83A0:01:500:Invincibility (2/6)
  28216. stratgys:0:8065:22:500:Invincibility (3/6)
  28217. stratgys:0:8061:18:500:Invincibility (4/6)
  28218. stratgys:0:8062:07:500:Invincibility (5/6)
  28219. stratgys:0:8066:06:500:Invincibility (6/6)
  28220.  
  28221. ; [ Strategy X ]
  28222. stratgyx:0:8105:FF:000:Infinite Fuel
  28223. stratgyx:0:8108:08:000:Infinite Lives
  28224. stratgyx:0:8380:01:000:Invincibility (1/6)
  28225. stratgyx:0:83A0:01:500:Invincibility (2/6)
  28226. stratgyx:0:8065:22:500:Invincibility (3/6)
  28227. stratgyx:0:8061:18:500:Invincibility (4/6)
  28228. stratgyx:0:8062:07:500:Invincibility (5/6)
  28229. stratgyx:0:8066:06:500:Invincibility (6/6)
  28230.  
  28231. ; [ Stratovox ]
  28232. stratvox:0:4029:0A:000:Infinite Lives PL1
  28233. stratvox:0:4099:0A:000:Infinite Lives PL2
  28234. stratvox:0:4108:00:000:Invincibility
  28235.  
  28236. ; [ Stratovox (bootleg) ]
  28237. stratvxb:0:4029:0A:000:Infinite Lives PL1
  28238. stratvxb:0:4099:0A:000:Infinite Lives PL2
  28239. stratvxb:0:4108:00:000:Invincibility
  28240.  
  28241. ; [ Streaking ]
  28242. streakng:0:4214:03:000:Infinite Lives
  28243.  
  28244. ; [ Street Smart (US version 1) ]
  28245. streets1:0:043E03:30:000:Infinite Time
  28246. streets1:0:04004C:7A:000:Infinite Lives PL1
  28247. streets1:0:040034:4B:000:Infinite Energy PL1
  28248. streets1:0:040079:78:000:Invincibility PL1
  28249. streets1:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now!
  28250. streets1:0:040269:00:000:Always only 1 Hit on PL1 Oppo
  28251. streets1:0:04014C:7A:000:Infinite Lives PL2
  28252. streets1:0:040134:4B:000:Infinite Energy PL2
  28253. streets1:0:040179:78:000:Invincibility PL2
  28254. streets1:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now!
  28255. streets1:0:040369:00:000:Always only 1 Hit on PL2 Oppo
  28256.  
  28257. ; [ Street Smart (Japan version 1) ]
  28258. streetsj:0:043E03:30:000:Infinite Time
  28259. streetsj:0:04004C:7A:000:Infinite Lives PL1
  28260. streetsj:0:040034:4B:000:Infinite Energy PL1
  28261. streetsj:0:040079:78:000:Invincibility PL1
  28262. streetsj:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now!
  28263. streetsj:0:040269:00:000:Always only 1 Hit on PL1 Oppo
  28264. streetsj:0:04014C:7A:000:Infinite Lives PL2
  28265. streetsj:0:040134:4B:000:Infinite Energy PL2
  28266. streetsj:0:040179:78:000:Invincibility PL2
  28267. streetsj:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now!
  28268. streetsj:0:040369:00:000:Always only 1 Hit on PL2 Oppo
  28269.  
  28270. ; [ Street Smart (US version 2) ]
  28271. streetsm:0:043E03:30:000:Infinite Time
  28272. streetsm:0:04004C:7A:000:Infinite Lives PL1
  28273. streetsm:0:040034:4B:000:Infinite Energy PL1
  28274. streetsm:0:040079:78:000:Invincibility PL1
  28275. streetsm:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now!
  28276. streetsm:0:040269:00:000:Always only 1 Hit on PL1 Oppo
  28277. streetsm:0:04014C:7A:000:Infinite Lives PL2
  28278. streetsm:0:040134:4B:000:Infinite Energy PL2
  28279. streetsm:0:040179:78:000:Invincibility PL2
  28280. streetsm:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now!
  28281. streetsm:0:040369:00:000:Always only 1 Hit on PL2 Oppo
  28282.  
  28283. ; [ Street Hoop / Street Slam / Dunk Dream ]
  28284. strhoop:0:101A54:0F:000:Infinite Time
  28285. strhoop:0:101A0B:00:000:Always have 0 Points PL1
  28286. strhoop:0:101A0B:99:000:Always have 99 Points PL1
  28287. strhoop:0:101A0B:00:001:Get 0 Points Now! PL1
  28288. strhoop:0:101A0B:99:001:Get 99 Points Now! PL1
  28289. strhoop:0:101A0F:00:000:Always have 0 Points PL2
  28290. strhoop:0:101A0F:99:000:Always have 99 Points PL2
  28291. strhoop:0:101A0F:00:001:Get 0 Points Now! PL2
  28292. strhoop:0:101A0F:99:001:Get 99 Points Now! PL2
  28293.  
  28294. ; [ Strider (US) ]
  28295. strider:0:FF0CA8:03:000:Infinite Lives
  28296. strider:0:FF0F6A:50:000:Infinite Time
  28297. strider:0:FF0CF5:6B:000:Invincibility
  28298. strider:0:FF0CE6:81:000:Infinite Energy (1/5)
  28299. strider:0:FF0CE7:81:500:Infinite Energy (2/5)
  28300. strider:0:FF0CE8:81:500:Infinite Energy (3/5)
  28301. strider:0:FF0CE9:81:500:Infinite Energy (4/5)
  28302. strider:0:FF0CEA:81:500:Infinite Energy (5/5)
  28303. strider:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power)
  28304. strider:0:FF0CF8:00:000:Infinite wolf time (1/2)
  28305. strider:0:FF0CF9:FF:500:Infinite wolf time (2/2)
  28306. strider:0:FF0CF8:00:001:No more wolf Now! (1/2)
  28307. strider:0:FF0CF9:01:501:No more wolf Now! (2/2)
  28308. strider:0:FF0CE4:02:000:Always Maximum pods (bug!)
  28309.  
  28310. ; [ Strider Hiryu (Japan set 1) ]
  28311. striderj:0:FF0CA8:03:000:Infinite Lives
  28312. striderj:0:FF0F6A:50:000:Infinite Time
  28313. striderj:0:FF0CF5:6B:000:Invincibility
  28314. striderj:0:FF0CE6:81:000:Infinite Energy (1/5)
  28315. striderj:0:FF0CE7:81:500:Infinite Energy (2/5)
  28316. striderj:0:FF0CE8:81:500:Infinite Energy (3/5)
  28317. striderj:0:FF0CE9:81:500:Infinite Energy (4/5)
  28318. striderj:0:FF0CEA:81:500:Infinite Energy (5/5)
  28319. striderj:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power)
  28320. striderj:0:FF0CF8:00:000:Infinite wolf time (1/2)
  28321. striderj:0:FF0CF9:FF:500:Infinite wolf time (2/2)
  28322. striderj:0:FF0CF8:00:001:No more wolf Now! (1/2)
  28323. striderj:0:FF0CF9:01:501:No more wolf Now! (2/2)
  28324. striderj:0:FF0CE4:02:000:Always Maximum pods (bug!)
  28325.  
  28326. ; [ Strider Hiryu (Japan set 2) ]
  28327. stridrja:0:FF0CA8:03:000:Infinite Lives
  28328. stridrja:0:FF0F6A:50:000:Infinite Time
  28329. stridrja:0:FF0CF5:6B:000:Invincibility
  28330. stridrja:0:FF0CE6:81:000:Infinite Energy (1/5)
  28331. stridrja:0:FF0CE7:81:500:Infinite Energy (2/5)
  28332. stridrja:0:FF0CE8:81:500:Infinite Energy (3/5)
  28333. stridrja:0:FF0CE9:81:500:Infinite Energy (4/5)
  28334. stridrja:0:FF0CEA:81:500:Infinite Energy (5/5)
  28335. stridrja:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power)
  28336. stridrja:0:FF0CF8:00:000:Infinite wolf time (1/2)
  28337. stridrja:0:FF0CF9:FF:500:Infinite wolf time (2/2)
  28338. stridrja:0:FF0CF8:00:001:No more wolf Now! (1/2)
  28339. stridrja:0:FF0CF9:01:501:No more wolf Now! (2/2)
  28340. stridrja:0:FF0CE4:02:000:Always Maximum pods (bug!)
  28341.  
  28342. ; [ Strike Force (rev 1 02/25/91) ]
  28343. strkforc:0:00219142:03:000:Infinite Lives PL1
  28344. strkforc:0:0021916D:0A:000:Infinite weapons PL1
  28345. strkforc:0:0021919E:03:000:Infinite Lives PL2
  28346. strkforc:0:002191C9:0A:000:Infinite weapons PL2
  28347.  
  28348. ; [ Subs ]
  28349. subs:0:0082:59:000:Infinite Time
  28350.  
  28351. ; [ Super Casino ]
  28352. sucasino:0:440A:C8:001:Get 200 credits Now!
  28353.  
  28354. ; [ Super Burger Time (Japan) ]
  28355. supbtime:0:1000A7:03:000:Infinite Lives PL1
  28356. supbtime:0:1000AC:99:000:Infinite Pepper PL1
  28357. supbtime:0:1000EA:01:000:Invincibility PL1  (1/2)
  28358. supbtime:0:1000A3:10:520:Invincibility PL1  (2/2)
  28359. supbtime:0:100107:03:000:Infinite Lives PL2
  28360. supbtime:0:10010C:99:000:Infinite Pepper PL2
  28361. supbtime:0:10014A:01:000:Invincibility PL2  (1/2)
  28362. supbtime:0:100103:10:520:Invincibility PL2  (2/2)
  28363.  
  28364. ; [ Super Bond ]
  28365. superbon:0:8617:0A:000:Infinite Lives
  28366. superbon:0:8618:26:000:Infinite Ammo
  28367. superbon:0:861B:0A:000:Infinite Zapper
  28368. superbon:0:8255:00:000:Limited Invincibility
  28369. superbon:0:861C:0C:072:Select next Level:Use before stair room
  28370. superbon:0:861D:5B:072:Select next Room:Use before stair room
  28371.  
  28372. ; [ Super Galaxians ]
  28373. superg:0:421D:05:000:Infinite Lives
  28374. superg:0:4200:01:000:Invincibility (1/2)
  28375. superg:0:4205:00:500:Invincibility (2/2)
  28376.  
  28377. ; [ Superman ]
  28378. superman:0:F012B7:09:000:Infinite Lives PL1
  28379. superman:0:F012B5:14:000:Infinite Energy PL1
  28380. superman:0:F01291:78:000:Invincibility PL1
  28381. superman:0:F012BB:0A:000:Infinite yellow diamonds PL1
  28382. superman:0:F010B7:09:000:Infinite Lives PL2
  28383. superman:0:F010B5:14:000:Infinite Energy PL2
  28384. superman:0:F01091:78:000:Invincibility PL2
  28385. superman:0:F010BB:0A:000:Infinite yellow diamonds PL2
  28386. superman:0:F02C09:00:000:One hit for helicos (1/4)
  28387. superman:0:F03D0B:00:500:One hit for helicos (2/4)
  28388. superman:0:F03E4B:00:500:One hit for helicos (3/4)
  28389. superman:0:F03D8B:00:500:One hit for helicos (4/4)
  28390. superman:0:F00A76:00:001:One hit for boss 1 (1/2)
  28391. superman:0:F00A77:00:501:One hit for boss 1 (2/2)
  28392. superman:0:F00A72:00:001:One hit for boss 2 (1/2)
  28393. superman:0:F00A73:00:501:One hit for boss 2 (2/2)
  28394. superman:0:F00A5A:00:001:One hit for boss 3 (1/2)
  28395. superman:0:F00A5B:00:501:One hit for boss 3 (2/2)
  28396. superman:0:F00A6A:00:001:One hit for boss 4 (1/2)
  28397. superman:0:F00A6B:00:501:One hit for boss 4 (2/2)
  28398. superman:0:F00A6A:00:001:One hit for boss 5a (1/2)
  28399. superman:0:F00A6B:00:501:One hit for boss 5a (2/2)
  28400. superman:0:F00A5F:00:001:One hit for boss 5b (1/2)
  28401. superman:0:F00A67:00:501:One hit for boss 5b (2/2)
  28402.  
  28403. ; [ Super Pac-Man ]
  28404. superpac:0:1007:06:000:Infinite Lives
  28405. superpac:0:1625:01:000:Invincibility
  28406. superpac:0:1626:01:000:Ghosts Always Squashed 
  28407. superpac:0:1090:00:001:Finish this Level Now! (1/2)
  28408. superpac:0:1091:00:501:Finish this Level Now! (2/2)
  28409. superpac:0:1096:00:000:No Bonus Stages
  28410. superpac:0:1096:01:000:Every Stage a Bonus Stage
  28411. superpac:0:112B:AF:000:Ghosts stay blue until eaten
  28412. superpac:0:1633:CD:000:Everlasting Super pills
  28413.  
  28414. ; [ Super Pac-Man (Midway) ]
  28415. superpcm:0:1007:06:000:Infinite Lives
  28416. superpcm:0:1625:01:000:Invincibility
  28417. superpcm:0:1626:01:000:Ghosts Always Squashed
  28418. superpcm:0:1090:00:001:Finish this Level Now! (1/2)
  28419. superpcm:0:1091:00:501:Finish this Level Now! (2/2)
  28420. superpcm:0:1096:00:000:No Bonus Stages
  28421. superpcm:0:1096:01:000:Every Stage a Bonus Stage
  28422. superpcm:0:112B:AF:000:Ghosts stay blue until eaten
  28423. superpcm:0:1633:CD:000:Everlasting Super pills
  28424.  
  28425. ; [ Super Qix ]
  28426. superqix:0:E4CD:00:000:Infinite freeze time
  28427. superqix:0:F85C:E4:000:Stop around timer (1/2)
  28428. superqix:0:F85E:04:500:Stop around timer (2/2) 
  28429. superqix:0:F814:0A:000:Infinite Lives PL1
  28430. superqix:0:F011:99:001:Finish this Round faster PL1
  28431. superqix:0:F869:03:001:Get 3 letters out of 4 PL1
  28432. superqix:0:F869:04:001:Get 4 letters out of 5 PL1
  28433. superqix:0:F869:05:001:Get 5 letters out of 6 PL1
  28434. superqix:0:F869:06:001:Get 6 letters out of 7 PL1
  28435. superqix:0:F869:04:001:Get 7 letters out of 8 PL1
  28436. superqix:0:F815:0A:000:Infinite Lives PL2
  28437. superqix:0:F012:99:001:Finish this Round faster PL2
  28438. superqix:0:F880:03:001:Get 3 letters out of 4 PL2
  28439. superqix:0:F869:04:001:Get 4 letters out of 5 PL2
  28440. superqix:0:F869:05:001:Get 5 letters out of 6 PL2
  28441. superqix:0:F869:06:001:Get 6 letters out of 7 PL2
  28442. superqix:0:F869:04:001:Get 7 letters out of 8 PL2
  28443. superqix:0:E4A8:8F:000:Always have shield
  28444. superqix:0:E4A8:01:000:Always have speed up
  28445. superqix:0:E4A8:09:000:Always have max speed
  28446. superqix:0:E4A8:04:000:Always have freeze
  28447. superqix:0:E4A8:0D:000:Always have freeze+speed
  28448. superqix:0:E4A8:8F:001:Get shield Now!
  28449. superqix:0:E4A8:01:001:Get speed up Now!
  28450. superqix:0:E4A8:09:001:Get max speed Now!
  28451. superqix:0:E4A8:04:001:Get freeze Now!
  28452. superqix:0:E4A8:0D:001:Get freeze+speed Now!
  28453. superqix:0:F804:00:001:Next Goto Round 2
  28454. superqix:0:F804:01:001:Next Goto Round 3
  28455. superqix:0:F804:02:001:Next Goto Round 4
  28456. superqix:0:F804:03:001:Next Goto Round 5
  28457. superqix:0:F804:04:001:Next Goto Round 6
  28458. superqix:0:F804:05:001:Next Goto Round 7
  28459. superqix:0:F804:06:001:Next Goto Round 8
  28460. superqix:0:F804:07:001:Next Goto Round 9
  28461. superqix:0:F804:08:001:Next Goto Round 10
  28462. superqix:0:F804:09:001:Next Goto Round 11
  28463. superqix:0:F804:0A:001:Next Goto Round 12
  28464. superqix:0:F804:0B:001:Next Goto Round 13
  28465. superqix:0:F804:0C:001:Next Goto Round 14
  28466. superqix:0:F804:0D:001:Next Goto Round 15
  28467. superqix:0:F804:0E:001:Next Goto Round 16
  28468.  
  28469. ; [ Super Spy, The ]
  28470. superspy:0:10181F:08:000:Infinite Energy
  28471. superspy:0:101856:0F:000:Get Machine Gun
  28472. superspy:0:101856:00:000:Get Pistol
  28473. superspy:0:1017F6:09:000:Infinite Pistol Ammo (1/2)
  28474. superspy:0:1017F7:99:500:Infinite Pistol Ammo (2/2)
  28475. superspy:0:101854:09:000:Infinite M. Gun Ammo (1/2)
  28476. superspy:0:101855:99:500:Infinite M. Gun Ammo (2/2)
  28477. superspy:0:101878:10:000:Indestructible Knife
  28478.  
  28479. ; [ Super Locomotive ]
  28480. suprloco:0:FC64:03:000:Infinite Lives PL1
  28481. suprloco:0:FA73:FF:000:Infinite Energy PL1
  28482. suprloco:0:FC74:03:000:Infinite Lives PL2
  28483. suprloco:0:FA93:FF:000:Infinite Energy PL2
  28484. suprloco:0:FA0F:00:000:Invincibility
  28485.  
  28486. ; [ Super Missile Attack ]
  28487. suprmatk:0:00A0:0B:004:Infinite shots (Left)
  28488. suprmatk:0:00A1:0B:004:Infinite shots (Center)
  28489. suprmatk:0:00A2:0B:004:Infinite shots (Right)
  28490. suprmatk:0:00C0:06:000:Infinite cities
  28491.  
  28492. ; [ Funny Mouse (bootleg?) ]
  28493. suprmou2:0:8200:1A:000:Infinite Lives PL1
  28494. suprmou2:0:8300:1A:000:Infinite Lives PL2
  28495. suprmou2:0:841F:01:000:Invincibility
  28496.  
  28497. ; [ Super Mouse ]
  28498. suprmous:0:8200:1A:000:Infinite Lives PL1
  28499. suprmous:0:8300:1A:000:Infinite Lives PL2
  28500. suprmous:0:841F:01:000:Invincibility
  28501.  
  28502. ; [ Surprise Attack (Japan) ]
  28503. surpratk:0:5945:5A:006:Infinite Time
  28504. surpratk:0:5964:09:000:Infinite Lives
  28505. surpratk:0:0BD4:00:998:Watch me for good answer
  28506. surpratk:0:1FBB:00:000:Invincibility
  28507. surpratk:0:1FE5:00:001:Get Normal Disk Now!
  28508. surpratk:0:1FE5:01:001:Get Granade Disk Now!
  28509. surpratk:0:1DA1:00:000:Always No Bombs Remain
  28510. surpratk:0:5904:00:000:Sound Test Timer Stop:[PL2 Start]Next Code 
  28511.  
  28512. ; [ Tapper (Suntory) ]
  28513. sutapper:0:E4A7:06:000:Infinite Lives
  28514. sutapper:0:E711:01:001:Serve one beer on this level
  28515. sutapper:0:0000:00:999:[This Nonstop Dancing Girls ]
  28516. sutapper:0:0000:00:999:[cheat doesn't start until  ]
  28517. sutapper:0:0000:00:999:[after you get the money.   ]
  28518. sutapper:0:0000:00:999:[Also new customers are NOT ]
  28519. sutapper:0:0000:00:999:[distracted by them!!       ]
  28520. sutapper:0:E712:FF:000:Nonstop Dancing Girls
  28521. sutapper:0:E4A8:62:071:Select current level
  28522. sutapper:0:E4A8:62:061:Select next level
  28523. sutapper:0:0000:00:999:[These Start on Level cheats]
  28524. sutapper:0:0000:00:999:[should be enabled on the   ]
  28525. sutapper:0:0000:00:999:[title screen and turned off]
  28526. sutapper:0:0000:00:999:[when you start the level.  ]
  28527. sutapper:0:E4A8:01:000:Start on Level 2
  28528. sutapper:0:E4A8:02:000:Start on Level 3
  28529. sutapper:0:E4A8:03:000:Start on Level 4
  28530. sutapper:0:E4A8:04:000:Start on Level 5
  28531. sutapper:0:E4A8:05:000:Start on Level 6
  28532. sutapper:0:E4A8:06:000:Start on Level 7
  28533. sutapper:0:E4A8:07:000:Start on Level 8
  28534. sutapper:0:E4A8:08:000:Start on Level 9
  28535. sutapper:0:E4A8:09:000:Start on Level 10(the aliens)
  28536.  
  28537. ; [ Super Volley '91 (Japan) ]
  28538. svolly91:0:1016AD:3B:000:Infinite Time
  28539. svolly91:0:101687:11:001:End ball to win a game PL1
  28540. svolly91:0:101687:00:000:Score always set to 0 PL1
  28541. svolly91:0:101687:00:001:Set score to 0 Now! PL1
  28542. svolly91:0:101687:11:070:Select score PL1
  28543. svolly91:0:101689:11:001:End ball to win a game PL2
  28544. svolly91:0:101689:00:000:Score always set to 0 PL2
  28545. svolly91:0:101689:00:001:Set score to 0 Now! PL2
  28546. svolly91:0:101689:11:070:Select score PL2
  28547.  
  28548. ; [ Swarm ]
  28549. swarm:0:421D:05:000:Infinite Lives
  28550. swarm:0:4200:01:000:Invincibility (1/3)
  28551. swarm:0:4201:00:500:Invincibility (2/3)
  28552. swarm:0:4205:00:500:Invincibility (3/3)
  28553.  
  28554. ; [ SWAT ]
  28555. swat:0:C061:06:000:Infinite Lives PL1
  28556. swat:0:C062:06:000:Infinite Lives PL2
  28557. swat:0:CF97:08:000:Infinite Bombs
  28558.  
  28559. ; [ Swimmer (set 1) ]
  28560. swimmer:0:82FE:06:000:Infinite Lives PL1
  28561. swimmer:0:82FF:06:000:Infinite Lives PL2
  28562.  
  28563. ; [ Swimmer (set 2) ]
  28564. swimmera:0:82FE:06:000:Infinite Lives PL1
  28565. swimmera:0:82FF:06:000:Infinite Lives PL2
  28566.  
  28567. ; [ Super World Stadium '92 (Japan) ]
  28568. sws92:0:10249B:99:070:Select Score PL1
  28569. sws92:0:10249D:99:070:Select Score PL2
  28570. sws92:0:1024BD:00:000:Infinite Strikes
  28571. sws92:0:1024BF:00:000:Infinite Balls
  28572. sws92:0:1024BB:00:000:Infinite Outs
  28573. sws92:0:1024BD:00:001:Set Strikes to 0 Now!
  28574. sws92:0:1024BD:03:001:Set Strikes to 3 Now!
  28575. sws92:0:1024BF:00:001:Set Balls to 0 Now!
  28576. sws92:0:1024BF:03:001:Set Balls to 3 Now!
  28577. sws92:0:1024BB:00:001:Set Outs to 0 Now!
  28578. sws92:0:1024BB:03:001:Set Outs to 3 Now!
  28579.  
  28580. ; [ Super World Stadium '93 (Japan) ]
  28581. sws93:0:102493:99:070:Select Score PL1
  28582. sws93:0:102495:99:070:Select Score PL2
  28583. sws93:0:1024B5:00:000:Infinite Strikes
  28584. sws93:0:1024B7:00:000:Infinite Balls
  28585. sws93:0:1024B3:00:000:Infinite Outs
  28586. sws93:0:1024B5:00:001:Set Strikes to 0 Now!
  28587. sws93:0:1024B5:03:001:Set Strikes to 3 Now!
  28588. sws93:0:1024B7:00:001:Set Balls to 0 Now!
  28589. sws93:0:1024B7:03:001:Set Balls to 3 Now!
  28590. sws93:0:1024B3:00:001:Set Outs to 0 Now!
  28591. sws93:0:1024B3:03:001:Set Outs to 3 Now!
  28592.  
  28593. ; [ Super Xevious ]
  28594. sxevious:0:8183:09:000:Infinite Lives
  28595. sxevious:0:0000:00:999:[Activate Invincibility     ]
  28596. sxevious:0:0000:00:999:[Cheats during play only!!! ]
  28597. sxevious:0:7C47:01:000:Invincibility (1/4)
  28598. sxevious:0:8044:00:500:Invincibility (2/4)
  28599. sxevious:0:8146:50:500:Invincibility (3/4)
  28600. sxevious:0:8282:75:500:Invincibility (4/4)
  28601.  
  28602. ; [ Super Zaxxon ]
  28603. szaxxon:0:6066:03:000:Infinite Lives
  28604. szaxxon:0:62B2:7F:000:Infinite Fuel
  28605. szaxxon:0:6407:00:000:Invincibility
  28606.  
  28607. ; [ Tac/Scan ]
  28608. tacscan:0:CAA2:08:000:Infinite Ships PL1
  28609. tacscan:0:CAA3:08:000:Infinite Ships PL2
  28610. tacscan:0:E0DC:01:000:Always have ship 1
  28611. tacscan:0:E0E6:01:000:Always have ship 2
  28612. tacscan:0:E0F0:01:000:Always have ship 3
  28613. tacscan:0:E0FA:01:000:Always have ship 4
  28614. tacscan:0:E104:01:000:Always have ship 5
  28615. tacscan:0:E10E:01:000:Always have ship 6
  28616. tacscan:0:E118:01:000:Always have ship 7
  28617.  
  28618. ; [ Tag Team Wrestling ]
  28619. tagteam:0:00AC:10:000:Infinite Power
  28620.  
  28621. ; [ Tank Battalion ]
  28622. tankbatt:0:00A4:06:000:Infinite Lives
  28623.  
  28624. ; [ Tank Force (US) ]
  28625. tankfrce:0:02E2:01:000:Freeze All Enemy Tanks (1/2)
  28626. tankfrce:0:02E4:01:500:Freeze All Enemy Tanks (2/2)
  28627. tankfrce:0:02E7:65:000:Invincible Command (1/9)
  28628. tankfrce:0:7CD0:14:500:Invincible Command (2/9)
  28629. tankfrce:0:7CD4:14:500:Invincible Command (3/9)
  28630. tankfrce:0:7CD8:14:500:Invincible Command (4/9)
  28631. tankfrce:0:7CDC:14:500:Invincible Command (5/9)
  28632. tankfrce:0:7D60:14:500:Invincible Command (6/9)
  28633. tankfrce:0:7D6C:14:500:Invincible Command (7/9)
  28634. tankfrce:0:7DF0:14:500:Invincible Command (8/9)
  28635. tankfrce:0:7DFC:14:500:Invincible Command (9/9)
  28636. tankfrce:0:0297:87:000:Infinite Lives PL1
  28637. tankfrce:0:43A3:7B:000:Invincibility PL1 (1/2)
  28638. tankfrce:0:43A6:7B:500:Invincibility PL1 (2/2)
  28639. tankfrce:0:43B6:08:000:Infinite Time PL1 (1/2)
  28640. tankfrce:0:43B7:00:500:Infinite Time PL1 (2/2)
  28641. tankfrce:0:439A:0F:000:Max Shot Power PL1
  28642. tankfrce:0:438A:01:000:Always Low Speed Tank PL1:Normal Tank Speed
  28643. tankfrce:0:438A:02:000:Always Mid Speed Tank PL1
  28644. tankfrce:0:438A:03:000:Always Top Speed Tank PL1
  28645. tankfrce:0:438A:01:001:Get Low Speed Tank Now! PL1:Normal Tank Speed
  28646. tankfrce:0:438A:02:001:Get Mid Speed Tank Now!PL1
  28647. tankfrce:0:438A:03:001:Get Top Speed Tank Now!PL1
  28648. tankfrce:0:43B2:00:001:Get Normal Tank Now! PL1
  28649. tankfrce:0:43B2:01:001:Get Normal+ Tank Now! PL1:Normal + better ammo
  28650. tankfrce:0:43B2:02:001:Get 4 Way Tank Now! PL1
  28651. tankfrce:0:43B2:03:001:Get Heavy Tank Now! PL1
  28652. tankfrce:0:43B2:04:001:Get Twin Tank Now! PL1
  28653. tankfrce:0:43B2:05:001:Get Wave Tank Now! PL1
  28654. tankfrce:0:43B2:06:001:Get Small Tank Now! PL1
  28655. tankfrce:0:43B2:07:001:Get Small+ Tank Now! PL1:Small + better ammo
  28656. tankfrce:0:0298:87:000:Infinite Lives PL2
  28657. tankfrce:0:4323:7B:000:Invincibility PL2 (1/2)
  28658. tankfrce:0:4326:7B:500:Invincibility PL2 (2/2)
  28659. tankfrce:0:4336:08:000:Infinite Time PL2 (1/2)
  28660. tankfrce:0:4337:00:500:Infinite Time PL2 (2/2)
  28661. tankfrce:0:431A:0F:000:Max Shot Power PL2
  28662. tankfrce:0:430A:01:000:Always Low Speed Tank PL2:Normal Tank Speed
  28663. tankfrce:0:430A:02:000:Always Mid Speed Tank PL2
  28664. tankfrce:0:430A:03:000:Always Top Speed Tank PL2
  28665. tankfrce:0:430A:01:001:Get Low Speed Tank Now! PL2:Normal Tank Speed
  28666. tankfrce:0:430A:02:001:Get Mid Speed Tank Now! PL2
  28667. tankfrce:0:430A:03:001:Get Top Speed Tank Now! PL2
  28668. tankfrce:0:4332:00:001:Get Normal Tank Now! PL2
  28669. tankfrce:0:4332:01:001:Get Normal+ Tank Now! PL2:Normal + better ammo
  28670. tankfrce:0:4332:02:001:Get 4 Way Tank Now! PL2
  28671. tankfrce:0:4332:03:001:Get Heavy Tank Now! PL2
  28672. tankfrce:0:4332:04:001:Get Twin Tank Now! PL2
  28673. tankfrce:0:4332:05:001:Get Wave Tank Now! PL2
  28674. tankfrce:0:4332:06:001:Get Small Tank Now! PL2
  28675. tankfrce:0:4332:07:001:Get Small+ Tank Now! PL2:Small + better ammo
  28676. tankfrce:0:0000:00:999:[You should enable this     ]
  28677. tankfrce:0:0000:00:999:[Select starting round cheat]
  28678. tankfrce:0:0000:00:999:[on the game countdown      ]
  28679. tankfrce:0:0000:00:999:[screen for it to work      ]
  28680. tankfrce:0:027B:23:071:Select starting round
  28681. tankfrce:0:027B:23:061:Select next round
  28682.  
  28683. ; [ Tank Force (Japan) ]
  28684. tankfrcj:0:02E2:01:000:Freeze All Enemy Tanks (1/2)
  28685. tankfrcj:0:02E4:01:500:Freeze All Enemy Tanks (2/2)
  28686. tankfrcj:0:02E7:65:000:Invincible Command (1/9)
  28687. tankfrcj:0:7CD0:14:500:Invincible Command (2/9)
  28688. tankfrcj:0:7CD4:14:500:Invincible Command (3/9)
  28689. tankfrcj:0:7CD8:14:500:Invincible Command (4/9)
  28690. tankfrcj:0:7CDC:14:500:Invincible Command (5/9)
  28691. tankfrcj:0:7D60:14:500:Invincible Command (6/9)
  28692. tankfrcj:0:7D6C:14:500:Invincible Command (7/9)
  28693. tankfrcj:0:7DF0:14:500:Invincible Command (8/9)
  28694. tankfrcj:0:7DFC:14:500:Invincible Command (9/9)
  28695. tankfrcj:0:0297:87:000:Infinite Lives PL1
  28696. tankfrcj:0:43A3:7B:000:Invincibility PL1 (1/2)
  28697. tankfrcj:0:43A6:7B:500:Invincibility PL1 (2/2)
  28698. tankfrcj:0:43B6:08:000:Infinite Time PL1 (1/2)
  28699. tankfrcj:0:43B7:00:500:Infinite Time PL1 (2/2)
  28700. tankfrcj:0:439A:0F:000:Max Shot Power PL1
  28701. tankfrcj:0:438A:01:000:Always Low Speed Tank PL1:Normal Tank Speed
  28702. tankfrcj:0:438A:02:000:Always Mid Speed Tank PL1
  28703. tankfrcj:0:438A:03:000:Always Top Speed Tank PL1
  28704. tankfrcj:0:438A:01:001:Get Low Speed Tank Now! PL1:Normal Tank Speed
  28705. tankfrcj:0:438A:02:001:Get Mid Speed Tank Now!PL1
  28706. tankfrcj:0:438A:03:001:Get Top Speed Tank Now!PL1
  28707. tankfrcj:0:43B2:00:001:Get Normal Tank Now! PL1
  28708. tankfrcj:0:43B2:01:001:Get Normal+ Tank Now! PL1:Normal + better ammo
  28709. tankfrcj:0:43B2:02:001:Get 4 Way Tank Now! PL1
  28710. tankfrcj:0:43B2:03:001:Get Heavy Tank Now! PL1
  28711. tankfrcj:0:43B2:04:001:Get Twin Tank Now! PL1
  28712. tankfrcj:0:43B2:05:001:Get Wave Tank Now! PL1
  28713. tankfrcj:0:43B2:06:001:Get Small Tank Now! PL1
  28714. tankfrcj:0:43B2:07:001:Get Small+ Tank Now! PL1:Small + better ammo
  28715. tankfrcj:0:0298:87:000:Infinite Lives PL2
  28716. tankfrcj:0:4323:7B:000:Invincibility PL2 (1/2)
  28717. tankfrcj:0:4326:7B:500:Invincibility PL2 (2/2)
  28718. tankfrcj:0:4336:08:000:Infinite Time PL2 (1/2)
  28719. tankfrcj:0:4337:00:500:Infinite Time PL2 (2/2)
  28720. tankfrcj:0:431A:0F:000:Max Shot Power PL2
  28721. tankfrcj:0:430A:01:000:Always Low Speed Tank PL2:Normal Tank Speed
  28722. tankfrcj:0:430A:02:000:Always Mid Speed Tank PL2
  28723. tankfrcj:0:430A:03:000:Always Top Speed Tank PL2
  28724. tankfrcj:0:430A:01:001:Get Low Speed Tank Now! PL2:Normal Tank Speed
  28725. tankfrcj:0:430A:02:001:Get Mid Speed Tank Now! PL2
  28726. tankfrcj:0:430A:03:001:Get Top Speed Tank Now! PL2
  28727. tankfrcj:0:4332:00:001:Get Normal Tank Now! PL2
  28728. tankfrcj:0:4332:01:001:Get Normal+ Tank Now! PL2:Normal + better ammo
  28729. tankfrcj:0:4332:02:001:Get 4 Way Tank Now! PL2
  28730. tankfrcj:0:4332:03:001:Get Heavy Tank Now! PL2
  28731. tankfrcj:0:4332:04:001:Get Twin Tank Now! PL2
  28732. tankfrcj:0:4332:05:001:Get Wave Tank Now! PL2
  28733. tankfrcj:0:4332:06:001:Get Small Tank Now! PL2
  28734. tankfrcj:0:4332:07:001:Get Small+ Tank Now! PL2:Small + better ammo
  28735. tankfrcj:0:0000:00:999:[You should enable this     ]
  28736. tankfrcj:0:0000:00:999:[Select starting round cheat]
  28737. tankfrcj:0:0000:00:999:[on the game countdown      ]
  28738. tankfrcj:0:0000:00:999:[screen for it to work      ]
  28739. tankfrcj:0:027B:23:071:Select starting round
  28740. tankfrcj:0:027B:23:061:Select next round
  28741.  
  28742. ; [ Tapper (Budweiser) ]
  28743. tapper:0:E4A7:06:000:Infinite Lives
  28744. tapper:0:E711:01:001:Serve one beer on this level
  28745. tapper:0:0000:00:999:[This Nonstop Dancing Girls ]
  28746. tapper:0:0000:00:999:[cheat doesn't start until  ]
  28747. tapper:0:0000:00:999:[after you get the money.   ]
  28748. tapper:0:0000:00:999:[Also new customers are NOT ]
  28749. tapper:0:0000:00:999:[distracted by them!!       ]
  28750. tapper:0:E712:FF:000:Nonstop Dancing Girls
  28751. tapper:0:E4A8:62:071:Select current level
  28752. tapper:0:E4A8:62:061:Select next level
  28753. tapper:0:0000:00:999:[These Start on Level cheats]
  28754. tapper:0:0000:00:999:[should be enabled on the   ]
  28755. tapper:0:0000:00:999:[title screen and turned off]
  28756. tapper:0:0000:00:999:[when you start the level.  ]
  28757. tapper:0:E4A8:01:000:Start on Level 2
  28758. tapper:0:E4A8:02:000:Start on Level 3
  28759. tapper:0:E4A8:03:000:Start on Level 4
  28760. tapper:0:E4A8:04:000:Start on Level 5
  28761. tapper:0:E4A8:05:000:Start on Level 6
  28762. tapper:0:E4A8:06:000:Start on Level 7
  28763. tapper:0:E4A8:07:000:Start on Level 8
  28764. tapper:0:E4A8:08:000:Start on Level 9
  28765. tapper:0:E4A8:09:000:Start on Level 10(the aliens)
  28766.  
  28767. ; [ Tapper (alternate) ]
  28768. tappera:0:E4A7:06:000:Infinite Lives
  28769. tappera:0:E711:01:001:Serve one beer on this level
  28770. tappera:0:0000:00:999:[This Nonstop Dancing Girls ]
  28771. tappera:0:0000:00:999:[cheat doesn't start until  ]
  28772. tappera:0:0000:00:999:[after you get the money.   ]
  28773. tappera:0:0000:00:999:[Also new customers are NOT ]
  28774. tappera:0:0000:00:999:[distracted by them!!       ]
  28775. tappera:0:E712:FF:000:Nonstop Dancing Girls
  28776. tappera:0:E4A8:62:071:Select current level
  28777. tappera:0:E4A8:62:061:Select next level
  28778. tappera:0:0000:00:999:[These Start on Level cheats]
  28779. tappera:0:0000:00:999:[should be enabled on the   ]
  28780. tappera:0:0000:00:999:[title screen and turned off]
  28781. tappera:0:0000:00:999:[when you start the level.  ]
  28782. tappera:0:E4A8:01:000:Start on Level 2
  28783. tappera:0:E4A8:02:000:Start on Level 3
  28784. tappera:0:E4A8:03:000:Start on Level 4
  28785. tappera:0:E4A8:04:000:Start on Level 5
  28786. tappera:0:E4A8:05:000:Start on Level 6
  28787. tappera:0:E4A8:06:000:Start on Level 7
  28788. tappera:0:E4A8:07:000:Start on Level 8
  28789. tappera:0:E4A8:08:000:Start on Level 9
  28790. tappera:0:E4A8:09:000:Start on Level 10(the aliens)
  28791.  
  28792. ; [ Targ ]
  28793. targ:0:00C1:09:000:Infinite Lives
  28794.  
  28795. ; [ Tazz-Mania (Strategy X hardware) ]
  28796. tazmani2:0:8529:09:000:Infinite Lives
  28797. tazmani2:0:852F:08:000:Infinite Bombs
  28798.  
  28799. ; [ Tazz-Mania (Scramble hardware) ]
  28800. tazmania:0:8529:09:000:Infinite Lives
  28801. tazmania:0:852F:08:000:Infinite Bombs
  28802.  
  28803. ; [ TouchDown Fever ]
  28804. tdfever:0:FFB8:59:000:Infinite Time
  28805. tdfever:0:FFB8:01:001:End quarter Now! (1/2)
  28806. tdfever:0:FFB9:00:501:End quarter Now! (2/2)
  28807.  
  28808. ; [ TouchDown Fever (Japan) ]
  28809. tdfeverj:0:FFB8:59:000:Infinite Time
  28810. tdfeverj:0:FFB8:01:001:End quarter Now! (1/2)
  28811. tdfeverj:0:FFB9:00:501:End quarter Now! (2/2)
  28812.  
  28813. ; [ TeddyBoy Blues ]
  28814. teddybb:0:C608:07:000:Infinite Lives PL1
  28815. teddybb:0:C688:07:000:Infinite Lives PL2
  28816. teddybb:0:C60C:BF:011:Infinite Time
  28817. teddybb:0:C2F1:19:000:Infinite Time for Treas. Hunt
  28818.  
  28819. ; [ Tee'd Off ]
  28820. teedoff:0:C961:63:000:Infinite Balls (1/2)
  28821. teedoff:0:CA99:63:500:Infinite Balls (2/2)
  28822. teedoff:0:C960:00:000:Infinite Strokes
  28823.  
  28824. ; [ Tehkan World Cup ]
  28825. tehkanwc:0:C080:05:000:Constant Play
  28826. tehkanwc:0:C080:00:001:Finish Game Now! (1/2)
  28827. tehkanwc:0:C081:00:501:Finish Game Now! (2/2)
  28828. tehkanwc:0:C0C0:06:001:Make this the last round
  28829. tehkanwc:0:C0C0:06:071:Select current round
  28830. tehkanwc:0:C100:63:070:Select score PL1
  28831. tehkanwc:0:C101:63:070:Select score PL2
  28832.  
  28833. ; [ Teki Paki ]
  28834. tekipaki:0:080055:09:000:Infinite Credits
  28835. tekipaki:0:080C07:FF:070:Select current level PL1
  28836. tekipaki:0:081C07:FF:070:Select current level PL2
  28837.  
  28838. ; [ Tempest (rev 3) ]
  28839. tempest:0:0048:06:000:Infinite Lives PL1
  28840. tempest:0:0049:06:000:Infinite Lives PL2
  28841. tempest:0:03AA:00:005:Super Zapper Recharge
  28842. tempest:0:0046:00:001:Goto the Blue Circle PL1
  28843. tempest:0:0046:10:001:Goto the Red Circle PL1
  28844. tempest:0:0046:20:001:Goto the Yellow Circle PL1
  28845. tempest:0:0046:30:001:Goto the Cyan Circle PL1
  28846. tempest:0:0046:40:001:Goto the Invisible Circle PL1
  28847. tempest:0:0046:50:001:Goto the Green Circle PL1
  28848. tempest:0:0046:62:001:Goto the Green Random PL1
  28849. tempest:0:0046:62:071:Select current level PL1
  28850. tempest:0:0046:62:061:Select next level PL1
  28851. tempest:0:0047:00:001:Goto the Blue Circle PL2
  28852. tempest:0:0047:10:001:Goto the Red Circle PL2
  28853. tempest:0:0047:20:001:Goto the Yellow Circle PL2
  28854. tempest:0:0047:30:001:Goto the Cyan Circle PL2
  28855. tempest:0:0047:40:001:Goto the Invisible Circle PL2
  28856. tempest:0:0047:50:001:Goto the Green Circle PL2
  28857. tempest:0:0047:62:001:Goto the Green Random PL2
  28858. tempest:0:0047:62:071:Select current level PL2
  28859. tempest:0:0047:62:061:Select next level PL2
  28860.  
  28861. ; [ Tempest (rev 1) ]
  28862. tempest1:0:0048:06:000:Infinite Lives PL1
  28863. tempest1:0:0049:06:000:Infinite Lives PL2
  28864. tempest1:0:03AA:00:005:Super Zapper Recharge
  28865. tempest1:0:0046:00:001:Goto the Blue Circle PL1
  28866. tempest1:0:0046:10:001:Goto the Red Circle PL1
  28867. tempest1:0:0046:20:001:Goto the Yellow Circle PL1
  28868. tempest1:0:0046:30:001:Goto the Cyan Circle PL1
  28869. tempest1:0:0046:40:001:Goto the Invisible Circle PL1
  28870. tempest1:0:0046:50:001:Goto the Green Circle PL1
  28871. tempest1:0:0046:62:001:Goto the Green Random PL1
  28872. tempest1:0:0046:62:071:Select current level PL1
  28873. tempest1:0:0046:62:061:Select next level PL1
  28874. tempest1:0:0047:00:001:Goto the Blue Circle PL2
  28875. tempest1:0:0047:10:001:Goto the Red Circle PL2
  28876. tempest1:0:0047:20:001:Goto the Yellow Circle PL2
  28877. tempest1:0:0047:30:001:Goto the Cyan Circle PL2
  28878. tempest1:0:0047:40:001:Goto the Invisible Circle PL2
  28879. tempest1:0:0047:50:001:Goto the Green Circle PL2
  28880. tempest1:0:0047:62:001:Goto the Green Random PL2
  28881. tempest1:0:0047:62:071:Select current level PL2
  28882. tempest1:0:0047:62:061:Select next level PL2
  28883.  
  28884. ; [ Tempest (rev 2) ]
  28885. tempest2:0:0048:06:000:Infinite Lives PL1
  28886. tempest2:0:0049:06:000:Infinite Lives PL2
  28887. tempest2:0:03AA:00:005:Super Zapper Recharge
  28888. tempest2:0:0046:00:001:Goto the Blue Circle PL1
  28889. tempest2:0:0046:10:001:Goto the Red Circle PL1
  28890. tempest2:0:0046:20:001:Goto the Yellow Circle PL1
  28891. tempest2:0:0046:30:001:Goto the Cyan Circle PL1
  28892. tempest2:0:0046:40:001:Goto the Invisible Circle PL1
  28893. tempest2:0:0046:50:001:Goto the Green Circle PL1
  28894. tempest2:0:0046:62:001:Goto the Green Random PL1
  28895. tempest2:0:0046:62:071:Select current level PL1
  28896. tempest2:0:0046:62:061:Select next level PL1
  28897. tempest2:0:0047:00:001:Goto the Blue Circle PL2
  28898. tempest2:0:0047:10:001:Goto the Red Circle PL2
  28899. tempest2:0:0047:20:001:Goto the Yellow Circle PL2
  28900. tempest2:0:0047:30:001:Goto the Cyan Circle PL2
  28901. tempest2:0:0047:40:001:Goto the Invisible Circle PL2
  28902. tempest2:0:0047:50:001:Goto the Green Circle PL2
  28903. tempest2:0:0047:62:001:Goto the Green Random PL2
  28904. tempest2:0:0047:62:071:Select current level PL2
  28905. tempest2:0:0047:62:061:Select next level PL2
  28906.  
  28907. ; [ Tempest Tubes ]
  28908. temptube:0:0048:06:000:Infinite Lives PL1
  28909. temptube:0:0049:06:000:Infinite Lives PL2
  28910. temptube:0:03AA:00:005:Super Zapper Recharge
  28911. temptube:0:0046:00:001:Goto the Blue Circle PL1
  28912. temptube:0:0046:10:001:Goto the Red Circle PL1
  28913. temptube:0:0046:20:001:Goto the Yellow Circle PL1
  28914. temptube:0:0046:30:001:Goto the Cyan Circle PL1
  28915. temptube:0:0046:40:001:Goto the Invisible Circle PL1
  28916. temptube:0:0046:50:001:Goto the Green Circle PL1
  28917. temptube:0:0046:62:001:Goto the Green Random PL1
  28918. temptube:0:0046:62:071:Select current level PL1
  28919. temptube:0:0046:62:061:Select next level PL1
  28920. temptube:0:0047:00:001:Goto the Blue Circle PL2
  28921. temptube:0:0047:10:001:Goto the Red Circle PL2
  28922. temptube:0:0047:20:001:Goto the Yellow Circle PL2
  28923. temptube:0:0047:30:001:Goto the Cyan Circle PL2
  28924. temptube:0:0047:40:001:Goto the Invisible Circle PL2
  28925. temptube:0:0047:50:001:Goto the Green Circle PL2
  28926. temptube:0:0047:62:001:Goto the Green Random PL2
  28927. temptube:0:0047:62:071:Select current level PL2
  28928. temptube:0:0047:62:061:Select next level PL2
  28929.  
  28930. ; [ Terminator 2 - Judgment Day (rev LA3 03/27/92) ]
  28931. term2:0:00214480:64:000:Infinite Energy PL1
  28932. term2:0:00214484:E7:000:Infinite Missiles PL1 (1/2)
  28933. term2:0:00214485:03:500:Infinite Missiles PL1 (2/2)
  28934. term2:0:00214536:64:000:Infinite Energy PL2
  28935. term2:0:0021453A:E7:000:Infinite Missiles PL2 (1/2)
  28936. term2:0:0021453B:03:500:Infinite Missiles PL2 (2/2)
  28937. term2:0:00000000:00:999:[The Select next level cheat]
  28938. term2:0:00000000:00:999:[can be used on the title   ]
  28939. term2:0:00000000:00:999:[screen to select the       ]
  28940. term2:0:00000000:00:999:[starting level. Or use the ]
  28941. term2:0:00000000:00:999:[Select current level cheat ]
  28942. term2:0:00000000:00:999:[on the green "Attraction"  ]
  28943. term2:0:00000000:00:999:[screen which is also where ]
  28944. term2:0:00000000:00:999:[you should use the Start on]
  28945. term2:0:00000000:00:999:[End Sequence! cheat.       ]
  28946. term2:0:0021465C:07:062:Select next level
  28947. term2:0:0021465C:07:072:Select current level
  28948. term2:0:0021465C:08:001:Start on End Sequence!
  28949.  
  28950. ; [ Terra Cresta (YM2203) ]
  28951. terracra:0:0202D4:09:000:Infinite Lives PL1
  28952. terracra:0:0202D5:09:000:Infinite Lives PL2
  28953. terracra:0:020682:0C:000:Invincibility (1/4)
  28954. terracra:0:020683:F2:500:Invincibility (2/4)
  28955. terracra:0:020684:FF:500:Invincibility (3/4)
  28956. terracra:0:020A35:00:500:Invincibility (4/4)
  28957. terracra:0:020A34:03:000:Infinite polymorphes:Get a number first
  28958. terracra:0:020A37:F8:000:Infinite polymorph time
  28959.  
  28960. ; [ Terra Cresta (YM3526 set 2) ]
  28961. terracrb:0:0202D4:09:000:Infinite Lives PL1
  28962. terracrb:0:0202D5:09:000:Infinite Lives PL2
  28963. terracrb:0:020682:0C:000:Invincibility (1/4)
  28964. terracrb:0:020683:F2:500:Invincibility (2/4)
  28965. terracrb:0:020684:FF:500:Invincibility (3/4)
  28966. terracrb:0:020A35:00:500:Invincibility (4/4)
  28967. terracrb:0:020A34:03:000:Infinite polymorphes:Get a number first
  28968. terracrb:0:020A37:F8:000:Infinite polymorph time
  28969.  
  28970. ; [ Terra Cresta (YM3526 set 1) ]
  28971. terracre:0:0202D4:09:000:Infinite Lives PL1
  28972. terracre:0:0202D5:09:000:Infinite Lives PL2
  28973. terracre:0:020682:0C:000:Invincibility (1/4)
  28974. terracre:0:020683:F2:500:Invincibility (2/4)
  28975. terracre:0:020684:FF:500:Invincibility (3/4)
  28976. terracre:0:020A35:00:500:Invincibility (4/4)
  28977. terracre:0:020A34:03:000:Infinite polymorphes:Get a number first
  28978. terracre:0:020A37:F8:000:Infinite polymorph time
  28979.  
  28980. ; [ Terra Force ]
  28981. terraf:0:0606BE:03:000:Infinite Lives PL1
  28982. terraf:0:0606BF:03:000:Infinite Lives PL2
  28983. terraf:0:0606ED:FF:000:Infinite Shields
  28984. terraf:0:0606EB:03:000:Maximum Laser
  28985. terraf:0:0606EC:03:000:Maximum Bombs
  28986. terraf:0:0606EE:03:000:Maximum Speed
  28987.  
  28988. ; [ Terra Force (US) ]
  28989. terrafu:0:0606BE:03:000:Infinite Lives PL1
  28990. terrafu:0:0606BF:03:000:Infinite Lives PL2
  28991. terrafu:0:0606ED:FF:000:Infinite Shields
  28992. terrafu:0:0606EB:03:000:Maximum Laser
  28993. terrafu:0:0606EC:03:000:Maximum Bombs
  28994. terrafu:0:0606EE:03:000:Maximum Speed
  28995.  
  28996. ; [ Tetris (Sega Set 1) ]
  28997. tetris:0:FFE321:01:000:Always Green Shape PL1
  28998. tetris:0:FFE321:02:000:Always Purple Shape PL1
  28999. tetris:0:FFE321:03:000:Always Yellow Shape PL1
  29000. tetris:0:FFE321:04:000:Always Cyan Shape PL1
  29001. tetris:0:FFE321:05:000:Always Orange Shape PL1
  29002. tetris:0:FFE321:06:000:Always Blue Shape PL1
  29003. tetris:0:FFE321:07:000:Always Red Shape PL1
  29004. tetris:0:FFE3A1:01:000:Always Green Shape PL2
  29005. tetris:0:FFE3A1:02:000:Always Purple Shape PL2
  29006. tetris:0:FFE3A1:03:000:Always Yellow Shape PL2
  29007. tetris:0:FFE3A1:04:000:Always Cyan Shape PL2
  29008. tetris:0:FFE3A1:05:000:Always Orange Shape PL2
  29009. tetris:0:FFE3A1:06:000:Always Blue Shape PL2
  29010. tetris:0:FFE3A1:07:000:Always Red Shape PL2
  29011. tetris:0:FFE321:01:001:Green Shape Next PL1
  29012. tetris:0:FFE321:02:001:Purple Shape Next PL1
  29013. tetris:0:FFE321:03:001:Yellow Shape Next PL1
  29014. tetris:0:FFE321:04:001:Cyan Shape Next PL1
  29015. tetris:0:FFE321:05:001:Orange Shape Next PL1
  29016. tetris:0:FFE321:06:001:Blue Shape Next PL1
  29017. tetris:0:FFE321:07:001:Red Shape Next PL1
  29018. tetris:0:FFE3A1:01:001:Green Shape Next PL2
  29019. tetris:0:FFE3A1:02:001:Purple Shape Next PL2
  29020. tetris:0:FFE3A1:03:001:Yellow Shape Next PL2
  29021. tetris:0:FFE3A1:04:001:Cyan Shape Next PL2
  29022. tetris:0:FFE3A1:05:001:Orange Shape Next PL2
  29023. tetris:0:FFE3A1:06:001:Blue Shape Next PL2
  29024. tetris:0:FFE3A1:07:001:Red Shape Next PL2
  29025.  
  29026. ; [ Tetris (Sega Set 2) ]
  29027. tetrisa:0:FFE321:01:000:Always Green Shape PL1
  29028. tetrisa:0:FFE321:02:000:Always Purple Shape PL1
  29029. tetrisa:0:FFE321:03:000:Always Yellow Shape PL1
  29030. tetrisa:0:FFE321:04:000:Always Cyan Shape PL1
  29031. tetrisa:0:FFE321:05:000:Always Orange Shape PL1
  29032. tetrisa:0:FFE321:06:000:Always Blue Shape PL1
  29033. tetrisa:0:FFE321:07:000:Always Red Shape PL1
  29034. tetrisa:0:FFE3A1:01:000:Always Green Shape PL2
  29035. tetrisa:0:FFE3A1:02:000:Always Purple Shape PL2
  29036. tetrisa:0:FFE3A1:03:000:Always Yellow Shape PL2
  29037. tetrisa:0:FFE3A1:04:000:Always Cyan Shape PL2
  29038. tetrisa:0:FFE3A1:05:000:Always Orange Shape PL2
  29039. tetrisa:0:FFE3A1:06:000:Always Blue Shape PL2
  29040. tetrisa:0:FFE3A1:07:000:Always Red Shape PL2
  29041. tetrisa:0:FFE321:01:001:Green Shape Next PL1
  29042. tetrisa:0:FFE321:02:001:Purple Shape Next PL1
  29043. tetrisa:0:FFE321:03:001:Yellow Shape Next PL1
  29044. tetrisa:0:FFE321:04:001:Cyan Shape Next PL1
  29045. tetrisa:0:FFE321:05:001:Orange Shape Next PL1
  29046. tetrisa:0:FFE321:06:001:Blue Shape Next PL1
  29047. tetrisa:0:FFE321:07:001:Red Shape Next PL1
  29048. tetrisa:0:FFE3A1:01:001:Green Shape Next PL2
  29049. tetrisa:0:FFE3A1:02:001:Purple Shape Next PL2
  29050. tetrisa:0:FFE3A1:03:001:Yellow Shape Next PL2
  29051. tetrisa:0:FFE3A1:04:001:Cyan Shape Next PL2
  29052. tetrisa:0:FFE3A1:05:001:Orange Shape Next PL2
  29053. tetrisa:0:FFE3A1:06:001:Blue Shape Next PL2
  29054. tetrisa:0:FFE3A1:07:001:Red Shape Next PL2
  29055.  
  29056. ; [ Tetris (Sega bootleg) ]
  29057. tetrisbl:0:FFE321:01:000:Always Green Shape PL1
  29058. tetrisbl:0:FFE321:02:000:Always Purple Shape PL1
  29059. tetrisbl:0:FFE321:03:000:Always Yellow Shape PL1
  29060. tetrisbl:0:FFE321:04:000:Always Cyan Shape PL1
  29061. tetrisbl:0:FFE321:05:000:Always Orange Shape PL1
  29062. tetrisbl:0:FFE321:06:000:Always Blue Shape PL1
  29063. tetrisbl:0:FFE321:07:000:Always Red Shape PL1
  29064. tetrisbl:0:FFE3A1:01:000:Always Green Shape PL2
  29065. tetrisbl:0:FFE3A1:02:000:Always Purple Shape PL2
  29066. tetrisbl:0:FFE3A1:03:000:Always Yellow Shape PL2
  29067. tetrisbl:0:FFE3A1:04:000:Always Cyan Shape PL2
  29068. tetrisbl:0:FFE3A1:05:000:Always Orange Shape PL2
  29069. tetrisbl:0:FFE3A1:06:000:Always Blue Shape PL2
  29070. tetrisbl:0:FFE3A1:07:000:Always Red Shape PL2
  29071. tetrisbl:0:FFE321:01:001:Green Shape Next PL1
  29072. tetrisbl:0:FFE321:02:001:Purple Shape Next PL1
  29073. tetrisbl:0:FFE321:03:001:Yellow Shape Next PL1
  29074. tetrisbl:0:FFE321:04:001:Cyan Shape Next PL1
  29075. tetrisbl:0:FFE321:05:001:Orange Shape Next PL1
  29076. tetrisbl:0:FFE321:06:001:Blue Shape Next PL1
  29077. tetrisbl:0:FFE321:07:001:Red Shape Next PL1
  29078. tetrisbl:0:FFE3A1:01:001:Green Shape Next PL2
  29079. tetrisbl:0:FFE3A1:02:001:Purple Shape Next PL2
  29080. tetrisbl:0:FFE3A1:03:001:Yellow Shape Next PL2
  29081. tetrisbl:0:FFE3A1:04:001:Cyan Shape Next PL2
  29082. tetrisbl:0:FFE3A1:05:001:Orange Shape Next PL2
  29083. tetrisbl:0:FFE3A1:06:001:Blue Shape Next PL2
  29084. tetrisbl:0:FFE3A1:07:001:Red Shape Next PL2
  29085.  
  29086. ; [ End, The ]
  29087. theend:0:411D:06:000:Infinite Lives
  29088. theend:0:4116:30:000:Eggs don't reappear
  29089. ;Remove after initial use to advance to next level
  29090. theend:0:4200:01:000:Invincibility
  29091. theend:0:427C:01:000:Autofire On
  29092.  
  29093. ; [ End, The (Stern) ]
  29094. theends:0:411D:06:000:Infinite Lives
  29095. theends:0:4116:30:000:Eggs don't reappear
  29096. ;Remove after initial use to advance to next level
  29097. theends:0:4200:01:000:Invincibility
  29098. theends:0:427C:01:000:Autofire On
  29099.  
  29100. ; [ Glob, The ]
  29101. theglob:0:4C9F:05:000:Infinite Lives PL1
  29102. theglob:0:4CA1:05:000:Infinite Lives PL2
  29103. theglob:0:4CA6:A8:000:Infinite Energy
  29104. theglob:0:4F35:05:000:No Enemies!!
  29105.  
  29106. ; [ Hustler, The (Japan version J) ]
  29107. thehustj:0:11CC:09:000:Infinite Shots
  29108. thehustj:0:11CD:09:000:Infinite Balls
  29109.  
  29110. ; [ Hustler, The (Japan version M) ]
  29111. thehustl:0:11CC:09:000:Infinite Shots
  29112. thehustl:0:11CD:09:000:Infinite Balls
  29113.  
  29114. ; [ Pit, The ]
  29115. thepit:0:802B:09:000:Infinite Lives
  29116.  
  29117. ; [ Thunder Blaster (Japan) ]
  29118. thndblst:0:E0144:06:000:Infinite Lives PL1
  29119. thndblst:0:E3A38:01:000:Invincibility PL1
  29120. thndblst:0:E3A41:F0:000:Max Shot Power PL1
  29121. thndblst:0:E3A3E:01:000:Always have Laser Shot PL1
  29122. thndblst:0:E3A3E:02:000:Always have Flame Shot PL1
  29123. thndblst:0:E3A3E:03:000:Always have Ball Shot PL1
  29124. thndblst:0:E3A3E:01:001:Get Laser Shot Now! PL1
  29125. thndblst:0:E3A3E:02:001:Get Flame Shot Now! PL1
  29126. thndblst:0:E3A3E:03:001:Get Ball Shot Now! PL1
  29127. thndblst:0:E0174:06:000:Infinite Lives PL2
  29128. thndblst:0:E3AD8:01:000:Invincibility PL2
  29129. thndblst:0:E3AE1:F0:000:Max Shot Power PL2
  29130. thndblst:0:E3ADE:01:000:Always have Laser Shot PL2
  29131. thndblst:0:E3ADE:02:000:Always have Flame Shot PL2
  29132. thndblst:0:E3ADE:03:000:Always have Ball Shot PL2
  29133. thndblst:0:E3ADE:01:001:Get Laser Shot Now! PL2
  29134. thndblst:0:E3ADE:02:001:Get Flame Shot Now! PL2
  29135. thndblst:0:E3ADE:03:001:Get Ball Shot Now! PL2
  29136.  
  29137. ; [ Thunder Cross (Japan) ]
  29138. thnderxj:0:406C:64:000:Infinite Lives PL1
  29139. thnderxj:0:468A:03:000:Infinite Bombs PL1
  29140. thnderxj:0:40B0:64:000:Infinite Lives PL2
  29141. thnderxj:0:46AA:03:000:Infinite Bombs PL2
  29142. thnderxj:0:4612:A0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
  29143.  
  29144. ; [ Thunder Cross II (Japan) ]
  29145. thndrx2:0:10000B:03:000:Infinite Lives PL1
  29146. thndrx2:0:10000A:01:000:Invincibility PL1
  29147. thndrx2:0:10008B:03:000:Infinite Lives PL2
  29148. thndrx2:0:10008A:01:000:Invincibility PL2
  29149.  
  29150. ; [ ThunderJaws ]
  29151. thunderj:0:1644AD:05:000:Infinite Lives PL1
  29152. thunderj:0:1644B0:3F:000:Infinite Ammo PL1
  29153. thunderj:0:1644AE:08:000:Invincibility PL1
  29154. thunderj:0:1644AF:00:000:Always Normal Weapon PL1
  29155. thunderj:0:1644AF:01:000:Always Uzi PL1
  29156. thunderj:0:1644AF:02:000:Always Explosive Bolt PL1
  29157. thunderj:0:1644AF:03:000:Always Super Seeker PL1
  29158. thunderj:0:1644AF:04:000:Always 3-Way Weapon PL1
  29159. thunderj:0:1644AF:05:000:Always Flame Thrower PL1
  29160. thunderj:0:1644AF:00:001:Get Normal Weapon Now! PL1
  29161. thunderj:0:1644AF:01:001:Get Uzi Now! PL1
  29162. thunderj:0:1644AF:02:001:Get Explosive Bolt Now! PL1
  29163. thunderj:0:1644AF:03:001:Get Super Seeker Now! PL1
  29164. thunderj:0:1644AF:04:001:Get 3-Way Weapon Now! PL1
  29165. thunderj:0:1644AF:05:001:Get Flame Thrower Now! PL1
  29166. thunderj:0:1644ED:05:000:Infinite Lives PL2
  29167. thunderj:0:1644F0:3F:000:Infinite Ammo PL2
  29168. thunderj:0:1644EE:08:000:Invincibility PL2
  29169. thunderj:0:1644EF:00:000:Always Normal Weapon PL2
  29170. thunderj:0:1644EF:01:000:Always Uzi PL2
  29171. thunderj:0:1644EF:02:000:Always Explosive Bolt PL2
  29172. thunderj:0:1644EF:03:000:Always Super Seeker PL2
  29173. thunderj:0:1644EF:04:000:Always 3-Way Weapon PL2
  29174. thunderj:0:1644EF:05:000:Always Flame Thrower PL2
  29175. thunderj:0:1644EF:00:001:Get Normal Weapon Now! PL2
  29176. thunderj:0:1644EF:01:001:Get Uzi Now! PL2
  29177. thunderj:0:1644EF:02:001:Get Explosive Bolt Now! PL2
  29178. thunderj:0:1644EF:03:001:Get Super Seeker Now! PL2
  29179. thunderj:0:1644EF:04:001:Get 3-Way Weapon Now! PL2
  29180. thunderj:0:1644EF:05:001:Get Flame Thrower Now! PL2
  29181.  
  29182. ; [ Thunder Cross ]
  29183. thunderx:0:406C:64:000:Infinite Lives PL1
  29184. thunderx:0:468A:03:000:Infinite Bombs PL1
  29185. thunderx:0:40B0:64:000:Infinite Lives PL2
  29186. thunderx:0:46AA:03:000:Infinite Bombs PL2
  29187. thunderx:0:4612:A0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
  29188.  
  29189. ; [ Tiger Heli (set 1) ]
  29190. tigerh:0:C22A:05:000:Infinite Lives
  29191. tigerh:0:C221:02:000:Infinite Bombs
  29192. tigerh:0:C250:00:000:Invincibility & Bombs (1/3)
  29193. tigerh:0:C253:80:500:Invincibility & Bombs (2/3)
  29194. tigerh:0:C26B:00:500:Invincibility & Bombs (3/3)
  29195.  
  29196. ; [ Tiger Heli (set 2) ]
  29197. tigerh2:0:C22A:05:000:Infinite Lives
  29198. tigerh2:0:C221:02:000:Infinite Bombs
  29199. tigerh2:0:C250:00:000:Invincibility & Bombs (1/3)
  29200. tigerh2:0:C253:80:500:Invincibility & Bombs (2/3)
  29201. tigerh2:0:C26B:00:500:Invincibility & Bombs (3/3)
  29202.  
  29203. ; [ Tiger Heli (bootleg 1) ]
  29204. tigerhb1:0:C22A:05:000:Infinite Lives
  29205. tigerhb1:0:C221:02:000:Infinite Bombs
  29206. tigerhb1:0:C250:00:000:Invincibility & Bombs (1/3)
  29207. tigerhb1:0:C253:80:500:Invincibility & Bombs (2/3)
  29208. tigerhb1:0:C26B:00:500:Invincibility & Bombs (3/3)
  29209.  
  29210. ; [ Tiger Heli (bootleg 2) ]
  29211. tigerhb2:0:C22A:05:000:Infinite Lives
  29212. tigerhb2:0:C221:02:000:Infinite Bombs
  29213. tigerhb2:0:C250:00:000:Invincibility & Bombs (1/3)
  29214. tigerhb2:0:C253:80:500:Invincibility & Bombs (2/3)
  29215. tigerhb2:0:C26B:00:500:Invincibility & Bombs (3/3)
  29216.  
  29217. ; [ Tiger Heli (Japan) ]
  29218. tigerhj:0:C22A:05:000:Infinite Lives
  29219. tigerhj:0:C221:02:000:Infinite Bombs
  29220. tigerhj:0:C250:00:000:Invincibility & Bombs (1/3)
  29221. tigerhj:0:C253:80:500:Invincibility & Bombs (2/3)
  29222. tigerhj:0:C26B:00:500:Invincibility & Bombs (3/3)
  29223.  
  29224. ; [ Tiger Road (US) ]
  29225. tigeroad:0:FFC660:40:000:Infinite Energy
  29226. tigeroad:0:FFC096:03:000:Infinite Lives
  29227. tigeroad:0:FFC09D:5A:000:Infinite Time
  29228.  
  29229. ; [ Timber ]
  29230. timber:0:E537:08:000:Infinite Lives PL1
  29231. timber:0:E53B:08:000:Infinite Lives PL2
  29232. timber:0:E49F:59:000:Always 59 seconds
  29233. timber:0:E49E:59:000:Always 59 minutes
  29234. timber:0:E733:00:001:Finish this Level Now!
  29235.  
  29236. ; [ Time Pilot ]
  29237. timeplt:0:AD10:07:000:Infinite Lives PL1
  29238. timeplt:0:AD20:07:000:Infinite Lives PL2
  29239. timeplt:0:A800:FF:000:Invincibility
  29240. timeplt:0:AD02:00:001:Put Stage Guardian On Now
  29241. timeplt:0:AD02:00:000:Stage Guardian right away
  29242.  
  29243. ; [ Time Pilot (Centuri) ]
  29244. timepltc:0:AD10:07:000:Infinite Lives PL1
  29245. timepltc:0:AD20:07:000:Infinite Lives PL2
  29246. timepltc:0:A800:FF:000:Invincibility
  29247. timepltc:0:AD02:00:001:Put Stage Guardian On Now
  29248. timepltc:0:AD02:00:000:Stage Guardian right away
  29249.  
  29250. ; [ Time Soldiers (Rev 1) ]
  29251. timesol1:0:04041F:99:000:Infinite Lives PL1
  29252. timesol1:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first
  29253. timesol1:0:040163:64:000:Infinite Bombs PL1
  29254. timesol1:0:040419:80:000:Invincibility PL1
  29255. timesol1:0:04043F:99:000:Infinite Lives PL2
  29256. timesol1:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first
  29257. timesol1:0:040165:64:000:Infinite Bombs PL2
  29258. timesol1:0:040439:80:000:Invincibility PL2
  29259.  
  29260. ; [ Time Soldiers (Rev 3) ]
  29261. timesold:0:04041F:99:000:Infinite Lives PL1
  29262. timesold:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first
  29263. timesold:0:040163:64:000:Infinite Bombs PL1
  29264. timesold:0:040419:80:000:Invincibility PL1
  29265. timesold:0:04043F:99:000:Infinite Lives PL2
  29266. timesold:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first
  29267. timesold:0:040165:64:000:Infinite Bombs PL2
  29268. timesold:0:040439:80:000:Invincibility PL2
  29269.  
  29270. ; [ Time Tunnel ]
  29271. timetunl:0:8002:03:000:Infinite Lives
  29272.  
  29273. ; [ Time Scanner ]
  29274. timscanr:0:FFC203:03:000:Infinite Lives (1/2)
  29275. timscanr:0:FFC204:01:500:Infinite Lives (2/2)
  29276.  
  29277. ; [ Tin Star, The ]
  29278. tinstar:0:8375:05:000:Infinite Lives PL1
  29279. tinstar:0:8376:05:000:Infinite Lives PL2
  29280. tinstar:0:8378:01:000:Always 1 to complete levelPL1
  29281. tinstar:0:8379:01:000:Always 1 to complete levelPL2
  29282. tinstar:0:8378:01:001:1 to complete level Now! PL1
  29283. tinstar:0:8379:01:001:1 to complete level Now! PL2
  29284.  
  29285. ; [ Tip Top ]
  29286. tiptop:0:8220:06:000:Infinite Lives
  29287. tiptop:0:8304:99:000:Infinite Bonus
  29288. tiptop:0:840D:00:000:No sprite/sprite collision
  29289. tiptop:0:0000:00:999:[Use 'Walk on water' with   ]
  29290. tiptop:0:0000:00:999:[caution. To complete the   ]
  29291. tiptop:0:0000:00:999:[level you must press F5.   ]
  29292. tiptop:0:8417:00:000:Walk on water (see note)
  29293.  
  29294. ; [ Tecmo Knight ]
  29295. tknight:0:0608CC:99:000:Infinite Time
  29296. tknight:0:060E1E:03:000:Infinite Lives PL1
  29297. tknight:0:060E17:03:000:Infinite Polymorphes PL1
  29298. tknight:0:060DD7:32:000:Infinite Energy PL1
  29299. tknight:0:060E11:40:000:Invincibility PL1
  29300. tknight:0:060E0A:03:000:Change to Dragon PL1 (1/5):Infinite Time
  29301. tknight:0:060F3F:03:501:Change to Dragon PL1 (2/5)
  29302. tknight:0:060F81:06:501:Change to Dragon PL1 (3/5)
  29303. tknight:0:060F82:0D:501:Change to Dragon PL1 (4/5)
  29304. tknight:0:060F83:BE:501:Change to Dragon PL1 (5/5)
  29305. tknight:0:060E0A:00:001:Dragon Time Over Now! PL1
  29306. tknight:0:060E9F:03:000:Infinite Lives PL2
  29307. tknight:0:060E97:03:000:Infinite Polymorphes PL2
  29308. tknight:0:060E57:32:000:Infinite Energy PL2
  29309. tknight:0:060E91:40:000:Invincibility PL2
  29310. tknight:0:060E8A:03:000:Change to Dragon PL1 (1/5):Infinite Time
  29311. tknight:0:06103F:03:501:Change to Dragon PL1 (2/5)
  29312. tknight:0:061081:06:501:Change to Dragon PL1 (3/5)
  29313. tknight:0:061082:0E:501:Change to Dragon PL1 (4/5)
  29314. tknight:0:061083:3E:501:Change to Dragon PL1 (5/5)
  29315. tknight:0:060E8A:00:001:Dragon Time Over PL1
  29316.  
  29317. ; [ Teenage Mutant Hero Turtles (4 Players UK) ]
  29318. tmht:0:060101:03:000:Infinite Lives PL1
  29319. tmht:0:062008:0A:000:Infinite Energy PL1 
  29320. tmht:0:06202D:AA:000:Invincibility PL1
  29321. tmht:0:060109:03:000:Infinite Lives PL2
  29322. tmht:0:062058:0A:000:Infinite Energy PL2
  29323. tmht:0:06207D:AA:000:Invincibility PL2
  29324. tmht:0:060111:03:000:Infinite Lives PL3
  29325. tmht:0:0620A8:0A:000:Infinite Energy PL3
  29326. tmht:0:0620CD:AA:000:Invincibility PL3
  29327. tmht:0:060119:03:000:Infinite Lives PL4
  29328. tmht:0:0620F8:0A:000:Infinite Energy PL4
  29329. tmht:0:06211D:AA:000:Invincibility PL4
  29330. tmht:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
  29331.  
  29332. ; [ Teenage Mutant Hero Turtles (2 Players UK) ]
  29333. tmht2p:0:060101:03:000:Infinite Lives PL1
  29334. tmht2p:0:062008:0A:000:Infinite Energy PL1 
  29335. tmht2p:0:06202D:AA:000:Invincibility PL1
  29336. tmht2p:0:060109:03:000:Infinite Lives PL2
  29337. tmht2p:0:062058:0A:000:Infinite Energy PL2
  29338. tmht2p:0:06207D:AA:000:Invincibility PL2
  29339.  
  29340. ; [ Teenage Mutant Ninja Turtles (4 Players US) ]
  29341. tmnt:0:060101:03:000:Infinite Lives PL1
  29342. tmnt:0:062008:0A:000:Infinite Energy PL1 
  29343. tmnt:0:06202D:AA:000:Invincibility PL1
  29344. tmnt:0:060109:03:000:Infinite Lives PL2
  29345. tmnt:0:062058:0A:000:Infinite Energy PL2
  29346. tmnt:0:06207D:AA:000:Invincibility PL2
  29347. tmnt:0:060111:03:000:Infinite Lives PL3
  29348. tmnt:0:0620A8:0A:000:Infinite Energy PL3
  29349. tmnt:0:0620CD:AA:000:Invincibility PL3
  29350. tmnt:0:060119:03:000:Infinite Lives PL4
  29351. tmnt:0:0620F8:0A:000:Infinite Energy PL4
  29352. tmnt:0:06211D:AA:000:Invincibility PL4
  29353. tmnt:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
  29354.  
  29355. ; [ Teenage Mutant Ninja Turtles - Turtles in Time (4 Players US ]
  29356. tmnt2:0:104101:9A:000:Infinite Lives PL1 (1/2)
  29357. tmnt2:0:104100:09:500:Infinite Lives PL1 (2/2)
  29358. tmnt2:0:106008:0A:000:Infinite Energy PL1
  29359. tmnt2:0:104109:9A:000:Infinite Lives PL2 (1/2)
  29360. tmnt2:0:104108:09:500:Infinite Lives PL2 (2/2)
  29361. tmnt2:0:106068:0A:000:Infinite Energy PL2
  29362. tmnt2:0:104111:9A:000:Infinite Lives PL3 (1/2)
  29363. tmnt2:0:104110:09:500:Infinite Lives PL3 (2/2)
  29364. tmnt2:0:1060C8:0A:000:Infinite Energy PL3
  29365. tmnt2:0:104119:9A:000:Infinite Lives PL4 (1/2)
  29366. tmnt2:0:104118:09:500:Infinite Lives PL4 (2/2)
  29367. tmnt2:0:106128:0A:000:Infinite Energy PL4
  29368.  
  29369. ; [ Teenage Mutant Ninja Turtles - Turtles in Time (2 Players US ]
  29370. tmnt22p:0:104101:9A:000:Infinite Lives PL1 (1/2)
  29371. tmnt22p:0:104100:09:500:Infinite Lives PL1 (2/2)
  29372. tmnt22p:0:106008:0A:000:Infinite Energy PL1
  29373. tmnt22p:0:104109:9A:000:Infinite Lives PL2 (1/2)
  29374. tmnt22p:0:104108:09:500:Infinite Lives PL2 (2/2)
  29375. tmnt22p:0:106068:0A:000:Infinite Energy PL2
  29376.  
  29377. ; [ Teenage Mutant Ninja Turtles - Turtles in Time (4 Players As ]
  29378. tmnt2a:0:104101:9A:000:Infinite Lives PL1 (1/2)
  29379. tmnt2a:0:104100:09:500:Infinite Lives PL1 (2/2)
  29380. tmnt2a:0:106008:0A:000:Infinite Energy PL1
  29381. tmnt2a:0:104109:9A:000:Infinite Lives PL2 (1/2)
  29382. tmnt2a:0:104108:09:500:Infinite Lives PL2 (2/2)
  29383. tmnt2a:0:106068:0A:000:Infinite Energy PL2
  29384. tmnt2a:0:104111:9A:000:Infinite Lives PL3 (1/2)
  29385. tmnt2a:0:104110:09:500:Infinite Lives PL3 (2/2)
  29386. tmnt2a:0:1060C8:0A:000:Infinite Energy PL3
  29387. tmnt2a:0:104119:9A:000:Infinite Lives PL4 (1/2)
  29388. tmnt2a:0:104118:09:500:Infinite Lives PL4 (2/2)
  29389. tmnt2a:0:106128:0A:000:Infinite Energy PL4
  29390.  
  29391. ; [ Teenage Mutant Ninja Turtles (2 Players Japan) ]
  29392. tmnt2pj:0:060101:03:000:Infinite Lives PL1
  29393. tmnt2pj:0:062008:0A:000:Infinite Energy PL1 
  29394. tmnt2pj:0:06202D:AA:000:Invincibility PL1
  29395. tmnt2pj:0:060109:03:000:Infinite Lives PL2
  29396. tmnt2pj:0:062058:0A:000:Infinite Energy PL2
  29397. tmnt2pj:0:06207D:AA:000:Invincibility PL2
  29398.  
  29399. ; [ Teenage Mutant Ninja Turtles (4 Players Japan) ]
  29400. tmntj:0:060101:03:000:Infinite Lives PL1
  29401. tmntj:0:062008:0A:000:Infinite Energy PL1 
  29402. tmntj:0:06202D:AA:000:Invincibility PL1
  29403. tmntj:0:060109:03:000:Infinite Lives PL2
  29404. tmntj:0:062058:0A:000:Infinite Energy PL2
  29405. tmntj:0:06207D:AA:000:Invincibility PL2
  29406. tmntj:0:060111:03:000:Infinite Lives PL3
  29407. tmntj:0:0620A8:0A:000:Infinite Energy PL3
  29408. tmntj:0:0620CD:AA:000:Invincibility PL3
  29409. tmntj:0:060119:03:000:Infinite Lives PL4
  29410. tmntj:0:0620F8:0A:000:Infinite Energy PL4
  29411. tmntj:0:06211D:AA:000:Invincibility PL4
  29412. tmntj:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
  29413.  
  29414. ; [ TNK III (US?) ]
  29415. tnk3:0:FD57:08:000:Infinite Lives PL1
  29416. tnk3:0:FD45:00:000:Infinite Energy PL1
  29417. tnk3:0:FD4A:04:040:Always normal shot PL1
  29418. tnk3:0:FD4A:02:040:Always normal shot range PL1
  29419. tnk3:0:FD70:00:000:Always normal shot speed PL1
  29420. tnk3:0:FD4A:04:020:Always better shot PL1
  29421. tnk3:0:FD4A:02:020:Always far shot range PL1:Only works with better shot
  29422. tnk3:0:FD70:F0:000:Always rapid shot speed PL1
  29423. tnk3:0:FD4A:04:041:Get normal shot Now! PL1
  29424. tnk3:0:FD4A:02:041:Get normal shot range Now!PL1
  29425. tnk3:0:FD70:00:001:Get normal shot speed Now!PL1
  29426. tnk3:0:FD4A:04:021:Get better shot Now! PL1
  29427. tnk3:0:FD4A:02:021:Get far shot range Now! PL1:Only works with better shot
  29428. tnk3:0:FD70:F0:001:Get rapid shot speed Now! PL1
  29429. tnk3:0:FD9D:08:000:Infinite Lives PL2
  29430. tnk3:0:FD8B:00:000:Infinite Energy PL2
  29431. tnk3:0:FD90:04:040:Always normal shot PL2
  29432. tnk3:0:FD90:02:040:Always normal shot range PL2
  29433. tnk3:0:FDB6:00:000:Always normal shot speed PL2
  29434. tnk3:0:FD90:04:020:Always better shot PL2
  29435. tnk3:0:FD90:02:020:Always far shot range PL2:Only works with better shot
  29436. tnk3:0:FDB6:F0:000:Always rapid shot speed PL2
  29437. tnk3:0:FD90:04:041:Get normal shot Now! PL2
  29438. tnk3:0:FD90:02:041:Get normal shot range Now!PL2
  29439. tnk3:0:FDB6:00:001:Get normal shot speed Now!PL2
  29440. tnk3:0:FD90:04:021:Get better shot Now! PL2
  29441. tnk3:0:FD90:02:021:Get far shot range Now! PL2:Only works with better shot
  29442. tnk3:0:FDB6:F0:001:Get rapid shot speed Now! PL2
  29443.  
  29444. ; [ Tank (Japan) ]
  29445. tnk3j:0:FD57:08:000:Infinite Lives PL1
  29446. tnk3j:0:FD45:00:000:Infinite Energy PL1
  29447. tnk3j:0:FD4A:04:040:Always normal shot PL1
  29448. tnk3j:0:FD4A:02:040:Always normal shot range PL1
  29449. tnk3j:0:FD70:00:000:Always normal shot speed PL1
  29450. tnk3j:0:FD4A:04:020:Always better shot PL1
  29451. tnk3j:0:FD4A:02:020:Always far shot range PL1:Only works with better shot
  29452. tnk3j:0:FD70:F0:000:Always rapid shot speed PL1
  29453. tnk3j:0:FD4A:04:041:Get normal shot Now! PL1
  29454. tnk3j:0:FD4A:02:041:Get normal shot range Now!PL1
  29455. tnk3j:0:FD70:00:001:Get normal shot speed Now!PL1
  29456. tnk3j:0:FD4A:04:021:Get better shot Now! PL1
  29457. tnk3j:0:FD4A:02:021:Get far shot range Now! PL1:Only works with better shot
  29458. tnk3j:0:FD70:F0:001:Get rapid shot speed Now! PL1
  29459. tnk3j:0:FD9D:08:000:Infinite Lives PL2
  29460. tnk3j:0:FD8B:00:000:Infinite Energy PL2
  29461. tnk3j:0:FD90:04:040:Always normal shot PL2
  29462. tnk3j:0:FD90:02:040:Always normal shot range PL2
  29463. tnk3j:0:FDB6:00:000:Always normal shot speed PL2
  29464. tnk3j:0:FD90:04:020:Always better shot PL2
  29465. tnk3j:0:FD90:02:020:Always far shot range PL2:Only works with better shot
  29466. tnk3j:0:FDB6:F0:000:Always rapid shot speed PL2
  29467. tnk3j:0:FD90:04:041:Get normal shot Now! PL2
  29468. tnk3j:0:FD90:02:041:Get normal shot range Now!PL2
  29469. tnk3j:0:FDB6:00:001:Get normal shot speed Now!PL2
  29470. tnk3j:0:FD90:04:021:Get better shot Now! PL2
  29471. tnk3j:0:FD90:02:021:Get far shot range Now! PL2:Only works with better shot
  29472. tnk3j:0:FDB6:F0:001:Get rapid shot speed Now! PL2
  29473.  
  29474. ; [ NewZealand Story, The (Japan) ]
  29475. tnzs:0:E6B3:03:000:Infinite Lives
  29476. tnzs:0:E6B7:3F:000:Infinite Time
  29477. tnzs:0:E7D6:00:000:Infinite SCUBA Air
  29478. tnzs:0:E7C1:5A:000:Invincibility (1/2)
  29479. tnzs:0:E7C0:FF:500:Invincibility (2/2)
  29480. tnzs:0:EF28:01:000:Always have Arrows
  29481. tnzs:0:EF28:02:000:Always have Bombs
  29482. tnzs:0:EF28:04:000:Always have Flames
  29483. tnzs:0:EF28:08:000:Always have Laser
  29484. tnzs:0:EF28:01:001:Get Arrows Now!
  29485. tnzs:0:EF28:02:001:Get Bombs Now!
  29486. tnzs:0:EF28:04:001:Get Flames Now!
  29487. tnzs:0:EF28:08:001:Get Laser Now!
  29488. tnzs:0:E6B6:0C:061:Select Next Level
  29489. tnzs:0:0000:00:999:[Use the Select starting    ]
  29490. tnzs:0:0000:00:999:[level cheat on the push 1  ]
  29491. tnzs:0:0000:00:999:[or 2 player button screen! ]
  29492. tnzs:0:E6B6:0C:061:Select Starting Level
  29493.  
  29494. ; [ NewZealand Story 2, The (World) ]
  29495. tnzs2:0:E6BE:03:000:Infinite Lives
  29496. tnzs2:0:E6C2:3F:000:Infinite Time
  29497. tnzs2:0:E729:00:000:Infinite SCUBA Air
  29498. tnzs2:0:E715:3C:000:Invincibility (1/2)
  29499. tnzs2:0:E714:FF:500:Invincibility (2/2)
  29500. tnzs2:0:EF28:01:000:Always have Arrows
  29501. tnzs2:0:EF28:02:000:Always have Bombs
  29502. tnzs2:0:EF28:04:000:Always have Flames
  29503. tnzs2:0:EF28:08:000:Always have Laser
  29504. tnzs2:0:EF28:01:001:Get Arrows Now!
  29505. tnzs2:0:EF28:02:001:Get Bombs Now!
  29506. tnzs2:0:EF28:04:001:Get Flames Now!
  29507. tnzs2:0:EF28:08:001:Get Laser Now!
  29508. tnzs2:0:E6C1:0C:061:Select next level
  29509. tnzs2:0:0000:00:999:[Use the Select starting    ]
  29510. tnzs2:0:0000:00:999:[level cheat on the push 1  ]
  29511. tnzs2:0:0000:00:999:[or 2 player button screen! ]
  29512. tnzs2:0:E6C1:0C:061:Select starting level
  29513.  
  29514. ; [ NewZealand Story, The (World, bootleg) ]
  29515. tnzsb:0:E6B3:03:000:Infinite Lives
  29516. tnzsb:0:E6B7:3F:000:Infinite Time
  29517. tnzsb:0:E7D6:05:000:Infinite SCUBA Air
  29518. tnzsb:0:E7C1:5A:000:Invincibility (1/2)
  29519. tnzsb:0:E7C0:FF:500:Invincibility (2/2)
  29520. tnzsb:0:EF28:01:000:Always have Arrows
  29521. tnzsb:0:EF28:02:000:Always have Bombs
  29522. tnzsb:0:EF28:04:000:Always have Flames
  29523. tnzsb:0:EF28:08:000:Always have Laser
  29524. tnzsb:0:EF28:01:001:Get Arrows Now!
  29525. tnzsb:0:EF28:02:001:Get Bombs Now!
  29526. tnzsb:0:EF28:04:001:Get Flames Now!
  29527. tnzsb:0:EF28:08:001:Get Laser Now!
  29528. tnzsb:0:E6B6:0C:061:Select Next Level
  29529. tnzsb:0:0000:00:999:[Use the Select starting    ]
  29530. tnzsb:0:0000:00:999:[level cheat on the push 1  ]
  29531. tnzsb:0:0000:00:999:[or 2 player button screen! ]
  29532. tnzsb:0:E6B6:0C:061:Select Starting Level
  29533.  
  29534. ; [ Tower of Druaga (set 1) ]
  29535. todruaga:0:1703:05:000:Infinite Lives
  29536. todruaga:0:101B:20:000:Infinite Time
  29537. todruaga:0:15EF:30:000:Invincibility
  29538. todruaga:0:1022:01:000:Always have the key
  29539. todruaga:0:1022:01:001:Get the key Now!
  29540. todruaga:0:1017:00:001:Kill all monsters Now!
  29541. todruaga:0:1027:01:001:Make treasure appear Now!
  29542. todruaga:0:1B0F:35:001:Get Treasure Now!
  29543. todruaga:0:1710:01:001:Get Athena boots Now!
  29544. todruaga:0:1711:01:001:Get Armour Now!
  29545. todruaga:0:1712:01:001:Get Helmet Now!
  29546. todruaga:0:1713:01:001:Get Sword Now!
  29547. todruaga:0:1714:01:001:Get Gauntlet Now!
  29548. todruaga:0:1715:01:001:Get Shield Now!
  29549. todruaga:0:1716:01:001:Get Rod Now!
  29550. todruaga:0:1717:01:001:Get Grey potion Now!
  29551. todruaga:0:1717:02:001:Get Green potion Now!
  29552. todruaga:0:1717:03:001:Get Orange potion Now!
  29553. todruaga:0:1717:04:001:Get Red potion Now!
  29554. todruaga:0:1718:01:001:Get Gem Now!
  29555. todruaga:0:1719:01:001:Get Necklace Now!
  29556. todruaga:0:171A:01:001:Get Ring Now!
  29557. todruaga:0:171B:01:001:Get Book Now!
  29558. todruaga:0:171C:04:001:Get Candle Now!
  29559. todruaga:0:171D:01:001:Get Bell Now!
  29560. todruaga:0:171E:01:001:Get Sceptre Now!
  29561. todruaga:0:171F:01:001:Get pick Now!
  29562. todruaga:0:1020:01:001:Finish this Floor Now! (1/2)
  29563. todruaga:0:1022:01:501:Finish this Floor Now! (2/2)
  29564. todruaga:0:0000:00:999:[These floor skip cheats    ]
  29565. todruaga:0:0000:00:999:[will advance you to that   ]
  29566. todruaga:0:0000:00:999:[floor when you lose a life.]
  29567. todruaga:0:0000:00:999:[If you use the Finish this ]
  29568. todruaga:0:0000:00:999:[Floor cheat you will go to ]
  29569. todruaga:0:0000:00:999:[the next floor on!!        ]
  29570. todruaga:0:1704:01:001:Go to floor 01 Next (1/2)
  29571. todruaga:0:1706:01:501:Go to floor 01 Next (2/2)
  29572. todruaga:0:1704:02:001:Go to floor 02 Next (1/2)
  29573. todruaga:0:1706:02:501:Go to floor 02 Next (2/2)
  29574. todruaga:0:1704:03:001:Go to floor 03 Next (1/2)
  29575. todruaga:0:1706:03:501:Go to floor 03 Next (2/2)
  29576. todruaga:0:1704:04:001:Go to floor 04 Next (1/2)
  29577. todruaga:0:1706:04:501:Go to floor 04 Next (2/2)
  29578. todruaga:0:1704:05:001:Go to floor 05 Next (1/2)
  29579. todruaga:0:1706:05:501:Go to floor 05 Next (2/2)
  29580. todruaga:0:1704:06:001:Go to floor 06 Next (1/2)
  29581. todruaga:0:1706:06:501:Go to floor 06 Next (2/2)
  29582. todruaga:0:1704:07:001:Go to floor 07 Next (1/2)
  29583. todruaga:0:1706:07:501:Go to floor 07 Next (2/2)
  29584. todruaga:0:1704:08:001:Go to floor 08 Next (1/2)
  29585. todruaga:0:1706:08:501:Go to floor 08 Next (2/2)
  29586. todruaga:0:1704:09:001:Go to floor 09 Next (1/2)
  29587. todruaga:0:1706:09:501:Go to floor 09 Next (2/2)
  29588. todruaga:0:1704:0A:001:Go to floor 10 Next (1/2)
  29589. todruaga:0:1706:10:501:Go to floor 10 Next (2/2)
  29590. todruaga:0:1704:0B:001:Go to floor 11 Next (1/2)
  29591. todruaga:0:1706:11:501:Go to floor 11 Next (2/2)
  29592. todruaga:0:1704:0C:001:Go to floor 12 Next (1/2)
  29593. todruaga:0:1706:12:501:Go to floor 12 Next (2/2)
  29594. todruaga:0:1704:0D:001:Go to floor 13 Next (1/2)
  29595. todruaga:0:1706:13:501:Go to floor 13 Next (2/2)
  29596. todruaga:0:1704:0E:001:Go to floor 14 Next (1/2)
  29597. todruaga:0:1706:14:501:Go to floor 14 Next (2/2)
  29598. todruaga:0:1704:0F:001:Go to floor 15 Next (1/2)
  29599. todruaga:0:1706:15:501:Go to floor 15 Next (2/2)
  29600. todruaga:0:1704:10:001:Go to floor 16 Next (1/2)
  29601. todruaga:0:1706:16:501:Go to floor 16 Next (2/2)
  29602. todruaga:0:1704:11:001:Go to floor 17 Next (1/2)
  29603. todruaga:0:1706:17:501:Go to floor 17 Next (2/2)
  29604. todruaga:0:1704:12:001:Go to floor 18 Next (1/2)
  29605. todruaga:0:1706:18:501:Go to floor 18 Next (2/2)
  29606. todruaga:0:1704:13:001:Go to floor 19 Next (1/2)
  29607. todruaga:0:1706:19:501:Go to floor 19 Next (2/2)
  29608. todruaga:0:1704:14:001:Go to floor 20 Next (1/2)
  29609. todruaga:0:1706:20:501:Go to floor 20 Next (2/2)
  29610.  
  29611. ; [ Tower of Druaga (set 2) ]
  29612. todruagb:0:1703:05:000:Infinite Lives
  29613. todruagb:0:101B:20:000:Infinite Time
  29614. todruagb:0:15EF:30:000:Invincibility
  29615. todruagb:0:1022:01:000:Always have the key
  29616. todruagb:0:1022:01:001:Get the key Now!
  29617. todruagb:0:1017:00:001:Kill all monsters Now!
  29618. todruagb:0:1027:01:001:Make treasure appear Now!
  29619. todruagb:0:1B0F:35:001:Get Treasure Now!
  29620. todruagb:0:1710:01:001:Get Athena boots Now!
  29621. todruagb:0:1711:01:001:Get Armour Now!
  29622. todruagb:0:1712:01:001:Get Helmet Now!
  29623. todruagb:0:1713:01:001:Get Sword Now!
  29624. todruagb:0:1714:01:001:Get Gauntlet Now!
  29625. todruagb:0:1715:01:001:Get Shield Now!
  29626. todruagb:0:1716:01:001:Get Rod Now!
  29627. todruagb:0:1717:01:001:Get Grey potion Now!
  29628. todruagb:0:1717:02:001:Get Green potion Now!
  29629. todruagb:0:1717:03:001:Get Orange potion Now!
  29630. todruagb:0:1717:04:001:Get Red potion Now!
  29631. todruagb:0:1718:01:001:Get Gem Now!
  29632. todruagb:0:1719:01:001:Get Necklace Now!
  29633. todruagb:0:171A:01:001:Get Ring Now!
  29634. todruagb:0:171B:01:001:Get Book Now!
  29635. todruagb:0:171C:04:001:Get Candle Now!
  29636. todruagb:0:171D:01:001:Get Bell Now!
  29637. todruagb:0:171E:01:001:Get Sceptre Now!
  29638. todruagb:0:171F:01:001:Get pick Now!
  29639. todruagb:0:1020:01:001:Finish this Floor Now! (1/2)
  29640. todruagb:0:1022:01:501:Finish this Floor Now! (2/2)
  29641. todruagb:0:0000:00:999:[These floor skip cheats    ]
  29642. todruagb:0:0000:00:999:[will advance you to that   ]
  29643. todruagb:0:0000:00:999:[floor when you lose a life.]
  29644. todruagb:0:0000:00:999:[If you use the Finish this ]
  29645. todruagb:0:0000:00:999:[Floor cheat you will go to ]
  29646. todruagb:0:0000:00:999:[the next floor on!!        ]
  29647. todruagb:0:1704:01:001:Go to floor 01 Next (1/2)
  29648. todruagb:0:1706:01:501:Go to floor 01 Next (2/2)
  29649. todruagb:0:1704:02:001:Go to floor 02 Next (1/2)
  29650. todruagb:0:1706:02:501:Go to floor 02 Next (2/2)
  29651. todruagb:0:1704:03:001:Go to floor 03 Next (1/2)
  29652. todruagb:0:1706:03:501:Go to floor 03 Next (2/2)
  29653. todruagb:0:1704:04:001:Go to floor 04 Next (1/2)
  29654. todruagb:0:1706:04:501:Go to floor 04 Next (2/2)
  29655. todruagb:0:1704:05:001:Go to floor 05 Next (1/2)
  29656. todruagb:0:1706:05:501:Go to floor 05 Next (2/2)
  29657. todruagb:0:1704:06:001:Go to floor 06 Next (1/2)
  29658. todruagb:0:1706:06:501:Go to floor 06 Next (2/2)
  29659. todruagb:0:1704:07:001:Go to floor 07 Next (1/2)
  29660. todruagb:0:1706:07:501:Go to floor 07 Next (2/2)
  29661. todruagb:0:1704:08:001:Go to floor 08 Next (1/2)
  29662. todruagb:0:1706:08:501:Go to floor 08 Next (2/2)
  29663. todruagb:0:1704:09:001:Go to floor 09 Next (1/2)
  29664. todruagb:0:1706:09:501:Go to floor 09 Next (2/2)
  29665. todruagb:0:1704:0A:001:Go to floor 10 Next (1/2)
  29666. todruagb:0:1706:10:501:Go to floor 10 Next (2/2)
  29667. todruagb:0:1704:0B:001:Go to floor 11 Next (1/2)
  29668. todruagb:0:1706:11:501:Go to floor 11 Next (2/2)
  29669. todruagb:0:1704:0C:001:Go to floor 12 Next (1/2)
  29670. todruagb:0:1706:12:501:Go to floor 12 Next (2/2)
  29671. todruagb:0:1704:0D:001:Go to floor 13 Next (1/2)
  29672. todruagb:0:1706:13:501:Go to floor 13 Next (2/2)
  29673. todruagb:0:1704:0E:001:Go to floor 14 Next (1/2)
  29674. todruagb:0:1706:14:501:Go to floor 14 Next (2/2)
  29675. todruagb:0:1704:0F:001:Go to floor 15 Next (1/2)
  29676. todruagb:0:1706:15:501:Go to floor 15 Next (2/2)
  29677. todruagb:0:1704:10:001:Go to floor 16 Next (1/2)
  29678. todruagb:0:1706:16:501:Go to floor 16 Next (2/2)
  29679. todruagb:0:1704:11:001:Go to floor 17 Next (1/2)
  29680. todruagb:0:1706:17:501:Go to floor 17 Next (2/2)
  29681. todruagb:0:1704:12:001:Go to floor 18 Next (1/2)
  29682. todruagb:0:1706:18:501:Go to floor 18 Next (2/2)
  29683. todruagb:0:1704:13:001:Go to floor 19 Next (1/2)
  29684. todruagb:0:1706:19:501:Go to floor 19 Next (2/2)
  29685. todruagb:0:1704:14:001:Go to floor 20 Next (1/2)
  29686. todruagb:0:1706:20:501:Go to floor 20 Next (2/2)
  29687.  
  29688. ; [ Toggle ]
  29689. toggle:0:018D:3C:000:Infinite Time (1/2)
  29690. toggle:0:018C:09:500:Infinite Time (2/2)
  29691. toggle:0:018D:00:001:Finish this Round Now! (1/2)
  29692. toggle:0:018C:00:501:Finish this Round Now! (2/2)
  29693.  
  29694. ; [ Toki (set 1) ]
  29695. toki:0:060A67:09:000:Infinite Lives
  29696. toki:0:06087E:99:000:Infinite Time
  29697. toki:0:060AA7:01:000:Always Walk
  29698. toki:0:060AA7:05:000:Always Swim
  29699. toki:0:060AA9:00:000:Always have Default Weapon
  29700. toki:0:060AA9:01:000:Always have Big Balls
  29701. toki:0:060AA9:02:000:Always have Whirler
  29702. toki:0:060AA9:03:000:Always have Flamer
  29703. toki:0:060AA9:04:000:Always have Lava
  29704. toki:0:060AA9:05:000:Always have 3-Way
  29705. toki:0:060AA9:00:001:Get Default Weapon Now!
  29706. toki:0:060AA9:01:001:Get Big Balls Now!
  29707. toki:0:060AA9:02:001:Get Whirler Now!
  29708. toki:0:060AA9:03:001:Get Flamer Now!
  29709. toki:0:060AA9:04:001:Get Lava Now!
  29710. toki:0:060AA9:05:001:Get 3-Way Now!
  29711. toki:0:060ADA:FC:000:Infinite Fire Power
  29712. toki:0:060AAB:01:000:Helmet Effect
  29713. toki:0:060AAB:02:000:Sneakers Effect
  29714. toki:0:06087B:00:000:Invincibility (1/4)
  29715. toki:0:06099E:00:500:Invincibility (2/4)
  29716. toki:0:060A66:00:500:Invincibility (3/4)
  29717. toki:0:060A82:00:500:Invincibility (4/4)
  29718.  
  29719. ; [ Toki (set 2) ]
  29720. toki2:0:060A67:09:000:Infinite Lives
  29721. toki2:0:06087E:99:000:Infinite Time
  29722. toki2:0:060AA7:01:000:Always Walk
  29723. toki2:0:060AA7:05:000:Always Swim
  29724. toki2:0:060AA9:00:000:Always have Default Weapon
  29725. toki2:0:060AA9:01:000:Always have Big Balls
  29726. toki2:0:060AA9:02:000:Always have Whirler
  29727. toki2:0:060AA9:03:000:Always have Flamer
  29728. toki2:0:060AA9:04:000:Always have Lava
  29729. toki2:0:060AA9:05:000:Always have 3-Way
  29730. toki2:0:060AA9:00:001:Get Default Weapon Now!
  29731. toki2:0:060AA9:01:001:Get Big Balls Now!
  29732. toki2:0:060AA9:02:001:Get Whirler Now!
  29733. toki2:0:060AA9:03:001:Get Flamer Now!
  29734. toki2:0:060AA9:04:001:Get Lava Now!
  29735. toki2:0:060AA9:05:001:Get 3-Way Now!
  29736. toki2:0:060ADA:FC:000:Lava Always Maxed
  29737. toki2:0:060AAB:01:000:Helmet Effect
  29738. toki2:0:060AAB:02:000:Sneakers Effect
  29739. toki2:0:06087B:00:000:Invincibility (1/4)
  29740. toki2:0:06099E:00:500:Invincibility (2/4)
  29741. toki2:0:060A66:00:500:Invincibility (3/4)
  29742. toki2:0:060A82:00:500:Invincibility (4/4)
  29743.  
  29744. ; [ Toki (set 3) ]
  29745. toki3:0:060A67:09:000:Infinite Lives
  29746. toki3:0:06087E:99:000:Infinite Time
  29747. toki3:0:060AA7:01:000:Always Walk
  29748. toki3:0:060AA7:05:000:Always Swim
  29749. toki3:0:060AA9:00:000:Always have Default Weapon
  29750. toki3:0:060AA9:01:000:Always have Big Balls
  29751. toki3:0:060AA9:02:000:Always have Whirler
  29752. toki3:0:060AA9:03:000:Always have Flamer
  29753. toki3:0:060AA9:04:000:Always have Lava
  29754. toki3:0:060AA9:05:000:Always have 3-Way
  29755. toki3:0:060AA9:00:001:Get Default Weapon Now!
  29756. toki3:0:060AA9:01:001:Get Big Balls Now!
  29757. toki3:0:060AA9:02:001:Get Whirler Now!
  29758. toki3:0:060AA9:03:001:Get Flamer Now!
  29759. toki3:0:060AA9:04:001:Get Lava Now!
  29760. toki3:0:060AA9:05:001:Get 3-Way Now!
  29761. toki3:0:060ADA:FC:000:Lava Always Maxed
  29762. toki3:0:060AAB:01:000:Helmet Effect
  29763. toki3:0:060AAB:02:000:Sneakers Effect
  29764. toki3:0:06087B:00:000:Invincibility (1/4)
  29765. toki3:0:06099E:00:500:Invincibility (2/4)
  29766. toki3:0:060A66:00:500:Invincibility (3/4)
  29767. toki3:0:060A82:00:500:Invincibility (4/4)
  29768.  
  29769. ; [ Toki (bootleg) ]
  29770. tokib:0:060A67:09:000:Infinite Lives
  29771. tokib:0:06087E:99:000:Infinite Time
  29772. tokib:0:060AA7:01:000:Always Walk
  29773. tokib:0:060AA7:05:000:Always Swim
  29774. tokib:0:060AA9:00:000:Always have Default Weapon
  29775. tokib:0:060AA9:01:000:Always have Big Balls
  29776. tokib:0:060AA9:02:000:Always have Whirler
  29777. tokib:0:060AA9:03:000:Always have Flamer
  29778. tokib:0:060AA9:04:000:Always have Lava
  29779. tokib:0:060AA9:05:000:Always have 3-Way
  29780. tokib:0:060AA9:00:001:Get Default Weapon Now!
  29781. tokib:0:060AA9:01:001:Get Big Balls Now!
  29782. tokib:0:060AA9:02:001:Get Whirler Now!
  29783. tokib:0:060AA9:03:001:Get Flamer Now!
  29784. tokib:0:060AA9:04:001:Get Lava Now!
  29785. tokib:0:060AA9:05:001:Get 3-Way Now!
  29786. tokib:0:060ADA:FC:000:Lava Always Maxed
  29787. tokib:0:060AAB:01:000:Helmet Effect
  29788. tokib:0:060AAB:02:000:Sneakers Effect
  29789. tokib:0:06087B:00:000:Invincibility (1/4)
  29790. tokib:0:06099E:00:500:Invincibility (2/4)
  29791. tokib:0:060A66:00:500:Invincibility (3/4)
  29792. tokib:0:060A82:00:500:Invincibility (4/4)
  29793.  
  29794. ; [ Tokio / Scramble Formation ]
  29795. tokio:1:949F:03:000:Infinite Lives
  29796. tokio:1:84FF:04:000:Infinite red planes
  29797. tokio:1:8510:63:001:Infinite add. red planes
  29798.  
  29799. ; [ Tokio / Scramble Formation (bootleg) ]
  29800. tokiob:1:949F:03:000:Infinite Lives
  29801. tokiob:1:84FF:04:000:Infinite red planes
  29802. tokiob:1:8510:63:001:Infinite add. red planes
  29803.  
  29804. ; [ Toki no Senshi - Chrono Soldier ]
  29805. tokisens:0:C0B7:99:000:Infinite Lives PL1
  29806. tokisens:0:C0B8:99:000:Infinite Lives PL2
  29807. tokisens:0:C9FF:99:000:Infinite Grenades
  29808. tokisens:0:C26A:00:000:Invincibility
  29809.  
  29810. ; [ Toki (US) ]
  29811. tokiu:0:060A67:09:000:Infinite Lives
  29812. tokiu:0:06087E:99:000:Infinite Time
  29813. tokiu:0:060AA7:01:000:Always Walk
  29814. tokiu:0:060AA7:05:000:Always Swim
  29815. tokiu:0:060AA9:00:000:Always have Default Weapon
  29816. tokiu:0:060AA9:01:000:Always have Big Balls
  29817. tokiu:0:060AA9:02:000:Always have Whirler
  29818. tokiu:0:060AA9:03:000:Always have Flamer
  29819. tokiu:0:060AA9:04:000:Always have Lava
  29820. tokiu:0:060AA9:05:000:Always have 3-Way
  29821. tokiu:0:060AA9:00:001:Get Default Weapon Now!
  29822. tokiu:0:060AA9:01:001:Get Big Balls Now!
  29823. tokiu:0:060AA9:02:001:Get Whirler Now!
  29824. tokiu:0:060AA9:03:001:Get Flamer Now!
  29825. tokiu:0:060AA9:04:001:Get Lava Now!
  29826. tokiu:0:060AA9:05:001:Get 3-Way Now!
  29827. tokiu:0:060ADA:FC:000:Lava Always Maxed
  29828. tokiu:0:060AAB:01:000:Helmet Effect
  29829. tokiu:0:060AAB:02:000:Sneakers Effect
  29830. tokiu:0:06087B:00:000:Invincibility (1/4)
  29831. tokiu:0:06099E:00:500:Invincibility (2/4)
  29832. tokiu:0:060A66:00:500:Invincibility (3/4)
  29833. tokiu:0:060A82:00:500:Invincibility (4/4)
  29834.  
  29835. ; [ Tomahawk 777 (Revision 5) ]
  29836. tomahaw5:0:0057:09:000:Infinite Lives
  29837. tomahaw5:0:009D:80:000:Invincibility
  29838.  
  29839. ; [ Tomahawk 777 (Revision 1) ]
  29840. tomahawk:0:0057:09:000:Infinite Lives
  29841. tomahawk:0:008E:80:000:Invincibility
  29842.  
  29843. ; [ Toobin' (version 3) ]
  29844. toobin:0:FFC01D:19:000:Fix No Soundcard Problem
  29845. toobin:0:FFDDF0:09:000:Infinite Cans PL1
  29846. toobin:0:FFDDD2:03:000:Infinite Lives PL1
  29847. toobin:0:FFDDF1:09:000:Infinite Cans PL2
  29848. toobin:0:FFDDD3:03:000:Infinite Lives PL2
  29849.  
  29850. ; [ Toobin' (version 2) ]
  29851. toobin2:0:FFC01D:19:000:Fix No Soundcard Problem
  29852. toobin2:0:FFDDF0:09:000:Infinite Cans PL1
  29853. toobin2:0:FFDDD2:03:000:Infinite Lives PL1
  29854. toobin2:0:FFDDF1:09:000:Infinite Cans PL2
  29855. toobin2:0:FFDDD3:03:000:Infinite Lives PL2
  29856.  
  29857. ; [ Toobin' (Prototype) ]
  29858. toobinp:0:FFC01D:19:000:Fix No Soundcard Problem
  29859. toobinp:0:FFDDF0:09:000:Infinite Cans PL1
  29860. toobinp:0:FFDDD2:03:000:Infinite Lives PL1
  29861. toobinp:0:FFDDF1:09:000:Infinite Cans PL2
  29862. toobinp:0:FFDDD3:03:000:Infinite Lives PL2
  29863.  
  29864. ; [ Top Gunner (bootleg) ]
  29865. topgunbl:0:1478:09:000:Infinite Lives PL1
  29866. topgunbl:0:0B06:01:000:Invincibility PL1
  29867. topgunbl:0:0AFD:04:000:Always Full Power Ups PL1
  29868. topgunbl:0:0AFC:08:001:Get 8 rescued prisoners PL1
  29869. topgunbl:0:14B8:09:000:Infinite Lives PL2
  29870. topgunbl:0:0B7E:01:000:Invincibility PL2
  29871. topgunbl:0:0B75:04:000:Always Full Power Ups PL2
  29872. topgunbl:0:0B74:08:001:Get 8 rescued prisoners PL2
  29873.  
  29874. ; [ Top Gunner (US) ]
  29875. topgunr:0:1478:09:000:Infinite Lives PL1
  29876. topgunr:0:0B06:01:000:Invincibility PL1
  29877. topgunr:0:0AFD:04:000:Always Full Power Ups PL1
  29878. topgunr:0:0AFC:08:001:Get 8 rescued prisoners PL1
  29879. topgunr:0:14B8:09:000:Infinite Lives PL2
  29880. topgunr:0:0B7E:01:000:Invincibility PL2
  29881. topgunr:0:0B75:04:000:Always Full Power Ups PL2
  29882. topgunr:0:0B74:08:001:Get 8 rescued prisoners PL2
  29883.  
  29884. ; [ Top Hunter - Roddy & Cathy ]
  29885. tophuntr:0:108CC2:99:000:Infinite Time
  29886. tophuntr:0:108D1D:64:000:Infinite Lives PL1
  29887. tophuntr:0:108D0D:05:000:Always have Power PL1
  29888. tophuntr:0:108D0D:05:001:Get Power Now! PL1
  29889. tophuntr:0:100501:40:000:Infinite Health (Forest 1)PL1
  29890. tophuntr:0:100507:04:000:Infinite Ammo(Forest 1) PL1
  29891. tophuntr:0:10054C:01:000:Always have Gun (Forest 1)PL1
  29892. tophuntr:0:10054C:01:000:Get Gun Now! (Forest 1) PL1
  29893. tophuntr:0:108D21:64:000:Infinite Lives PL2
  29894. tophuntr:0:108D11:05:000:Always have Power PL1
  29895. tophuntr:0:108D11:05:001:Get Power Now! PL1
  29896. tophuntr:0:101101:40:000:Infinite Health (Forest 1)PL2
  29897. tophuntr:0:101107:04:000:Infinite Ammo(Forest 1) PL2
  29898. tophuntr:0:10114C:01:000:Always have Gun (Forest 1)PL2
  29899. tophuntr:0:10114C:01:000:Get Gun Now! (Forest 1) PL2
  29900.  
  29901. ; [ Top Racer ]
  29902. topracer:0:5401:78:000:Infinite Time
  29903. topracer:1:A817:00:000:Always be in Pole Position
  29904. topracer:0:4630:01:000:Invincibility
  29905.  
  29906. ; [ Top Secret (Exidy) (version 1.0) ]
  29907. topsecex:0:302F:03:000:Infinite Lives PL1
  29908. topsecex:0:3E1A:63:000:Infinite Fireballs PL1
  29909. topsecex:0:3E1B:63:000:Infinite Lasers PL1
  29910. topsecex:0:3E1C:63:000:Infinite Missiles PL1
  29911. topsecex:0:3E1D:63:000:Infinite Oils slick PL1
  29912. topsecex:0:3E1E:63:000:Infinite Turbos PL1
  29913. topsecex:0:3E1F:63:000:Infinite Force fields PL1
  29914. topsecex:0:3E21:63:000:Infinite Top secrets PL1
  29915.  
  29916. ; [ Top Secret (Japan) ]
  29917. topsecrt:0:FFC67B:BF:000:Invincibility (buggy!)
  29918. topsecrt:0:FFC57E:08:000:Infinite Lives
  29919. topsecrt:0:FFC5A1:99:000:Infinite Time
  29920. topsecrt:0:FFC999:01:000:Always have fast arm "ON"
  29921. topsecrt:0:FFC999:00:001:Turn fast arm "OFF"
  29922.  
  29923. ; [ Tora eno Michi (Japan) ]
  29924. toramich:0:FFC660:40:000:Infinite Energy
  29925. toramich:0:FFC096:03:000:Infinite Lives
  29926. toramich:0:FFC09D:5A:000:Infinite Time
  29927.  
  29928. ; [ Tornado Baseball ]
  29929. tornbase:0:2008:04:000:Infinite Rounds
  29930. tornbase:0:2295:00:000:Infinite Strikes
  29931. tornbase:0:2296:00:000:Infinite Outs
  29932.  
  29933. ; [ Total Carnage (rev LA1 03/10/92) ]
  29934. totcarn:0:0020F70A:03:000:Infinite Lives PL1
  29935. totcarn:0:0020F70C:09:000:Infinite Bombs PL1
  29936. totcarn:0:0020F750:03:000:Infinite Lives PL2
  29937. totcarn:0:0020F752:09:000:Infinite Bombs PL2
  29938. totcarn:0:0020F726:FA:000:Infinite Keys
  29939.  
  29940. ; [ Toryumon ]
  29941. toryumon:0:FFFE01:09:000:Infinite Credits
  29942. toryumon:0:FFC093:03:000:Freeze movement PL1:Best used by PL2
  29943. toryumon:0:FFC0B1:40:000:Bubble always full PL1
  29944. toryumon:0:FFC0B1:00:000:Bubble always empty PL1
  29945. toryumon:0:FFC0B1:40:001:Make Bubble full Now! PL1
  29946. toryumon:0:FFC0B1:00:001:Make Bubble empty Now! PL1
  29947. toryumon:0:FFC293:03:000:Freeze movement PL2:Best used by PL1
  29948. toryumon:0:FFC2B1:40:000:Bubble always full PL2
  29949. toryumon:0:FFC2B1:00:000:Bubble always empty PL2
  29950. toryumon:0:FFC2B1:40:001:Make Bubble full Now! PL2
  29951. toryumon:0:FFC2B1:00:001:Make Bubble empty Now! PL2
  29952.  
  29953. ; [ Total Carnage (prototype, rev 1.0 01/25/92) ]
  29954. totcarnp:0:0020F70A:03:000:Infinite Lives PL1
  29955. totcarnp:0:0020F70C:09:000:Infinite Bombs PL1
  29956. totcarnp:0:0020F750:03:000:Infinite Lives PL2
  29957. totcarnp:0:0020F752:09:000:Infinite Bombs PL2
  29958. totcarnp:0:0020F726:FA:000:Infinite Keys
  29959.  
  29960. ; [ Time Pilot '84 (set 1) ]
  29961. tp84:0:57D0:05:000:Infinite Lives
  29962. tp84:0:5240:FF:000:Invincibility
  29963.  
  29964. ; [ Time Pilot '84 (set 2) ]
  29965. tp84a:0:57D0:05:000:Infinite Lives
  29966. tp84a:0:5240:FF:000:Invincibility
  29967.  
  29968. ; [ Top Player's Golf ]
  29969. tpgolf:0:100106:01:000:Infinite Strokes
  29970. tpgolf:0:10022C:63:000:Infinite Holes PL1
  29971. tpgolf:0:1002AC:63:000:Infinite Holes PL2
  29972.  
  29973. ; [ Track & Field (Centuri) ]
  29974. trackflc:0:287F:01:000:Always Qualify in u 2 sec
  29975. trackflc:0:28D9:00:000:No False Starts PL1 & PL3
  29976. trackflc:0:28F9:00:000:No False Starts PL2 & PL4
  29977. trackflc:0:28C9:00:000:No Long Jump fouls
  29978. trackflc:0:2B9F:00:000:No High Jump Faults PL1
  29979. trackflc:0:2BBF:00:000:No High Jump Faults PL2
  29980. trackflc:0:2BDF:00:000:No High Jump Faults PL3
  29981. trackflc:0:2BFF:00:000:No High Jump Faults PL4
  29982. trackflc:0:2B81:02:000:Infinite Lives PL1
  29983. trackflc:0:2BA1:02:000:Infinite Lives PL2
  29984. trackflc:0:2BC1:02:000:Infinite Lives PL3
  29985. trackflc:0:2BE1:02:000:Infinite Lives PL4
  29986. trackflc:0:2A38:2D:000:Super Hammer Throw
  29987. trackflc:0:0000:00:999:[Turn the 'Start on' cheats ]
  29988. trackflc:0:0000:00:999:[ON on the title screen and ]
  29989. trackflc:0:0000:00:999:[DON'T forget to turn off   ]
  29990. trackflc:0:0000:00:999:[them OFF when you are on   ]
  29991. trackflc:0:0000:00:999:[the event or you won't     ]
  29992. trackflc:0:0000:00:999:[progress any further!!     ]
  29993. trackflc:0:2884:00:000:Start on 100 Meter Dash
  29994. trackflc:0:2884:01:000:Start on Long Jump
  29995. trackflc:0:2884:02:000:Start on Javelin Throw
  29996. trackflc:0:2884:03:000:Start on 110 Meter Hurdles
  29997. trackflc:0:2884:04:000:Start on Hammer Throw
  29998. trackflc:0:2884:05:000:Start on High Jump
  29999. trackflc:0:0000:00:999:[The Superman cheat allows  ]
  30000. trackflc:0:0000:00:999:[you to leap tall buildings ]
  30001. trackflc:0:0000:00:999:[in one bound - handy for   ]
  30002. trackflc:0:0000:00:999:[the High Jump!! It DOES NOT]
  30003. trackflc:0:0000:00:999:[work well with the Auto    ]
  30004. trackflc:0:0000:00:999:[Angle cheat so turn ONE    ]
  30005. trackflc:0:0000:00:999:[of them OFF!!!!!           ]
  30006. trackflc:0:28B3:09:000:Superman
  30007. trackflc:0:28D8:2D:000:Auto 45 degrees angle
  30008. trackflc:0:0000:00:999:[On the High Jump it's best ]
  30009. trackflc:0:0000:00:999:[to disable the Full Speed  ]
  30010. trackflc:0:0000:00:999:[and use the Superman cheat.]
  30011. trackflc:0:28B0:01:000:Full Speed (1/3)
  30012. trackflc:0:28B1:05:500:Full Speed (2/3)
  30013. trackflc:0:28B2:00:500:Full Speed (3/3)
  30014. trackflc:0:0000:00:999:[Don't use the Full Speed   ]
  30015. trackflc:0:0000:00:999:[cheat on the Hurdles - it  ]
  30016. trackflc:0:0000:00:999:[is TOO fast, use Fast for  ]
  30017. trackflc:0:0000:00:999:[Hurdles instead.           ]
  30018. trackflc:0:28B0:01:000:Fast for Hurdles (1/3)
  30019. trackflc:0:28B1:02:500:Fast for Hurdles (2/3)
  30020. trackflc:0:28B2:00:500:Fast for Hurdles (3/3)
  30021. trackflc:0:0000:00:999:[The Take steroids cheat is ]
  30022. trackflc:0:0000:00:999:[better than the Full Speed ]
  30023. trackflc:0:0000:00:999:[cheat. However, you must be]
  30024. trackflc:0:0000:00:999:[careful with it or you'll  ]
  30025. trackflc:0:0000:00:999:[run off the pitch and the  ]
  30026. trackflc:0:0000:00:999:[anti-doping control will   ]
  30027. trackflc:0:0000:00:999:[catch you!! ;-)            ]
  30028. trackflc:0:2834:00:000:Take steroids
  30029.  
  30030. ; [ Track & Field ]
  30031. trackfld:0:287F:01:000:Always Qualify in u 2 sec
  30032. trackfld:0:28D9:00:000:No False Starts PL1 & PL3
  30033. trackfld:0:28F9:00:000:No False Starts PL2 & PL4
  30034. trackfld:0:28C9:00:000:No Long Jump fouls
  30035. trackfld:0:2B9F:00:000:No High Jump Faults PL1
  30036. trackfld:0:2BBF:00:000:No High Jump Faults PL2
  30037. trackfld:0:2BDF:00:000:No High Jump Faults PL3
  30038. trackfld:0:2BFF:00:000:No High Jump Faults PL4
  30039. trackfld:0:2B81:02:000:Infinite Lives PL1
  30040. trackfld:0:2BA1:02:000:Infinite Lives PL2
  30041. trackfld:0:2BC1:02:000:Infinite Lives PL3
  30042. trackfld:0:2BE1:02:000:Infinite Lives PL4
  30043. trackfld:0:2A38:2D:000:Super Hammer Throw
  30044. trackfld:0:0000:00:999:[Turn the 'Start on' cheats ]
  30045. trackfld:0:0000:00:999:[ON on the title screen and ]
  30046. trackfld:0:0000:00:999:[DON'T forget to turn off   ]
  30047. trackfld:0:0000:00:999:[them OFF when you are on   ]
  30048. trackfld:0:0000:00:999:[the event or you won't     ]
  30049. trackfld:0:0000:00:999:[progress any further!!     ]
  30050. trackfld:0:2884:00:000:Start on 100 Meter Dash
  30051. trackfld:0:2884:01:000:Start on Long Jump
  30052. trackfld:0:2884:02:000:Start on Javelin Throw
  30053. trackfld:0:2884:03:000:Start on 110 Meter Hurdles
  30054. trackfld:0:2884:04:000:Start on Hammer Throw
  30055. trackfld:0:2884:05:000:Start on High Jump
  30056. trackfld:0:0000:00:999:[The Superman cheat allows  ]
  30057. trackfld:0:0000:00:999:[you to leap tall buildings ]
  30058. trackfld:0:0000:00:999:[in one bound - handy for   ]
  30059. trackfld:0:0000:00:999:[the High Jump!! It DOES NOT]
  30060. trackfld:0:0000:00:999:[work well with the Auto    ]
  30061. trackfld:0:0000:00:999:[Angle cheat so turn ONE    ]
  30062. trackfld:0:0000:00:999:[of them OFF!!!!!           ]
  30063. trackfld:0:28B3:09:000:Superman
  30064. trackfld:0:28D8:2D:000:Auto 45 degrees angle
  30065. trackfld:0:0000:00:999:[On the High Jump it's best ]
  30066. trackfld:0:0000:00:999:[to disable the Full Speed  ]
  30067. trackfld:0:0000:00:999:[and use the Superman cheat.]
  30068. trackfld:0:28B0:01:000:Full Speed (1/3)
  30069. trackfld:0:28B1:05:500:Full Speed (2/3)
  30070. trackfld:0:28B2:00:500:Full Speed (3/3)
  30071. trackfld:0:0000:00:999:[Don't use the Full Speed   ]
  30072. trackfld:0:0000:00:999:[cheat on the Hurdles - it  ]
  30073. trackfld:0:0000:00:999:[is TOO fast, use Fast for  ]
  30074. trackfld:0:0000:00:999:[Hurdles instead.           ]
  30075. trackfld:0:28B0:01:000:Fast for Hurdles (1/3)
  30076. trackfld:0:28B1:02:500:Fast for Hurdles (2/3)
  30077. trackfld:0:28B2:00:500:Fast for Hurdles (3/3)
  30078. trackfld:0:0000:00:999:[The Take steroids cheat is ]
  30079. trackfld:0:0000:00:999:[better than the Full Speed ]
  30080. trackfld:0:0000:00:999:[cheat. However, you must be]
  30081. trackfld:0:0000:00:999:[careful with it or you'll  ]
  30082. trackfld:0:0000:00:999:[run off the pitch and the  ]
  30083. trackfld:0:0000:00:999:[anti-doping control will   ]
  30084. trackfld:0:0000:00:999:[catch you!! ;-)            ]
  30085. trackfld:0:2834:00:000:Take steroids
  30086.  
  30087. ; [ Thrash Rally ]
  30088. trally:0:103611:99:000:Infinite Time
  30089.  
  30090. ; [ Tranquilizer Gun ]
  30091. tranqgun:0:E4EC:03:000:Infinite Lives PL1
  30092. tranqgun:0:E4ED:03:000:Infinite Lives PL2
  30093. tranqgun:0:E5B5:63:000:Infinite Time Animal 1
  30094. tranqgun:0:E5D1:63:000:Infinite Time Animal 2
  30095. tranqgun:0:E5ED:63:000:Infinite Time Animal 3
  30096. tranqgun:0:E609:63:000:Infinite Time Animal 4
  30097.  
  30098. ; [ Traverse USA / Zippy Race ]
  30099. travrusa:0:E70D:01:000:Rank always set to 1st
  30100. travrusa:0:0000:00:999:[Infinite Fuel must be      ]
  30101. travrusa:0:0000:00:999:[turned off at New York.    ]
  30102. travrusa:0:E708:1E:000:Infinite Fuel
  30103. travrusa:0:0000:00:999:[Invincibility must be      ]
  30104. travrusa:0:0000:00:999:[turned OFF before entering ]
  30105. travrusa:0:0000:00:999:[the final straight of      ]
  30106. travrusa:0:0000:00:999:[each city.                 ]
  30107. travrusa:0:E300:03:000:Invincibility
  30108.  
  30109. ; [ Treasure Hunt (Japan?) ]
  30110. treahunt:0:449A:03:000:Infinite Lives PL1
  30111. treahunt:0:449B:03:000:Infinite Lives PL2
  30112.  
  30113. ; [ Trigon (Japan) ]
  30114. trigon:0:000000:00:999:[Enable invincibility during]
  30115. trigon:0:000000:00:999:[game play ONLY!!           ]
  30116. trigon:0:090200:64:000:Infinite Lives PL1
  30117. trigon:0:0902A0:01:000:Infinite Beam S. Weapon PL1
  30118. trigon:0:0902A0:02:000:Infinite Flame S. Weapon PL1
  30119. trigon:0:092952:01:000:Invincibility PL1 (1/3)
  30120. trigon:0:092954:00:500:Invincibility PL1 (2/3)
  30121. trigon:0:09295A:00:500:Invincibility PL1 (3/3)
  30122. trigon:0:090300:64:000:Infinite Lives PL2
  30123. trigon:0:0902B0:01:000:Infinite Beam S. Weapon PL2
  30124. trigon:0:0902B0:02:000:Infinite Flame S. Weapon PL2
  30125. trigon:0:092A32:01:000:Invincibility PL2 (1/3)
  30126. trigon:0:092A34:00:500:Invincibility PL2 (2/3)
  30127. trigon:0:092A3A:00:500:Invincibility PL2 (3/3)
  30128. trigon:0:092C88:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
  30129.  
  30130. ; [ Trio The Punch - Never Forget Me... (Japan) ]
  30131. triothep:0:1F0049:1E:000:Infinite Time
  30132. triothep:0:1F003D:0C:000:Infinite Energy
  30133. triothep:0:1F0025:58:000:Invincibility
  30134.  
  30135. ; [ Triple Punch ]
  30136. triplep:0:4108:08:000:Infinite Lives
  30137. triplep:0:0000:00:999:[For invincibility enable   ]
  30138. triplep:0:0000:00:999:[all cheats (A/B/C) only    ]
  30139. triplep:0:0000:00:999:[during gameplay.           ]
  30140. triplep:0:4300:01:000:Invincibility (A)
  30141. triplep:0:4302:01:000:Invincibility (B)
  30142. triplep:0:4793:01:000:Invincibility (C)
  30143.  
  30144. ; [ Tri-Sports ]
  30145. trisport:0:10092F:14:000:Infinite Time (Pool)
  30146. trisport:0:10078B:09:000:Infinite Turns (Pool)
  30147. trisport:0:100CB6:03:000:Infinite Holes (Golf)
  30148. trisport:0:10078B:05:000:Infinite Balls (Golf)
  30149.  
  30150. ; [ Trivial Pursuit (Baby Boomer Edition) ]
  30151. triviabb:0:00A1:15:000:Infinite Time
  30152. triviabb:0:0086:04:000:Infinite Guesses
  30153. triviabb:0:0000:00:999:[Select the Dice Side during]
  30154. triviabb:0:0000:00:999:[or after the dice is thrown]
  30155. triviabb:0:0535:06:072:Select the Dice Side (1-6)
  30156.  
  30157. ; [ Trivial Pursuit (Genus I) ]
  30158. triviag1:0:00A1:15:000:Infinite Time
  30159. triviag1:0:0086:04:000:Infinite Guesses
  30160. triviag1:0:0000:00:999:[Select the Dice Side during]
  30161. triviag1:0:0000:00:999:[or after the dice is thrown]
  30162. triviag1:0:0535:06:072:Select the Dice Side (1-6)
  30163.  
  30164. ; [ Trivial Pursuit (Genus II) ]
  30165. triviag2:0:00A1:15:000:Infinite Time
  30166. triviag2:0:0086:04:000:Infinite Guesses
  30167. triviag2:0:0000:00:999:[Select the Dice Side during]
  30168. triviag2:0:0000:00:999:[or after the dice is thrown]
  30169. triviag2:0:0535:06:072:Select the Dice Side (1-6)
  30170.  
  30171. ; [ Trivial Pursuit (All Star Sports Edition) ]
  30172. triviasp:0:00A1:15:000:Infinite Time
  30173. triviasp:0:0086:04:000:Infinite Guesses
  30174. triviasp:0:0000:00:999:[Select the Dice Side during]
  30175. triviasp:0:0000:00:999:[or after the dice is thrown]
  30176. triviasp:0:0535:06:072:Select the Dice Side (1-6)
  30177.  
  30178. ; [ Trivial Pursuit (Young Players Edition) ]
  30179. triviayp:0:00A1:15:000:Infinite Time
  30180. triviayp:0:0086:04:000:Infinite Guesses
  30181. triviayp:0:0000:00:999:[Select the Dice Side during]
  30182. triviayp:0:0000:00:999:[or after the dice is thrown]
  30183. triviayp:0:0535:06:072:Select the Dice Side (1-6)
  30184.  
  30185. ; [ Tropical Angel ]
  30186. troangel:0:E094:99:004:Infinite Time
  30187.  
  30188. ; [ Trog (rev LA4 03/11/91) ]
  30189. trog:0:0020ECAA:03:000:Infinite Lives PL1
  30190. trog:0:0020ED34:03:000:Infinite Lives PL2
  30191. trog:0:0020EDBE:03:000:Infinite Lives PL3
  30192. trog:0:0020EE48:03:000:Infinite Lives PL4
  30193.  
  30194. ; [ Trog (rev LA3 02/14/91) ]
  30195. trog3:0:0020ECAA:03:000:Infinite Lives PL1
  30196. trog3:0:0020ED34:03:000:Infinite Lives PL2
  30197. trog3:0:0020EDBE:03:000:Infinite Lives PL3
  30198. trog3:0:0020EE48:03:000:Infinite Lives PL4
  30199.  
  30200. ; [ Trog (prototype, rev 4.00 07/27/90) ]
  30201. trogp:0:0020ECAA:03:000:Infinite Lives PL1
  30202. trogp:0:0020ED34:03:000:Infinite Lives PL2
  30203. trogp:0:0020EDBE:03:000:Infinite Lives PL3
  30204. trogp:0:0020EE48:03:000:Infinite Lives PL4
  30205.  
  30206. ; [ Trojan (US) ]
  30207. trojan:0:CDA0:99:000:Infinite Lives
  30208. trojan:0:C078:00:000:Infinite Energy
  30209. trojan:0:C079:99:000:Infinite Time
  30210.  
  30211. ; [ Tatakai no Banka (Japan) ]
  30212. trojanj:0:CDA0:99:000:Infinite Lives
  30213. trojanj:0:C078:00:000:Infinite Energy
  30214. trojanj:0:C079:99:000:Infinite Time
  30215.  
  30216. ; [ Trojan (Romstar) ]
  30217. trojanr:0:CDA0:99:000:Infinite Lives
  30218. trojanr:0:C078:00:000:Infinite Energy
  30219. trojanr:0:C079:99:000:Infinite Time
  30220.  
  30221. ; [ Tron (set 1) ]
  30222. tron:0:C41F:04:000:Infinite Lives
  30223. tron:0:C00E:08:000:Infinite Time(disable on MCP)
  30224. tron:0:C422:01:000:Start on Level 2 
  30225. tron:0:C422:02:000:Start on Level 3 
  30226. tron:0:C422:03:000:Start on Level 4 
  30227. tron:0:C422:04:000:Start on Level 5
  30228.  
  30229. ; [ Tron (set 2) ]
  30230. tron2:0:C41F:04:000:Infinite Lives
  30231. tron2:0:C00E:08:000:Infinite Time(disable on MCP)
  30232. tron2:0:C422:01:000:Start on Level 2 
  30233. tron2:0:C422:02:000:Start on Level 3 
  30234. tron2:0:C422:03:000:Start on Level 4 
  30235. tron2:0:C422:04:000:Start on Level 5
  30236.  
  30237. ; [ Truxton / Tatsujin ]
  30238. truxton:0:081D17:0A:000:Infinite Lives
  30239. truxton:0:081847:0B:000:Infinite Skulls
  30240. truxton:0:081838:00:000:Invincibility 'ON'
  30241. truxton:0:081838:80:001:Invincibility 'OFF'
  30242. truxton:0:081855:22:001:Get Max Speed Now!
  30243. truxton:0:081855:22:000:Alway Max Speed
  30244. truxton:0:081D2D:04:001:Get 4 P Now!:(5th P = Weapon Power Up)
  30245. truxton:0:081845:01:001:Get Better Weapon Now!
  30246. truxton:0:081845:01:000:Always Better Weapon
  30247. truxton:0:081845:02:001:Get Best Weapon Now!
  30248. truxton:0:081845:02:000:Always Best Weapon
  30249. truxton:0:081841:00:000:Always Red Fire (1/2)
  30250. truxton:0:081843:00:500:Always Red Fire (2/2)
  30251. truxton:0:081841:08:000:Always Green Fire (1/2)
  30252. truxton:0:081843:08:500:Always Green Fire (2/2)
  30253. truxton:0:081841:10:000:Always Blue Fire (1/2)
  30254. truxton:0:081843:10:500:Always Blue Fire (2/2)
  30255. truxton:0:081841:00:001:Get Red Fire Now! (1/2)
  30256. truxton:0:081843:00:501:Get Red Fire Now! (2/2)
  30257. truxton:0:081841:08:001:Get Green Fire Now! (1/2)
  30258. truxton:0:081843:08:501:Get Green Fire Now! (2/2)
  30259. truxton:0:081841:10:001:Get Blue Fire Now! (1/2)
  30260. truxton:0:081843:10:501:Get Blue Fire Now! (2/2)
  30261.  
  30262. ; [ Samurai Nihon-ichi (set 1) ]
  30263. tsamurai:0:C310:09:000:Infinite Time (1/3)
  30264. tsamurai:0:C311:09:500:Infinite Time (2/3)
  30265. tsamurai:0:C312:09:500:Infinite Time (3/3)
  30266. tsamurai:0:C364:03:000:Always have the Power
  30267. tsamurai:0:C00C:06:000:Infinite Lives PL1
  30268. tsamurai:0:C00D:06:000:Infinite Lives PL2
  30269.  
  30270. ; [ Samurai Nihon-ichi (set 2) ]
  30271. tsamura2:0:C310:09:000:Infinite Time (1/3)
  30272. tsamura2:0:C311:09:500:Infinite Time (2/3)
  30273. tsamura2:0:C312:09:500:Infinite Time (3/3)
  30274. tsamura2:0:C364:03:000:Always have the Power
  30275. tsamura2:0:C00C:06:000:Infinite Lives PL1
  30276. tsamura2:0:C00D:06:000:Infinite Lives PL2
  30277.  
  30278. ; [ Takeda Shingen (Japan) ]
  30279. tshingen:0:0F0081:0F:000:Always have 'Fu,Rin,Ka,Zan,'
  30280. tshingen:0:0F0E23:01:000:Always have Koduka (Knife)
  30281. tshingen:0:0F00CF:03:000:Infinite Lives PL1
  30282. tshingen:0:0F0107:50:000:Infinite Energy PL1
  30283. tshingen:0:0F0E11:03:000:Infinite Life(Horse) PL1:Bonus stage
  30284. tshingen:0:0F00DF:03:000:Infinite Lives PL2
  30285. tshingen:0:0F0187:50:000:Infinite Energy PL2
  30286. tshingen:0:0F0E15:03:000:Infinite Life(Horse) PL2:Bonus stage
  30287. tshingen:0:000000:00:999:[Enable the select starting ]
  30288. tshingen:0:000000:00:999:[cheats on the screen with  ]
  30289. tshingen:0:000000:00:999:[the smoke signals.         ]
  30290. tshingen:0:0F0039:04:071:Select the Starting Stage
  30291. tshingen:0:0F003B:03:071:Select the Starting Scene
  30292. tshingen:0:0F003D:00:001:Finish this Scene Now!
  30293.  
  30294. ; [ Turkey Shoot ]
  30295. tshoot:0:BF00:03:000:Infinite Lives
  30296.  
  30297. ; [ Tough Turf (Japan) ]
  30298. tturf:0:200811:09:000:Infinite Time
  30299. tturf:0:2010D6:0F:000:Infinite Energy PL1
  30300. tturf:0:2011D6:0F:000:Infinite Energy PL2
  30301.  
  30302. ; [ Tough Turf (bootleg) ]
  30303. tturfbl:0:200811:09:000:Infinite Time
  30304. tturfbl:0:2010D6:0F:000:Infinite Energy PL1
  30305. tturfbl:0:2011D6:0F:000:Infinite Energy PL2
  30306.  
  30307. ; [ Tough Turf (US) ]
  30308. tturfu:0:200811:09:000:Infinite Time
  30309. tturfu:0:2010D6:0F:000:Infinite Energy PL1
  30310. tturfu:0:2011D6:0F:000:Infinite Energy PL2
  30311.  
  30312. ; [ Tumble Pop (World) ]
  30313. tumblep:0:120473:09:000:Infinite Lives PL1
  30314. tumblep:0:12042B:00:000:Invincibility PL1  (1/2)
  30315. tumblep:0:12042A:80:540:Invincibility PL1  (2/2)
  30316. tumblep:0:120673:09:000:Infinite Lives PL2
  30317. tumblep:0:12062B:00:000:Invincibility PL2  (1/2)
  30318. tumblep:0:12062A:80:540:Invincibility PL2  (2/2)
  30319. tumblep:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages
  30320. tumblep:0:1200B4:01:001:Get TUMBLEPOP Now! (1/2)
  30321. tumblep:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2)
  30322. tumblep:0:1200B4:01:021:Get letter - T           Now!
  30323. tumblep:0:1200B5:80:021:Get letter - U           Now!
  30324. tumblep:0:1200B5:40:021:Get letter - M           Now!
  30325. tumblep:0:1200B5:20:021:Get letter - B           Now!
  30326. tumblep:0:1200B5:10:021:Get letter - L           Now!
  30327. tumblep:0:1200B5:08:021:Get letter - E           Now!
  30328. tumblep:0:1200B5:04:021:Get letter - P (first)   Now!
  30329. tumblep:0:1200B5:02:021:Get letter - O           Now!
  30330. tumblep:0:1200B5:01:021:Get letter - P (second)  Now!
  30331. tumblep:0:121425:00:001:One hit for boss 1       Now!
  30332. tumblep:0:121A25:00:001:One hit for boss 2       Now!
  30333. tumblep:0:1211E5:00:001:One hit for boss 3       Now!
  30334. tumblep:0:121365:00:001:One hit for boss 4       Now!
  30335. tumblep:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part
  30336. tumblep:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part
  30337. tumblep:0:121EA5:00:001:One hit for boss 5 -Head Now!
  30338. tumblep:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part
  30339. tumblep:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part
  30340. tumblep:0:121665:00:001:One hit for boss 7       Now!
  30341. tumblep:0:121D85:00:001:One hit for boss 8       Now!
  30342. tumblep:0:121A25:00:001:One hit for boss 9       Now!
  30343. tumblep:0:121425:00:001:One hit for boss 10      Now!
  30344. tumblep:0:120099:08:000:Go to world 9:To be used at "level select"
  30345. tumblep:0:120099:09:000:Go to world 10:To be used at "level select"
  30346.  
  30347. ; [ Tumble Pop (bootleg set 2) ]
  30348. tumblep2:0:120473:09:000:Infinite Lives PL1
  30349. tumblep2:0:12042B:00:000:Invincibility PL1  (1/2)
  30350. tumblep2:0:12042A:80:540:Invincibility PL1  (2/2)
  30351. tumblep2:0:120673:09:000:Infinite Lives PL2
  30352. tumblep2:0:12062B:00:000:Invincibility PL2  (1/2)
  30353. tumblep2:0:12062A:80:540:Invincibility PL2  (2/2)
  30354. tumblep2:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages
  30355. tumblep2:0:1200B4:01:001:Get TUMBLEPOP Now! (1/2)
  30356. tumblep2:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2)
  30357. tumblep2:0:1200B4:01:021:Get letter - T           Now!
  30358. tumblep2:0:1200B5:80:021:Get letter - U           Now!
  30359. tumblep2:0:1200B5:40:021:Get letter - M           Now!
  30360. tumblep2:0:1200B5:20:021:Get letter - B           Now!
  30361. tumblep2:0:1200B5:10:021:Get letter - L           Now!
  30362. tumblep2:0:1200B5:08:021:Get letter - E           Now!
  30363. tumblep2:0:1200B5:04:021:Get letter - P (first)   Now!
  30364. tumblep2:0:1200B5:02:021:Get letter - O           Now!
  30365. tumblep2:0:1200B5:01:021:Get letter - P (second)  Now!
  30366. tumblep2:0:121425:00:001:One hit for boss 1       Now!
  30367. tumblep2:0:121A25:00:001:One hit for boss 2       Now!
  30368. tumblep2:0:1211E5:00:001:One hit for boss 3       Now!
  30369. tumblep2:0:121365:00:001:One hit for boss 4       Now!
  30370. tumblep2:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part
  30371. tumblep2:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part
  30372. tumblep2:0:121EA5:00:001:One hit for boss 5 -Head Now!
  30373. tumblep2:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part
  30374. tumblep2:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part
  30375. tumblep2:0:121665:00:001:One hit for boss 7       Now!
  30376. tumblep2:0:121D85:00:001:One hit for boss 8       Now!
  30377. tumblep2:0:121A25:00:001:One hit for boss 9       Now!
  30378. tumblep2:0:121425:00:001:One hit for boss 10      Now!
  30379. tumblep2:0:120099:08:000:Go to world 9:To be used at "level select"
  30380. tumblep2:0:120099:09:000:Go to world 10:To be used at "level select"
  30381.  
  30382. ; [ Tumble Pop (bootleg set 1) ]
  30383. tumblepb:0:120473:09:000:Infinite Lives PL1
  30384. tumblepb:0:12042B:00:000:Invincibility PL1  (1/2)
  30385. tumblepb:0:12042A:80:540:Invincibility PL1  (2/2)
  30386. tumblepb:0:120673:09:000:Infinite Lives PL2
  30387. tumblepb:0:12062B:00:000:Invincibility PL2  (1/2)
  30388. tumblepb:0:12062A:80:540:Invincibility PL2  (2/2)
  30389. tumblepb:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages
  30390. tumblepb:0:1200B4:01:001:Get TUMBLEPOP Now! (1/2)
  30391. tumblepb:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2)
  30392. tumblepb:0:1200B4:01:021:Get letter - T           Now!
  30393. tumblepb:0:1200B5:80:021:Get letter - U           Now!
  30394. tumblepb:0:1200B5:40:021:Get letter - M           Now!
  30395. tumblepb:0:1200B5:20:021:Get letter - B           Now!
  30396. tumblepb:0:1200B5:10:021:Get letter - L           Now!
  30397. tumblepb:0:1200B5:08:021:Get letter - E           Now!
  30398. tumblepb:0:1200B5:04:021:Get letter - P (first)   Now!
  30399. tumblepb:0:1200B5:02:021:Get letter - O           Now!
  30400. tumblepb:0:1200B5:01:021:Get letter - P (second)  Now!
  30401. tumblepb:0:121425:00:001:One hit for boss 1       Now!
  30402. tumblepb:0:121A25:00:001:One hit for boss 2       Now!
  30403. tumblepb:0:1211E5:00:001:One hit for boss 3       Now!
  30404. tumblepb:0:121365:00:001:One hit for boss 4       Now!
  30405. tumblepb:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part
  30406. tumblepb:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part
  30407. tumblepb:0:121EA5:00:001:One hit for boss 5 -Head Now!
  30408. tumblepb:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part
  30409. tumblepb:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part
  30410. tumblepb:0:121665:00:001:One hit for boss 7       Now!
  30411. tumblepb:0:121D85:00:001:One hit for boss 8       Now!
  30412. tumblepb:0:121A25:00:001:One hit for boss 9       Now!
  30413. tumblepb:0:121425:00:001:One hit for boss 10      Now!
  30414. tumblepb:0:120099:08:000:Go to world 9:To be used at "level select"
  30415. tumblepb:0:120099:09:000:Go to world 10:To be used at "level select"
  30416.  
  30417. ; [ Tumble Pop (Japan) ]
  30418. tumblepj:0:120473:09:000:Infinite Lives PL1
  30419. tumblepj:0:12042B:00:000:Invincibility PL1  (1/2)
  30420. tumblepj:0:12042A:80:540:Invincibility PL1  (2/2)
  30421. tumblepj:0:120673:09:000:Infinite Lives PL2
  30422. tumblepj:0:12062B:00:000:Invincibility PL2  (1/2)
  30423. tumblepj:0:12062A:80:540:Invincibility PL2  (2/2)
  30424. tumblepj:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages
  30425. tumblepj:0:1200B4:01:001:Get TUMBLEPOP Now! (1/2)
  30426. tumblepj:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2)
  30427. tumblepj:0:1200B4:01:021:Get letter - T           Now!
  30428. tumblepj:0:1200B5:80:021:Get letter - U           Now!
  30429. tumblepj:0:1200B5:40:021:Get letter - M           Now!
  30430. tumblepj:0:1200B5:20:021:Get letter - B           Now!
  30431. tumblepj:0:1200B5:10:021:Get letter - L           Now!
  30432. tumblepj:0:1200B5:08:021:Get letter - E           Now!
  30433. tumblepj:0:1200B5:04:021:Get letter - P (first)   Now!
  30434. tumblepj:0:1200B5:02:021:Get letter - O           Now!
  30435. tumblepj:0:1200B5:01:021:Get letter - P (second)  Now!
  30436. tumblepj:0:121425:00:001:One hit for boss 1       Now!
  30437. tumblepj:0:121A25:00:001:One hit for boss 2       Now!
  30438. tumblepj:0:1211E5:00:001:One hit for boss 3       Now!
  30439. tumblepj:0:121365:00:001:One hit for boss 4       Now!
  30440. tumblepj:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part
  30441. tumblepj:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part
  30442. tumblepj:0:121EA5:00:001:One hit for boss 5 -Head Now!
  30443. tumblepj:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part
  30444. tumblepj:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part
  30445. tumblepj:0:121665:00:001:One hit for boss 7       Now!
  30446. tumblepj:0:121D85:00:001:One hit for boss 8       Now!
  30447. tumblepj:0:121A25:00:001:One hit for boss 9       Now!
  30448. tumblepj:0:121425:00:001:One hit for boss 10      Now!
  30449. tumblepj:0:120099:08:000:Go to world 9:To be used at "level select"
  30450. tumblepj:0:120099:09:000:Go to world 10:To be used at "level select"
  30451.  
  30452. ; [ Turbo ]
  30453. turbo:0:F212:63:000:Infinite Time
  30454. turbo:0:F270:40:000:Invincibility
  30455.  
  30456. ; [ Turbo (encrypted set 1) ]
  30457. turboa:0:F212:63:000:Infinite Time
  30458. turboa:0:F270:40:000:Invincibility
  30459.  
  30460. ; [ Turbo (encrypted set 2) ]
  30461. turbob:0:F212:63:000:Infinite Time
  30462. turbob:0:F270:40:000:Invincibility
  30463.  
  30464. ; [ Turbo Force ]
  30465. turbofrc:0:000000:00:999:[Turn off cheats with F5 at ]
  30466. turbofrc:0:000000:00:999:[the start of each level!   ]
  30467. turbofrc:0:0C1FAF:07:000:Infinite Lives PL1
  30468. turbofrc:0:0C1F99:08:000:Maximum fire power PL1
  30469. turbofrc:0:0C1FBB:A0:000:Invincibility PL1
  30470. turbofrc:0:0C2017:07:000:Infinite Lives PL2
  30471. turbofrc:0:0C2001:08:000:Maximum fire power PL2
  30472. turbofrc:0:0C2023:A0:000:Invincibility PL2
  30473. turbofrc:0:0C207F:07:000:Infinite Lives PL3
  30474. turbofrc:0:0C2069:08:000:Maximum fire power PL3
  30475. turbofrc:0:0C208B:A0:000:Invincibility PL3
  30476.  
  30477. ; [ Turbo Tag (Prototype) ]
  30478. turbotag:0:F238:06:000:Infinite Lives
  30479. turbotag:0:F25D:01:000:Always have Turbo Charger
  30480. turbotag:0:F249:00:000:Infinite Crashes allowed
  30481.  
  30482. ; [ Neo Turf Masters / Big Tournament Golf ]
  30483. turfmast:0:106FE7:7F:000:Maximum Power
  30484. turfmast:0:101255:1E:002:Infinite Time PL1
  30485. turfmast:0:107006:01:000:Do not count strokes PL1
  30486. turfmast:0:1005F5:1E:002:Infinite Time PL2
  30487. turfmast:0:10702C:01:000:Do not count strokes PL2
  30488.  
  30489. ; [ Turpin ]
  30490. turpin:0:8630:09:000:Infinite Lives
  30491. turpin:0:8637:63:000:Infinite Bombs
  30492.  
  30493. ; [ Turtles ]
  30494. turtles:0:8630:09:000:Infinite Lives
  30495. turtles:0:8637:63:000:Infinite Bombs
  30496.  
  30497. ; [ Turtle Ship ]
  30498. turtship:0:C085:09:000:Infinite slow time
  30499. turtship:0:C084:01:000:Enemies' speed is slow
  30500. turtship:0:C084:00:001:Enemies' speed is normal
  30501. turtship:0:C016:03:000:Infinite Lives PL1
  30502. turtship:0:C080:01:020:Invincibility PL1
  30503. turtship:0:D005:13:520:Infinite Missiles PL1 (1/2)
  30504. turtship:0:D005:0C:540:Infinite Missiles PL1 (2/2)
  30505. turtship:0:D005:E0:020:Infinite Thunders PL1
  30506. turtship:0:D004:02:020:Always have the missiles PL1
  30507. turtship:0:D004:04:020:Always have the thunders PL1
  30508. turtship:0:D004:01:020:Always have the sideways PL1
  30509. turtship:0:D004:10:020:Always have the power firePL1
  30510. turtship:0:D004:02:021:Get the missiles Now! PL1
  30511. turtship:0:D004:04:021:Get the thunders Now! PL1
  30512. turtship:0:D004:01:021:Get the sideways Now! PL1
  30513. turtship:0:D004:10:021:Get the power fire Now! PL1
  30514. turtship:0:C017:03:000:Infinite Lives PL2
  30515. turtship:0:C080:02:020:Invincibility PL2
  30516. turtship:0:D085:13:520:Infinite Missiles PL2 (1/2)
  30517. turtship:0:D085:0C:540:Infinite Missiles PL2 (2/2)
  30518. turtship:0:D085:E0:020:Infinite Thunders PL2
  30519. turtship:0:D084:02:020:Always have the missiles PL2
  30520. turtship:0:D084:04:020:Always have the thunders PL2
  30521. turtship:0:D084:01:020:Always have the sideways PL2
  30522. turtship:0:D084:10:020:Always have the power firePL2
  30523. turtship:0:D084:02:021:Get the missiles Now! PL2
  30524. turtship:0:D084:04:021:Get the thunders Now! PL2
  30525. turtship:0:D084:01:021:Get the sideways Now! PL2
  30526. turtship:0:D084:10:021:Get the power fire Now! PL2
  30527.  
  30528. ; [ Tutankham ]
  30529. tutankhm:0:8880:05:000:Infinite Lives
  30530. tutankhm:0:8882:06:000:Infinite Bombs
  30531. tutankhm:0:886D:FF:000:Infinite Time
  30532. tutankhm:0:8885:01:000:Always have key
  30533. tutankhm:0:8885:01:000:Always have a Key
  30534. tutankhm:0:8885:01:001:Get a Key Now!
  30535.  
  30536. ; [ Tutankham (Stern) ]
  30537. tutankst:0:8880:05:000:Infinite Lives
  30538. tutankst:0:8882:06:000:Infinite Bombs
  30539. tutankst:0:886D:FF:000:Infinite Time
  30540. tutankst:0:8885:01:000:Always have a Key
  30541. tutankst:0:8885:01:001:Get a Key Now!
  30542.  
  30543. ; [ TwinBee ]
  30544. twinbee:0:01EA81:0F:000:Infinite Lives PL1
  30545. twinbee:0:01EE73:01:000:Invincibility "ON"  PL1
  30546. twinbee:0:01EE73:00:001:Invincibility "OFF" PL1
  30547. twinbee:0:01EDC8:C4:001:Get Normal Shot Now! PL1
  30548. twinbee:0:01EDC8:E4:001:Get Twin Shot Now! PL1
  30549. twinbee:0:01EDCB:05:001:Get Option Now! PL1
  30550. twinbee:0:01F049:01:001:Get 3-way Shot Now! PL1
  30551. twinbee:0:01EDC7:00:000:Infinite Repair Car PL1
  30552. twinbee:0:01ED90:01:001:Repair Hand Now! PL1 (1/4)
  30553. twinbee:0:01ED91:00:501:Repair Hand Now! PL1 (2/4)
  30554. twinbee:0:01EDA0:01:501:Repair Hand Now! PL1 (3/4)
  30555. twinbee:0:01EDA1:00:501:Repair Hand Now! PL1 (4/4)
  30556. twinbee:0:000000:00:999:[---Version VS only cheats--]
  30557. twinbee:0:01EAC1:0F:000:Infinite Lives PL2
  30558. twinbee:0:01F173:01:000:Invincibility "ON"  PL2
  30559. twinbee:0:01F173:00:001:Invincibility "OFF" PL2
  30560. twinbee:0:01F0C8:C4:001:Get Normal Shot Now! PL2
  30561. twinbee:0:01F0C8:E4:001:Get Twin Shot Now! PL2
  30562. twinbee:0:01F0CB:14:001:Get Option Now! PL2
  30563. twinbee:0:01F0CB:09:001:Get Barrier Now! PL2
  30564. twinbee:0:01F0C7:00:000:Infinite Repair Car PL2
  30565. twinbee:0:01F210:01:001:Repair Hand Now! PL2 (1/4)
  30566. twinbee:0:01F211:00:501:Repair Hand Now! PL2 (2/4)
  30567. twinbee:0:01F220:01:501:Repair Hand Now! PL2 (3/4)
  30568. twinbee:0:01F221:00:501:Repair Hand Now! PL2 (4/4)
  30569. twinbee:0:01EC35:3F:000:Sound Test Timer Stop:[PL2 Start]Next Code
  30570. twinbee:0:01FF06:FF:000:WakeUp Music Timer Stop:Start again after the use
  30571.  
  30572. ; [ Twin Cobra (World) ]
  30573. twincobr:0:031871:0A:000:Infinite Lives PL1
  30574. twincobr:0:03004D:09:000:Infinite Bombs PL1
  30575. twincobr:0:030023:2E:000:Invincibility PL1 (1/2)
  30576. twincobr:0:030038:80:500:Invincibility PL1 (2/2)
  30577. twincobr:0:000000:00:999:[You must enable the max    ]
  30578. twincobr:0:000000:00:999:[fire power cheat to use the]
  30579. twincobr:0:000000:00:999:[4 fire type cheats         ]
  30580. twincobr:0:03004B:28:000:Always max fire power PL1
  30581. twincobr:0:03005B:00:000:Always Normal fire PL1
  30582. twincobr:0:03005B:2C:000:Always Laser PL1
  30583. twincobr:0:03005B:58:000:Always Multiway fire PL1
  30584. twincobr:0:03005B:84:000:Always 4-sides fire PL1
  30585. twincobr:0:03005B:00:001:Get Normal fire Now! PL1
  30586. twincobr:0:03005B:2C:001:Get Laser Now! PL1
  30587. twincobr:0:03005B:58:001:Get Multiway fire Now! PL1
  30588. twincobr:0:03005B:84:001:Get 4-sides fire Now! PL1
  30589. twincobr:0:031873:0A:000:Infinite Lives PL2
  30590. twincobr:0:0300AD:09:000:Infinite Bombs PL2
  30591. twincobr:0:030083:2F:000:Invincibility PL2 (1/2)
  30592. twincobr:0:030098:80:500:Invincibility PL2 (2/2)
  30593. twincobr:0:000000:00:999:[You must enable the max    ]
  30594. twincobr:0:000000:00:999:[fire power cheat to use the]
  30595. twincobr:0:000000:00:999:[4 fire type cheats         ]
  30596. twincobr:0:0300AB:28:000:Always max fire power PL2
  30597. twincobr:0:0300BB:00:000:Always Normal fire PL2
  30598. twincobr:0:0300BB:2C:000:Always Laser PL2
  30599. twincobr:0:0300BB:58:000:Always Multiway fire PL2
  30600. twincobr:0:0300BB:84:000:Always 4-sides fire PL2
  30601. twincobr:0:0300BB:00:001:Get Normal fire Now! PL2
  30602. twincobr:0:0300BB:2C:001:Get Laser Now! PL2
  30603. twincobr:0:0300BB:58:001:Get Multiway fire Now! PL2
  30604. twincobr:0:0300BB:84:001:Get 4-sides fire Now! PL2
  30605.  
  30606. ; [ Twin Cobra (US) ]
  30607. twincobu:0:031871:0A:000:Infinite Lives PL1
  30608. twincobu:0:03004D:09:000:Infinite Bombs PL1
  30609. twincobu:0:030023:2E:000:Invincibility PL1 (1/2)
  30610. twincobu:0:030038:80:500:Invincibility PL1 (2/2)
  30611. twincobu:0:000000:00:999:[You must enable the max    ]
  30612. twincobu:0:000000:00:999:[fire power cheat to use the]
  30613. twincobu:0:000000:00:999:[4 fire type cheats         ]
  30614. twincobu:0:03004B:28:000:Always max fire power PL1
  30615. twincobu:0:03005B:00:000:Always Normal fire PL1
  30616. twincobu:0:03005B:2C:000:Always Laser PL1
  30617. twincobu:0:03005B:58:000:Always Multiway fire PL1
  30618. twincobu:0:03005B:84:000:Always 4-sides fire PL1
  30619. twincobu:0:03005B:00:001:Get Normal fire Now! PL1
  30620. twincobu:0:03005B:2C:001:Get Laser Now! PL1
  30621. twincobu:0:03005B:58:001:Get Multiway fire Now! PL1
  30622. twincobu:0:03005B:84:001:Get 4-sides fire Now! PL1
  30623. twincobu:0:031873:0A:000:Infinite Lives PL2
  30624. twincobu:0:0300AD:09:000:Infinite Bombs PL2
  30625. twincobu:0:030083:2F:000:Invincibility PL2 (1/2)
  30626. twincobu:0:030098:80:500:Invincibility PL2 (2/2)
  30627. twincobu:0:000000:00:999:[You must enable the max    ]
  30628. twincobu:0:000000:00:999:[fire power cheat to use the]
  30629. twincobu:0:000000:00:999:[4 fire type cheats         ]
  30630. twincobu:0:0300AB:28:000:Always max fire power PL2
  30631. twincobu:0:0300BB:00:000:Always Normal fire PL2
  30632. twincobu:0:0300BB:2C:000:Always Laser PL2
  30633. twincobu:0:0300BB:58:000:Always Multiway fire PL2
  30634. twincobu:0:0300BB:84:000:Always 4-sides fire PL2
  30635. twincobu:0:0300BB:00:001:Get Normal fire Now! PL2
  30636. twincobu:0:0300BB:2C:001:Get Laser Now! PL2
  30637. twincobu:0:0300BB:58:001:Get Multiway fire Now! PL2
  30638. twincobu:0:0300BB:84:001:Get 4-sides fire Now! PL2
  30639.  
  30640. ; [ Twinkle Star Sprites ]
  30641. twinspri:0:10C014:28:000:Infinite Energy PL1
  30642. twinspri:0:10C021:02:000:Infinite Bombs PL1
  30643. twinspri:0:10D014:28:000:Infinite Energy PL2
  30644. twinspri:0:10D021:02:000:Infinite Bombs PL2
  30645.  
  30646. ; [ Two Crude (US) ]
  30647. twocrude:0:080043:99:000:Infinite Time (1/2)
  30648. twocrude:0:080042:09:500:Infinite Time (2/2)
  30649. twocrude:0:081005:00:001:1 hit to kill enemy Now!(1/5)
  30650. twocrude:0:081045:00:501:1 hit to kill enemy Now!(2/5)
  30651. twocrude:0:081085:00:501:1 hit to kill enemy Now!(3/5)
  30652. twocrude:0:0810C5:00:501:1 hit to kill enemy Now!(4/5)
  30653. twocrude:0:081105:00:501:1 hit to kill enemy Now!(5/5)
  30654. twocrude:0:080114:09:000:Infinite Lives PL1
  30655. twocrude:0:080113:38:000:Infinite Energy PL1
  30656. twocrude:0:080137:02:000:Invincibility PL1:Sprite Flickers
  30657. twocrude:0:080194:09:000:Infinite Lives PL2
  30658. twocrude:0:080193:38:000:Infinite Energy PL2
  30659. twocrude:0:0801B7:02:000:Invincibility PL2:Sprite Flickers
  30660.  
  30661. ; [ Two Tigers ]
  30662. twotiger:0:C456:05:000:Infinite Lives
  30663. twotiger:0:C3B2:00:000:No Sprite Collision (1/2)
  30664. twotiger:0:C3E9:00:000:No Sprite Collision (2/2)
  30665. twotiger:0:C5F4:09:000:Infinite Time
  30666.  
  30667. ; [ Tecmo World Soccer '96 ]
  30668. tws96:0:1014D8:34:000:Infinite Time
  30669. tws96:0:1014CF:99:073:Select score Now! PL1
  30670. tws96:0:1014D1:99:073:Select score Now! PL2
  30671. tws96:0:1014CF:00:000:Score always 0 PL1
  30672. tws96:0:1014D1:00:000:Score always 0 PL2
  30673. tws96:0:1014CF:99:000:Score always 99 PL1
  30674. tws96:0:1014D1:99:000:Score always 99 PL2
  30675. tws96:0:1014CF:00:001:Set score = 0 Now! PL1
  30676. tws96:0:1014D1:00:001:Set score = 0 Now! PL2
  30677. tws96:0:1014CF:99:001:Set score = 99 Now! PL1
  30678. tws96:0:1014D1:99:001:Set score = 99 Now! PL2
  30679.  
  30680. ; [ Undercover Cops (World) ]
  30681. uccops:0:E0096:59:000:Infinite Time
  30682. uccops:0:E073E:01:001:Kill Fatso with 1 Hit Now!
  30683. uccops:0:00000:00:999:[This Select next level     ]
  30684. uccops:0:00000:00:999:[cheat must be enabled on   ]
  30685. uccops:0:00000:00:999:[the character selection    ]
  30686. uccops:0:00000:00:999:[screen DO NOT ENABLE IT ON ]
  30687. uccops:0:00000:00:999:[THE TITLE SCREEN!!! You can]
  30688. uccops:0:00000:00:999:[also use it in game as a   ]
  30689. uccops:0:00000:00:999:[normal next level cheat.   ]
  30690. uccops:0:E0093:05:062:Select next level 
  30691. uccops:0:E3E3B:0A:000:Infinite Lives PL1
  30692. uccops:0:E017E:64:000:Infinite Energy PL1
  30693. uccops:0:E0171:0C:000:Invincibility PL1 (1/3)
  30694. uccops:0:E3698:0C:500:Invincibility PL1 (2/3)
  30695. uccops:0:E0161:68:501:Invincibility PL1 (3/3)
  30696. uccops:0:E3E5D:0A:000:Infinite Lives PL2
  30697. uccops:0:E023E:64:000:Infinite Energy PL2
  30698. uccops:0:E0231:0C:000:Invincibility PL2 (1/3)
  30699. uccops:0:E3718:0C:500:Invincibility PL2 (2/3)
  30700. uccops:0:E0221:A0:501:Invincibility PL2 (3/3)
  30701.  
  30702. ; [ Undercover Cops (Japan) ]
  30703. uccopsj:0:E0096:59:000:Infinite Time
  30704. uccopsj:0:E073E:01:001:Kill Fatso with 1 Hit Now!
  30705. uccopsj:0:00000:00:999:[This Select next level     ]
  30706. uccopsj:0:00000:00:999:[cheat must be enabled on   ]
  30707. uccopsj:0:00000:00:999:[the character selection    ]
  30708. uccopsj:0:00000:00:999:[screen DO NOT ENABLE IT ON ]
  30709. uccopsj:0:00000:00:999:[THE TITLE SCREEN!!! You can]
  30710. uccopsj:0:00000:00:999:[also use it in game as a   ]
  30711. uccopsj:0:00000:00:999:[normal next level cheat.   ]
  30712. uccopsj:0:E0093:05:062:Select next level 
  30713. uccopsj:0:E3E3B:0A:000:Infinite Lives PL1
  30714. uccopsj:0:E017E:64:000:Infinite Energy PL1
  30715. uccopsj:0:E0171:0C:000:Invincibility PL1 (1/3)
  30716. uccopsj:0:E3698:0C:500:Invincibility PL1 (2/3)
  30717. uccopsj:0:E0161:68:501:Invincibility PL1 (3/3)
  30718. uccopsj:0:E3E5D:0A:000:Infinite Lives PL2
  30719. uccopsj:0:E023E:64:000:Infinite Energy PL2
  30720. uccopsj:0:E0231:0C:000:Invincibility PL2 (1/3)
  30721. uccopsj:0:E3718:0C:500:Invincibility PL2 (2/3)
  30722. uccopsj:0:E0221:A0:501:Invincibility PL2 (3/3)
  30723.  
  30724. ; [ Ultraman (Japan) ]
  30725. ultraman:0:08F669:30:000:Infinite Time
  30726. ultraman:0:08EC0A:01:000:Invincibility?
  30727. ultraman:0:08F00A:50:000:Infinite Energy (Player)
  30728. ultraman:0:08F00A:00:001:Drain ALL Energy Now!(Player)
  30729. ultraman:0:08F02A:50:000:Infinite Energy (CPU)
  30730. ultraman:0:08F02A:00:001:Drain ALL Energy Now!(CPU)
  30731. ultraman:0:08F088:1B:000:Always Gauge Max (Player)
  30732. ultraman:0:08F08B:03:000:Gauge Position 4 (Player)
  30733. ultraman:0:08F08B:02:000:Gauge Position 3 (Player)
  30734. ultraman:0:08F08B:01:000:Gauge Position 2 (Player)
  30735. ultraman:0:08F1FD:02:000:Infinite Final Weapon(Player):Final Stage
  30736. ultraman:0:08E733:0C:071:Select Next Stage
  30737.  
  30738. ; [ UniWar S ]
  30739. uniwars:0:421D:09:000:Infinite Lives
  30740. uniwars:0:4200:01:000:Invincibility (1/2)
  30741. uniwars:0:4205:00:500:Invincibility (2/2)
  30742.  
  30743. ; [ U.N. Squadron (US) ]
  30744. unsquad:0:FFE00B:02:000:Pause/Unpause Shop Timer
  30745. unsquad:0:FF15CD:40:000:Invincibility PL1
  30746. unsquad:0:FF15D3:06:000:Max 2nd Weapon (level 7) PL1
  30747. unsquad:0:FF15E3:63:000:Infinite Second Weapon PL1
  30748. unsquad:0:FF160B:09:000:Infinite Money PL1
  30749. unsquad:0:FF164D:40:000:Invincibility PL2
  30750. unsquad:0:FF1653:06:000:Max 2nd Weapon (level 7) PL2
  30751. unsquad:0:FF1663:63:000:Infinite Second Weapon PL2
  30752. unsquad:0:FF168B:09:000:Infinite Money PL2
  30753. unsquad:0:FF2F00:05:000:Infinite Shield (1/6)
  30754. unsquad:0:FF2F03:05:500:Infinite Shield (2/6)
  30755. unsquad:0:FF15D7:02:500:Infinite Shield (3/6)
  30756. unsquad:0:FF2EA0:05:500:Infinite Shield (4/6)
  30757. unsquad:0:FF2EA3:05:500:Infinite Shield (5/6)
  30758. unsquad:0:FF1657:02:500:Infinite Shield (6/6)
  30759.  
  30760. ; [ Up'n Down ]
  30761. upndown:0:0000:00:999:[Don't play this game with  ]
  30762. upndown:0:0000:00:999:[frameskip ON as this can   ]
  30763. upndown:0:0000:00:999:[cause some weird effects   ]
  30764. upndown:0:0000:00:999:[including turning the Lives]
  30765. upndown:0:0000:00:999:[cheat into Invincibility!! ]
  30766. upndown:0:0000:00:999:[This is NOT good for this  ]
  30767. upndown:0:0000:00:999:[game believe it or not! :-(]
  30768. upndown:0:C868:07:000:Infinite Lives
  30769.  
  30770. ; [ Us vs. Them ]
  30771. usvsthem:0:000121:01:000:Infinite Energy
  30772. usvsthem:0:0000CC:00:000:No hits sustained (1/2)
  30773. usvsthem:0:0000CF:00:500:No hits sustained (2/2)
  30774.  
  30775. ; [ Legend of the Valkyrie (Japan) ]
  30776. valkyrie:0:104571:FF:000:Infinite Time PL1
  30777. valkyrie:0:104551:C0:000:Infinite Energy PL1
  30778. valkyrie:0:10454F:C0:000:Infinite Magic PL1
  30779. valkyrie:0:105525:A0:000:Infinite Shot Power PL1
  30780. valkyrie:0:10453B:0F:071:Select Shot Limit PL1
  30781. valkyrie:0:104543:24:000:Invincibility PL1
  30782. valkyrie:0:104552:FF:000:Infinite Max Gold PL1 (1/2)
  30783. valkyrie:0:104553:FF:500:Infinite Max Gold PL1 (2/2)
  30784. valkyrie:0:104561:FF:000:Max Score PL1 (1/2)
  30785. valkyrie:0:104562:FF:500:Max Score PL1 (2/2)
  30786. valkyrie:0:000000:00:999:[Use these Shot cheats in   ]
  30787. valkyrie:0:000000:00:999:[conjunction with Infinite  ]
  30788. valkyrie:0:000000:00:999:[Shot Power.                ]
  30789. valkyrie:0:104539:04:000:Always have Normal Shot PL1
  30790. valkyrie:0:104539:0C:000:Always have Fire Ball ShotPL1
  30791. valkyrie:0:104539:10:000:Always have Eternal Shot PL1
  30792. valkyrie:0:104539:14:000:Always have Wide Shot PL1
  30793. valkyrie:0:104539:18:000:Always have Horming Shot PL1
  30794. valkyrie:0:104539:1C:000:Always have Lightning ShotPL1
  30795. valkyrie:0:104539:20:000:Always have Torpedo Shot PL1
  30796. valkyrie:0:104539:24:000:Always have 3 Way Shot PL1
  30797. valkyrie:0:104539:28:000:Always have 4 Way Shot PL1
  30798. valkyrie:0:104539:2C:000:Always have Bomb Shot PL1
  30799. valkyrie:0:104539:04:001:Get Normal Shot Now! PL1
  30800. valkyrie:0:104539:0C:001:Get Fire Ball Shot Now! PL1
  30801. valkyrie:0:104539:10:001:Get Eternal Shot Now! PL1
  30802. valkyrie:0:104539:14:001:Get Wide Shot Now! PL1
  30803. valkyrie:0:104539:18:001:Get Horming Shot Now! PL1
  30804. valkyrie:0:104539:1C:001:Get Lightning Shot Now! PL1
  30805. valkyrie:0:104539:20:001:Get Torpedo Shot Now! PL1
  30806. valkyrie:0:104539:24:001:Get 3 Way Shot Now! PL1
  30807. valkyrie:0:104539:28:001:Get 4 Way Shot Now! PL1
  30808. valkyrie:0:104539:2C:001:Get Bomb Shot Now! PL1
  30809. valkyrie:0:000000:00:999:[Use these Magic cheats in  ]
  30810. valkyrie:0:000000:00:999:[conjunction with Infinite  ]
  30811. valkyrie:0:000000:00:999:[Magic.                     ]
  30812. valkyrie:0:105553:01:000:Always have Option Magic PL1
  30813. valkyrie:0:105554:01:000:Always have Cyclone Magic PL1
  30814. valkyrie:0:105556:01:000:Always have Big Magic PL1
  30815. valkyrie:0:105558:01:000:Always have HarricaneMagicPL1
  30816. valkyrie:0:10555A:01:000:Always have ChameleonMagicPL1
  30817. valkyrie:0:10555C:01:000:Always have Float Magic PL1
  30818. valkyrie:0:105553:01:001:Get Option Magic Now! PL1
  30819. valkyrie:0:105554:01:001:Get Cyclone Magic Now! PL1
  30820. valkyrie:0:105556:01:001:Get Big Magic Now! PL1
  30821. valkyrie:0:105558:01:001:Get Harricane Magic Now! PL1
  30822. valkyrie:0:10555A:01:001:Get Chameleon Magic Now! PL1
  30823. valkyrie:0:10555C:01:001:Get Float Magic Now! PL1
  30824. valkyrie:0:1045F1:FF:000:Infinite Time PL2
  30825. valkyrie:0:1045D1:C0:000:Infinite Energy PL2
  30826. valkyrie:0:1045CF:C0:000:Infinite Magic PL2
  30827. valkyrie:0:1055A5:A0:000:Infinite Shot Power PL2
  30828. valkyrie:0:1045BB:0F:071:Select Shot Limit PL2
  30829. valkyrie:0:1045C3:24:000:Invincibility PL2
  30830. valkyrie:0:1045D2:FF:000:Infinite Max Gold PL2 (1/2)
  30831. valkyrie:0:1045D3:FF:500:Infinite Max Gold PL2 (2/2)
  30832. valkyrie:0:1045E1:FF:000:Max Score PL2 (1/2)
  30833. valkyrie:0:1045E2:FF:500:Max Score PL2 (2/2)
  30834. valkyrie:0:000000:00:999:[Use these Shot cheats in   ]
  30835. valkyrie:0:000000:00:999:[conjunction with Infinite  ]
  30836. valkyrie:0:000000:00:999:[Shot Power.                ]
  30837. valkyrie:0:1045B9:08:000:Always have Normal Shot PL2
  30838. valkyrie:0:1045B9:0C:000:Always have Fire Shot PL2
  30839. valkyrie:0:1045B9:10:000:Always have Eternal Shot PL2
  30840. valkyrie:0:1045B9:14:000:Always have Wide Shot PL2
  30841. valkyrie:0:1045B9:18:000:Always have Horming Shot PL2
  30842. valkyrie:0:1045B9:1C:000:Always have Lightning ShotPL2
  30843. valkyrie:0:1045B9:20:000:Always have Torpedo Shot PL2
  30844. valkyrie:0:1045B9:24:000:Always have 3 Way Shot PL2
  30845. valkyrie:0:1045B9:28:000:Always have 4 Way Shot PL2
  30846. valkyrie:0:1045B9:2C:000:Always have Bomb Shot PL2
  30847. valkyrie:0:1045B9:08:001:Get Normal Shot Now! PL2
  30848. valkyrie:0:1045B9:0C:001:Get Fire Shot Now! PL2
  30849. valkyrie:0:1045B9:10:001:Get Eternal Shot Now! PL2
  30850. valkyrie:0:1045B9:14:001:Get Wide Shot Now! PL2
  30851. valkyrie:0:1045B9:18:001:Get Horming Shot Now! PL2
  30852. valkyrie:0:1045B9:1C:001:Get Lightning Shot Now! PL2
  30853. valkyrie:0:1045B9:20:001:Get Torpedo Shot Now! PL2
  30854. valkyrie:0:1045B9:24:001:Get 3 Way Shot Now! PL2
  30855. valkyrie:0:1045B9:28:001:Get 4 Way Shot Now! PL2
  30856. valkyrie:0:1045B9:2C:001:Get Bomb Shot Now! PL2
  30857. valkyrie:0:000000:00:999:[Use these Magic cheats in  ]
  30858. valkyrie:0:000000:00:999:[conjunction with Infinite  ]
  30859. valkyrie:0:000000:00:999:[Magic.                     ]
  30860. valkyrie:0:1055D3:01:000:Always have Option Magic PL2
  30861. valkyrie:0:1055D4:01:000:Always have Cyclone Magic PL2
  30862. valkyrie:0:1055D6:01:000:Always have Big Magic PL2
  30863. valkyrie:0:1055D8:01:000:Always have HarricaneMagicPL2
  30864. valkyrie:0:1055DA:01:000:Always have ChameleonMagicPL2
  30865. valkyrie:0:1055DC:01:000:Always have Float Magic PL2
  30866. valkyrie:0:1055D3:01:001:Get Option Magic Now! PL2
  30867. valkyrie:0:1055D4:01:001:Get Cyclone Magic Now! PL2
  30868. valkyrie:0:1055D6:01:001:Get Big Magic Now! PL2
  30869. valkyrie:0:1055D8:01:001:Get Harricane Magic Now! PL2
  30870. valkyrie:0:1055DA:01:001:Get Chameleon Magic Now! PL2
  30871. valkyrie:0:1055DC:01:001:Get Float Magic Now! PL2
  30872.  
  30873. ; [ Vanguard II ]
  30874. vangrd2:0:F45D:09:000:Infinite Lives PL1
  30875. vangrd2:0:F45E:09:000:Infinite Lives PL2
  30876.  
  30877. ; [ Vanguard (Centuri) ]
  30878. vangrdce:0:00BE:08:000:Infinite Lives
  30879. vangrdce:0:00A0:03:000:Invincibility
  30880.  
  30881. ; [ Vanguard (SNK) ]
  30882. vanguard:0:00BE:08:000:Infinite Lives
  30883. vanguard:0:00A0:03:000:Invincibility
  30884.  
  30885. ; [ Van Van Car ]
  30886. vanvan:0:49E6:03:000:Infinite Lives
  30887. vanvan:0:49E4:5A:000:Infinite Time
  30888.  
  30889. ; [ Van Van Car (Sanritsu) ]
  30890. vanvans:0:49E6:03:000:Infinite Lives
  30891. vanvans:0:49E4:5A:000:Infinite Time
  30892.  
  30893. ; [ Vapor Trail - Hyper Offence Formation (US) ]
  30894. vaportra:0:FFD7B9:9A:000:Infinite Time(Final Attack)
  30895. vaportra:0:FFC1F8:03:000:Infinite Lives PL1
  30896. vaportra:0:FFC1F9:03:000:Infinite Energy PL1
  30897. vaportra:0:FFC256:1F:001:Refill "roll" power Now! PL1:Use after "roll" has ended
  30898. vaportra:0:FFC213:03:000:Invincibility 'ON' PL1
  30899. vaportra:0:FFC213:00:001:Invincibility 'OFF' PL1
  30900. vaportra:0:FFC1FE:05:071:Select Current Speed PL1
  30901. vaportra:0:FFC255:06:000:Infinite Smart Bombs PL1
  30902. vaportra:0:FFC2A8:00:000:Always Roll PL1
  30903. vaportra:0:FFC1FB:0C:000:Maximum Shot Power PL1
  30904. vaportra:0:FFC1FD:00:000:Always Normal Shot PL1
  30905. vaportra:0:FFC1FD:04:000:Always Bomb Shot PL1
  30906. vaportra:0:FFC1FD:08:000:Always Missile Shot PL1
  30907. vaportra:0:FFC1FD:0C:000:Always Defender Shot PL1
  30908. vaportra:0:FFC1FD:10:000:Always Special Shot PL1
  30909. vaportra:0:FFC1FD:00:001:Get Normal Shot Now! PL1
  30910. vaportra:0:FFC1FD:04:001:Get Bomb Shot Now! PL1
  30911. vaportra:0:FFC1FD:08:001:Get Missile Shot Now! PL1
  30912. vaportra:0:FFC1FD:0C:001:Get Defender Shot Now! PL1
  30913. vaportra:0:FFC1FD:10:001:Get Special Shot Now! PL1
  30914. vaportra:0:FFC2B8:03:000:Infinite Lives PL2
  30915. vaportra:0:FFC2B9:03:000:Infinite Energy PL2
  30916. vaportra:0:FFC316:1F:001:Refill "roll" power Now! PL2:Use after "roll" has ended
  30917. vaportra:0:FFC2D3:03:000:Invincibility 'ON' PL2
  30918. vaportra:0:FFC2D3:00:001:Invincibility 'OFF' PL2
  30919. vaportra:0:FFC2BE:05:071:Select Current Speed PL2
  30920. vaportra:0:FFC315:06:000:Infinite Smart Bombs PL2
  30921. vaportra:0:FFC368:00:000:Always Roll PL2
  30922. vaportra:0:FFC2BB:0C:000:Maximum Shot Power PL2
  30923. vaportra:0:FFC2BD:00:000:Always Normal Shot PL2
  30924. vaportra:0:FFC2BD:04:000:Always Bomb Shot PL2
  30925. vaportra:0:FFC2BD:08:000:Always Missile Shot PL2
  30926. vaportra:0:FFC2BD:0C:000:Always Defender Shot PL2
  30927. vaportra:0:FFC2BD:10:000:Always Special Shot PL2
  30928. vaportra:0:FFC2BD:00:001:Get Normal Shot Now! PL2
  30929. vaportra:0:FFC2BD:04:001:Get Bomb Shot Now! PL2
  30930. vaportra:0:FFC2BD:08:001:Get Missile Shot Now! PL2
  30931. vaportra:0:FFC2BD:0C:001:Get Defender Shot Now! PL2
  30932. vaportra:0:FFC2BD:10:001:Get Special Shot Now! PL2
  30933. vaportra:0:000000:00:999:[Use the Select current     ]
  30934. vaportra:0:000000:00:999:[level cheat on the select  ]
  30935. vaportra:0:000000:00:999:[fighter screen to start on ]
  30936. vaportra:0:000000:00:999:[that level.                ]
  30937. vaportra:0:FFC04D:05:071:Select current level
  30938. vaportra:0:FFC04D:05:061:Select next level
  30939.  
  30940. ; [ Varth - Operation Thunderstorm (World) ]
  30941. varth:0:FF83A4:99:000:Infinite Lives PL1
  30942. varth:0:FF83B3:05:000:Infinite Bombs PL1
  30943. varth:0:FF8323:F0:000:Invincibility PL1 (1/2)
  30944. varth:0:FF8300:02:500:Invincibility PL1 (2/2)
  30945. varth:0:FF83B1:07:000:Always Maximum fire power PL1
  30946. varth:0:FF83B2:00:000:Always Normal fire PL1
  30947. varth:0:FF83B2:02:000:Always 3-way fire PL1
  30948. varth:0:FF83B2:04:000:Always Laser fire PL1
  30949. varth:0:FF83B2:00:001:Get Normal fire Now! PL1
  30950. varth:0:FF83B2:02:001:Get 3-way fire Now! PL1
  30951. varth:0:FF83B2:04:001:Get Laser fire Now! PL1
  30952. varth:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first
  30953. varth:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first
  30954. varth:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first
  30955. varth:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first
  30956. varth:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first
  30957. varth:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first
  30958. varth:0:FF84A4:99:000:Infinite Lives PL2
  30959. varth:0:FF84B3:05:000:Infinite Bombs PL2
  30960. varth:0:FF8423:F0:000:Invincibility PL2 (1/2)
  30961. varth:0:FF8400:02:500:Invincibility PL2 (2/2)
  30962. varth:0:FF84B1:07:000:Always Maximum fire power PL2
  30963. varth:0:FF84B2:00:000:Always Normal fire PL2
  30964. varth:0:FF84B2:02:000:Always 3-way fire PL2
  30965. varth:0:FF84B2:04:000:Always Laser fire PL2
  30966. varth:0:FF84B2:00:001:Get Normal fire Now! PL2
  30967. varth:0:FF84B2:02:001:Get 3-way fire Now! PL2
  30968. varth:0:FF84B2:04:001:Get Laser fire Now! PL2
  30969. varth:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first
  30970. varth:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first
  30971. varth:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first
  30972. varth:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first
  30973. varth:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first
  30974. varth:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first
  30975.  
  30976. ; [ Varth - Operation Thunderstorm (Japan) ]
  30977. varthj:0:FF83A4:99:000:Infinite Lives PL1
  30978. varthj:0:FF83B3:05:000:Infinite Bombs PL1
  30979. varthj:0:FF8323:F0:000:Invincibility PL1 (1/2)
  30980. varthj:0:FF8300:02:500:Invincibility PL1 (2/2)
  30981. varthj:0:FF83B1:07:000:Always Maximum fire power PL1
  30982. varthj:0:FF83B2:00:000:Always Normal fire PL1
  30983. varthj:0:FF83B2:02:000:Always 3-way fire PL1
  30984. varthj:0:FF83B2:04:000:Always Laser fire PL1
  30985. varthj:0:FF83B2:00:001:Get Normal fire Now! PL1
  30986. varthj:0:FF83B2:02:001:Get 3-way fire Now! PL1
  30987. varthj:0:FF83B2:04:001:Get Laser fire Now! PL1
  30988. varthj:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first
  30989. varthj:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first
  30990. varthj:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first
  30991. varthj:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first
  30992. varthj:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first
  30993. varthj:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first
  30994. varthj:0:FF84A4:99:000:Infinite Lives PL2
  30995. varthj:0:FF84B3:05:000:Infinite Bombs PL2
  30996. varthj:0:FF8423:F0:000:Invincibility PL2 (1/2)
  30997. varthj:0:FF8400:02:500:Invincibility PL2 (2/2)
  30998. varthj:0:FF84B1:07:000:Always Maximum fire power PL2
  30999. varthj:0:FF84B2:00:000:Always Normal fire PL2
  31000. varthj:0:FF84B2:02:000:Always 3-way fire PL2
  31001. varthj:0:FF84B2:04:000:Always Laser fire PL2
  31002. varthj:0:FF84B2:00:001:Get Normal fire Now! PL2
  31003. varthj:0:FF84B2:02:001:Get 3-way fire Now! PL2
  31004. varthj:0:FF84B2:04:001:Get Laser fire Now! PL2
  31005. varthj:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first
  31006. varthj:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first
  31007. varthj:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first
  31008. varthj:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first
  31009. varthj:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first
  31010. varthj:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first
  31011.  
  31012. ; [ Varth - Operation Thunderstorm (US) ]
  31013. varthu:0:FF83A4:99:000:Infinite Lives PL1
  31014. varthu:0:FF83B3:05:000:Infinite Bombs PL1
  31015. varthu:0:FF8323:F0:000:Invincibility PL1 (1/2)
  31016. varthu:0:FF8300:02:500:Invincibility PL1 (2/2)
  31017. varthu:0:FF83B1:07:000:Always Maximum fire power PL1
  31018. varthu:0:FF83B2:00:000:Always Normal fire PL1
  31019. varthu:0:FF83B2:02:000:Always 3-way fire PL1
  31020. varthu:0:FF83B2:04:000:Always Laser fire PL1
  31021. varthu:0:FF83B2:00:001:Get Normal fire Now! PL1
  31022. varthu:0:FF83B2:02:001:Get 3-way fire Now! PL1
  31023. varthu:0:FF83B2:04:001:Get Laser fire Now! PL1
  31024. varthu:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first
  31025. varthu:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first
  31026. varthu:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first
  31027. varthu:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first
  31028. varthu:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first
  31029. varthu:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first
  31030. varthu:0:FF84A4:99:000:Infinite Lives PL2
  31031. varthu:0:FF84B3:05:000:Infinite Bombs PL2
  31032. varthu:0:FF8423:F0:000:Invincibility PL2 (1/2)
  31033. varthu:0:FF8400:02:500:Invincibility PL2 (2/2)
  31034. varthu:0:FF84B1:07:000:Always Maximum fire power PL2
  31035. varthu:0:FF84B2:00:000:Always Normal fire PL2
  31036. varthu:0:FF84B2:02:000:Always 3-way fire PL2
  31037. varthu:0:FF84B2:04:000:Always Laser fire PL2
  31038. varthu:0:FF84B2:00:001:Get Normal fire Now! PL2
  31039. varthu:0:FF84B2:02:001:Get 3-way fire Now! PL2
  31040. varthu:0:FF84B2:04:001:Get Laser fire Now! PL2
  31041. varthu:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first
  31042. varthu:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first
  31043. varthu:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first
  31044. varthu:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first
  31045. varthu:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first
  31046. varthu:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first
  31047.  
  31048. ; [ Vastar (set 1) ]
  31049. vastar:0:F110:05:000:Infinite Lives
  31050. vastar:0:F116:40:000:Infinite Energy
  31051. vastar:0:F33F:81:000:Invincibility
  31052.  
  31053. ; [ Vastar (set 2) ]
  31054. vastar2:0:F110:05:000:Infinite Lives
  31055. vastar2:0:F116:40:000:Infinite Energy
  31056. vastar2:0:F33F:81:000:Invincibility
  31057.  
  31058. ; [ Vendetta (Asia set 2) ]
  31059. vendett2:0:3D00:63:000:Infinite Lives PL1
  31060. vendett2:0:3D01:10:000:Infinite Energy PL1
  31061. vendett2:0:2E00:84:000:Invincibility PL1
  31062. vendett2:0:3D60:63:000:Infinite Lives PL2
  31063. vendett2:0:3D61:10:000:Infinite Energy PL2
  31064. vendett2:0:2E60:84:000:Invincibility PL2
  31065. vendett2:0:3227:00:001:One Hit to kill Boss Now!
  31066. vendett2:0:3287:06:000:Infinite Weapon (1/8)
  31067. vendett2:0:32E7:06:500:Infinite Weapon (2/8)
  31068. vendett2:0:3347:06:500:Infinite Weapon (3/8)
  31069. vendett2:0:33A7:06:500:Infinite Weapon (4/8)
  31070. vendett2:0:3407:06:500:Infinite Weapon (5/8)
  31071. vendett2:0:3467:06:500:Infinite Weapon (6/8)
  31072. vendett2:0:35E7:06:500:Infinite Weapon (7/8)
  31073. vendett2:0:3887:06:500:Infinite Weapon (8/8)
  31074.  
  31075. ; [ Vendetta (Asia set 1) ]
  31076. vendetta:0:3D00:63:000:Infinite Lives PL1
  31077. vendetta:0:3D01:10:000:Infinite Energy PL1
  31078. vendetta:0:2E00:84:000:Invincibility PL1
  31079. vendetta:0:3D60:63:000:Infinite Lives PL2
  31080. vendetta:0:3D61:10:000:Infinite Energy PL2
  31081. vendetta:0:2E60:84:000:Invincibility PL2
  31082. vendetta:0:3227:00:001:One Hit to kill Boss Now!
  31083. vendetta:0:3287:06:000:Infinite Weapon (1/8)
  31084. vendetta:0:32E7:06:500:Infinite Weapon (2/8)
  31085. vendetta:0:3347:06:500:Infinite Weapon (3/8)
  31086. vendetta:0:33A7:06:500:Infinite Weapon (4/8)
  31087. vendetta:0:3407:06:500:Infinite Weapon (5/8)
  31088. vendetta:0:3467:06:500:Infinite Weapon (6/8)
  31089. vendetta:0:35E7:06:500:Infinite Weapon (7/8)
  31090. vendetta:0:3887:06:500:Infinite Weapon (8/8)
  31091.  
  31092. ; [ Crime Fighters 2 (Japan) ]
  31093. vendettj:0:3D00:63:000:Infinite Lives PL1
  31094. vendettj:0:3D01:10:000:Infinite Energy PL1
  31095. vendettj:0:2E00:84:000:Invincibility PL1
  31096. vendettj:0:3D60:63:000:Infinite Lives PL2
  31097. vendettj:0:3D61:10:000:Infinite Energy PL2
  31098. vendettj:0:2E60:84:000:Invincibility PL2
  31099. vendettj:0:3227:00:001:One Hit to kill Boss Now!
  31100. vendettj:0:3287:06:000:Infinite Weapon (1/8)
  31101. vendettj:0:32E7:06:500:Infinite Weapon (2/8)
  31102. vendettj:0:3347:06:500:Infinite Weapon (3/8)
  31103. vendettj:0:33A7:06:500:Infinite Weapon (4/8)
  31104. vendettj:0:3407:06:500:Infinite Weapon (5/8)
  31105. vendettj:0:3467:06:500:Infinite Weapon (6/8)
  31106. vendettj:0:35E7:06:500:Infinite Weapon (7/8)
  31107. vendettj:0:3887:06:500:Infinite Weapon (8/8)
  31108.  
  31109. ; [ Venture (version 5 set 1) ]
  31110. venture:0:00BE:03:000:Infinite Lives PL1
  31111. venture:0:00BF:03:000:Infinite Lives PL2
  31112.  
  31113. ; [ Venture (version 5 set 2) ]
  31114. venture2:0:00BE:03:000:Infinite Lives PL1
  31115. venture2:0:00BF:03:000:Infinite Lives PL2
  31116.  
  31117. ; [ Venture (version 4) ]
  31118. venture4:0:00BE:03:000:Infinite Lives PL1
  31119. venture4:0:00BF:03:000:Infinite Lives PL2
  31120.  
  31121. ; [ Venus ]
  31122. venus:0:9600:06:000:Infinite Lives
  31123. venus:0:9000:FF:000:Invincibility (1/2)
  31124. venus:0:9543:00:500:Invincibility (2/2)
  31125. venus:0:930E:01:000:Always Double Firepower
  31126. venus:0:930E:01:000:Always Normal Firepower
  31127. venus:0:930E:01:001:Get Double Firepower Now!
  31128. venus:0:930E:01:001:Get Normal Firepower Now!
  31129.  
  31130. ; [ V-Five ]
  31131. vfive:0:10063B:0F:000:Infinite Lives
  31132. vfive:0:100647:06:071:Select cursor position
  31133. vfive:0:1005E2:8C:000:Invincibility
  31134.  
  31135. ; [ Victory Road ]
  31136. victroad:0:FDC6:99:000:Infinite Lives PL1
  31137. victroad:0:FDE8:B4:000:Invincibility PL1
  31138. victroad:0:FDB7:02:020:Always have armour PL1
  31139. victroad:0:FDB7:02:041:Lose armour Now! PL1
  31140. victroad:0:FDB7:04:040:Always have black grenadesPL1
  31141. victroad:0:FDB7:04:020:Always have red grenades  PL1
  31142. victroad:0:FDB7:04:041:Get black grenades Now! PL1
  31143. victroad:0:FDB7:04:021:Get red grenades Now! PL1
  31144. victroad:0:FDBB:02:000:Always have flamethrower PL1
  31145. victroad:0:FDBB:03:000:Always have sword PL1
  31146. victroad:0:FDBB:04:000:Always have boomerang PL1
  31147. victroad:0:FDBB:02:001:Get flamethrower Now! PL1
  31148. victroad:0:FDBB:03:001:Get sword Now! PL1
  31149. victroad:0:FDBB:04:001:Get boomerang Now! PL1
  31150. victroad:0:FE16:99:000:Infinite Lives PL2
  31151. victroad:0:FE38:B4:000:Invincibility PL2
  31152. victroad:0:FE07:02:020:Always have armour PL2
  31153. victroad:0:FE07:02:041:Lose armour Now! PL2
  31154. victroad:0:FE07:04:040:Always have black grenadesPL2
  31155. victroad:0:FE07:04:020:Always have red grenades  PL2
  31156. victroad:0:FE07:04:041:Get black grenades Now! PL2
  31157. victroad:0:FE07:04:021:Get red grenades Now! PL2
  31158. victroad:0:FE0B:02:000:Always have flamethrower PL2
  31159. victroad:0:FE0B:03:000:Always have sword PL2
  31160. victroad:0:FE0B:04:000:Always have boomerang PL2
  31161. victroad:0:FE0B:02:001:Get flamethrower Now! PL2
  31162. victroad:0:FE0B:03:001:Get sword Now! PL2
  31163. victroad:0:FE0B:04:001:Get boomerang Now! PL2
  31164.  
  31165. ; [ Viewpoint ]
  31166. viewpoin:0:108D99:63:000:Infinite Lives PL1
  31167. viewpoin:0:108D8F:01:000:Infinite Plasma Bombs PL1
  31168. viewpoin:0:108D8F:02:000:Infinite Fire Bombs PL1
  31169. viewpoin:0:108D8F:03:000:Infinite Homing Bombs PL1
  31170. viewpoin:0:108D3C:08:000:Invincibility PL1
  31171. viewpoin:0:1090ED:63:000:Infinite Lives PL2
  31172. viewpoin:0:1090E3:01:000:Infinite Plasma Bombs PL2
  31173. viewpoin:0:1090E3:02:000:Infinite Fire Bombs PL2
  31174. viewpoin:0:1090E3:03:000:Infinite Homing Bombs PL2
  31175. viewpoin:0:109090:08:000:Invincibility PL2
  31176.  
  31177. ; [ Vigilante (World) ]
  31178. vigilant:0:E08B:08:000:Infinite Lives
  31179. vigilant:0:E149:70:000:Infinite Energy
  31180. vigilant:0:E045:99:007:Infinite Time
  31181. vigilant:0:E08D:01:000:Always Have Nutchakas
  31182. vigilant:0:E08D:01:001:Get Nutchakas Now!
  31183. vigilant:0:E15C:00:001:Kill This Boss Now!
  31184. vigilant:0:E15C:00:000:Always 1 Hit to Kill Boss
  31185. vigilant:0:E089:03:001:Go to Round 3 Next
  31186. vigilant:0:E089:04:001:Go to Round 4 Next
  31187. vigilant:0:E089:05:001:Go to Round 5 Next
  31188.  
  31189. ; [ Vigilante (Japan) ]
  31190. vigilntj:0:E08B:08:000:Infinite Lives
  31191. vigilntj:0:E149:70:000:Infinite Energy
  31192. vigilntj:0:E045:99:007:Infinite Time
  31193. vigilntj:0:E08D:01:000:Always Have Nutchakas
  31194. vigilntj:0:E08D:01:001:Get Nutchakas Now!
  31195. vigilntj:0:E15C:00:001:Kill This Boss Now!
  31196. vigilntj:0:E15C:00:000:Always 1 Hit to Kill Boss
  31197. vigilntj:0:E089:03:001:Go to Round 3 Next
  31198. vigilntj:0:E089:04:001:Go to Round 4 Next
  31199. vigilntj:0:E089:05:001:Go to Round 5 Next
  31200.  
  31201. ; [ Vigilante (US) ]
  31202. vigilntu:0:E08B:08:000:Infinite Lives
  31203. vigilntu:0:E149:70:000:Infinite Energy
  31204. vigilntu:0:E045:99:007:Infinite Time
  31205. vigilntu:0:E08D:01:000:Always Have Nutchakas
  31206. vigilntu:0:E08D:01:001:Get Nutchakas Now!
  31207. vigilntu:0:E15C:00:001:Kill This Boss Now!
  31208. vigilntu:0:E15C:00:000:Always 1 Hit to Kill Boss
  31209. vigilntu:0:E089:03:001:Go to Round 3 Next
  31210. vigilntu:0:E089:04:001:Go to Round 4 Next
  31211. vigilntu:0:E089:05:001:Go to Round 5 Next
  31212.  
  31213. ; [ Vimana (set 1) ]
  31214. vimana:0:4803A5:59:000:Always have maximum bonus
  31215. vimana:0:4803C9:08:000:Infinite Lives PL1
  31216. vimana:0:4803CD:08:000:Infinite Bombs PL1
  31217. vimana:0:4803CB:04:000:Always have maximum power PL1
  31218. vimana:0:4803DD:08:000:Infinite Lives PL2
  31219. vimana:0:4803E1:08:000:Infinite Bombs PL2
  31220. vimana:0:4803DF:04:000:Always have maximum power PL2
  31221.  
  31222. ; [ Vimana (set 2) ]
  31223. vimana2:0:4803A5:59:000:Always have maximum bonus
  31224. vimana2:0:4803C9:08:000:Infinite Lives PL1
  31225. vimana2:0:4803CD:08:000:Infinite Bombs PL1
  31226. vimana2:0:4803CB:04:000:Always have maximum power PL1
  31227. vimana2:0:4803DD:08:000:Infinite Lives PL2
  31228. vimana2:0:4803E1:08:000:Infinite Bombs PL2
  31229. vimana2:0:4803DF:04:000:Always have maximum power PL2
  31230.  
  31231. ; [ Vimana (Nova Apparate GMBH & Co) ]
  31232. vimanan:0:4803A5:59:000:Always have maximum bonus
  31233. vimanan:0:4803C9:08:000:Infinite Lives PL1
  31234. vimanan:0:4803CD:08:000:Infinite Bombs PL1
  31235. vimanan:0:4803CB:04:000:Always have maximum power PL1
  31236. vimanan:0:4803DD:08:000:Infinite Lives PL2
  31237. vimanan:0:4803E1:08:000:Infinite Bombs PL2
  31238. vimanan:0:4803DF:04:000:Always have maximum power PL2
  31239.  
  31240. ; [ Vindicators Part II ]
  31241. vindctr2:0:90222A:63:000:Infinite Shields PL1
  31242. vindctr2:0:902216:60:000:Infinite Fuel PL1
  31243. vindctr2:0:902217:63:000:Infinite Stars/Cash PL1
  31244. vindctr2:0:90222C:63:000:Infinite Bombs PL1
  31245. vindctr2:0:90222E:63:000:Infinite Smarts PL1
  31246. vindctr2:0:90222D:01:000:Always have Bombs PL1
  31247. vindctr2:0:90222D:02:000:Always have Smarts PL1
  31248. vindctr2:0:90222D:01:001:Get Bombs Now! PL1
  31249. vindctr2:0:90222D:02:001:Get Smarts Now! PL1
  31250. vindctr2:0:902231:04:000:Have maximum armour PL1
  31251. vindctr2:0:902228:04:000:Have maximum power shot PL1
  31252. vindctr2:0:90222B:04:000:Have maximum range shot PL1
  31253. vindctr2:0:902230:04:000:Have maximum speed shot PL1
  31254. vindctr2:0:902229:04:000:Have maximum tank speed PL1
  31255. vindctr2:0:90222F:04:000:Have maximum rotation PL1
  31256. vindctr2:0:90226A:63:000:Infinite Shields PL2
  31257. vindctr2:0:902256:60:000:Infinite Fuel PL2
  31258. vindctr2:0:902257:63:000:Infinite Stars/Cash PL2
  31259. vindctr2:0:90226C:63:000:Infinite Bombs PL2
  31260. vindctr2:0:90226E:63:000:Infinite Smarts PL2
  31261. vindctr2:0:90226D:01:000:Always have Bombs PL2
  31262. vindctr2:0:90226D:02:000:Always have Smarts PL2
  31263. vindctr2:0:90226D:01:001:Get Bombs Now! PL2
  31264. vindctr2:0:90226D:02:001:Get Smarts Now! PL2 
  31265. vindctr2:0:902271:04:000:Have maximum armour PL2
  31266. vindctr2:0:902268:04:000:Have maximum power shot PL2
  31267. vindctr2:0:90226B:04:000:Have maximum range shot PL2
  31268. vindctr2:0:902270:04:000:Have maximum speed shot PL2
  31269. vindctr2:0:902269:04:000:Have maximum tank speed PL2
  31270. vindctr2:0:90226F:04:000:Have maximum rotation PL2
  31271.  
  31272. ; [ Vindicators ]
  31273. vindictr:0:FFA82A:63:000:Infinite Shields PL1
  31274. vindictr:0:FFA816:60:000:Infinite Fuel PL1
  31275. vindictr:0:FFA817:63:000:Infinite Stars/Cash PL1
  31276. vindictr:0:FFA82C:63:000:Infinite Bombs PL1
  31277. vindictr:0:FFA82E:63:000:Infinite Smarts PL1
  31278. vindictr:0:FFA82D:01:000:Always have Bombs PL1
  31279. vindictr:0:FFA82D:02:000:Always have Smarts PL1
  31280. vindictr:0:FFA82D:01:001:Get Bombs Now! PL1
  31281. vindictr:0:FFA82D:02:001:Get Smarts Now! PL1
  31282. vindictr:0:FFA831:04:000:Have maximum armour PL1
  31283. vindictr:0:FFA828:04:000:Have maximum power shot PL1
  31284. vindictr:0:FFA82B:04:000:Have maximum range shot PL1
  31285. vindictr:0:FFA830:04:000:Have maximum speed shot PL1
  31286. vindictr:0:FFA829:04:000:Have maximum tank speed PL1
  31287. vindictr:0:FFA82F:04:000:Have maximum rotation PL1
  31288. vindictr:0:FFA86A:63:000:Infinite Shields PL2
  31289. vindictr:0:FFA856:60:000:Infinite Fuel PL2
  31290. vindictr:0:FFA857:63:000:Infinite Stars/Cash PL2
  31291. vindictr:0:FFA86C:63:000:Infinite Bombs PL2
  31292. vindictr:0:FFA86E:63:000:Infinite Smarts PL2
  31293. vindictr:0:FFA86D:01:000:Always have Bombs PL2
  31294. vindictr:0:FFA86D:02:000:Always have Smarts PL2
  31295. vindictr:0:FFA86D:01:001:Get Bombs Now! PL2
  31296. vindictr:0:FFA86D:02:001:Get Smarts Now! PL2 
  31297. vindictr:0:FFA871:04:000:Have maximum armour PL2
  31298. vindictr:0:FFA868:04:000:Have maximum power shot PL2
  31299. vindictr:0:FFA86B:04:000:Have maximum range shot PL2
  31300. vindictr:0:FFA870:04:000:Have maximum speed shot PL2
  31301. vindictr:0:FFA869:04:000:Have maximum tank speed PL2
  31302. vindictr:0:FFA86F:04:000:Have maximum rotation PL2
  31303.  
  31304. ; [ 10 Yard Fight (Vs. version 11/05/84) ]
  31305. vsyard:0:E44A:30:004:Infinite Time
  31306. vsyard:0:E44A:60:001:Reset Timer (once)
  31307. vsyard:0:E432:00:000:Always 1st Down
  31308.  
  31309. ; [ 10 Yard Fight (Vs. version, set 2) ]
  31310. vsyard2:0:E44A:30:004:Infinite Time
  31311. vsyard2:0:E44A:60:001:Reset Timer (once)
  31312. vsyard2:0:E432:00:000:Always 1st Down
  31313.  
  31314. ; [ Vulcan Venture ]
  31315. vulcan:2:060400:09:000:Infinite Lives
  31316. vulcan:2:14007E:00:000:Invincibility (1/2):Not perfect yet
  31317. vulcan:2:140055:10:500:Invincibility (2/2):Not perfect yet
  31318. vulcan:2:06040F:0C:000:Next Capsule Blue
  31319. vulcan:2:060420:01:001:Gauge = SpeedUp Now!
  31320. vulcan:2:060420:02:001:Gauge = Missile Now!
  31321. vulcan:2:060420:03:001:Gauge = Double Now!
  31322. vulcan:2:060420:04:001:Gauge = Laser Now!
  31323. vulcan:2:060420:05:001:Gauge = Option Now!
  31324. vulcan:2:060420:06:001:Gauge = Shield Now!
  31325. vulcan:2:060420:06:071:Gauge = Bar Select Now!
  31326. vulcan:2:060002:00:000:Sound Test Timer Stop:[PL1 Shot3]Next Code
  31327.  
  31328.  
  31329. ; [ Vulgus (set 1) ]
  31330. vulgus:0:E520:05:000:Infinite Lives
  31331. vulgus:0:E506:08:000:Infinite Bombs
  31332. vulgus:0:E100:FF:000:Invincibility
  31333.  
  31334. ; [ Vulgus (set 2) ]
  31335. vulgus2:0:E520:05:000:Infinite Lives
  31336. vulgus2:0:E506:08:000:Infinite Bombs
  31337. vulgus2:0:E100:FF:000:Invincibility
  31338.  
  31339. ; [ Vulgus (Japan?) ]
  31340. vulgusj:0:E520:05:000:Infinite Lives
  31341. vulgusj:0:E506:08:000:Infinite Bombs
  31342. vulgusj:0:E100:FF:000:Invincibility
  31343.  
  31344. ; [ Wacko ]
  31345. wacko:0:C264:05:000:Infinite Lives
  31346.  
  31347. ; [ Waku Waku 7 ]
  31348. wakuwak7:0:100B02:9B:000:Infinite Time
  31349. wakuwak7:0:10014A:FF:000:Infinite Energy PL1 (1/2)
  31350. wakuwak7:0:10014B:FF:500:Infinite Energy PL1 (2/2)
  31351. wakuwak7:0:100159:07:000:Infinite Power PL1
  31352. wakuwak7:0:10028A:FF:000:Infinite Energy PL2 (1/2)
  31353. wakuwak7:0:10028B:FF:500:Infinite Energy PL2 (2/2)
  31354. wakuwak7:0:100299:07:000:Infinite Power PL2
  31355. wakuwak7:0:000000:00:999:[   Free player selection   ]
  31356. wakuwak7:0:000000:00:999:[   Better to use during    ]
  31357. wakuwak7:0:000000:00:999:[      the short intro      ]
  31358. wakuwak7:0:106997:00:001:Play with Rai PL1
  31359. wakuwak7:0:106997:01:001:Play with Arina PL1
  31360. wakuwak7:0:106997:02:001:Play with Slash PL1
  31361. wakuwak7:0:106997:03:001:Play with Dandy-J PL1
  31362. wakuwak7:0:106997:04:001:Play with Tess PL1
  31363. wakuwak7:0:106997:05:001:Play with Mauru PL1
  31364. wakuwak7:0:106997:06:001:Play with Politank-Z PL1
  31365. wakuwak7:0:106997:07:001:Play with Fernandez PL1:Works for only one match
  31366. wakuwak7:0:106997:08:001:Play with Bonus Kun PL1:Works for only one match
  31367. wakuwak7:0:1069A1:00:001:Play with Rai PL2 
  31368. wakuwak7:0:1069A1:01:001:Play with Arina PL2 
  31369. wakuwak7:0:1069A1:02:001:Play with Slash PL2 
  31370. wakuwak7:0:1069A1:03:001:Play with Dandy-J PL2 
  31371. wakuwak7:0:1069A1:04:001:Play with Tess PL2 
  31372. wakuwak7:0:1069A1:05:001:Play with Mauru PL2 
  31373. wakuwak7:0:1069A1:06:001:Play with Politank-Z PL2 
  31374. wakuwak7:0:1069A1:07:001:Play with Fernandez PL2 :Works for only one match
  31375. wakuwak7:0:1069A1:08:001:Play with Bonus Kun PL2 :Works for only one match
  31376.  
  31377. ; [ Wanted ]
  31378. wanted:0:806E:03:000:Infinite Lives
  31379. wanted:0:0000:00:999:[Activate the invincibility ]
  31380. wanted:0:0000:00:999:[during play only!!         ]
  31381. wanted:0:80B7:80:000:Invincibility (1/3)
  31382. wanted:0:82E9:00:500:Invincibility (2/3)
  31383. wanted:0:82EC:01:500:Invincibility (3/3)
  31384.  
  31385. ; [ Wardner (World) ]
  31386. wardner:0:72BC:59:002:Infinite Time
  31387. wardner:0:71B9:0A:000:Infinite Lives
  31388. wardner:0:71BC:01:020:Always have the Magic Mantle
  31389. wardner:0:71BC:02:020:Always have the Mystery Clock
  31390. wardner:0:71BC:04:020:Always have the Fairy
  31391. wardner:0:71BC:08:020:Always have the Silver Key
  31392. wardner:0:71BC:10:020:Always have the Gold Key
  31393. wardner:0:71BC:40:020:Always have the Needle & Darn
  31394. wardner:0:71BC:5F:020:Always have All above items
  31395. wardner:0:71BA:70:000:Always have max ammo
  31396. wardner:0:71BB:00:000:Always have weapon 0
  31397. wardner:0:71BB:01:000:Always have weapon 1
  31398. wardner:0:71BB:02:000:Always have weapon 2
  31399. wardner:0:71BB:03:000:Always have weapon 3
  31400. wardner:0:0000:00:999:[It is best not to use these]
  31401. wardner:0:0000:00:999:[Get and lose cheats with   ]
  31402. wardner:0:0000:00:999:[the Always have type cheats]
  31403. wardner:0:71BC:01:021:Get the Magic Mantle Now!
  31404. wardner:0:71BC:02:021:Get the Mystery Clock Now!
  31405. wardner:0:71BC:08:021:Get the Silver Key Now!
  31406. wardner:0:71BC:10:021:Get the Gold Key Now!
  31407. wardner:0:71BC:40:021:Get the Needle & Darn Now!
  31408. wardner:0:71BC:5F:021:Get All items Now!
  31409. wardner:0:71BC:01:041:Lose the Magic Mantle Now!
  31410. wardner:0:71BC:02:041:Lose the Mystery Clock Now!
  31411. wardner:0:71BC:08:041:Lose the Silver Key Now!
  31412. wardner:0:71BC:10:041:Lose the Gold Key Now!
  31413. wardner:0:71BC:40:041:Lose the Needle & Darn Now!
  31414. wardner:0:71BC:5F:041:Lose All items Now!
  31415. wardner:0:71BA:6F:001:Get max ammo Now !
  31416. wardner:0:71BB:00:001:Get weapon 0 Now !
  31417. wardner:0:71BB:01:001:Get weapon 1 Now !
  31418. wardner:0:71BB:02:001:Get weapon 2 Now !
  31419. wardner:0:71BB:03:001:Get weapon 3 Now !
  31420. wardner:0:71BE:99:000:Gold always = 99990 (1/2)
  31421. wardner:0:71BF:99:500:Gold always = 99990 (2/2)
  31422. wardner:0:71BE:99:001:Gold  = 99990 Now! (1/2)
  31423. wardner:0:71BF:99:501:Gold  = 99990 Now! (2/2)
  31424.  
  31425. ; [ Wardna no Mori (Japan) ]
  31426. wardnerj:0:72BC:59:002:Infinite Time
  31427. wardnerj:0:71B9:0A:000:Infinite Lives
  31428. wardnerj:0:71BC:01:020:Always have the Magic Mantle
  31429. wardnerj:0:71BC:02:020:Always have the Mystery Clock
  31430. wardnerj:0:71BC:04:020:Always have the Fairy
  31431. wardnerj:0:71BC:08:020:Always have the Silver Key
  31432. wardnerj:0:71BC:10:020:Always have the Gold Key
  31433. wardnerj:0:71BC:40:020:Always have the Needle & Darn
  31434. wardnerj:0:71BC:5F:020:Always have All above items
  31435. wardnerj:0:71BA:70:000:Always have max ammo
  31436. wardnerj:0:71BB:00:000:Always have weapon 0
  31437. wardnerj:0:71BB:01:000:Always have weapon 1
  31438. wardnerj:0:71BB:02:000:Always have weapon 2
  31439. wardnerj:0:71BB:03:000:Always have weapon 3
  31440. wardnerj:0:0000:00:999:[It is best not to use these]
  31441. wardnerj:0:0000:00:999:[Get and lose cheats with   ]
  31442. wardnerj:0:0000:00:999:[the Always have type cheats]
  31443. wardnerj:0:71BC:01:021:Get the Magic Mantle Now!
  31444. wardnerj:0:71BC:02:021:Get the Mystery Clock Now!
  31445. wardnerj:0:71BC:08:021:Get the Silver Key Now!
  31446. wardnerj:0:71BC:10:021:Get the Gold Key Now!
  31447. wardnerj:0:71BC:40:021:Get the Needle & Darn Now!
  31448. wardnerj:0:71BC:5F:021:Get All items Now!
  31449. wardnerj:0:71BC:01:041:Lose the Magic Mantle Now!
  31450. wardnerj:0:71BC:02:041:Lose the Mystery Clock Now!
  31451. wardnerj:0:71BC:08:041:Lose the Silver Key Now!
  31452. wardnerj:0:71BC:10:041:Lose the Gold Key Now!
  31453. wardnerj:0:71BC:40:041:Lose the Needle & Darn Now!
  31454. wardnerj:0:71BC:5F:041:Lose All items Now!
  31455. wardnerj:0:71BA:6F:001:Get max ammo Now !
  31456. wardnerj:0:71BB:00:001:Get weapon 0 Now !
  31457. wardnerj:0:71BB:01:001:Get weapon 1 Now !
  31458. wardnerj:0:71BB:02:001:Get weapon 2 Now !
  31459. wardnerj:0:71BB:03:001:Get weapon 3 Now !
  31460. wardnerj:0:71BE:99:000:Gold always = 99990 (1/2)
  31461. wardnerj:0:71BF:99:500:Gold always = 99990 (2/2)
  31462. wardnerj:0:71BE:99:001:Gold  = 99990 Now! (1/2)
  31463. wardnerj:0:71BF:99:501:Gold  = 99990 Now! (2/2)
  31464.  
  31465. ; [ Warlords ]
  31466. warlord:0:00D9:10:000:UpperLeft Castle Defenseless
  31467. warlord:0:00A9:00:000:UpperLeft Defender Invisible
  31468. warlord:0:00D8:10:000:LowerRight Castle Defenseless
  31469. warlord:0:00A8:00:000:LowerRight Defender Invisible
  31470. warlord:0:00D7:10:000:LowerLeft Castle Defenseless
  31471. warlord:0:00A7:00:000:LowerLeft Defender Invisible
  31472. warlord:0:00DA:10:000:UpperRight Castle Defenseless
  31473. warlord:0:00AA:00:000:UpperRight Defender Invisible
  31474.  
  31475. ; [ War of the Bugs ]
  31476. warofbug:0:4109:06:000:Infinite Lives PL1
  31477. warofbug:0:4209:06:000:Infinite Lives PL2
  31478.  
  31479. ; [ Warp Warp (Rock-ola set 2) ]
  31480. warpwar2:0:8000:04:000:Infinite Lives
  31481. warpwar2:0:81C0:01:000:Invincibility 
  31482.  
  31483. ; [ Warp & Warp ]
  31484. warpwarp:0:8000:04:000:Infinite Lives
  31485. warpwarp:0:81C0:01:000:Invincibility
  31486.  
  31487. ; [ Warp Warp (Rock-ola set 1) ]
  31488. warpwarr:0:8000:04:000:Infinite Lives
  31489. warpwarr:0:81C0:01:000:Invincibility 
  31490.  
  31491. ; [ Water Ski ]
  31492. waterski:0:836B:39:000:Infinite Time PL1
  31493. waterski:0:836E:39:000:Infinite Time PL2
  31494.  
  31495. ; [ Wonder Boy III - Monster Lair (set 1) ]
  31496. wb3:0:FFC912:0D:001:Goto Last level Now!
  31497. wb3:0:FFC099:07:000:Infinite Lives PL1
  31498. wb3:0:FFC08D:2D:000:Invincibility PL1 (1/2)
  31499. wb3:0:FFE510:01:500:Invincibility PL1 (2/2)
  31500. wb3:0:FFC088:37:000:Infinite Energy PL1
  31501. wb3:0:FFC07C:01:000:Always have Normal weapon PL1
  31502. wb3:0:FFC07C:02:000:Always have circle weapon PL1
  31503. wb3:0:FFC07C:03:000:Always have Bombs PL1
  31504. wb3:0:FFC07C:04:000:Always have 3-way shot PL1
  31505. wb3:0:FFC07C:05:000:Always have Sideshot PL1
  31506. wb3:0:FFC07C:06:000:Always have Laser PL1
  31507. wb3:0:FFC07C:07:000:Always have Fireball PL1
  31508. wb3:0:FFC07C:01:001:Get Normal weapon Now! PL1
  31509. wb3:0:FFC07C:02:001:Get Circular weapon Now! PL1
  31510. wb3:0:FFC07C:03:001:Get Bombs Now! PL1
  31511. wb3:0:FFC07C:04:001:Get 3-way shot Now! PL1
  31512. wb3:0:FFC07C:05:001:Get Sideshot Now! PL1
  31513. wb3:0:FFC07C:06:001:Get Laser Now! PL1
  31514. wb3:0:FFC07C:07:001:Get Fireball Now! PL1
  31515. wb3:0:FFC0D1:07:000:Infinite Lives PL2
  31516. wb3:0:FFC0C0:37:000:Infinite Energy PL2
  31517.  
  31518. ; [ Wonder Boy III - Monster Lair (set 2) ]
  31519. wb3a:0:FFC912:0D:001:Goto Last level Now!
  31520. wb3a:0:FFC099:07:000:Infinite Lives PL1
  31521. wb3a:0:FFC08D:2D:000:Invincibility PL1 (1/2)
  31522. wb3a:0:FFE510:01:500:Invincibility PL1 (2/2)
  31523. wb3a:0:FFC088:37:000:Infinite Energy PL1
  31524. wb3a:0:FFC07C:01:000:Always have Normal weapon PL1
  31525. wb3a:0:FFC07C:02:000:Always have circle weapon PL1
  31526. wb3a:0:FFC07C:03:000:Always have Bombs PL1
  31527. wb3a:0:FFC07C:04:000:Always have 3-way shot PL1
  31528. wb3a:0:FFC07C:05:000:Always have Sideshot PL1
  31529. wb3a:0:FFC07C:06:000:Always have Laser PL1
  31530. wb3a:0:FFC07C:07:000:Always have Fireball PL1
  31531. wb3a:0:FFC07C:01:001:Get Normal weapon Now! PL1
  31532. wb3a:0:FFC07C:02:001:Get Circular weapon Now! PL1
  31533. wb3a:0:FFC07C:03:001:Get Bombs Now! PL1
  31534. wb3a:0:FFC07C:04:001:Get 3-way shot Now! PL1
  31535. wb3a:0:FFC07C:05:001:Get Sideshot Now! PL1
  31536. wb3a:0:FFC07C:06:001:Get Laser Now! PL1
  31537. wb3a:0:FFC07C:07:001:Get Fireball Now! PL1
  31538. wb3a:0:FFC0D1:07:000:Infinite Lives PL2
  31539. wb3a:0:FFC0C0:37:000:Infinite Energy PL2
  31540.  
  31541. ; [ Wonder Boy III - Monster Lair (bootleg) ]
  31542. wb3bl:0:FFC912:0D:001:Goto Last level Now!
  31543. wb3bl:0:FFC099:07:000:Infinite Lives PL1
  31544. wb3bl:0:FFC08D:2D:000:Invincibility PL1 (1/2)
  31545. wb3bl:0:FFE510:01:500:Invincibility PL1 (2/2)
  31546. wb3bl:0:FFC088:37:000:Infinite Energy PL1
  31547. wb3bl:0:FFC07C:01:000:Always have Normal weapon PL1
  31548. wb3bl:0:FFC07C:02:000:Always have circle weapon PL1
  31549. wb3bl:0:FFC07C:03:000:Always have Bombs PL1
  31550. wb3bl:0:FFC07C:04:000:Always have 3-way shot PL1
  31551. wb3bl:0:FFC07C:05:000:Always have Sideshot PL1
  31552. wb3bl:0:FFC07C:06:000:Always have Laser PL1
  31553. wb3bl:0:FFC07C:07:000:Always have Fireball PL1
  31554. wb3bl:0:FFC07C:01:001:Get Normal weapon Now! PL1
  31555. wb3bl:0:FFC07C:02:001:Get Circular weapon Now! PL1
  31556. wb3bl:0:FFC07C:03:001:Get Bombs Now! PL1
  31557. wb3bl:0:FFC07C:04:001:Get 3-way shot Now! PL1
  31558. wb3bl:0:FFC07C:05:001:Get Sideshot Now! PL1
  31559. wb3bl:0:FFC07C:06:001:Get Laser Now! PL1
  31560. wb3bl:0:FFC07C:07:001:Get Fireball Now! PL1
  31561. wb3bl:0:FFC0D1:07:000:Infinite Lives PL2
  31562. wb3bl:0:FFC0C0:37:000:Infinite Energy PL2
  31563.  
  31564. ; [ Wonder Boy Deluxe ]
  31565. wbdeluxe:0:C46E:01:000:Invincibility
  31566. wbdeluxe:0:C302:07:000:Infinite Lives
  31567. wbdeluxe:0:C46A:20:007:Infinite Vitality
  31568. wbdeluxe:0:C407:02:000:Always Have the Axe
  31569. wbdeluxe:0:C408:02:000:Always Have the Skateboard
  31570. wbdeluxe:0:C407:02:001:Get the Axe Now!
  31571. wbdeluxe:0:C408:02:001:Get the Skateboard Now!
  31572. wbdeluxe:0:C407:00:001:Lose the Axe Now!
  31573. wbdeluxe:0:C408:00:001:Lose the Skateboard Now!
  31574. wbdeluxe:0:C312:01:000:Always Doll Bonus
  31575. wbdeluxe:0:C476:02:000:Always Big Bonus Fruits
  31576. wbdeluxe:0:C475:14:000:Monster Always = 10000
  31577. wbdeluxe:0:C301:04:001:Goto Level 2-1 Next
  31578. wbdeluxe:0:C301:08:001:Goto Level 3-1 Next
  31579. wbdeluxe:0:C301:0C:001:Goto Level 4-1 Next
  31580. wbdeluxe:0:C301:10:001:Goto Level 5-1 Next
  31581. wbdeluxe:0:C301:14:001:Goto Level 6-1 Next
  31582. wbdeluxe:0:C301:18:001:Goto Level 7-1 Next
  31583. wbdeluxe:0:C301:1C:001:Goto Level 8-1 Next
  31584. wbdeluxe:0:C301:1F:001:Goto Level 8-4 Next
  31585.  
  31586. ; [ Wonder Boy in Monster Land ]
  31587. wbml:0:C202:05:000:Invincibility
  31588. wbml:0:C21A:01:000:Always have Gradius Sword
  31589. wbml:0:C21A:02:000:Always have Broad Sword
  31590. wbml:0:C21A:03:000:Always have Great Sword
  31591. wbml:0:C21A:04:000:Always have Excalibur
  31592. wbml:0:C21A:05:000:Always have Sword of Legend
  31593. wbml:0:C202:0A:000:Infinite Hearts (1/2)
  31594. wbml:0:C203:0A:500:Infinite Hearts (2/2)
  31595. wbml:0:C216:01:000:Infinite Pills
  31596. wbml:0:C21F:09:000:Infinite Money
  31597. wbml:0:C23C:09:000:Infinite Gauntlet
  31598. wbml:0:C23D:09:000:Infinite Helmet
  31599. wbml:0:C23B:09:000:Infinite Boots
  31600. wbml:0:C226:01:000:Infinite extra pow (1/2)
  31601. wbml:0:C228:99:500:Infinite extra pow (2/2)
  31602. wbml:0:C227:14:001:Get Extra power - Whirlwind
  31603. wbml:0:C227:15:001:Get Extra power - Bomb
  31604. wbml:0:C227:16:001:Get Extra power - Thunder
  31605. wbml:0:C227:17:001:Get Extra power - Fireball
  31606. wbml:0:C215:01:000:Always have the key
  31607. wbml:0:C215:01:001:Get the key Now!
  31608.  
  31609. ; [ Wonder Boy in Monster Land (Japan set 1) ]
  31610. wbmlj:0:C202:05:000:Invincibility
  31611. wbmlj:0:C21A:01:000:Always have Gradius Sword
  31612. wbmlj:0:C21A:02:000:Always have Broad Sword
  31613. wbmlj:0:C21A:03:000:Always have Great Sword
  31614. wbmlj:0:C21A:04:000:Always have Excalibur
  31615. wbmlj:0:C21A:05:000:Always have Sword of Legend
  31616. wbmlj:0:C202:0A:000:Infinite Hearts (1/2)
  31617. wbmlj:0:C203:0A:500:Infinite Hearts (2/2)
  31618. wbmlj:0:C216:01:000:Infinite Pills
  31619. wbmlj:0:C21F:09:000:Infinite Money
  31620. wbmlj:0:C23C:09:000:Infinite Gauntlet
  31621. wbmlj:0:C23D:09:000:Infinite Helmet
  31622. wbmlj:0:C23B:09:000:Infinite Boots
  31623. wbmlj:0:C226:01:000:Infinite extra pow (1/2)
  31624. wbmlj:0:C228:99:500:Infinite extra pow (2/2)
  31625. wbmlj:0:C227:14:001:Get Extra power - Whirlwind
  31626. wbmlj:0:C227:15:001:Get Extra power - Bomb
  31627. wbmlj:0:C227:16:001:Get Extra power - Thunder
  31628. wbmlj:0:C227:17:001:Get Extra power - Fireball
  31629. wbmlj:0:C215:01:000:Always have the key
  31630. wbmlj:0:C215:01:001:Get the key Now!
  31631.  
  31632. ; [ Wonder Boy in Monster Land (Japan set 2) ]
  31633. wbmlj2:0:C202:05:000:Invincibility
  31634. wbmlj2:0:C21A:01:000:Always have Gradius Sword
  31635. wbmlj2:0:C21A:02:000:Always have Broad Sword
  31636. wbmlj2:0:C21A:03:000:Always have Great Sword
  31637. wbmlj2:0:C21A:04:000:Always have Excalibur
  31638. wbmlj2:0:C21A:05:000:Always have Sword of Legend
  31639. wbmlj2:0:C202:0A:000:Infinite Hearts (1/2)
  31640. wbmlj2:0:C203:0A:500:Infinite Hearts (2/2)
  31641. wbmlj2:0:C216:01:000:Infinite Pills
  31642. wbmlj2:0:C21F:09:000:Infinite Money
  31643. wbmlj2:0:C23C:09:000:Infinite Gauntlet
  31644. wbmlj2:0:C23D:09:000:Infinite Helmet
  31645. wbmlj2:0:C23B:09:000:Infinite Boots
  31646. wbmlj2:0:C226:01:000:Infinite extra pow (1/2)
  31647. wbmlj2:0:C228:99:500:Infinite extra pow (2/2)
  31648. wbmlj2:0:C227:14:001:Get Extra power - Whirlwind
  31649. wbmlj2:0:C227:15:001:Get Extra power - Bomb
  31650. wbmlj2:0:C227:16:001:Get Extra power - Thunder
  31651. wbmlj2:0:C227:17:001:Get Extra power - Fireball
  31652. wbmlj2:0:C215:01:000:Always have the key
  31653. wbmlj2:0:C215:01:001:Get the key Now!
  31654.  
  31655. ; [ Wonder Boy in Monster Land (Japan not encrypted) ]
  31656. wbmlju:0:C202:05:000:Invincibility
  31657. wbmlju:0:C21A:01:000:Always have Gradius Sword
  31658. wbmlju:0:C21A:02:000:Always have Broad Sword
  31659. wbmlju:0:C21A:03:000:Always have Great Sword
  31660. wbmlju:0:C21A:04:000:Always have Excalibur
  31661. wbmlju:0:C21A:05:000:Always have Sword of Legend
  31662. wbmlju:0:C202:0A:000:Infinite Hearts (1/2)
  31663. wbmlju:0:C203:0A:500:Infinite Hearts (2/2)
  31664. wbmlju:0:C216:01:000:Infinite Pills
  31665. wbmlju:0:C21F:09:000:Infinite Money
  31666. wbmlju:0:C23C:09:000:Infinite Gauntlet
  31667. wbmlju:0:C23D:09:000:Infinite Helmet
  31668. wbmlju:0:C23B:09:000:Infinite Boots
  31669. wbmlju:0:C226:01:000:Infinite extra pow (1/2)
  31670. wbmlju:0:C228:99:500:Infinite extra pow (2/2)
  31671. wbmlju:0:C227:14:001:Get Extra power - Whirlwind
  31672. wbmlju:0:C227:15:001:Get Extra power - Bomb
  31673. wbmlju:0:C227:16:001:Get Extra power - Thunder
  31674. wbmlju:0:C227:17:001:Get Extra power - Fireball
  31675. wbmlju:0:C215:01:000:Always have the key
  31676. wbmlju:0:C215:01:001:Get the key Now!
  31677.  
  31678. ; [ Wonder Boy (set 1) ]
  31679. wboy:0:C46E:01:000:Invincibility
  31680. wboy:0:C302:07:000:Infinite Lives
  31681. wboy:0:C46A:20:007:Infinite Vitality
  31682. wboy:0:C407:02:000:Always Have the Axe
  31683. wboy:0:C408:02:000:Always Have the Skateboard
  31684. wboy:0:C407:02:001:Get the Axe Now!
  31685. wboy:0:C408:02:001:Get the Skateboard Now!
  31686. wboy:0:C407:00:001:Lose the Axe Now!
  31687. wboy:0:C408:00:001:Lose the Skateboard Now!
  31688. wboy:0:C312:01:000:Always Doll Bonus
  31689. wboy:0:C476:02:000:Always Big Bonus Fruits
  31690. wboy:0:C475:14:000:Monster Always = 10000
  31691. wboy:0:C301:04:001:Goto Level 2-1 Next
  31692. wboy:0:C301:08:001:Goto Level 3-1 Next
  31693. wboy:0:C301:0C:001:Goto Level 4-1 Next
  31694. wboy:0:C301:10:001:Goto Level 5-1 Next
  31695. wboy:0:C301:14:001:Goto Level 6-1 Next
  31696. wboy:0:C301:18:001:Goto Level 7-1 Next
  31697. wboy:0:C301:1C:001:Goto Level 8-1 Next
  31698. wboy:0:C301:1F:001:Goto Level 8-4 Next
  31699.  
  31700. ; [ Wonder Boy (set 2) ]
  31701. wboy2:0:C46E:01:000:Invincibility
  31702. wboy2:0:C302:07:000:Infinite Lives
  31703. wboy2:0:C46A:20:007:Infinite Vitality
  31704. wboy2:0:C407:02:000:Always Have the Axe
  31705. wboy2:0:C408:02:000:Always Have the Skateboard
  31706. wboy2:0:C407:02:001:Get the Axe Now!
  31707. wboy2:0:C408:02:001:Get the Skateboard Now!
  31708. wboy2:0:C407:00:001:Lose the Axe Now!
  31709. wboy2:0:C408:00:001:Lose the Skateboard Now!
  31710. wboy2:0:C312:01:000:Always Doll Bonus
  31711. wboy2:0:C476:02:000:Always Big Bonus Fruits
  31712. wboy2:0:C475:14:000:Monster Always = 10000
  31713. wboy2:0:C301:04:001:Goto Level 2-1 Next
  31714. wboy2:0:C301:08:001:Goto Level 3-1 Next
  31715. wboy2:0:C301:0C:001:Goto Level 4-1 Next
  31716. wboy2:0:C301:10:001:Goto Level 5-1 Next
  31717. wboy2:0:C301:14:001:Goto Level 6-1 Next
  31718. wboy2:0:C301:18:001:Goto Level 7-1 Next
  31719. wboy2:0:C301:1C:001:Goto Level 8-1 Next
  31720. wboy2:0:C301:1F:001:Goto Level 8-4 Next
  31721.  
  31722. ; [ Wonder Boy (set 3) ]
  31723. wboy3:0:C46E:01:000:Invincibility
  31724. wboy3:0:C302:07:000:Infinite Lives
  31725. wboy3:0:C46A:20:007:Infinite Vitality
  31726. wboy3:0:C407:02:000:Always Have the Axe
  31727. wboy3:0:C408:02:000:Always Have the Skateboard
  31728. wboy3:0:C407:02:001:Get the Axe Now!
  31729. wboy3:0:C408:02:001:Get the Skateboard Now!
  31730. wboy3:0:C407:00:001:Lose the Axe Now!
  31731. wboy3:0:C408:00:001:Lose the Skateboard Now!
  31732. wboy3:0:C312:01:000:Always Doll Bonus
  31733. wboy3:0:C476:02:000:Always Big Bonus Fruits
  31734. wboy3:0:C475:14:000:Monster Always = 10000
  31735. wboy3:0:C301:04:001:Goto Level 2-1 Next
  31736. wboy3:0:C301:08:001:Goto Level 3-1 Next
  31737. wboy3:0:C301:0C:001:Goto Level 4-1 Next
  31738. wboy3:0:C301:10:001:Goto Level 5-1 Next
  31739. wboy3:0:C301:14:001:Goto Level 6-1 Next
  31740. wboy3:0:C301:18:001:Goto Level 7-1 Next
  31741. wboy3:0:C301:1C:001:Goto Level 8-1 Next
  31742. wboy3:0:C301:1F:001:Goto Level 8-4 Next
  31743.  
  31744. ; [ Wonder Boy (set 4) ]
  31745. wboy4:0:C46E:01:000:Invincibility
  31746. wboy4:0:C302:07:000:Infinite Lives
  31747. wboy4:0:C46A:20:007:Infinite Vitality
  31748. wboy4:0:C407:02:000:Always Have the Axe
  31749. wboy4:0:C408:02:000:Always Have the Skateboard
  31750. wboy4:0:C407:02:001:Get the Axe Now!
  31751. wboy4:0:C408:02:001:Get the Skateboard Now!
  31752. wboy4:0:C407:00:001:Lose the Axe Now!
  31753. wboy4:0:C408:00:001:Lose the Skateboard Now!
  31754. wboy4:0:C312:01:000:Always Doll Bonus
  31755. wboy4:0:C476:02:000:Always Big Bonus Fruits
  31756. wboy4:0:C475:14:000:Monster Always = 10000
  31757. wboy4:0:C301:04:001:Goto Level 2-1 Next
  31758. wboy4:0:C301:08:001:Goto Level 3-1 Next
  31759. wboy4:0:C301:0C:001:Goto Level 4-1 Next
  31760. wboy4:0:C301:10:001:Goto Level 5-1 Next
  31761. wboy4:0:C301:14:001:Goto Level 6-1 Next
  31762. wboy4:0:C301:18:001:Goto Level 7-1 Next
  31763. wboy4:0:C301:1C:001:Goto Level 8-1 Next
  31764. wboy4:0:C301:1F:001:Goto Level 8-4 Next
  31765.  
  31766. ; [ Wonder Boy (set 4 not encrypted) ]
  31767. wboy4u:0:C46E:01:000:Invincibility
  31768. wboy4u:0:C302:07:000:Infinite Lives
  31769. wboy4u:0:C46A:20:007:Infinite Vitality
  31770. wboy4u:0:C407:02:000:Always Have the Axe
  31771. wboy4u:0:C408:02:000:Always Have the Skateboard
  31772. wboy4u:0:C407:02:001:Get the Axe Now!
  31773. wboy4u:0:C408:02:001:Get the Skateboard Now!
  31774. wboy4u:0:C407:00:001:Lose the Axe Now!
  31775. wboy4u:0:C408:00:001:Lose the Skateboard Now!
  31776. wboy4u:0:C312:01:000:Always Doll Bonus
  31777. wboy4u:0:C476:02:000:Always Big Bonus Fruits
  31778. wboy4u:0:C475:14:000:Monster Always = 10000
  31779. wboy4u:0:C301:04:001:Goto Level 2-1 Next
  31780. wboy4u:0:C301:08:001:Goto Level 3-1 Next
  31781. wboy4u:0:C301:0C:001:Goto Level 4-1 Next
  31782. wboy4u:0:C301:10:001:Goto Level 5-1 Next
  31783. wboy4u:0:C301:14:001:Goto Level 6-1 Next
  31784. wboy4u:0:C301:18:001:Goto Level 7-1 Next
  31785. wboy4u:0:C301:1C:001:Goto Level 8-1 Next
  31786. wboy4u:0:C301:1F:001:Goto Level 8-4 Next
  31787.  
  31788. ; [ Wonder Boy (not encrypted) ]
  31789. wboyu:0:C46E:01:000:Invincibility
  31790. wboyu:0:C302:07:000:Infinite Lives
  31791. wboyu:0:C46A:20:007:Infinite Vitality
  31792. wboyu:0:C407:02:000:Always Have the Axe
  31793. wboyu:0:C408:02:000:Always Have the Skateboard
  31794. wboyu:0:C407:02:001:Get the Axe Now!
  31795. wboyu:0:C408:02:001:Get the Skateboard Now!
  31796. wboyu:0:C407:00:001:Lose the Axe Now!
  31797. wboyu:0:C408:00:001:Lose the Skateboard Now!
  31798. wboyu:0:C312:01:000:Always Doll Bonus
  31799. wboyu:0:C476:02:000:Always Big Bonus Fruits
  31800. wboyu:0:C475:14:000:Monster Always = 10000
  31801. wboyu:0:C301:04:001:Goto Level 2-1 Next
  31802. wboyu:0:C301:08:001:Goto Level 3-1 Next
  31803. wboyu:0:C301:0C:001:Goto Level 4-1 Next
  31804. wboyu:0:C301:10:001:Goto Level 5-1 Next
  31805. wboyu:0:C301:14:001:Goto Level 6-1 Next
  31806. wboyu:0:C301:18:001:Goto Level 7-1 Next
  31807. wboyu:0:C301:1C:001:Goto Level 8-1 Next
  31808. wboyu:0:C301:1F:001:Goto Level 8-4 Next
  31809.  
  31810. ; [ World Cup 90 ]
  31811. wc90:0:80B1:10:000:Home Team has 10 goals
  31812. wc90:0:80B2:00:000:Away Team always has 0 goals
  31813. wc90:0:80AD:59:000:Infinite Time
  31814. wc90:0:80AD:00:001:Finish this Game Now! (1/2)
  31815. wc90:0:80AE:00:501:Finish this Game Now! (2/2)
  31816. wc90:0:80B0:06:001:Make this the last round
  31817. wc90:0:80B0:06:071:Select current round
  31818. wc90:0:80B1:99:073:Select score PL1
  31819. wc90:0:80B2:99:073:Select score PL2
  31820.  
  31821. ; [ Euro League ]
  31822. wc90b:0:80AF:10:000:Home Team has 10 goals
  31823. wc90b:0:80B0:00:000:Away Team has 0 goals
  31824. wc90b:0:80AB:59:000:Infinite Time
  31825. wc90b:0:80AB:00:001:Finish this Game Now! (1/2)
  31826. wc90b:0:80AC:00:501:Finish this Game Now! (2/2)
  31827. wc90b:0:80AE:06:001:Make this the last round
  31828. wc90b:0:80AE:06:071:Select current round
  31829. wc90b:0:80AF:99:073:Select score PL1
  31830. wc90b:0:80B0:99:073:Select score PL2
  31831.  
  31832. ; [ WEC Le Mans 24 ]
  31833. wecleman:0:04040B:99:000:Infinite Time (1/2)
  31834. wecleman:0:04040A:09:500:Infinite Time (2/2)
  31835. wecleman:0:040409:04:001:Make this the last lap Now!
  31836.  
  31837. ; [ West Story ]
  31838. weststry:0:085C21:01:001:One enemy ends levelNow!(1/2):Also one hit for boss
  31839. weststry:0:085C22:02:501:One enemy ends levelNow!(2/2):Also one hit for boss
  31840. weststry:0:08086C:03:000:Infinite Lives PL1
  31841. weststry:0:08086D:63:000:Infinite Bombs PL1
  31842. weststry:0:080825:78:000:Invincibility PL1 (1/2)
  31843. weststry:0:080821:03:520:Invincibility PL1 (2/2)
  31844. weststry:0:080874:00:000:Always Use Normal Gun PL1
  31845. weststry:0:080874:01:000:Always Use Semi-Auto Gun PL1
  31846. weststry:0:080874:02:000:Always Use Full-Auto Gun PL1
  31847. weststry:0:080874:00:001:Get Normal Gun Now! PL1
  31848. weststry:0:080874:01:001:Get Semi-Auto Gun Now! PL1
  31849. weststry:0:080874:02:001:Get Full-Auto Gun Now! PL1
  31850. weststry:0:080F2C:03:000:Infinite Lives PL2
  31851. weststry:0:080F2D:63:000:Infinite Bombs PL2
  31852. weststry:0:080EE5:78:000:Invincibility PL2 (1/2)
  31853. weststry:0:080EE1:03:520:Invincibility PL2 (2/2)
  31854. weststry:0:080F34:00:000:Always Use Normal Gun PL2
  31855. weststry:0:080F34:01:000:Always Use Semi-Auto Gun PL2
  31856. weststry:0:080F34:02:000:Always Use Full-Auto Gun PL2
  31857. weststry:0:080F34:00:001:Get Normal Gun Now! PL2
  31858. weststry:0:080F34:01:001:Get Semi-Auto Gun Now! PL2
  31859. weststry:0:080F34:02:001:Get Full-Auto Gun Now! PL2
  31860.  
  31861. ; [ Western Express (bootleg) ]
  31862. wexpresb:0:000C:99:000:Infinite Lives
  31863. wexpresb:0:0012:05:001:Get 1 more to finish Exp2 car
  31864. wexpresb:0:0056:00:000:Stop Train Bombs
  31865. wexpresb:0:0000:00:999:[This Infinite Energy cheat ]
  31866. wexpresb:0:0000:00:999:[may have to be turned OFF  ]
  31867. wexpresb:0:0000:00:999:[with F5 if you get pushed  ]
  31868. wexpresb:0:0000:00:999:[off the train or encounter ]
  31869. wexpresb:0:0000:00:999:[problems with the box      ]
  31870. wexpresb:0:0000:00:999:[pusher. Turn the cheat back]
  31871. wexpresb:0:0000:00:999:[ON with the F5 key.        ]
  31872. wexpresb:0:0031:50:000:Infinite Energy
  31873. wexpresb:0:0000:00:999:[This Infinite Time cheat   ]
  31874. wexpresb:0:0000:00:999:[should be disabled when you]
  31875. wexpresb:0:0000:00:999:[you reach the engine with  ]
  31876. wexpresb:0:0000:00:999:[F5 or better use the Lose  ]
  31877. wexpresb:0:0000:00:999:[All Exp2 Time Now! cheat   ]
  31878. wexpresb:0:0028:59:000:Infinite Exp2 Time
  31879. wexpresb:0:0028:01:001:Lose All Exp2 Time Now! 
  31880.  
  31881. ; [ Western Express (World?) ]
  31882. wexpress:0:000C:99:000:Infinite Lives
  31883. wexpress:0:0012:05:001:Get 1 more to finish Exp2 car
  31884. wexpress:0:0056:00:000:Stop Train Bombs
  31885. wexpress:0:0000:00:999:[This Infinite Energy cheat ]
  31886. wexpress:0:0000:00:999:[may have to be turned OFF  ]
  31887. wexpress:0:0000:00:999:[with F5 if you get pushed  ]
  31888. wexpress:0:0000:00:999:[off the train or encounter ]
  31889. wexpress:0:0000:00:999:[problems with the box      ]
  31890. wexpress:0:0000:00:999:[pusher. Turn the cheat back]
  31891. wexpress:0:0000:00:999:[ON with the F5 key.        ]
  31892. wexpress:0:0031:50:000:Infinite Energy
  31893. wexpress:0:0000:00:999:[This Infinite Time cheat   ]
  31894. wexpress:0:0000:00:999:[should be disabled when you]
  31895. wexpress:0:0000:00:999:[you reach the engine with  ]
  31896. wexpress:0:0000:00:999:[F5 or better use the Lose  ]
  31897. wexpress:0:0000:00:999:[All Exp2 Time Now! cheat   ]
  31898. wexpress:0:0028:59:000:Infinite Exp2 Time
  31899. wexpress:0:0028:01:001:Lose All Exp2 Time Now! 
  31900.  
  31901. ; [ World Heroes ]
  31902. wh1:0:10B008:9A:000:Infinite Time
  31903. wh1:0:10600A:68:000:Infinite Energy PL1
  31904. wh1:0:10610A:68:000:Infinite Energy PL2
  31905. wh1:0:000000:00:999:[   Free player selection   ]
  31906. wh1:0:000000:00:999:[    Use between rounds.    ]
  31907. wh1:0:10600C:01:000:Play with Dragon PL1
  31908. wh1:0:10600C:02:000:Play with Hanzo PL1
  31909. wh1:0:10600C:03:000:Play with Muscle Power PL1
  31910. wh1:0:10600C:04:000:Play with J. Carn PL1
  31911. wh1:0:10600C:05:000:Play with Janne PL1
  31912. wh1:0:10600C:06:000:Play with Rasputin PL1
  31913. wh1:0:10600C:07:000:Play with Fuuma PL1
  31914. wh1:0:10600C:08:000:Play with Brocken PL1
  31915. wh1:0:10600C:09:000:Play with Geegus PL1:Doesn't work well
  31916. wh1:0:10610C:01:000:Play with Dragon PL2
  31917. wh1:0:10610C:02:000:Play with Hanzo PL2
  31918. wh1:0:10610C:03:000:Play with Muscle Power PL2
  31919. wh1:0:10610C:04:000:Play with J. Carn PL2
  31920. wh1:0:10610C:05:000:Play with Janne PL2
  31921. wh1:0:10610C:06:000:Play with Rasputin PL2
  31922. wh1:0:10610C:07:000:Play with Fuuma PL2
  31923. wh1:0:10610C:08:000:Play with Brocken PL2
  31924. wh1:0:10610C:09:000:Play with Geegus PL2:Doesn't work well
  31925.  
  31926. ; [ World Heroes 2 ]
  31927. wh2:0:10C109:9A:000:Infinite Time
  31928. wh2:0:10600D:7F:000:Infinite Energy PL1
  31929. wh2:0:10610D:7F:000:Infinite Energy PL2
  31930. wh2:0:000000:00:999:[   Free player selection   ]
  31931. wh2:0:000000:00:999:[  Use BETWEEN rounds, or   ]
  31932. wh2:0:000000:00:999:[       at world map.       ]
  31933. wh2:0:000000:00:999:[  Some glitches, however.  ]
  31934. wh2:0:106004:01:001:Play with K. Dragon PL1
  31935. wh2:0:106004:02:001:Play with Hanzou PL1
  31936. wh2:0:106004:03:001:Play with Muscle Power PL1
  31937. wh2:0:106004:04:001:Play with J. Carn PL1
  31938. wh2:0:106004:05:001:Play with Janne PL1
  31939. wh2:0:106004:06:001:Play with Rasputin PL1
  31940. wh2:0:106004:07:001:Play with Fuuma PL1
  31941. wh2:0:106004:08:001:Play with Brocken PL1
  31942. wh2:0:106004:09:001:Play with Shura PL1
  31943. wh2:0:106004:0A:001:Play with Ryoko PL1
  31944. wh2:0:106004:0B:001:Play with C. Kidd PL1
  31945. wh2:0:106004:0C:001:Play with Mudman PL1
  31946. wh2:0:106004:0D:001:Play with Erick PL1
  31947. wh2:0:106004:0E:001:Play with J. Max PL1
  31948. wh2:0:106004:0F:001:Play with Dio PL1
  31949. wh2:0:106004:10:001:Play with Neo Geegus PL1:Doesn't work well
  31950. wh2:0:106104:01:001:Play with K. Dragon PL2 
  31951. wh2:0:106104:02:001:Play with Hanzou PL2 
  31952. wh2:0:106104:03:001:Play with Muscle Power PL2 
  31953. wh2:0:106104:04:001:Play with J. Carn PL2 
  31954. wh2:0:106104:05:001:Play with Janne PL2 
  31955. wh2:0:106104:06:001:Play with Rasputin PL2 
  31956. wh2:0:106104:07:001:Play with Fuuma PL2 
  31957. wh2:0:106104:08:001:Play with Brocken PL2 
  31958. wh2:0:106104:09:001:Play with Shura PL2
  31959. wh2:0:106104:0A:001:Play with Ryoko PL2 
  31960. wh2:0:106104:0B:001:Play with C. Kidd PL2 
  31961. wh2:0:106104:0C:001:Play with Mudman PL2 
  31962. wh2:0:106104:0D:001:Play with Erick PL2 
  31963. wh2:0:106104:0E:001:Play with J. Max PL2 
  31964. wh2:0:106104:0F:001:Play with Dio PL2 
  31965. wh2:0:106104:10:001:Play with Neo Geegus PL2 :Doesn't work well
  31966.  
  31967. ; [ World Heroes 2 Jet ]
  31968. wh2j:0:10C109:9A:000:Infinite Time
  31969. wh2j:0:10600D:6F:000:Infinite Energy PL1
  31970. wh2j:0:10610D:6F:000:Infinite Energy PL2
  31971. wh2j:0:000000:00:999:[   Free player selection   ]
  31972. wh2j:0:000000:00:999:[    Use BETWEEN rounds     ]
  31973. wh2j:0:106004:01:001:Play with Dragon PL1
  31974. wh2j:0:106004:02:001:Play with Hanzou PL1
  31975. wh2j:0:106004:03:001:Play with Muscle PL1
  31976. wh2j:0:106004:04:001:Play with J. Carn PL1
  31977. wh2j:0:106004:05:001:Play with Janne PL1
  31978. wh2j:0:106004:06:001:Play with Rasputin PL1
  31979. wh2j:0:106004:07:001:Play with Fuuma PL1
  31980. wh2j:0:106004:08:001:Play with Brocken PL1
  31981. wh2j:0:106004:09:001:Play with Shura PL1
  31982. wh2j:0:106004:0A:001:Play with Ryoko PL1
  31983. wh2j:0:106004:0B:001:Play with C. Kidd PL1
  31984. wh2j:0:106004:0C:001:Play with Mudman PL1
  31985. wh2j:0:106004:0D:001:Play with Erick PL1
  31986. wh2j:0:106004:0E:001:Play with J. Max PL1
  31987. wh2j:0:106004:0F:001:Play with Jack PL1
  31988. wh2j:0:106004:10:001:Play with Ryofu PL1
  31989. wh2j:0:106004:11:001:Play with Zeus PL1
  31990. wh2j:0:106104:01:001:Play with Dragon PL2
  31991. wh2j:0:106104:02:001:Play with Hanzou PL2
  31992. wh2j:0:106104:03:001:Play with Muscle PL2
  31993. wh2j:0:106104:04:001:Play with J. Carn PL2
  31994. wh2j:0:106104:05:001:Play with Janne PL2
  31995. wh2j:0:106104:06:001:Play with Rasputin PL2
  31996. wh2j:0:106104:07:001:Play with Fuuma PL2
  31997. wh2j:0:106104:08:001:Play with Brocken PL2
  31998. wh2j:0:106104:09:001:Play with Shura PL2
  31999. wh2j:0:106104:0A:001:Play with Ryoko PL2
  32000. wh2j:0:106104:0B:001:Play with C. Kidd PL2
  32001. wh2j:0:106104:0C:001:Play with Mudman PL2
  32002. wh2j:0:106104:0D:001:Play with Erick PL2
  32003. wh2j:0:106104:0E:001:Play with J. Max PL2
  32004. wh2j:0:106104:0F:001:Play with Jack PL2
  32005. wh2j:0:106104:10:001:Play with Ryofu PL2
  32006. wh2j:0:106104:11:001:Play with Zeus PL2
  32007.  
  32008. ; [ World Heroes Perfect ]
  32009. whp:0:10C109:9A:000:Infinite Time
  32010. whp:0:10600C:C0:000:Infinite Energy PL1
  32011. whp:0:106A17:DF:000:Always Hero PL1
  32012. whp:0:10610C:C0:000:Infinite Energy PL2
  32013. whp:0:106B17:DF:000:Always Hero PL2
  32014. whp:0:000000:00:999:[   Free player selection   ]
  32015. whp:0:000000:00:999:[  Use at selection screen  ]
  32016. whp:0:10B070:11:001:Play with Zeus PL1
  32017. whp:0:10B070:12:001:Play with Neo-Dio PL1
  32018. whp:0:10B070:13:001:Play with Goku PL1
  32019. whp:0:10B071:11:001:Play with Zeus PL2
  32020. whp:0:10B071:12:001:Play with Neo-Dio PL2
  32021. whp:0:10B071:13:001:Play with Goku PL2
  32022. whp:0:000000:00:999:[     For ingame change     ]
  32023. whp:0:000000:00:999:[    Use BETWEEN rounds     ]
  32024. whp:0:106004:01:001:Play with Dragon PL1
  32025. whp:0:106004:02:001:Play with Hanzou PL1
  32026. whp:0:106004:03:001:Play with Muscle PL1
  32027. whp:0:106004:04:001:Play with J. Carn PL1
  32028. whp:0:106004:05:001:Play with Janne PL1
  32029. whp:0:106004:06:001:Play with Rasputin PL1
  32030. whp:0:106004:07:001:Play with Fuuma PL1
  32031. whp:0:106004:08:001:Play with Brocken PL1
  32032. whp:0:106004:09:001:Play with Shura PL1
  32033. whp:0:106004:0A:001:Play with Ryoko PL1
  32034. whp:0:106004:0B:001:Play with C. Kidd PL1
  32035. whp:0:106004:0C:001:Play with Mudman PL1
  32036. whp:0:106004:0D:001:Play with Erick PL1
  32037. whp:0:106004:0E:001:Play with J. Max PL1
  32038. whp:0:106004:0F:001:Play with Jack PL1
  32039. whp:0:106004:10:001:Play with Ryofu PL1
  32040. whp:0:106004:11:001:Play with Zeus PL1
  32041. whp:0:106004:12:001:Play with Neo-Dio PL1
  32042. whp:0:106004:13:001:Play with Goku PL1
  32043. whp:0:106104:01:001:Play with Dragon PL2
  32044. whp:0:106104:02:001:Play with Hanzou PL2
  32045. whp:0:106104:03:001:Play with Muscle PL2
  32046. whp:0:106104:04:001:Play with J. Carn PL2
  32047. whp:0:106104:05:001:Play with Janne PL2
  32048. whp:0:106104:06:001:Play with Rasputin PL2
  32049. whp:0:106104:07:001:Play with Fuuma PL2
  32050. whp:0:106104:08:001:Play with Brocken PL2
  32051. whp:0:106104:09:001:Play with Shura PL2
  32052. whp:0:106104:0A:001:Play with Ryoko PL2
  32053. whp:0:106104:0B:001:Play with C. Kidd PL2
  32054. whp:0:106104:0C:001:Play with Mudman PL2
  32055. whp:0:106104:0D:001:Play with Erick PL2
  32056. whp:0:106104:0E:001:Play with J. Max PL2
  32057. whp:0:106104:0F:001:Play with Jack PL2
  32058. whp:0:106104:10:001:Play with Ryofu PL2
  32059. whp:0:106104:11:001:Play with Zeus PL2
  32060. whp:0:106104:12:001:Play with Neo-Dio PL2
  32061. whp:0:106104:13:001:Play with Goku PL2
  32062.  
  32063. ; [ Who Dunit (version 8.0) ]
  32064. whodunit:0:3317:00:000:No time between bullets
  32065. whodunit:0:3347:03:000:Infinite Lives PL1
  32066. whodunit:0:3369:03:000:Infinite Lives PL2
  32067.  
  32068. ; [ Whoopee (Japan) / Pipi & Bibis (World) ]
  32069. whoopee:0:08066D:04:001:Always 4 Coins
  32070. whoopee:0:080673:77:000:Stop End-of-Level Bomb Timer:Turn off to leave level
  32071. whoopee:0:08073F:01:007:Only 1 Computer Left
  32072. whoopee:0:080641:05:000:Infinite Lives PL1
  32073. whoopee:0:080689:1B:000:Invincibility PL1
  32074. whoopee:0:08064F:05:000:Infinite Lives PL2
  32075. whoopee:0:0806E9:7D:000:Invincibility PL2
  32076.  
  32077. ; [ Wild Fang ]
  32078. wildfang:0:0608CC:99:000:Infinite Time
  32079. wildfang:0:060E1E:03:000:Infinite Lives PL1
  32080. wildfang:0:060E17:03:000:Infinite Polymorphes PL1
  32081. wildfang:0:060DD7:32:000:Infinite Energy PL1
  32082. wildfang:0:060E11:40:000:Invincibility PL1
  32083. wildfang:0:060E0A:03:000:Change to Dragon PL1 (1/5):Infinite Time
  32084. wildfang:0:060F3F:03:501:Change to Dragon PL1 (2/5)
  32085. wildfang:0:060F81:06:501:Change to Dragon PL1 (3/5)
  32086. wildfang:0:060F82:0D:501:Change to Dragon PL1 (4/5)
  32087. wildfang:0:060F83:BE:501:Change to Dragon PL1 (5/5)
  32088. wildfang:0:060E0A:00:001:Dragon Time Over Now! PL1
  32089. wildfang:0:060E9F:03:000:Infinite Lives PL2
  32090. wildfang:0:060E97:03:000:Infinite Polymorphes PL2
  32091. wildfang:0:060E57:32:000:Infinite Energy PL2
  32092. wildfang:0:060E91:40:000:Invincibility PL2
  32093. wildfang:0:060E8A:03:000:Change to Dragon PL1 (1/5):Infinite Time
  32094. wildfang:0:06103F:03:501:Change to Dragon PL1 (2/5)
  32095. wildfang:0:061081:06:501:Change to Dragon PL1 (3/5)
  32096. wildfang:0:061082:0E:501:Change to Dragon PL1 (4/5)
  32097. wildfang:0:061083:3E:501:Change to Dragon PL1 (5/5)
  32098. wildfang:0:060E8A:00:001:Dragon Time Over PL1
  32099.  
  32100. ; [ Willow (Japan, English) ]
  32101. willow:0:FF8342:09:000:Infinite Lives
  32102. willow:0:FF8362:06:000:Infinite Energy
  32103. willow:0:FF83C7:59:000:Infinite Time
  32104. willow:0:FF8369:90:000:Infinite Money
  32105. willow:0:FF835D:03:000:Infinite Bracelets
  32106. willow:0:FF8345:05:071:Select current stage
  32107. willow:0:FF8345:05:061:Select next stage
  32108.  
  32109. ; [ Willow (Japan, Japanese) ]
  32110. willowj:0:FF8342:09:000:Infinite Lives
  32111. willowj:0:FF8362:06:000:Infinite Energy
  32112. willowj:0:FF83C7:59:000:Infinite Time
  32113. willowj:0:FF8369:90:000:Infinite Money
  32114. willowj:0:FF835D:03:000:Infinite Bracelets
  32115. willowj:0:FF8345:05:071:Select current stage
  32116. willowj:0:FF8345:05:061:Select next stage
  32117.  
  32118. ; [ Wiping ]
  32119. wiping:0:9100:05:000:Infinite Lives
  32120.  
  32121. ; [ Wise Guy ]
  32122. wiseguy:0:E906:09:000:Infinite Lives
  32123. wiseguy:0:EB16:2F:000:Infinite Time
  32124. wiseguy:0:EAE4:00:001:Finish this stage Now!
  32125. wiseguy:0:E907:09:001:Get 9 stars Now!
  32126.  
  32127. ; [ Wiz ]
  32128. wiz:0:C064:09:000:Infinite Lives PL1
  32129. wiz:0:C065:09:000:Infinite Lives PL2
  32130. wiz:0:C6F9:09:000:Infinite Cutters
  32131. wiz:0:C6FA:09:000:Infinite Time Stoppers
  32132. wiz:0:C6FB:09:000:Infinite Barriers
  32133. wiz:0:C6FC:09:000:Infinite Quicks
  32134. wiz:0:C6FD:09:000:Infinite Bombers
  32135. wiz:0:C6FE:09:000:Infinite Fire
  32136. wiz:0:C6FF:09:000:Infinite Helpers
  32137.  
  32138. ; [ Wiz (Taito) ]
  32139. wizt:0:C064:09:000:Infinite Lives PL1
  32140. wizt:0:C065:09:000:Infinite Lives PL2
  32141. wizt:0:C6F9:09:000:Infinite Cutters
  32142. wizt:0:C6FA:09:000:Infinite Time Stoppers
  32143. wizt:0:C6FB:09:000:Infinite Barriers
  32144. wizt:0:C6FC:09:000:Infinite Quicks
  32145. wizt:0:C6FD:09:000:Infinite Bombers
  32146. wizt:0:C6FE:09:000:Infinite Fire
  32147. wizt:0:C6FF:09:000:Infinite Helpers
  32148.  
  32149. ; [ Windjammers / Flying Power Disc ]
  32150. wjammers:0:10008D:99:000:Infinite Set Time
  32151. wjammers:0:10008D:00:001:Finish Set Now!
  32152. wjammers:0:100873:99:073:Select Score Now! PL1
  32153. wjammers:0:1008F3:99:073:Select Score Now! PL2
  32154. wjammers:0:100873:00:000:Score always = 0 PL1
  32155. wjammers:0:1008F3:00:000:Score always = 0 PL2
  32156. wjammers:0:100873:99:000:Score always = 99 PL1
  32157. wjammers:0:1008F3:99:000:Score always = 99 PL2
  32158. wjammers:0:100873:00:001:Set score = 0 Now! PL1
  32159. wjammers:0:1008F3:00:001:Set score = 0 Now! PL2
  32160. wjammers:0:100873:99:001:Set score = 99 Now! PL1
  32161. wjammers:0:1008F3:99:001:Set score = 99 Now! PL2
  32162.  
  32163. ; [ World Court (Japan) ]
  32164. wldcourt:0:01A0:00:000:Game Score always = 0 PL1
  32165. wldcourt:0:01A0:00:001:Set Game Score = 0  Now! PL1
  32166. wldcourt:0:01A0:01:001:Set Game Score = 15 Now! PL1
  32167. wldcourt:0:01A0:02:001:Set Game Score = 30 Now! PL1
  32168. wldcourt:0:01A0:03:001:Set Game Score = 40 Now! PL1
  32169. wldcourt:0:01A1:00:000:Game Score always = 0 PL2
  32170. wldcourt:0:01A1:00:001:Set Game Score = 0  Now! PL2
  32171. wldcourt:0:01A1:01:001:Set Game Score = 15 Now! PL2
  32172. wldcourt:0:01A1:02:001:Set Game Score = 30 Now! PL2
  32173. wldcourt:0:01A1:03:001:Set Game Score = 40 Now! PL2
  32174. wldcourt:0:019A:07:070:Select 'Sets' score PL1
  32175. wldcourt:0:019B:07:070:Select 'Sets' score PL2
  32176. wldcourt:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  32177.  
  32178. ; [ Wonder Momo ]
  32179. wndrmomo:0:4458:7F:000:Infinite Vital
  32180. wndrmomo:0:4459:7F:000:Always have maximum wonder
  32181. wndrmomo:0:450D:EC:000:Invincibility 
  32182.  
  32183. ; [ Warriors of Fate (World) ]
  32184. wof:0:FF81B2:3B:000:Infinite Time
  32185. wof:0:FF81DE:63:000:Infinite Boss Time
  32186. wof:0:FF7F9B:03:000:Infinite Lives PL1
  32187. wof:0:FFBE9F:68:000:Infinite Energy PL1
  32188. wof:0:FFBED5:B4:000:Invincibility PL1
  32189. wof:0:FF7F9C:03:000:Infinite Lives PL2
  32190. wof:0:FFBF7F:68:000:Infinite Energy PL2
  32191. wof:0:FFBFB5:B4:000:Invincibility PL2
  32192. wof:0:FF7F9D:03:000:Infinite Lives PL3
  32193. wof:0:FFC05F:68:000:Infinite Energy PL3
  32194. wof:0:FFC095:B4:000:Invincibility PL3
  32195.  
  32196. ; [ Tenchi wo Kurau II - Sekiheki no Tatakai (Japan) ]
  32197. wofj:0:FF81B2:3B:000:Infinite Time
  32198. wofj:0:FF81DE:63:000:Infinite Boss Time
  32199. wofj:0:FF7F9B:03:000:Infinite Lives PL1
  32200. wofj:0:FFBE9F:68:000:Infinite Energy PL1
  32201. wofj:0:FFBED5:B4:000:Invincibility PL1
  32202. wofj:0:FF7F9C:03:000:Infinite Lives PL2
  32203. wofj:0:FFBF7F:68:000:Infinite Energy PL2
  32204. wofj:0:FFBFB5:B4:000:Invincibility PL2
  32205. wofj:0:FF7F9D:03:000:Infinite Lives PL3
  32206. wofj:0:FFC05F:68:000:Infinite Energy PL3
  32207. wofj:0:FFC095:B4:000:Invincibility PL3
  32208.  
  32209. ; [ Wonder 3 (Japan) ]
  32210. wonder3:0:000000:00:999:[Infinite Lives on all parts]
  32211. wonder3:0:FF0DE7:03:000:Infinite Lives PL1
  32212. wonder3:0:FF0DE8:03:000:Infinite Lives PL2
  32213. wonder3:0:000000:00:999:[MIDNIGHT WANDERERS (Action)]
  32214. wonder3:0:FF1011:09:000:Infinite Time
  32215. wonder3:0:FF1838:B4:000:Invincibility PL1 (1/2)
  32216. wonder3:0:FF17BA:80:520:Invincibility PL1 (2/2)
  32217. wonder3:0:FF0E17:63:000:One heart always=lifePL1(1/2)
  32218. wonder3:0:FF0E19:64:500:One heart always=lifePL1(2/2)
  32219. wonder3:0:FF0E17:63:001:One heart=life Now! PL1 (1/2)
  32220. wonder3:0:FF0E19:64:501:One heart=life Now! PL1 (2/2)
  32221. wonder3:0:FF18D8:B4:000:Invincibility PL2 (1/2)
  32222. wonder3:0:FF185A:80:520:Invincibility PL2 (2/2)
  32223. wonder3:0:FF0E1B:63:000:One heart always=lifePL2(1/2)
  32224. wonder3:0:FF0E1D:64:500:One heart always=lifePL2(2/2)
  32225. wonder3:0:FF0E1B:63:001:One heart=life Now! PL2 (1/2)
  32226. wonder3:0:FF0E1D:64:501:One heart=life Now! PL2 (2/2)
  32227. wonder3:0:000000:00:999:[CHARIOT          (Shooting)]
  32228. wonder3:0:FF1838:B4:000:Invincibility PL1 (1/2)
  32229. wonder3:0:FF17BA:80:520:Invincibility PL1 (2/2)
  32230. wonder3:0:FF184D:59:000:One heart always=lifePL1(1/2)
  32231. wonder3:0:FF184C:5A:500:One heart always=lifePL1(2/2)
  32232. wonder3:0:FF184D:59:001:One heart=life Now! PL1 (1/2)
  32233. wonder3:0:FF184C:5A:501:One heart=life Now! PL1 (2/2)
  32234. wonder3:0:FF18D8:B4:000:Invincibility PL2 (1/2)
  32235. wonder3:0:FF185A:80:520:Invincibility PL2 (2/2)
  32236. wonder3:0:FF18ED:59:000:One heart always=lifePL2(1/2)
  32237. wonder3:0:FF18EC:5A:500:One heart always=lifePL2(2/2)
  32238. wonder3:0:FF18ED:59:001:One heart=life Now! PL2 (1/2)
  32239. wonder3:0:FF18EC:5A:501:One heart=life Now! PL2 (2/2)
  32240. wonder3:0:000000:00:999:[DON'T PULL         (Puzzle)]
  32241. wonder3:0:FF0EC3:16:000:Next fruit always = 100000
  32242. wonder3:0:FF0EC3:16:001:Next fruit = 100000 Now!
  32243. wonder3:0:FF17D2:01:000:Invincibility PL1 (1/2)
  32244. wonder3:0:FF17D3:2C:500:Invincibility PL1 (2/2)
  32245. wonder3:0:FF0EBC:62:000:One fruit always=lifePL1(1/2)
  32246. wonder3:0:FF0EBE:63:500:One fruit always=lifePL1(2/2)
  32247. wonder3:0:FF0EBC:62:001:One fruit = life Now!PL1(1/2)
  32248. wonder3:0:FF0EBE:63:501:One fruit = life Now!PL1(2/2)
  32249. wonder3:0:FF1872:01:000:Invincibility PL2 (1/2)
  32250. wonder3:0:FF1873:2C:500:Invincibility PL2 (2/2)
  32251. wonder3:0:FF0EBD:62:000:One fruit always=lifePL2(1/2)
  32252. wonder3:0:FF0EBF:63:500:One fruit always=lifePL2(2/2)
  32253. wonder3:0:FF0EBD:62:001:One fruit = life Now!PL2(1/2)
  32254. wonder3:0:FF0EBF:63:501:One fruit = life Now!PL2(2/2)
  32255. wonder3:0:FF104A:00:000:Skip round until turned off:Remember to turn it off!
  32256.  
  32257. ; [ World Wars (Japan) ]
  32258. worldwar:0:E400:99:000:Infinite Lives PL1
  32259. worldwar:0:E417:12:000:Infinite Energy PL1
  32260. worldwar:0:E42B:9D:000:Invincibility PL1
  32261. worldwar:0:E450:99:000:Infinite Lives PL2
  32262. worldwar:0:E467:12:000:Infinite Energy PL2
  32263. worldwar:0:E47B:9D:000:Invincibility PL2
  32264.       
  32265. ; [ Wizard of Wor ]
  32266. wow:0:D301:05:000:Infinite Lives PL1
  32267. wow:0:D300:05:000:Infinite Lives PL2
  32268.  
  32269. ; [ Wrestle War ]
  32270. wrestwar:0:FFC0C0:7F:000:Infinite Energy PL1
  32271. wrestwar:0:FFE123:59:000:Infinite Time
  32272. wrestwar:0:FFC2C0:00:001:Kill Opponent Faster Now!
  32273.  
  32274. ; [ World Stadium (Japan) ]
  32275. ws:0:5AD5:63:070:Select score Now! PL1
  32276. ws:0:5ACA:63:070:Select score Now! PL2
  32277. ws:0:40C3:00:000:Infinite Strikes
  32278. ws:0:40C4:00:000:Infinite Balls
  32279. ws:0:40C5:00:000:Infinite Outs
  32280. ws:0:40C3:00:001:Set Strikes to 0 Now!
  32281. ws:0:40C3:03:001:Set Strikes to 3 Now!
  32282. ws:0:40C4:00:001:Set Balls to 0 Now!
  32283. ws:0:40C4:03:001:Set Balls to 3 Now!
  32284. ws:0:40C5:00:001:Set Outs to 0 Now!
  32285. ws:0:40C5:02:001:Set Outs to 2 Now!
  32286. ws:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  32287.  
  32288. ; [ World Stadium '89 (Japan) ]
  32289. ws89:0:5AD5:63:070:Select score Now! PL1
  32290. ws89:0:5ACA:63:070:Select score Now! PL2
  32291. ws89:0:40C1:00:000:Infinite Strikes
  32292. ws89:0:40C2:00:000:Infinite Balls
  32293. ws89:0:40C3:00:000:Infinite Outs
  32294. ws89:0:40C1:00:001:Set Strikes to 0 Now!
  32295. ws89:0:40C1:03:001:Set Strikes to 3 Now!
  32296. ws89:0:40C2:00:001:Set Balls to 0 Now!
  32297. ws89:0:40C2:03:001:Set Balls to 3 Now!
  32298. ws89:0:40C3:00:001:Set Outs to 0 Now!
  32299. ws89:0:40C3:02:001:Set Outs to 2 Now!
  32300. ws89:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  32301.  
  32302. ; [ World Stadium '90 (Japan) ]
  32303. ws90:0:5AD5:63:070:Select score Now! PL1
  32304. ws90:0:5ACA:63:070:Select score Now! PL2
  32305. ws90:0:40C1:00:000:Infinite Strikes
  32306. ws90:0:40C2:00:000:Infinite Balls
  32307. ws90:0:40C3:00:000:Infinite Outs
  32308. ws90:0:40C1:00:001:Set Strikes to 0 Now!
  32309. ws90:0:40C1:03:001:Set Strikes to 3 Now!
  32310. ws90:0:40C2:00:001:Set Balls to 0 Now!
  32311. ws90:0:40C2:03:001:Set Balls to 3 Now!
  32312. ws90:0:40C3:00:001:Set Outs to 0 Now!
  32313. ws90:0:40C3:02:001:Set Outs to 2 Now!
  32314. ws90:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
  32315.  
  32316. ; [ World Tennis ]
  32317. wtennis:0:00BD:05:000:Infinite Lives PL1
  32318. wtennis:0:00BF:00:000:'HER' always set to 0 PL1
  32319. wtennis:0:00C0:00:000:'HIS' always set to 0 PL1
  32320. wtennis:0:00BF:00:001:Set 'HER' to 0 Now! PL1
  32321. wtennis:0:00C0:00:001:Set 'HIS' to 0 Now! PL1
  32322. wtennis:0:00BF:03:001:Set 'HER' to 3 Now! PL1
  32323. wtennis:0:00C0:03:001:Set 'HIS' to 3 Now! PL1
  32324. wtennis:0:00BE:05:000:Infinite Lives PL2
  32325. wtennis:0:00C2:00:000:'HIS' always set to 0 PL2
  32326. wtennis:0:00C1:00:000:'HER' always set to 0 PL2
  32327. wtennis:0:00C2:00:001:Set 'HIS' to 0 Now! PL2
  32328. wtennis:0:00C1:00:001:Set 'HER' to 0 Now! PL2
  32329. wtennis:0:00C2:03:001:Set 'HIS' to 3 Now! PL2
  32330. wtennis:0:00C1:03:001:Set 'HER' to 3 Now! PL2
  32331.  
  32332. ; [ Wild Western (set 2) ]
  32333. wwester1:0:8620:03:000:Infinite Lives
  32334.  
  32335. ; [ Wild Western (set 1) ]
  32336. wwestern:0:8620:03:000:Infinite Lives
  32337.  
  32338. ; [ Xenophobe ]
  32339. xenophob:0:060167:58:000:Stop Self-Destruct timer
  32340. xenophob:0:06072D:FF:000:Infinite Health PL1
  32341. xenophob:0:0607ED:FF:000:Infinite Health PL2
  32342. xenophob:0:0608AD:FF:000:Infinite Health PL3
  32343.  
  32344. ; [ Xevios ]
  32345. xevios:0:8183:09:000:Infinite Lives
  32346. xevios:0:0000:00:999:[Activate Invincibility     ]
  32347. xevios:0:0000:00:999:[Cheats during play only!!! ]
  32348. xevios:0:7C47:01:000:Invincibility (1/5)
  32349. xevios:0:8044:00:500:Invincibility (2/5)
  32350. xevios:0:8146:50:500:Invincibility (3/5)
  32351. xevios:0:8282:E6:500:Invincibility (4/5)
  32352. xevios:0:8283:14:500:Invincibility (5/5)
  32353.  
  32354. ; [ Xevious (Namco) ]
  32355. xevious:0:8183:09:000:Infinite Lives
  32356. xevious:0:0000:00:999:[Activate Invincibility     ]
  32357. xevious:0:0000:00:999:[Cheats during play only!!! ]
  32358. xevious:0:7C47:01:000:Invincibility (1/5)
  32359. xevious:0:8044:00:500:Invincibility (2/5)
  32360. xevious:0:8146:50:500:Invincibility (3/5)
  32361. xevious:0:8282:E6:500:Invincibility (4/5)
  32362. xevious:0:8283:14:500:Invincibility (5/5)
  32363.  
  32364. ; [ Xevious (Atari) ]
  32365. xeviousa:0:8183:09:000:Infinite Lives
  32366. xeviousa:0:0000:00:999:[Activate Invincibility     ]
  32367. xeviousa:0:0000:00:999:[Cheats during play only!!! ]
  32368. xeviousa:0:7C47:01:000:Invincibility (1/5)
  32369. xeviousa:0:8044:00:500:Invincibility (2/5)
  32370. xeviousa:0:8146:50:500:Invincibility (3/5)
  32371. xeviousa:0:8282:25:500:Invincibility (4/5)
  32372. xeviousa:0:8283:15:500:Invincibility (5/5)
  32373.  
  32374. ; [ X-Men (4 Players) ]
  32375. xmen:0:1102D0:09:000:Infinite Lives PL1 (1/2)
  32376. xmen:0:1102D1:99:500:Infinite Lives PL1 (2/2)
  32377. xmen:0:11102E:0A:000:Infinite Energy PL1
  32378. xmen:0:111005:28:000:Invincibility PL1
  32379. xmen:0:1102D2:09:000:Infinite Lives PL2 (1/2)
  32380. xmen:0:1102D3:99:500:Infinite Lives PL2 (2/2)
  32381. xmen:0:1110AE:0A:000:Infinite Energy PL2
  32382. xmen:0:111085:28:000:Invincibility PL2
  32383. xmen:0:1102D4:09:000:Infinite Lives PL3 (1/2)
  32384. xmen:0:1102D5:99:500:Infinite Lives PL3 (2/2)
  32385. xmen:0:11112E:0A:000:Infinite Energy PL3
  32386. xmen:0:111105:28:000:Invincibility PL3
  32387. xmen:0:1102D6:09:000:Infinite Lives PL4 (1/2)
  32388. xmen:0:1102D7:99:500:Infinite Lives PL4 (2/2)
  32389. xmen:0:1111AE:0A:000:Infinite Energy PL4
  32390. xmen:0:111185:28:000:Invincibility PL4
  32391. xmen:0:113560:07:061:Select next level
  32392. xmen:0:000000:00:999:[Use the starting level cht ]
  32393. xmen:0:000000:00:999:[on the screens after the   ]
  32394. xmen:0:000000:00:999:[choose character screen.The]
  32395. xmen:0:000000:00:999:[Go and Save the City screen]
  32396. xmen:0:000000:00:999:[is as good a place as any!!]
  32397. xmen:0:113560:07:071:Select the Starting Level
  32398.  
  32399. ; [ X-Men (2 Players Japan) ]
  32400. xmen2pj:0:1102D0:09:000:Infinite Lives PL1 (1/2)
  32401. xmen2pj:0:1102D1:99:500:Infinite Lives PL1 (2/2)
  32402. xmen2pj:0:11102E:0A:000:Infinite Energy PL1
  32403. xmen2pj:0:111005:28:000:Invincibility PL1
  32404. xmen2pj:0:1102D2:09:000:Infinite Lives PL2 (1/2)
  32405. xmen2pj:0:1102D3:99:500:Infinite Lives PL2 (2/2)
  32406. xmen2pj:0:1110AE:0A:000:Infinite Energy PL2
  32407. xmen2pj:0:111085:28:000:Invincibility PL2
  32408. xmen2pj:0:113560:07:061:Select next level
  32409. xmen2pj:0:000000:00:999:[Use the starting level cht ]
  32410. xmen2pj:0:000000:00:999:[on the screens after the   ]
  32411. xmen2pj:0:000000:00:999:[choose character screen.The]
  32412. xmen2pj:0:000000:00:999:[Go and Save the City screen]
  32413. xmen2pj:0:000000:00:999:[is as good a place as any!!]
  32414. xmen2pj:0:113560:07:071:Select the Starting Level
  32415.  
  32416. ; [ X-Men (6 Players) ]
  32417. xmen6p:0:1102D0:09:000:Infinite Lives PL1 (1/2)
  32418. xmen6p:0:1102D1:99:500:Infinite Lives PL1 (2/2)
  32419. xmen6p:0:11102E:0A:000:Infinite Energy PL1
  32420. xmen6p:0:111005:28:000:Invincibility PL1
  32421. xmen6p:0:1102D2:09:000:Infinite Lives PL2 (1/2)
  32422. xmen6p:0:1102D3:99:500:Infinite Lives PL2 (2/2)
  32423. xmen6p:0:1110AE:0A:000:Infinite Energy PL2
  32424. xmen6p:0:111085:28:000:Invincibility PL2
  32425. xmen6p:0:1102D4:09:000:Infinite Lives PL3 (1/2)
  32426. xmen6p:0:1102D5:99:500:Infinite Lives PL3 (2/2)
  32427. xmen6p:0:11112E:0A:000:Infinite Energy PL3
  32428. xmen6p:0:111105:28:000:Invincibility PL3
  32429. xmen6p:0:1102D6:09:000:Infinite Lives PL4 (1/2)
  32430. xmen6p:0:1102D7:99:500:Infinite Lives PL4 (2/2)
  32431. xmen6p:0:1111AE:0A:000:Infinite Energy PL4
  32432. xmen6p:0:111185:28:000:Invincibility PL4
  32433. xmen6p:0:1102D8:09:000:Infinite Lives PL5 (1/2)
  32434. xmen6p:0:1102D9:99:500:Infinite Lives PL5 (2/2)
  32435. xmen6p:0:11122E:0A:000:Infinite Energy PL5
  32436. xmen6p:0:111205:28:000:Invincibility PL5
  32437. xmen6p:0:1102DA:09:000:Infinite Lives PL6 (1/2)
  32438. xmen6p:0:1102DB:99:500:Infinite Lives PL6 (2/2)
  32439. xmen6p:0:1112AE:0A:000:Infinite Energy PL6
  32440. xmen6p:0:111285:28:000:Invincibility PL6
  32441. xmen6p:0:113560:07:061:Select next level
  32442. xmen6p:0:000000:00:999:[Use the starting level cht ]
  32443. xmen6p:0:000000:00:999:[on the screens after the   ]
  32444. xmen6p:0:000000:00:999:[choose character screen.The]
  32445. xmen6p:0:000000:00:999:[Go and Save the City screen]
  32446. xmen6p:0:000000:00:999:[is as good a place as any!!]
  32447. xmen6p:0:113560:07:071:Select the Starting Level
  32448.  
  32449. ; [ X Multiply (Japan) ]
  32450. xmultipl:0:809FD:09:000:Infinite Lives PL1
  32451. xmultipl:0:80A1D:09:000:Infinite Lives PL2
  32452. xmultipl:0:00000:00:999:[This Invincibility cheat is]
  32453. xmultipl:0:00000:00:999:[only for Sprite to Sprite  ]
  32454. xmultipl:0:00000:00:999:[collisions you still die if]
  32455. xmultipl:0:00000:00:999:[you crash into the scenery!]
  32456. xmultipl:0:81128:01:000:Limited Invincibility
  32457.  
  32458. ; [ Xain'd Sleena ]
  32459. xsleena:0:0056:10:000:Infinite Energy
  32460. xsleena:0:0060:07:000:Infinite Lives
  32461. xsleena:0:1935:59:000:Infinite Time
  32462. xsleena:0:0055:00:000:Always have Normal Weapon
  32463. xsleena:0:0055:01:000:Always have Grenades
  32464. xsleena:0:0055:02:000:Always have Double shot
  32465. xsleena:0:0055:03:000:Always have Heavy shot
  32466. xsleena:0:0055:04:000:Always have Triple shot
  32467. xsleena:0:0055:01:001:Get Normal Weapon Now!
  32468. xsleena:0:0055:01:001:Get Grenades Now!
  32469. xsleena:0:0055:02:001:Get Double shot Now!
  32470. xsleena:0:0055:03:001:Get Heavy shot Now!
  32471. xsleena:0:0055:04:001:Get Triple shot Now!
  32472.  
  32473. ; [ Xain'd Sleena (bootleg) ]
  32474. xsleenab:0:0056:10:000:Infinite Energy
  32475. xsleenab:0:0060:07:000:Infinite Lives
  32476. xsleenab:0:1935:59:000:Infinite Time
  32477. xsleenab:0:0055:00:000:Always have Normal Weapon
  32478. xsleenab:0:0055:01:000:Always have Grenades
  32479. xsleenab:0:0055:02:000:Always have Double shot
  32480. xsleenab:0:0055:03:000:Always have Heavy shot
  32481. xsleenab:0:0055:04:000:Always have Triple shot
  32482. xsleenab:0:0055:01:001:Get Normal Weapon Now!
  32483. xsleenab:0:0055:01:001:Get Grenades Now!
  32484. xsleenab:0:0055:02:001:Get Double shot Now!
  32485. xsleenab:0:0055:03:001:Get Heavy shot Now!
  32486. xsleenab:0:0055:04:001:Get Triple shot Now!
  32487.  
  32488. ; [ Xybots ]
  32489. xybots:0:FF8FB2:64:000:Infinite Energy PL1
  32490. xybots:0:FF8FB5:5A:000:Infinite Money PL1
  32491. xybots:0:FF8FB4:5A:000:Infinite Keys PL1
  32492. xybots:0:FFADEC:19:000:Infinite Credits PL1
  32493. xybots:0:FF9020:29:000:Always have double shot PL1
  32494. xybots:0:FF9020:2A:000:Always have double shot PL1
  32495. xybots:0:FF9020:2B:000:Always have triple shot PL1
  32496. xybots:0:FF9020:29:001:Get single shot Now! PL1
  32497. xybots:0:FF9020:2A:001:Get double shot Now! PL1
  32498. xybots:0:FF9020:2B:001:Get triple shot Now! PL1
  32499. xybots:0:FF8FE0:BF:000:Always have all itemsPL1(1/4)
  32500. xybots:0:FF8FE1:AF:500:Always have all itemsPL1(2/4)
  32501. xybots:0:FF8FE2:49:500:Always have all itemsPL1(3/4)
  32502. xybots:0:FF8FE3:24:500:Always have all itemsPL1(4/4)
  32503. xybots:0:FF8FE0:BF:001:Get all items Now! PL1 (1/4)
  32504. xybots:0:FF8FE1:AF:501:Get all items Now! PL1 (2/4)
  32505. xybots:0:FF8FE2:49:501:Get all items Now! PL1 (3/4)
  32506. xybots:0:FF8FE3:24:501:Get all items Now! PL1 (4/4)
  32507. xybots:0:FF8FE0:80:020:125% energy limit PL1 (P)
  32508. xybots:0:FF8FE0:20:020:Guard mapper PL1 (P)
  32509. xybots:0:FF8FE0:10:020:Enemy mapper PL1 (1/2-P)
  32510. xybots:0:FF8FE0:08:520:Enemy mapper PL1 (2/2-P)
  32511. xybots:0:FF8FE0:04:020:Wall mapper PL1 (1/2-P)
  32512. xybots:0:FF8FE0:02:520:Wall mapper PL1 (2/2-P)
  32513. xybots:0:FF8FE0:01:020:Warning arrows PL1 (1/2-P)
  32514. xybots:0:FF8FE1:80:520:Warning arrows PL1 (2/2-P)
  32515. xybots:0:FF8FE1:20:020:Shots repelled PL1 (1/3-P)
  32516. xybots:0:FF8FE1:10:540:Shots repelled PL1 (2/3-P)
  32517. xybots:0:FF8FE1:08:520:Shots repelled PL1 (3/3-P)
  32518. xybots:0:FF8FE1:04:020:Second shot PL1 (1/2-P)
  32519. xybots:0:FF8FE1:02:520:Second shot PL1 (2/2-P)
  32520. xybots:0:FF8FE1:01:020:Power zap PL1 (1/2-P)
  32521. xybots:0:FF8FE2:80:520:Power zap PL1 (2/2-P)
  32522. xybots:0:FF8FE2:40:020:Slow energy loss PL1 (1/3-P)
  32523. xybots:0:FF8FE2:20:540:Slow energy loss PL1 (2/3-P)
  32524. xybots:0:FF8FE2:10:540:Slow energy loss PL1 (3/3-P)
  32525. xybots:0:FF8FE2:08:020:Power shot PL1 (1/3-P)
  32526. xybots:0:FF8FE2:04:540:Power shot PL1 (2/3-P)
  32527. xybots:0:FF8FE2:02:540:Power shot PL1 (3/3-P)
  32528. xybots:0:FF8FE2:01:020:Faster shot PL1 (1/3-P)
  32529. xybots:0:FF8FE3:80:540:Faster shot PL1 (2/3-P)
  32530. xybots:0:FF8FE3:40:540:Faster shot PL1 (3/3-P)
  32531. xybots:0:FF8FE3:20:020:Shield PL1 (1/3-P)
  32532. xybots:0:FF8FE3:10:540:Shield PL1 (2/3-P)
  32533. xybots:0:FF8FE3:08:540:Shield PL1 (3/3-P)
  32534. xybots:0:FF8FE3:04:020:Faster move PL1 (1/3-P)
  32535. xybots:0:FF8FE3:02:540:Faster move PL1 (2/3-P)
  32536. xybots:0:FF8FE3:01:540:Faster move PL1 (3/3-P)
  32537. xybots:0:FF8FE0:80:021:125% energy limit PL1 (T)
  32538. xybots:0:FF8FE0:20:021:Guard mapper PL1 (T)
  32539. xybots:0:FF8FE0:10:021:Enemy mapper PL1 (1/2-T)
  32540. xybots:0:FF8FE0:08:521:Enemy mapper PL1 (2/2-T)
  32541. xybots:0:FF8FE0:04:021:Wall mapper PL1 (1/2-T)
  32542. xybots:0:FF8FE0:02:521:Wall mapper PL1 (2/2-T)
  32543. xybots:0:FF8FE0:01:021:Warning arrows PL1 (1/2-T)
  32544. xybots:0:FF8FE1:80:521:Warning arrows PL1 (2/2-T)
  32545. xybots:0:FF8FE1:20:021:Shots repelled PL1 (1/3-T)
  32546. xybots:0:FF8FE1:10:541:Shots repelled PL1 (2/3-T)
  32547. xybots:0:FF8FE1:08:521:Shots repelled PL1 (3/3-T)
  32548. xybots:0:FF8FE1:04:021:Second shot PL1 (1/2-T)
  32549. xybots:0:FF8FE1:02:521:Second shot PL1 (2/2-T)
  32550. xybots:0:FF8FE1:01:021:Power zap PL1 (1/2-T)
  32551. xybots:0:FF8FE2:80:521:Power zap PL1 (2/2-T)
  32552. xybots:0:FF8FE2:40:021:Slow energy loss PL1 (1/3-T)
  32553. xybots:0:FF8FE2:20:541:Slow energy loss PL1 (2/3-T)
  32554. xybots:0:FF8FE2:10:541:Slow energy loss PL1 (3/3-T)
  32555. xybots:0:FF8FE2:08:021:Power shot PL1 (1/3-T)
  32556. xybots:0:FF8FE2:04:541:Power shot PL1 (2/3-T)
  32557. xybots:0:FF8FE2:02:541:Power shot PL1 (3/3-T)
  32558. xybots:0:FF8FE2:01:021:Faster shot PL1 (1/3-T)
  32559. xybots:0:FF8FE3:80:541:Faster shot PL1 (2/3-T)
  32560. xybots:0:FF8FE3:40:541:Faster shot PL1 (3/3-T)
  32561. xybots:0:FF8FE3:20:021:Shield PL1 (1/3-T)
  32562. xybots:0:FF8FE3:10:541:Shield PL1 (2/3-T)
  32563. xybots:0:FF8FE3:08:541:Shield PL1 (3/3-T)
  32564. xybots:0:FF8FE3:04:021:Faster move PL1 (1/3-T)
  32565. xybots:0:FF8FE3:02:541:Faster move PL1 (2/3-T)
  32566. xybots:0:FF8FE3:01:541:Faster move PL1 (3/3-T)
  32567. xybots:0:FF9032:64:000:Infinite Energy PL2
  32568. xybots:0:FF9035:5A:000:Infinite Money PL2
  32569. xybots:0:FF9034:5A:000:Infinite Keys PL2
  32570. xybots:0:FFADED:19:000:Infinite Credits PL2
  32571. xybots:0:FF90A0:29:000:Always have double shot PL2
  32572. xybots:0:FF90A0:2A:000:Always have double shot PL2
  32573. xybots:0:FF90A0:2B:000:Always have triple shot PL2
  32574. xybots:0:FF90A0:29:001:Get single shot Now! PL2
  32575. xybots:0:FF90A0:2A:001:Get double shot Now! PL2
  32576. xybots:0:FF90A0:2B:001:Get triple shot Now! PL2
  32577. xybots:0:FF9060:BF:000:Always have all itemsPL2(1/4)
  32578. xybots:0:FF9061:AF:500:Always have all itemsPL2(2/4)
  32579. xybots:0:FF9062:49:500:Always have all itemsPL2(3/4)
  32580. xybots:0:FF9063:24:500:Always have all itemsPL2(4/4)
  32581. xybots:0:FF9060:BF:001:Get all items Now! PL2 (1/4)
  32582. xybots:0:FF9061:AF:501:Get all items Now! PL2 (2/4)
  32583. xybots:0:FF9062:49:501:Get all items Now! PL2 (3/4)
  32584. xybots:0:FF9063:24:501:Get all items Now! PL2 (4/4)
  32585. xybots:0:FF9060:80:020:125% energy limit PL2 (P)
  32586. xybots:0:FF9060:20:020:Guard mapper PL2 (P)
  32587. xybots:0:FF9060:10:020:Enemy mapper PL2 (1/2-P)
  32588. xybots:0:FF9060:08:520:Enemy mapper PL2 (2/2-P)
  32589. xybots:0:FF9060:04:020:Wall mapper PL2 (1/2-P)
  32590. xybots:0:FF9060:02:520:Wall mapper PL2 (2/2-P)
  32591. xybots:0:FF9060:01:020:Warning arrows PL2 (1/2-P)
  32592. xybots:0:FF9061:80:520:Warning arrows PL2 (2/2-P)
  32593. xybots:0:FF9061:20:020:Shots repelled PL2 (1/3-P)
  32594. xybots:0:FF9061:10:540:Shots repelled PL2 (2/3-P)
  32595. xybots:0:FF9061:08:520:Shots repelled PL2 (3/3-P)
  32596. xybots:0:FF9061:04:020:Second shot PL2 (1/2-P)
  32597. xybots:0:FF9061:02:520:Second shot PL2 (2/2-P)
  32598. xybots:0:FF9061:01:020:Power zap PL2 (1/2-P)
  32599. xybots:0:FF9062:80:520:Power zap PL2 (2/2-P)
  32600. xybots:0:FF9062:40:020:Slow energy loss PL2 (1/3-P)
  32601. xybots:0:FF9062:20:540:Slow energy loss PL2 (2/3-P)
  32602. xybots:0:FF9062:10:540:Slow energy loss PL2 (3/3-P)
  32603. xybots:0:FF9062:08:020:Power shot PL2 (1/3-P)
  32604. xybots:0:FF9062:04:540:Power shot PL2 (2/3-P)
  32605. xybots:0:FF9062:02:540:Power shot PL2 (3/3-P)
  32606. xybots:0:FF9062:01:020:Faster shot PL2 (1/3-P)
  32607. xybots:0:FF9063:80:540:Faster shot PL2 (2/3-P)
  32608. xybots:0:FF9063:40:540:Faster shot PL2 (3/3-P)
  32609. xybots:0:FF9063:20:020:Shield PL2 (1/3-P)
  32610. xybots:0:FF9063:10:540:Shield PL2 (2/3-P)
  32611. xybots:0:FF9063:08:540:Shield PL2 (3/3-P)
  32612. xybots:0:FF9063:04:020:Faster move PL2 (1/3-P)
  32613. xybots:0:FF9063:02:540:Faster move PL2 (2/3-P)
  32614. xybots:0:FF9063:01:540:Faster move PL2 (3/3-P)
  32615. xybots:0:FF9060:80:021:125% energy limit PL2 (T)
  32616. xybots:0:FF9060:20:021:Guard mapper PL2 (T)
  32617. xybots:0:FF9060:10:021:Enemy mapper PL2 (1/2-T)
  32618. xybots:0:FF9060:08:521:Enemy mapper PL2 (2/2-T)
  32619. xybots:0:FF9060:04:021:Wall mapper PL2 (1/2-T)
  32620. xybots:0:FF9060:02:521:Wall mapper PL2 (2/2-T)
  32621. xybots:0:FF9060:01:021:Warning arrows PL2 (1/2-T)
  32622. xybots:0:FF9061:80:521:Warning arrows PL2 (2/2-T)
  32623. xybots:0:FF9061:20:021:Shots repelled PL2 (1/3-T)
  32624. xybots:0:FF9061:10:541:Shots repelled PL2 (2/3-T)
  32625. xybots:0:FF9061:08:521:Shots repelled PL2 (3/3-T)
  32626. xybots:0:FF9061:04:021:Second shot PL2 (1/2-T)
  32627. xybots:0:FF9061:02:521:Second shot PL2 (2/2-T)
  32628. xybots:0:FF9061:01:021:Power zap PL2 (1/2-T)
  32629. xybots:0:FF9062:80:521:Power zap PL2 (2/2-T)
  32630. xybots:0:FF9062:40:021:Slow energy loss PL2 (1/3-T)
  32631. xybots:0:FF9062:20:541:Slow energy loss PL2 (2/3-T)
  32632. xybots:0:FF9062:10:541:Slow energy loss PL2 (3/3-T)
  32633. xybots:0:FF9062:08:021:Power shot PL2 (1/3-T)
  32634. xybots:0:FF9062:04:541:Power shot PL2 (2/3-T)
  32635. xybots:0:FF9062:02:541:Power shot PL2 (3/3-T)
  32636. xybots:0:FF9062:01:021:Faster shot PL2 (1/3-T)
  32637. xybots:0:FF9063:80:541:Faster shot PL2 (2/3-T)
  32638. xybots:0:FF9063:40:541:Faster shot PL2 (3/3-T)
  32639. xybots:0:FF9063:20:021:Shield PL2 (1/3-T)
  32640. xybots:0:FF9063:10:541:Shield PL2 (2/3-T)
  32641. xybots:0:FF9063:08:541:Shield PL2 (3/3-T)
  32642. xybots:0:FF9063:04:021:Faster move PL2 (1/3-T)
  32643. xybots:0:FF9063:02:541:Faster move PL2 (2/3-T)
  32644. xybots:0:FF9063:01:541:Faster move PL2 (3/3-T)
  32645.  
  32646. ; [ Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun ]
  32647. yamagchi:0:C30B:09:000:Infinite Time
  32648. yamagchi:0:C00C:06:000:Infinite Lives PL1
  32649. yamagchi:0:C00D:06:000:Infinite Lives PL2
  32650.  
  32651. ; [ Yamato (set 1) ]
  32652. yamato:0:6020:03:000:Infinite Lives PL1
  32653. yamato:0:6021:03:000:Infinite Lives PL2
  32654.  
  32655. ; [ Yamato (set 2) ]
  32656. yamato2:0:6020:03:000:Infinite Lives PL1
  32657. yamato2:0:6021:03:000:Infinite Lives PL2
  32658.  
  32659. ; [ Yam! Yam!? ]
  32660. yamyam:0:E906:09:000:Infinite Lives
  32661. yamyam:0:EB16:2F:000:Infinite Time
  32662. yamyam:0:EAE4:00:001:Finish this stage Now!
  32663. yamyam:0:E907:09:001:Get 9 stars Now!
  32664.  
  32665. ; [ Kaiketsu Yanchamaru (Japan) ]
  32666. yanchamr:0:E122:5A:000:Infinite Time
  32667. yanchamr:0:E200:09:000:Infinite Lives
  32668. yanchamr:0:E54A:08:000:Infinite POW
  32669. yanchamr:0:E21E:30:000:No Enemies
  32670. yanchamr:0:0000:00:999:[After you kill the End of  ]
  32671. yanchamr:0:0000:00:999:[Level Guardian make sure   ]
  32672. yanchamr:0:0000:00:999:[you turn OFF Invincibility ]
  32673. yanchamr:0:0000:00:999:[before picking up the      ]
  32674. yanchamr:0:0000:00:999:[cracker. OR YOU WILL NOT   ]
  32675. yanchamr:0:0000:00:999:[PROGRESS!! You can use F5. ]
  32676. yanchamr:0:E003:01:040:Invincibility
  32677. yanchamr:0:0000:00:999:[If you happen to fall down ]
  32678. yanchamr:0:0000:00:999:[a gap when you have        ]
  32679. yanchamr:0:0000:00:999:[invincibilty enabled and   ]
  32680. yanchamr:0:0000:00:999:[you can't recover it then  ]
  32681. yanchamr:0:0000:00:999:[use the following cheat!!  ]
  32682. yanchamr:0:E003:03:001:Start this Level Again!
  32683. yanchamr:0:0000:00:999:[You can use the Select     ]
  32684. yanchamr:0:0000:00:999:[current level cheat to     ]
  32685. yanchamr:0:0000:00:999:[choose the starting level, ]
  32686. yanchamr:0:0000:00:999:[just enable it on the press]
  32687. yanchamr:0:0000:00:999:[1 or 2 player button screen]
  32688. yanchamr:0:E202:07:071:Select current level
  32689. yanchamr:0:E202:07:061:Select next level
  32690.  
  32691. ; [ Yankee DO! ]
  32692. yankeedo:0:E1C5:18:040:Invincibility
  32693. yankeedo:0:E097:06:000:Infinite Lives PL1
  32694. yankeedo:0:E0A1:21:000:MANY red monsters PL1
  32695. yankeedo:0:E0A1:01:000:One red monster PL1
  32696. yankeedo:0:E0A1:00:000:NO red monsters PL1
  32697. yankeedo:0:E11C:06:000:Infinite Lives PL2
  32698. yankeedo:0:E126:21:000:MANY red monsters PL2
  32699. yankeedo:0:E126:01:000:One red monster PL2
  32700. yankeedo:0:E126:00:000:NO red monsters PL2
  32701.  
  32702. ; [ 10 Yard Fight ]
  32703. yard:0:E44A:30:004:Infinite Time
  32704. yard:0:E44A:60:001:Reset Timer (once)
  32705. yard:0:E432:00:000:Always 1st Down
  32706.  
  32707. ; [ Yie Ar Kung-Fu (set 1) ]
  32708. yiear:0:5430:09:000:Infinite Lives
  32709. yiear:0:508C:08:000:Infinite Energy 0
  32710. yiear:0:508C:08:007:Infinite Energy 7 
  32711. yiear:0:508A:08:000:Infinite Energy (CPU)
  32712. yiear:0:508A:00:001:Finish level Now!
  32713. yiear:0:5431:00:000:Level 1
  32714. yiear:0:5431:01:000:Level 2
  32715. yiear:0:5431:02:000:Level 3
  32716. yiear:0:5431:03:000:Level 4
  32717. yiear:0:5431:04:000:Level 5
  32718. yiear:0:5431:05:000:Level 6
  32719. yiear:0:5431:06:000:Level 7
  32720. yiear:0:5431:07:000:Level 8
  32721. yiear:0:5431:08:000:Level 9
  32722. yiear:0:5431:09:000:Level 10
  32723. yiear:0:5431:0A:000:Level 11
  32724.  
  32725. ; [ Yie Ar Kung-Fu (set 2) ]
  32726. yiear2:0:5430:09:000:Infinite Lives
  32727. yiear2:0:508C:08:000:Infinite Energy 0
  32728. yiear2:0:508C:08:007:Infinite Energy 7 
  32729. yiear2:0:508A:08:000:Infinite Energy (CPU)
  32730. yiear2:0:508A:00:001:Finish level Now!
  32731. yiear2:0:5431:00:000:Level 1
  32732. yiear2:0:5431:01:000:Level 2
  32733. yiear2:0:5431:02:000:Level 3
  32734. yiear2:0:5431:03:000:Level 4
  32735. yiear2:0:5431:04:000:Level 5
  32736. yiear2:0:5431:05:000:Level 6
  32737. yiear2:0:5431:06:000:Level 7
  32738. yiear2:0:5431:07:000:Level 8
  32739. yiear2:0:5431:08:000:Level 9
  32740. yiear2:0:5431:09:000:Level 10
  32741. yiear2:0:5431:0A:000:Level 11
  32742.  
  32743. ; [ Yokai Douchuuki (Japan old version) ]
  32744. yokaidko:0:50E1:10:000:Infinite Energy
  32745. yokaidko:0:477C:09:000:Infinite Money
  32746. yokaidko:0:40BA:04:000:Always have 4-shot
  32747. yokaidko:0:40CF:99:000:Always have Mega Shot
  32748.  
  32749. ; [ Yosaku To Donbee (bootleg) ]
  32750. yosakdon:0:202C:03:000:Infinite Lives
  32751.  
  32752. ; [ Yokai Douchuuki (Japan new version) ]
  32753. youkaidk:0:50E1:10:000:Infinite Energy
  32754. youkaidk:0:477C:09:000:Infinite Money
  32755. youkaidk:0:40BA:04:000:Always have 4-shot
  32756. youkaidk:0:40CF:99:000:Always have Mega Shot
  32757.  
  32758. ; [ Youma Ninpou Chou (Japan) ]
  32759. youma:0:E4E6:03:000:Infinite Lives
  32760. youma:0:E789:03:000:Infinite Energy
  32761.  
  32762. ; [ Zarzon ]
  32763. zarzon:0:0018:05:000:Infinite Lives
  32764. zarzon:0:00A2:C0:000:Invincibility
  32765.  
  32766. ; [ Zaxxon (set 1) ]
  32767. zaxxon:0:6067:03:000:Infinite Lives 
  32768. zaxxon:0:62B1:7F:000:Infinite Fuel 
  32769. zaxxon:0:6407:00:000:Invincibility
  32770.  
  32771. ; [ Zaxxon (set 2) ]
  32772. zaxxon2:0:6067:03:000:Infinite Lives 
  32773. zaxxon2:0:62B1:7F:000:Infinite Fuel 
  32774. zaxxon2:0:6407:00:000:Invincibility
  32775.  
  32776. ; [ Jackson ]
  32777. zaxxonb:0:6067:03:000:Infinite Lives 
  32778. zaxxonb:0:62B1:7F:000:Infinite Fuel 
  32779. zaxxonb:0:6407:00:000:Invincibility
  32780.  
  32781. ; [ Zed Blade / Operation Ragnarok ]
  32782. zedblade:0:109024:09:000:Infinite Select Time
  32783. zedblade:0:109021:07:061:Select next level
  32784. zedblade:0:109021:07:001:Goto End Sequence next
  32785. zedblade:0:100229:05:000:Infinite Lives PL1
  32786. zedblade:0:10022F:03:000:Infinite Bombs PL1
  32787. zedblade:0:10021D:01:000:Enable HyperBomb PL1
  32788. zedblade:0:100261:03:000:Max Shot PL1
  32789. zedblade:0:100265:01:000:Max Missile PL1
  32790. zedblade:0:100269:03:000:Max Rear Shot PL1
  32791. zedblade:0:10023E:01:000:Invincibility PL1
  32792. zedblade:0:100219:00:001:Get low  speed ship Now! PL1
  32793. zedblade:0:100219:01:001:Get med. speed ship Now! PL1
  32794. zedblade:0:100219:02:001:Get fast speed ship Now! PL1
  32795. zedblade:0:100263:00:000:Always have 3-way shot    PL1
  32796. zedblade:0:100263:01:000:Always have wave shot     PL1
  32797. zedblade:0:100263:02:000:Always have vertical shot PL1
  32798. zedblade:0:100267:00:000:Always have homing missilePL1
  32799. zedblade:0:100267:01:000:Always have A.A   missile PL1
  32800. zedblade:0:100267:02:000:Always have A.S.  missile PL1
  32801. zedblade:0:10026B:00:000:Always have 2way rear firePL1
  32802. zedblade:0:10026B:01:000:Always have wave rear firePL1
  32803. zedblade:0:10026B:02:000:Always have twin rear firePL1
  32804. zedblade:0:100263:00:001:Get 3-way shot Now!    PL1
  32805. zedblade:0:100263:01:001:Get wave shot Now!     PL1
  32806. zedblade:0:100263:02:001:Get vertical shot Now! PL1
  32807. zedblade:0:100267:00:001:Get homing missile Now! PL1
  32808. zedblade:0:100267:01:001:Get A.S.   missile Now! PL1
  32809. zedblade:0:100267:02:001:Get A.A.   missile Now! PL1
  32810. zedblade:0:10026B:00:001:Get 2way rear fire Now! PL1
  32811. zedblade:0:10026B:01:001:Get wave rear fire Now! PL1
  32812. zedblade:0:10026B:02:001:Get twin rear fire Now! PL1
  32813. zedblade:0:100029:05:000:Infinite Lives PL2
  32814. zedblade:0:10002F:03:000:Infinite Bombs PL2
  32815. zedblade:0:10001D:01:000:Enable HyperBomb PL2
  32816. zedblade:0:100061:03:000:Max Shot PL2
  32817. zedblade:0:100065:03:000:Max Missile PL2
  32818. zedblade:0:100069:03:000:Max Rear Shot PL2
  32819. zedblade:0:10003E:01:000:Invincibility PL2
  32820. zedblade:0:100019:00:001:Get low  speed ship Now! PL2
  32821. zedblade:0:100019:01:001:Get med. speed ship Now! PL2
  32822. zedblade:0:100019:02:001:Get fast speed ship Now! PL2
  32823. zedblade:0:100063:00:000:Always have 3-way shot PL2
  32824. zedblade:0:100063:01:000:Always have wave shot PL2
  32825. zedblade:0:100063:02:000:Always have vertical shot PL2
  32826. zedblade:0:100067:00:000:Always have homing missilePL2
  32827. zedblade:0:100067:01:000:Always have A.S.  missile PL2
  32828. zedblade:0:100067:02:000:Always have A.A.  missile PL2
  32829. zedblade:0:10006B:00:000:Always have 2way rear firePL2
  32830. zedblade:0:10006B:01:000:Always have wave rear firePL2
  32831. zedblade:0:10006B:02:000:Always have twin rear firePL2
  32832. zedblade:0:100063:00:001:Get 3-way shot Now!    PL2
  32833. zedblade:0:100063:01:001:Get wave shot Now!     PL2
  32834. zedblade:0:100063:02:001:Get vertical shot Now! PL2
  32835. zedblade:0:100067:00:001:Get homing missile Now! PL2
  32836. zedblade:0:100067:01:001:Get A.S.   missile Now! PL2
  32837. zedblade:0:100067:02:001:Get A.A.   missile Now! PL2
  32838. zedblade:0:10006B:00:001:Get 2way rear fire Now! PL2
  32839. zedblade:0:10006B:01:001:Get wave rear fire Now! PL2
  32840. zedblade:0:10006B:02:001:Get twin rear fire Now! PL2
  32841.  
  32842. ; [ Zektor ]
  32843. zektor:0:CD31:0A:000:Infinite Lives PL1
  32844. zektor:0:CD32:0A:000:Infinite Lives PL2
  32845.  
  32846. ; [ Zero Wing ]
  32847. zerowing:0:0818B3:63:000:Infinite Lives
  32848. zerowing:0:080F51:03:000:Always have Maximum power:Get the twin ships first
  32849. zerowing:0:080007:30:000:Always have Maximum speed
  32850. zerowing:0:080029:00:000:Always have Normal weapon
  32851. zerowing:0:080029:01:000:Always have Laser
  32852. zerowing:0:080029:02:000:Always have Missiles
  32853. zerowing:0:080029:00:001:Get Normal weapon Now!
  32854. zerowing:0:080029:01:001:Get Laser Now!
  32855. zerowing:0:080029:02:001:Get Missiles Now!
  32856.  
  32857. ; [ Zero Zone ]
  32858. zerozone:0:0C0967:09:000:Infinite Helps PL1
  32859. zerozone:0:0C1083:09:000:Infinite Helps PL2
  32860.  
  32861. ; [ Zig Zag (Galaxian hardware, set 1) ]
  32862. zigzag:0:4085:07:000:Infinite Lives PL1
  32863. zigzag:0:4185:07:000:Infinite Lives PL2
  32864. zigzag:0:4083:99:001:Go to Level 99 Next
  32865. zigzag:0:4083:99:065:Select next level PL1
  32866.  
  32867. ; [ Zig Zag (Galaxian hardware, set 2) ]
  32868. zigzag2:0:4085:07:000:Infinite Lives PL1
  32869. zigzag2:0:4185:07:000:Infinite Lives PL2
  32870. zigzag2:0:4083:99:001:Go to Level 99 Next
  32871. zigzag2:0:4083:99:065:Select next level PL1
  32872.  
  32873. ; [ Zoar ]
  32874. zoar:0:02D5:08:000:Infinite Lives PL1
  32875. zoar:0:02D6:08:000:Infinite Lives PL2
  32876.  
  32877. ; [ Zodiack ]
  32878. zodiack:0:5824:09:000:Infinite Lives PL1
  32879. zodiack:0:5825:09:000:Infinite Lives PL2
  32880. zodiack:0:5890:00:000:Invincibility
  32881.  
  32882. ; [ Zoo Keeper (set 1) ]
  32883. zookeep:0:04A0:03:000:Infinite Lives (1/2)
  32884. zookeep:0:04C9:03:500:Infinite Lives (2/2)
  32885. zookeep:0:04F9:00:000:Stop Coconuts
  32886. zookeep:0:04A8:04:000:Jump 4 Animals Every Time
  32887. zookeep:0:04AB:01:000:Dying Ends Level
  32888. zookeep:0:049B:7F:000:Invincibility
  32889. zookeep:0:0000:00:999:[These round select cheats  ]
  32890. zookeep:0:0000:00:999:[have two numbers, the first]
  32891. zookeep:0:0000:00:999:[one is the round you go to ]
  32892. zookeep:0:0000:00:999:[if you enable the cheat on ]
  32893. zookeep:0:0000:00:999:[the directions screen (it  ]
  32894. zookeep:0:0000:00:999:[Does NOT work on the title ]
  32895. zookeep:0:0000:00:999:[screen and the second one  ]
  32896. zookeep:0:0000:00:999:[is the round you go to if  ]
  32897. zookeep:0:0000:00:999:[you complete the round you ]
  32898. zookeep:0:0000:00:999:[are on.                    ]
  32899. zookeep:0:04C6:02:001:Go to Round 2/3 Next (1/3)
  32900. zookeep:0:04C2:02:501:Go to Round 2/3 Next (2/3)
  32901. zookeep:0:04B5:01:501:Go to Round 2/3 Next (3/3)
  32902. zookeep:0:04C6:02:001:Go to Round 3/4 Next (1/3)
  32903. zookeep:0:04C2:02:501:Go to Round 3/4 Next (2/3)
  32904. zookeep:0:04B5:02:501:Go to Round 3/4 Next (3/3)
  32905. zookeep:0:04C6:06:001:Go to Round 4/5 Next (1/3)
  32906. zookeep:0:04C2:06:501:Go to Round 4/5 Next (2/3)
  32907. zookeep:0:04B5:03:501:Go to Round 4/5 Next (3/3)
  32908. zookeep:0:04C6:06:001:Go to Round 5/6 Next (1/3)
  32909. zookeep:0:04C2:06:501:Go to Round 5/6 Next (2/3)
  32910. zookeep:0:04B5:04:501:Go to Round 5/6 Next (3/3)
  32911. zookeep:0:04C6:0A:001:Go to Round 6/7 Next (1/3)
  32912. zookeep:0:04C2:0A:501:Go to Round 6/7 Next (2/3)
  32913. zookeep:0:04B5:05:501:Go to Round 6/7 Next (3/3)
  32914. zookeep:0:04C6:0A:001:Go to Round 7/8 Next (1/3)
  32915. zookeep:0:04C2:0A:501:Go to Round 7/8 Next (2/3)
  32916. zookeep:0:04B5:06:501:Go to Round 7/8 Next (3/3)
  32917. zookeep:0:04C6:0E:001:Go to Round 8/9 Next (1/3)
  32918. zookeep:0:04C2:0E:501:Go to Round 8/9 Next (2/3)
  32919. zookeep:0:04B5:07:501:Go to Round 8/9 Next (3/3)
  32920.  
  32921. ; [ Zoo Keeper (set 2) ]
  32922. zookeep2:0:04A0:03:000:Infinite Lives (1/2)
  32923. zookeep2:0:04C9:03:500:Infinite Lives (2/2)
  32924. zookeep2:0:04F9:00:000:Stop Coconuts
  32925. zookeep2:0:04A8:04:000:Jump 4 Animals Every Time
  32926. zookeep2:0:04AB:01:000:Dying Ends Level
  32927. zookeep2:0:049B:7F:000:Invincibility
  32928. zookeep2:0:0000:00:999:[These round select cheats  ]
  32929. zookeep2:0:0000:00:999:[have two numbers, the first]
  32930. zookeep2:0:0000:00:999:[one is the round you go to ]
  32931. zookeep2:0:0000:00:999:[if you enable the cheat on ]
  32932. zookeep2:0:0000:00:999:[the directions screen (it  ]
  32933. zookeep2:0:0000:00:999:[Does NOT work on the title ]
  32934. zookeep2:0:0000:00:999:[screen and the second one  ]
  32935. zookeep2:0:0000:00:999:[is the round you go to if  ]
  32936. zookeep2:0:0000:00:999:[you complete the round you ]
  32937. zookeep2:0:0000:00:999:[are on.                    ]
  32938. zookeep2:0:04C6:02:001:Go to Round 2/3 Next (1/3)
  32939. zookeep2:0:04C2:02:501:Go to Round 2/3 Next (2/3)
  32940. zookeep2:0:04B5:01:501:Go to Round 2/3 Next (3/3)
  32941. zookeep2:0:04C6:02:001:Go to Round 3/4 Next (1/3)
  32942. zookeep2:0:04C2:02:501:Go to Round 3/4 Next (2/3)
  32943. zookeep2:0:04B5:02:501:Go to Round 3/4 Next (3/3)
  32944. zookeep2:0:04C6:06:001:Go to Round 4/5 Next (1/3)
  32945. zookeep2:0:04C2:06:501:Go to Round 4/5 Next (2/3)
  32946. zookeep2:0:04B5:03:501:Go to Round 4/5 Next (3/3)
  32947. zookeep2:0:04C6:06:001:Go to Round 5/6 Next (1/3)
  32948. zookeep2:0:04C2:06:501:Go to Round 5/6 Next (2/3)
  32949. zookeep2:0:04B5:04:501:Go to Round 5/6 Next (3/3)
  32950. zookeep2:0:04C6:0A:001:Go to Round 6/7 Next (1/3)
  32951. zookeep2:0:04C2:0A:501:Go to Round 6/7 Next (2/3)
  32952. zookeep2:0:04B5:05:501:Go to Round 6/7 Next (3/3)
  32953. zookeep2:0:04C6:0A:001:Go to Round 7/8 Next (1/3)
  32954. zookeep2:0:04C2:0A:501:Go to Round 7/8 Next (2/3)
  32955. zookeep2:0:04B5:06:501:Go to Round 7/8 Next (3/3)
  32956. zookeep2:0:04C6:0E:001:Go to Round 8/9 Next (1/3)
  32957. zookeep2:0:04C2:0E:501:Go to Round 8/9 Next (2/3)
  32958. zookeep2:0:04B5:07:501:Go to Round 8/9 Next (3/3)
  32959.  
  32960. ; [ Zoo Keeper (set 3) ]
  32961. zookeep3:0:04A0:03:000:Infinite Lives (1/2)
  32962. zookeep3:0:04C9:03:500:Infinite Lives (2/2)
  32963. zookeep3:0:04F9:00:000:Stop Coconuts
  32964. zookeep3:0:04A8:04:000:Jump 4 Animals Every Time
  32965. zookeep3:0:04AB:01:000:Dying Ends Level
  32966. zookeep3:0:049B:7F:000:Invincibility
  32967. zookeep3:0:0000:00:999:[These round select cheats  ]
  32968. zookeep3:0:0000:00:999:[have two numbers, the first]
  32969. zookeep3:0:0000:00:999:[one is the round you go to ]
  32970. zookeep3:0:0000:00:999:[if you enable the cheat on ]
  32971. zookeep3:0:0000:00:999:[the directions screen (it  ]
  32972. zookeep3:0:0000:00:999:[Does NOT work on the title ]
  32973. zookeep3:0:0000:00:999:[screen and the second one  ]
  32974. zookeep3:0:0000:00:999:[is the round you go to if  ]
  32975. zookeep3:0:0000:00:999:[you complete the round you ]
  32976. zookeep3:0:0000:00:999:[are on.                    ]
  32977. zookeep3:0:04C6:02:001:Go to Round 2/3 Next (1/3)
  32978. zookeep3:0:04C2:02:501:Go to Round 2/3 Next (2/3)
  32979. zookeep3:0:04B5:01:501:Go to Round 2/3 Next (3/3)
  32980. zookeep3:0:04C6:02:001:Go to Round 3/4 Next (1/3)
  32981. zookeep3:0:04C2:02:501:Go to Round 3/4 Next (2/3)
  32982. zookeep3:0:04B5:02:501:Go to Round 3/4 Next (3/3)
  32983. zookeep3:0:04C6:06:001:Go to Round 4/5 Next (1/3)
  32984. zookeep3:0:04C2:06:501:Go to Round 4/5 Next (2/3)
  32985. zookeep3:0:04B5:03:501:Go to Round 4/5 Next (3/3)
  32986. zookeep3:0:04C6:06:001:Go to Round 5/6 Next (1/3)
  32987. zookeep3:0:04C2:06:501:Go to Round 5/6 Next (2/3)
  32988. zookeep3:0:04B5:04:501:Go to Round 5/6 Next (3/3)
  32989. zookeep3:0:04C6:0A:001:Go to Round 6/7 Next (1/3)
  32990. zookeep3:0:04C2:0A:501:Go to Round 6/7 Next (2/3)
  32991. zookeep3:0:04B5:05:501:Go to Round 6/7 Next (3/3)
  32992. zookeep3:0:04C6:0A:001:Go to Round 7/8 Next (1/3)
  32993. zookeep3:0:04C2:0A:501:Go to Round 7/8 Next (2/3)
  32994. zookeep3:0:04B5:06:501:Go to Round 7/8 Next (3/3)
  32995. zookeep3:0:04C6:0E:001:Go to Round 8/9 Next (1/3)
  32996. zookeep3:0:04C2:0E:501:Go to Round 8/9 Next (2/3)
  32997. zookeep3:0:04B5:07:501:Go to Round 8/9 Next (3/3)
  32998.  
  32999. ; [ Zwackery ]
  33000. zwackery:0:0801B5:0F:000:Infinite Energy
  33001.  
  33002. ; [ Zzyzzyxx (set 2) ]
  33003. zzyzzyx2:0:460E:05:000:Infinite Lives
  33004.  
  33005. ; [ Zzyzzyxx (set 1) ]
  33006. zzyzzyxx:0:460E:05:000:Infinite Lives
  33007.  
  33008. ;******************************************************************************
  33009. ;*                                                                            *
  33010. ;*             Main Cheats - Base Reference of MAME 0.36 Final                *
  33011. ;*  ONLY CHEATS FOR GAMES IN THE *RELEASED* MAME 0.36 FINAL BINARY GO HERE    *
  33012. ;*                    END OF MAME 0.36 FINAL CHEATS                           *
  33013. ;*                                                                            *
  33014. ;******************************************************************************
  33015.  
  33016. ;******************************************************************************
  33017. ;*                                                                            *
  33018. ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.37 BETA 1 GO HERE  *
  33019. ;*                    START OF MAME 0.37 BETA 1 CHEATS                        *
  33020. ;*                                                                            *
  33021. ;******************************************************************************
  33022.  
  33023. ; [ Air Duel (Japan) ]
  33024. airduel:0:A2391:09:000:Infinite Lives PL1
  33025. airduel:0:A2374:12:000:Invincibility (flickers) PL1
  33026. airduel:0:A23E5:09:000:Infinite Lives PL2
  33027. airduel:0:A23F1:F0:000:Invincibility (flickers) PL2
  33028.  
  33029. ; [ Arbalester ]
  33030. arbalest:0:F0198D:0A:000:Infinite Lives PL1
  33031. arbalest:0:F01998:12:000:Invincibility PL1
  33032. arbalest:0:F019E1:0A:000:Infinite Lives PL2
  33033. arbalest:0:F019EC:1D:000:Invincibility PL2
  33034.  
  33035. ; [ Crazy Blocks ]
  33036. crazyblk:0:A006:09:000:Infinite Credits
  33037. crazyblk:0:A071:09:000:Infinite Lives
  33038.  
  33039. ; [ DownTown ]
  33040. downtown:0:FFEF06:99:000:Infinite Time
  33041. downtown:0:FFEFA7:09:000:Infinite Lives PL1
  33042. downtown:0:FFEFB2:08:000:Infinite Energy PL1
  33043. downtown:0:FFEFAF:1E:000:Invincibility (flickers) PL1
  33044. downtown:0:FFEFE7:09:000:Infinite Lives PL2
  33045. downtown:0:FFEFF2:08:000:Infinite Energy PL2
  33046. downtown:0:FFEFEF:1E:000:Invincibility (flickers) PL2
  33047.  
  33048. ; [ Dyger (set 2) ]
  33049. dygera:0:C110:14:000:Infinite Lives
  33050. dygera:0:C012:2E:000:Infinite Ammo
  33051. dygera:0:C100:01:000:Invincibility
  33052.  
  33053. ; [ Funky Fish ]
  33054. fnkyfish:0:E06B:05:000:Infinite Lives PL1
  33055. fnkyfish:0:E06C:05:000:Infinite Lives PL2
  33056. fnkyfish:0:E0E3:3E:000:Infinite Fuel
  33057.       
  33058. ; [ Karate Blazers (US) ]
  33059. karatblu:0:0C5E0D:B9:000:Infinite Time
  33060.  
  33061. ; [ Karate Blazers (World?) ]
  33062. karatblz:0:0C5E0D:B9:000:Infinite Time
  33063.  
  33064. ; [ Meta Fox ]
  33065. metafox:0:F015A9:0A:000:Infinite Lives PL1
  33066. metafox:0:F015A6:09:000:Infinite Bombs PL1
  33067. metafox:0:F015A4:14:000:Maximum Shot Power PL1
  33068. metafox:0:F015A4:14:071:Select Current Shot Power PL1
  33069. metafox:0:F015AA:05:000:Maximum "S" PL1
  33070. metafox:0:F015A7:01:000:Auto Shot PL1
  33071. metafox:0:F01572:82:000:Invincibility PL1
  33072. metafox:0:F015A5:00:000:Always have F4V-1D CORSAIR PL1
  33073. metafox:0:F0158E:03:500:Always have F4V-1D CORSAIR PL1
  33074. metafox:0:F0158F:03:500:Always have F4V-1D CORSAIR PL1
  33075. metafox:0:F015A5:01:000:Always have F-86F SABRE PL1
  33076. metafox:0:F0158E:05:500:Always have F-86F SABRE PL1
  33077. metafox:0:F0158F:05:500:Always have F-86F SABRE PL1
  33078. metafox:0:F015A5:02:000:Always have F.A-18A HORNET PL1
  33079. metafox:0:F0158E:06:500:Always have F.A-18A HORNET PL1
  33080. metafox:0:F0158F:06:500:Always have F.A-18A HORNET PL1
  33081. metafox:0:F015A5:00:001:Get F4V-1D CORSAIR Now! PL1
  33082. metafox:0:F0158E:03:501:Get F4V-1D CORSAIR Now! PL1
  33083. metafox:0:F0158F:03:501:Get F4V-1D CORSAIR Now! PL1
  33084. metafox:0:F015A5:01:001:Get F-86F SABRE Now! PL1
  33085. metafox:0:F0158E:05:501:Get F-86F SABRE Now! PL1
  33086. metafox:0:F0158F:05:501:Get F-86F SABRE Now! PL1
  33087. metafox:0:F015A5:02:001:Get F.A-18A HORNET Now! PL1
  33088. metafox:0:F0158E:06:501:Get F.A-18A HORNET Now! PL1
  33089. metafox:0:F0158F:06:501:Get F.A-18A HORNET Now! PL1
  33090. metafox:0:F0158E:0F:071:Select Current X Move Speed PL1
  33091. metafox:0:F0158F:0F:071:Select Current Y Move Speed PL1
  33092. metafox:0:F01605:0A:000:Infinite Lives PL2
  33093. metafox:0:F01602:09:000:Infinite Bombs PL2
  33094. metafox:0:F01600:14:000:Maximum Shot Power PL2
  33095. metafox:0:F01600:14:071:Select Current Shot Power PL2
  33096. metafox:0:F01606:05:000:Maximum "S" PL2
  33097. metafox:0:F01603:01:000:Auto Shot PL2
  33098. metafox:0:F015CE:82:000:Invincibility PL2
  33099. metafox:0:F01601:00:000:Always have F4V-1D CORSAIR PL2
  33100. metafox:0:F015EA:03:500:Always have F4V-1D CORSAIR PL2
  33101. metafox:0:F015EB:03:500:Always have F4V-1D CORSAIR PL2
  33102. metafox:0:F01601:01:000:Always have F-86F SABRE PL2
  33103. metafox:0:F015EA:05:500:Always have F-86F SABRE PL2
  33104. metafox:0:F015EB:05:500:Always have F-86F SABRE PL2
  33105. metafox:0:F01601:02:000:Always have F.A-18A HORNET PL2
  33106. metafox:0:F015EA:06:500:Always have F.A-18A HORNET PL2
  33107. metafox:0:F015EB:06:500:Always have F.A-18A HORNET PL2
  33108. metafox:0:F01601:00:001:Get F4V-1D CORSAIR Now! PL2
  33109. metafox:0:F015EA:03:501:Get F4V-1D CORSAIR Now! PL2
  33110. metafox:0:F015EB:03:501:Get F4V-1D CORSAIR Now! PL2
  33111. metafox:0:F01601:01:001:Get F-86F SABRE Now! PL2
  33112. metafox:0:F015EA:05:501:Get F-86F SABRE Now! PL2
  33113. metafox:0:F015EB:05:501:Get F-86F SABRE Now! PL2
  33114. metafox:0:F01601:02:001:Get F.A-18A HORNET Now! PL2
  33115. metafox:0:F015EA:06:501:Get F.A-18A HORNET Now! PL2
  33116. metafox:0:F015EB:06:501:Get F.A-18A HORNET Now! PL2
  33117. metafox:0:F015EA:0F:071:Select Current X Move Speed PL2
  33118. metafox:0:F015EB:0F:071:Select Current Y Move Speed PL2
  33119. metafox:0:F0131B:00:000:Start on Round 1:Turn off this cheat when you have started the level!!
  33120. metafox:0:F0131B:01:000:Start on Round 2:Turn off this cheat when you have started the level!!
  33121. metafox:0:F0131B:02:000:Start on Round 3:Turn off this cheat when you have started the level!!
  33122. metafox:0:F0131B:03:000:Start on Round 4:Turn off this cheat when you have started the level!!
  33123. metafox:0:F0131B:04:000:Start on Round 5:Turn off this cheat when you have started the level!!
  33124. metafox:0:F0131B:05:000:Start on Round 6:Turn off this cheat when you have started the level!!
  33125. metafox:0:F0131B:06:000:Start on Round 7:Turn off this cheat when you have started the level!!
  33126. metafox:0:F0131B:07:000:Start on Round 8:Turn off this cheat when you have started the level!!
  33127.  
  33128. ; [ Mr. Jong (Japan) ]
  33129. mrjong:0:A006:09:000:Infinite Credits
  33130. mrjong:0:A071:09:000:Infinite Lives
  33131.  
  33132. ; [ Pound for Pound (World) ]
  33133. poundfor:0:E0023:00:000:Infinite Round Time
  33134. poundfor:0:E0023:B4:001:Finish Round Now!
  33135. poundfor:0:E00F6:A0:000:Infinite Energy (Title Match) PL1
  33136. poundfor:0:E00F6:70:000:Infinite Energy (Main Event) PL1
  33137. poundfor:0:E00F6:00:001:Drain all Energy Now! PL1
  33138. poundfor:0:E04B6:A0:000:Infinite Energy (Title Match) PL2
  33139. poundfor:0:E04B6:70:000:Infinite Energy (Main Event) CP
  33140. poundfor:0:E04B6:00:001:Drain all Energy Now! PL2/CP
  33141.  
  33142. ; [ Pound for Pound (US) ]
  33143. poundfou:0:E0023:00:000:Infinite Round Time
  33144. poundfou:0:E0023:B4:001:Finish Round Now!
  33145. poundfou:0:E00F6:A0:000:Infinite Energy (Title Match) PL1
  33146. poundfou:0:E00F6:70:000:Infinite Energy (Main Event) PL1
  33147. poundfou:0:E00F6:00:001:Drain all Energy Now! PL1
  33148. poundfou:0:E04B6:A0:000:Infinite Energy (Title Match) PL2
  33149. poundfou:0:E04B6:70:000:Infinite Energy (Main Event) CP
  33150. poundfou:0:E04B6:00:001:Drain all Energy Now! PL2/CP
  33151.  
  33152. ; [ Ninja Ryukenden (Japan) ]
  33153. ryukendn:0:061E89:99:000:Infinite Time
  33154. ryukendn:0:061E8E:03:000:Infinite Lives PL1
  33155. ryukendn:0:061EC3:09:000:Infinite Energy PL1
  33156. ryukendn:0:061EBA:0A:000:Infinite Sword PL1
  33157. ryukendn:0:061EB0:2C:000:Invincibility PL1
  33158. ryukendn:0:061E8F:03:000:Infinite Lives PL2
  33159. ryukendn:0:061F03:09:000:Infinite Energy PL2
  33160. ryukendn:0:061EFA:0A:000:Infinite Sword PL2
  33161. ryukendn:0:061EF1:2C:000:Invincibility PL2
  33162.  
  33163. ; [ Rabbit Punch (US) ]
  33164. rpunch:0:0FC3D9:03:000:Infinite Lives PL1
  33165. rpunch:0:0FC3D8:00:000:Infinite Energy PL1
  33166. rpunch:0:0FC269:40:000:Infinite Missiles PL1
  33167. rpunch:0:0FC26F:FF:000:Always use Ribbon Missiles PL1
  33168. rpunch:0:0FC3DB:FF:500:Always use Ribbon Missiles PL1:First part for Missile states second part for graphical state
  33169. rpunch:0:0FC3C9:FF:000:Invincibility PL1
  33170. rpunch:0:0FC3CA:FF:500:Invincibility (flicker off) PL1
  33171. rpunch:0:0FC3F9:03:000:Infinite Lives PL2
  33172. rpunch:0:0FC3F8:00:000:Infinite Energy PL2
  33173. rpunch:0:0FC2A9:40:000:Infinite Missiles PL2
  33174. rpunch:0:0FC2AF:FF:000:Always use Ribbon Missiles PL2
  33175. rpunch:0:0FC3FB:FF:500:Always use Ribbon Missiles PL2:First part for Missile states second part for graphical state
  33176. rpunch:0:0FC3E9:FF:000:Invincibility PL2
  33177. rpunch:0:0FC3EA:FF:500:Invincibility (flicker off) PL2
  33178.  
  33179. ; [ Rabio Lepus (Japan) ]
  33180. rabiolep:0:0FC3D9:03:000:Infinite Lives PL1
  33181. rabiolep:0:0FC3D8:00:000:Infinite Energy PL1
  33182. rabiolep:0:0FC269:40:000:Infinite Missiles PL1
  33183. rabiolep:0:0FC26F:FF:000:Always use Ribbon Missiles PL1
  33184. rabiolep:0:0FC3DB:FF:500:Always use Ribbon Missiles PL1:First part for Missile states second part for graphical state
  33185. rabiolep:0:0FC3C9:FF:000:Invincibility PL1
  33186. rabiolep:0:0FC3CA:FF:500:Invincibility (flicker off) PL1
  33187. rabiolep:0:0FC3F9:03:000:Infinite Lives PL2
  33188. rabiolep:0:0FC3F8:00:000:Infinite Energy PL2
  33189. rabiolep:0:0FC2A9:40:000:Infinite Missiles PL2
  33190. rabiolep:0:0FC2AF:FF:000:Always use Ribbon Missiles PL2
  33191. rabiolep:0:0FC3FB:FF:500:Always use Ribbon Missiles PL2:First part for Missile states second part for graphical state
  33192. rabiolep:0:0FC3E9:FF:000:Invincibility PL2
  33193. rabiolep:0:0FC3EA:FF:500:Invincibility (flicker off) PL2
  33194.  
  33195. ; [ R-Type (Japan prototype) ]
  33196. rtypepj:0:42F2E:0A:000:Infinite Lives PL1
  33197. rtypepj:0:42F36:0A:000:Infinite Lives PL2
  33198. rtypepj:0:4003A:01:000:Always have Max Beam
  33199. rtypepj:0:4003D:80:500:Always have Max Beam
  33200. rtypepj:0:42FC1:01:000:Invincibility "ON"
  33201. rtypepj:0:42FC1:00:001:Invincibility "OFF"
  33202. rtypepj:0:4003E:01:000:Always Orb Shot
  33203. rtypepj:0:4003E:02:000:Always Orb Shot + Laser
  33204. rtypepj:0:4003E:03:000:Always S. Orb Shot + ZigZag
  33205. rtypepj:0:4003E:01:001:Get Orb Shot Now!
  33206. rtypepj:0:4003E:02:001:Get Orb Shot + Laser Now!
  33207. rtypepj:0:4003E:03:001:Get S. Orb Shot + ZigZag Now! 
  33208.  
  33209. ; [ Spinal Breakers (Japan) ]
  33210. spinlbrj:0:FF8F87:63:000:Infinite Credits
  33211. spinlbrj:0:FF971B:3B:000:Infinite Time
  33212. spinlbrj:0:FFA4C7:C8:000:Infinite Energy PL1
  33213. spinlbrj:0:FFA4C9:03:000:Infinite Bombs PL1
  33214. spinlbrj:0:FFA4D5:0F:000:Infinite Ammo PL1
  33215. spinlbrj:0:FFA4E9:50:000:Normal PL1
  33216. spinlbrj:0:FF86F0:00:500:Normal PL1
  33217. spinlbrj:0:FFA4E9:56:000:Drum PL1
  33218. spinlbrj:0:FF86F0:00:500:Drum PL1
  33219. spinlbrj:0:FFA4E9:5C:000:Green [M] PL1
  33220. spinlbrj:0:FF86F0:11:500:Green [M] PL1
  33221. spinlbrj:0:FFA4E9:62:000:Red [P] PL1
  33222. spinlbrj:0:FF86F0:11:500:Red [P] PL1
  33223. spinlbrj:0:FFA4E9:68:000:Blue [PM] PL1
  33224. spinlbrj:0:FF86F0:11:500:Blue [PM] PL1
  33225. spinlbrj:0:FFA4F9:C8:000:Infinite Energy PL2
  33226. spinlbrj:0:FFA4FB:03:000:Infinite Bombs PL2
  33227. spinlbrj:0:FFA507:0F:000:Infinite Ammo PL2
  33228. spinlbrj:0:FFA51B:50:000:Normal PL2
  33229. spinlbrj:0:FF86E8:00:500:Normal PL2
  33230. spinlbrj:0:FFA51B:56:000:Drum PL2
  33231. spinlbrj:0:FF86E8:00:500:Drum PL2
  33232. spinlbrj:0:FFA51B:5C:000:Green [M] PL2
  33233. spinlbrj:0:FF86E8:11:500:Green [M] PL2
  33234. spinlbrj:0:FFA51B:62:000:Red [P] PL2
  33235. spinlbrj:0:FF86E8:11:500:Red [P] PL2
  33236. spinlbrj:0:FFA51B:68:000:Blue [PM] PL2
  33237. spinlbrj:0:FF86E8:11:500:Blue [PM] PL2
  33238.  
  33239. ; [ Spinal Breakers (US) ]
  33240. spinlbrk:0:FF8F87:63:000:Infinite Credits
  33241. spinlbrk:0:FF971B:3B:000:Infinite Time
  33242. spinlbrk:0:FFA4C7:C8:000:Infinite Energy PL1
  33243. spinlbrk:0:FFA4C9:03:000:Infinite Bombs PL1
  33244. spinlbrk:0:FFA4D5:0F:000:Infinite Ammo PL1
  33245. spinlbrk:0:FFA4E9:50:000:Normal PL1
  33246. spinlbrk:0:FF86F0:00:500:Normal PL1
  33247. spinlbrk:0:FFA4E9:56:000:Drum PL1
  33248. spinlbrk:0:FF86F0:00:500:Drum PL1
  33249. spinlbrk:0:FFA4E9:5C:000:Green [M] PL1
  33250. spinlbrk:0:FF86F0:11:500:Green [M] PL1
  33251. spinlbrk:0:FFA4E9:62:000:Red [P] PL1
  33252. spinlbrk:0:FF86F0:11:500:Red [P] PL1
  33253. spinlbrk:0:FFA4E9:68:000:Blue [PM] PL1
  33254. spinlbrk:0:FF86F0:11:500:Blue [PM] PL1
  33255. spinlbrk:0:FFA4F9:C8:000:Infinite Energy PL2
  33256. spinlbrk:0:FFA4FB:03:000:Infinite Bombs PL2
  33257. spinlbrk:0:FFA507:0F:000:Infinite Ammo PL2
  33258. spinlbrk:0:FFA51B:50:000:Normal PL2
  33259. spinlbrk:0:FF86E8:00:500:Normal PL2
  33260. spinlbrk:0:FFA51B:56:000:Drum PL2
  33261. spinlbrk:0:FF86E8:00:500:Drum PL2
  33262. spinlbrk:0:FFA51B:5C:000:Green [M] PL2
  33263. spinlbrk:0:FF86E8:11:500:Green [M] PL2
  33264. spinlbrk:0:FFA51B:62:000:Red [P] PL2
  33265. spinlbrk:0:FF86E8:11:500:Red [P] PL2
  33266. spinlbrk:0:FFA51B:68:000:Blue [PM] PL2
  33267. spinlbrk:0:FF86E8:11:500:Blue [PM] PL2
  33268.  
  33269. ; [ Spy Hunter 2 (rev 1) ]
  33270. spyhnt2a:0:0601A0:00:000:Invincibility PL1
  33271.  
  33272. ; [ Super Volleyball (Japan) ]
  33273. svolley:0:0604EE:09:000:Infinite Serve Time
  33274. svolley:0:0604F4:09:000:Infinite Set Time
  33275. svolley:0:0604EC:00:001:Finish Set Now! (1/3)
  33276. svolley:0:0604F3:00:501:Finish Set Now! (2/3)
  33277. svolley:0:0604F4:00:501:Finish Set Now! (3/3)
  33278. svolley:0:060377:00:001:Set score = 0 PL1 (1/2)
  33279. svolley:0:060379:00:501:Set score = 0 PL1 (2/2)
  33280. svolley:0:060377:01:001:Set score = 15 PL1 (1/2)
  33281. svolley:0:060379:05:501:Set score = 15 PL1 (2/2)
  33282. svolley:0:060377:00:000:Score always = 0 PL1 (1/2)
  33283. svolley:0:060379:00:500:Score always = 0 PL1 (2/2)
  33284. svolley:0:060377:01:000:Score always = 15 PL1 (1/2)
  33285. svolley:0:060379:05:500:Score always = 15 PL1 (2/2)
  33286. svolley:0:06037D:00:001:Set score = 0 PL2 (1/2)
  33287. svolley:0:06037F:00:501:Set score = 0 PL2 (2/2)
  33288. svolley:0:06037D:01:001:Set score = 15 PL2 (1/2)
  33289. svolley:0:06037F:05:501:Set score = 15 PL2 (2/2)
  33290. svolley:0:06037D:00:000:Score always = 0 PL2 (1/2)
  33291. svolley:0:06037F:00:500:Score always = 0 PL2 (2/2)
  33292. svolley:0:06037D:01:000:Score always = 15 PL2 (1/2)
  33293. svolley:0:06037F:05:500:Score always = 15 PL2 (2/2)
  33294.  
  33295. ; [ Super Volleyball (Korea) ]
  33296. svolleyk:0:0604EE:09:000:Infinite Serve Time
  33297. svolleyk:0:0604F4:09:000:Infinite Set Time
  33298. svolleyk:0:0604EC:00:001:Finish Set Now! (1/3)
  33299. svolleyk:0:0604F3:00:501:Finish Set Now! (2/3)
  33300. svolleyk:0:0604F4:00:501:Finish Set Now! (3/3)
  33301. svolleyk:0:060377:00:001:Set score = 0 PL1 (1/2)
  33302. svolleyk:0:060379:00:501:Set score = 0 PL1 (2/2)
  33303. svolleyk:0:060377:01:001:Set score = 15 PL1 (1/2)
  33304. svolleyk:0:060379:05:501:Set score = 15 PL1 (2/2)
  33305. svolleyk:0:060377:00:000:Score always = 0 PL1 (1/2)
  33306. svolleyk:0:060379:00:500:Score always = 0 PL1 (2/2)
  33307. svolleyk:0:060377:01:000:Score always = 15 PL1 (1/2)
  33308. svolleyk:0:060379:05:500:Score always = 15 PL1 (2/2)
  33309. svolleyk:0:06037D:00:001:Set score = 0 PL2 (1/2)
  33310. svolleyk:0:06037F:00:501:Set score = 0 PL2 (2/2)
  33311. svolleyk:0:06037D:01:001:Set score = 15 PL2 (1/2)
  33312. svolleyk:0:06037F:05:501:Set score = 15 PL2 (2/2)
  33313. svolleyk:0:06037D:00:000:Score always = 0 PL2 (1/2)
  33314. svolleyk:0:06037F:00:500:Score always = 0 PL2 (2/2)
  33315. svolleyk:0:06037D:01:000:Score always = 15 PL2 (1/2)
  33316. svolleyk:0:06037F:05:500:Score always = 15 PL2 (2/2)
  33317.  
  33318. ; [ Twin Eagle (Japan) ]
  33319. twineagl:0:FFD6D7:01:000:Never any Enemy
  33320. twineagl:0:FFD639:09:000:Infinite Lives PL1
  33321. twineagl:0:FFD685:09:000:Infinite Bombs PL1
  33322. twineagl:0:FFFC0F:FF:000:Infinite Ammo PL1
  33323. twineagl:0:FFD679:07:000:Maximum shot Power PL1
  33324. twineagl:0:FFD681:04:000:Maximum shot Range PL1
  33325. twineagl:0:FFD68B:03:000:Maximum Speed PL1
  33326. twineagl:0:FFD6BF:FF:000:Invincibility PL1
  33327. twineagl:0:FFD63B:09:000:Infinite Lives PL2
  33328. twineagl:0:FFD687:09:000:Infinite Bombs PL2
  33329. twineagl:0:FFFC11:FF:000:Infinite Ammo PL2
  33330. twineagl:0:FFD67B:07:000:Maximum Shot Power PL2
  33331. twineagl:0:FFD683:04:000:Maximum Shot Range PL2
  33332. twineagl:0:FFD6C1:FF:000:Invincibility PL2
  33333.  
  33334. ; [ U.S. Classic ]
  33335. usclssic:0:FF0F13:08:000:Infinite Credits
  33336. usclssic:0:FFC94B:01:000:Infinite Strokes
  33337.  
  33338. ; [ War of Aero - Project MEIOU ]
  33339. wrofaero:0:30081F:0A:000:Infinite Lives PL1
  33340. wrofaero:0:300831:64:000:Invincibility PL1
  33341. wrofaero:0:300867:0A:000:Infinite Lives PL2
  33342. wrofaero:0:300879:58:000:Invincibility PL2
  33343.  
  33344. ; [ Zing Zing Zip ]
  33345. zingzip:0:2004F9:0A:000:Infinite Lives PL1
  33346. zingzip:0:2004FB:09:000:Infinite Bombs PL1
  33347. zingzip:0:2004C2:01:000:Invincibility PL1
  33348. zingzip:0:2004D5:04:000:Maximum Shot Power PL1
  33349. zingzip:0:2004DF:00:000:Always have Normal Shot PL1
  33350. zingzip:0:2004DF:01:000:Always have Fire Shot PL1
  33351. zingzip:0:2004DF:02:000:Always have Laser Shot PL1
  33352. zingzip:0:2004DF:00:001:Get Normal Shot Now! PL1
  33353. zingzip:0:2004DF:01:001:Get Fire Shot Now! PL1
  33354. zingzip:0:2004DF:02:001:Get Laser Shot Now! PL1
  33355. zingzip:0:2004D7:02:000:Maximum Missile Power PL1
  33356. zingzip:0:2004E1:02:000:Always have Normal Missile PL1
  33357. zingzip:0:2004E1:01:000:Always have Homing Missile PL1
  33358. zingzip:0:2004E1:03:000:Always have X way Missile PL1
  33359. zingzip:0:2004E1:02:001:Get Normal Missile Now! PL1
  33360. zingzip:0:2004E1:01:001:Get Homing Missile Now! PL1
  33361. zingzip:0:2004E1:03:001:Get X way Missile Now! PL1
  33362. zingzip:0:20055D:0A:000:Infinite Lives PL2
  33363. zingzip:0:20055F:09:000:Infinite Bombs PL2
  33364. zingzip:0:200526:01:000:Invincibility PL2
  33365. zingzip:0:200539:04:000:Maximum Shot Power PL2
  33366. zingzip:0:200543:00:000:Always have Normal Shot PL2
  33367. zingzip:0:200543:01:000:Always have Fire Shot PL2
  33368. zingzip:0:200543:02:000:Always have Laser Shot PL2
  33369. zingzip:0:200543:00:001:Get Normal Shot Now! PL2
  33370. zingzip:0:200543:01:001:Get Fire Shot Now! PL2
  33371. zingzip:0:200543:02:001:Get Laser Shot Now! PL2
  33372. zingzip:0:20053B:02:000:Maximum Missile Power PL2
  33373. zingzip:0:200545:02:000:Always have Normal Missile PL2
  33374. zingzip:0:200545:01:000:Always have Homing Missile PL2
  33375. zingzip:0:200545:03:000:Always have X way Missile PL2
  33376. zingzip:0:200545:02:001:Get Normal Missile Now! PL2
  33377. zingzip:0:200545:01:001:Get Homing Missile Now! PL2
  33378. zingzip:0:200545:03:001:Get X way Missile Now! PL2
  33379. zingzip:0:2028C7:01:000:Start on Round 1:Turn off this cheat when you have started the level!!
  33380. zingzip:0:2028C7:02:000:Start on Round 2:Turn off this cheat when you have started the level!!
  33381. zingzip:0:2028C7:03:000:Start on Round 3:Turn off this cheat when you have started the level!!
  33382. zingzip:0:2028C7:04:000:Start on Round 4:Turn off this cheat when you have started the level!!
  33383. zingzip:0:2028C7:05:000:Start on Round 5:Turn off this cheat when you have started the level!!
  33384. zingzip:0:2028C7:06:000:Start on Round 6:Turn off this cheat when you have started the level!!
  33385. zingzip:0:2028C7:07:000:Start on Round 7:Turn off this cheat when you have started the level!!
  33386. zingzip:0:2028C7:08:000:Start on Boss 1:Turn off this cheat when you have started the level!!
  33387. zingzip:0:2028C7:09:000:Start on Boss 2:Turn off this cheat when you have started the level!!
  33388. zingzip:0:2028C7:0A:000:Start on Boss 3:Turn off this cheat when you have started the level!!
  33389.  
  33390. ;******************************************************************************
  33391. ;*                                                                            *
  33392. ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.37 BETA 1 GO HERE  *
  33393. ;*                    END OF MAME 0.37 BETA 1 CHEATS                          *
  33394. ;*                                                                            *
  33395. ;******************************************************************************
  33396.  
  33397. ;******************************************************************************
  33398. ;*                                                                            *
  33399. ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.37 BETA 2 GO HERE  *
  33400. ;*                    START OF MAME 0.37 BETA 2 CHEATS                        *
  33401. ;*                                                                            *
  33402. ;******************************************************************************
  33403.  
  33404. ; [ 800 Fathoms ]
  33405. 800fath:0:4108:05:000:Infinite Lives
  33406. 800fath:0:4105:FF:000:Infinite Fuel
  33407. 800fath:0:0000:00:999:[Use the invincibility with ]
  33408. 800fath:0:0000:00:999:[a lot of caution and only  ]
  33409. 800fath:0:0000:00:999:[activate during play!!     ]
  33410. 800fath:0:4115:00:000:Buggy Invincibility
  33411. 800fath:0:4380:01:500:Buggy Invincibility
  33412. 800fath:0:4382:01:500:Buggy Invincibility
  33413. 800fath:0:0000:00:999:[Level 6 = Base             ]
  33414. 800fath:0:411E:05:071:Select current level
  33415. 800fath:0:411E:05:061:Select next level
  33416.  
  33417. ; [ Astro Blaster (version 2) ]
  33418. astrob2:0:CCEE:1A:000:Infinite Lives PL1
  33419. astrob2:0:CCEF:1A:000:Infinite Lives PL2
  33420. astrob2:0:CCDC:FF:000:Infinite Fuel
  33421. astrob2:0:CC7C:00:000:Invincibility
  33422. astrob2:0:CD4A:05:000:Laser never overheats
  33423. astrob2:0:CD4A:00:000:Anti-Firing Overheater
  33424. astrob2:0:CCF3:FF:000:Warp always available
  33425.  
  33426. ; [ Battle Rangers (World) ]
  33427. battlera:0:1F0009:99:000:Infinite Credits
  33428. battlera:0:1F0024:99:000:Infinite Time
  33429. battlera:0:1F0805:03:000:Infinite Energy PL1
  33430. battlera:0:1F081A:99:000:Infinite Grenade PL1 
  33431. battlera:0:1F0819:99:000:Infinite Ammo PL1
  33432. battlera:0:1F0817:00:000:Always Normal gun as Weapon-1 PL1
  33433. battlera:0:1F0817:01:000:Always Bazooka as Weapon-1 PL1
  33434. battlera:0:1F0817:02:000:Always Shot Gun as Weapon-1 PL1
  33435. battlera:0:1F0818:03:000:Always Grenade as Weapon-2 PL1
  33436. battlera:0:1F0818:04:000:Always Flamethrower as Weapon-2 PL1
  33437. battlera:0:1F0818:05:000:Always FlushGrenade as Weapon-2 PL1
  33438. battlera:0:1F0817:00:001:Get Normal gun as Weapon-1 Now!PL1
  33439. battlera:0:1F0817:01:001:Get Bazooka as Weapon-1 Now! PL1
  33440. battlera:0:1F0817:02:001:Get Shot Gun as Weapon-1 Now! PL1
  33441. battlera:0:1F0818:03:001:Get Grenade as Weapon-2 Now! PL1
  33442. battlera:0:1F0818:04:001:Get Flamethrower as Weapon-2Now!PL1
  33443. battlera:0:1F0818:05:001:Get FlushGrenade as Weapon-2Now!PL1
  33444. battlera:0:1F084D:03:000:Infinite Energy PL2
  33445. battlera:0:1F0862:99:000:Infinite Grenade PL2
  33446. battlera:0:1F0861:99:000:Infinite Ammo PL2
  33447. battlera:0:1F085F:00:000:Always Normal gun as Weapon-1 PL2
  33448. battlera:0:1F085F:01:000:Always Bazooka as Weapon-1 PL2
  33449. battlera:0:1F085F:02:000:Always Shot Gun as Weapon-1 PL2
  33450. battlera:0:1F0860:03:000:Always Grenade as Weapon-2 PL2
  33451. battlera:0:1F0860:04:000:Always Flamethrower as Weapon-2 PL2
  33452. battlera:0:1F0860:05:000:Always FlushGrenade as Weapon-2 PL2
  33453. battlera:0:1F085F:00:001:Get Normal gun as Weapon-1 Now!PL2
  33454. battlera:0:1F085F:01:001:Get Bazooka as Weapon-1 Now! PL2
  33455. battlera:0:1F085F:02:001:Get Shot Gun as Weapon-1 Now! PL2
  33456. battlera:0:1F0860:03:001:Get Grenade as Weapon-2 Now! PL2
  33457. battlera:0:1F0860:04:001:Get Flamethrower as Weapon-2Now!PL2
  33458. battlera:0:1F0860:05:001:Get FlushGrenade as Weapon-2Now!PL2
  33459.  
  33460. ; [ Bloody Wolf (US) ]
  33461. bldwolf:0:1F0009:99:000:Infinite Credits
  33462. bldwolf:0:1F0024:99:000:Infinite Time
  33463. bldwolf:0:1F0805:03:000:Infinite Energy PL1
  33464. bldwolf:0:1F081A:99:000:Infinite Grenade PL1 
  33465. bldwolf:0:1F0819:99:000:Infinite Ammo PL1
  33466. bldwolf:0:1F0817:00:000:Always Normal gun as Weapon-1 PL1
  33467. bldwolf:0:1F0817:01:000:Always Bazooka as Weapon-1 PL1
  33468. bldwolf:0:1F0817:02:000:Always Shot Gun as Weapon-1 PL1
  33469. bldwolf:0:1F0818:03:000:Always Grenade as Weapon-2 PL1
  33470. bldwolf:0:1F0818:04:000:Always Flamethrower as Weapon-2 PL1
  33471. bldwolf:0:1F0818:05:000:Always FlushGrenade as Weapon-2 PL1
  33472. bldwolf:0:1F0817:00:001:Get Normal gun as Weapon-1 Now!PL1
  33473. bldwolf:0:1F0817:01:001:Get Bazooka as Weapon-1 Now! PL1
  33474. bldwolf:0:1F0817:02:001:Get Shot Gun as Weapon-1 Now! PL1
  33475. bldwolf:0:1F0818:03:001:Get Grenade as Weapon-2 Now! PL1
  33476. bldwolf:0:1F0818:04:001:Get Flamethrower as Weapon-2Now!PL1
  33477. bldwolf:0:1F0818:05:001:Get FlushGrenade as Weapon-2Now!PL1
  33478. bldwolf:0:1F084D:03:000:Infinite Energy PL2
  33479. bldwolf:0:1F0862:99:000:Infinite Grenade PL2
  33480. bldwolf:0:1F0861:99:000:Infinite Ammo PL2
  33481. bldwolf:0:1F085F:00:000:Always Normal gun as Weapon-1 PL2
  33482. bldwolf:0:1F085F:01:000:Always Bazooka as Weapon-1 PL2
  33483. bldwolf:0:1F085F:02:000:Always Shot Gun as Weapon-1 PL2
  33484. bldwolf:0:1F0860:03:000:Always Grenade as Weapon-2 PL2
  33485. bldwolf:0:1F0860:04:000:Always Flamethrower as Weapon-2 PL2
  33486. bldwolf:0:1F0860:05:000:Always FlushGrenade as Weapon-2 PL2
  33487. bldwolf:0:1F085F:00:001:Get Normal gun as Weapon-1 Now!PL2
  33488. bldwolf:0:1F085F:01:001:Get Bazooka as Weapon-1 Now! PL2
  33489. bldwolf:0:1F085F:02:001:Get Shot Gun as Weapon-1 Now! PL2
  33490. bldwolf:0:1F0860:03:001:Get Grenade as Weapon-2 Now! PL2
  33491. bldwolf:0:1F0860:04:001:Get Flamethrower as Weapon-2Now!PL2
  33492. bldwolf:0:1F0860:05:001:Get FlushGrenade as Weapon-2Now!PL2
  33493.  
  33494. ; [ Bosconian (older version) ]
  33495. boscoo2:0:83E2:05:000:Infinite Lives
  33496.  
  33497. ; [ Dangun Feveron (Japan) ]
  33498. dfeveron:0:101731:09:000:Infinite Credits
  33499. dfeveron:0:1052D9:04:071:Round Select
  33500. dfeveron:0:1052C5:07:000:Infinite Lives PL1
  33501. dfeveron:0:105A3B:03:000:Infinite Bombs PL1
  33502. dfeveron:0:105A16:80:000:Invincibility PL1
  33503. dfeveron:0:105A35:06:000:Maximum Power PL1
  33504. dfeveron:0:105A41:05:500:Maximum Power PL1
  33505. dfeveron:0:105A45:04:500:Maximum Power PL1
  33506. dfeveron:0:105A36:00:000:Always have Fighter Type 1 PL1
  33507. dfeveron:0:105A36:08:000:Always have Fighter Type 2 PL1
  33508. dfeveron:0:105A36:10:000:Always have Fighter Type 3 PL1
  33509. dfeveron:0:105A34:00:000:Always have Powerful Type 1 PL1
  33510. dfeveron:0:105A34:08:000:Always have Powerful Type 2 PL1
  33511. dfeveron:0:105A34:10:000:Always have Powerful Type 3 PL1
  33512. dfeveron:0:105A30:1A:000:Always have Speed Type 1 PL1
  33513. dfeveron:0:105A30:1E:000:Always have Speed Type 2 PL1
  33514. dfeveron:0:105A30:29:000:Always have Speed Type 3 PL1
  33515. dfeveron:0:105A30:2D:000:Always have Speed Type 4 PL1
  33516. dfeveron:0:105A36:00:001:Get Fighter Type 1 Now! PL1
  33517. dfeveron:0:105A36:08:001:Get Fighter Type 2 Now! PL1
  33518. dfeveron:0:105A36:10:001:Get Fighter Type 3 Now! PL1
  33519. dfeveron:0:105A34:00:001:Get Powerful Type 1 Now! PL1
  33520. dfeveron:0:105A34:08:001:Get Powerful Type 2 Now! PL1
  33521. dfeveron:0:105A34:10:001:Get Powerful Type 3 Now! PL1
  33522. dfeveron:0:105A30:1A:001:Get Speed Type 1 Now! PL1
  33523. dfeveron:0:105A30:1E:001:Get Speed Type 2 Now! PL1
  33524. dfeveron:0:105A30:29:001:Get Speed Type 3 Now! PL1
  33525. dfeveron:0:105A30:2D:001:Get Speed Type 4 Now! PL1
  33526. dfeveron:0:1052C7:07:000:Infinite Lives PL2
  33527. dfeveron:0:105A7B:03:000:Infinite Bombs PL2
  33528. dfeveron:0:105A56:80:000:Invincibility PL2
  33529. dfeveron:0:105A75:06:000:Maximum Power PL2
  33530. dfeveron:0:105A81:05:500:Maximum Power PL2
  33531. dfeveron:0:105A85:04:500:Maximum Power PL2
  33532. dfeveron:0:105A76:00:000:Always have Fighter Type 1 PL2
  33533. dfeveron:0:105A76:08:000:Always have Fighter Type 2 PL2
  33534. dfeveron:0:105A76:10:000:Always have Fighter Type 3 PL2
  33535. dfeveron:0:105A74:00:000:Always have Powerful Type 1 PL2
  33536. dfeveron:0:105A74:08:000:Always have Powerful Type 2 PL2
  33537. dfeveron:0:105A74:10:000:Always have Powerful Type 3 PL2
  33538. dfeveron:0:105A70:1A:000:Always have Speed Type 1 PL2
  33539. dfeveron:0:105A70:1E:000:Always have Speed Type 2 PL2
  33540. dfeveron:0:105A70:29:000:Always have Speed Type 3 PL2
  33541. dfeveron:0:105A70:2D:000:Always have Speed Type 4 PL2
  33542. dfeveron:0:105A76:00:001:Get Fighter Type 1 Now! PL2
  33543. dfeveron:0:105A76:08:001:Get Fighter Type 2 Now! PL2
  33544. dfeveron:0:105A76:10:001:Get Fighter Type 3 Now! PL2
  33545. dfeveron:0:105A74:00:001:Get Powerful Type 1 Now! PL2
  33546. dfeveron:0:105A74:08:001:Get Powerful Type 2 Now! PL2
  33547. dfeveron:0:105A74:10:001:Get Powerful Type 3 Now! PL2
  33548. dfeveron:0:105A70:1A:001:Get Speed Type 1 Now! PL2
  33549. dfeveron:0:105A70:1E:001:Get Speed Type 2 Now! PL2
  33550. dfeveron:0:105A70:29:001:Get Speed Type 3 Now! PL2
  33551. dfeveron:0:105A70:2D:001:Get Speed Type 4 Now! PL2
  33552.  
  33553. ; [ ESP Ra.De. (Japan) ]
  33554. esprade:0:101227:09:000:Infinite Credits
  33555. esprade:0:10254F:07:000:Infinite Lives PL1
  33556. esprade:0:102750:0F:000:Infinite Bombs PL1
  33557. esprade:0:102748:F0:000:Invincibility PL1
  33558. esprade:0:10272B:04:000:Maximum Power PL1
  33559. esprade:0:102551:07:000:Infinite Lives PL2
  33560. esprade:0:1027A0:0F:000:Infinite Bombs PL2
  33561. esprade:0:102798:F0:000:Invincibility PL2
  33562. esprade:0:10277B:04:000:Maximum Power PL2
  33563.  
  33564. ; [ Grind Stormer (Korea) ]
  33565. grindstm:0:1003B3:09:000:Infinite Credits
  33566. grindstm:0:100641:0F:000:Infinite Lives
  33567. grindstm:0:10065F:06:000:Infinite Bombs
  33568. grindstm:0:10060B:02:000:Always have 4 Side Ships
  33569. grindstm:0:1005EB:B0:000:Always have Shot Side Ships
  33570. grindstm:0:100605:00:500:Always have Shot Side Ships
  33571. grindstm:0:1005EB:B4:000:Always have Search Side Ships
  33572. grindstm:0:100605:01:500:Always have Search Side Ships
  33573. grindstm:0:1005EB:C4:000:Always have Missile Side Ships
  33574. grindstm:0:100605:02:500:Always have Missile Side Ships
  33575. grindstm:0:10060B:02:001:Get 4 Side Ships Now!
  33576. grindstm:0:1005EB:B0:001:Get Shot Side Ships Now!
  33577. grindstm:0:100605:00:501:Get Shot Side Ships Now!
  33578. grindstm:0:1005EB:B4:001:Get Search Side Ships Now!
  33579. grindstm:0:100605:01:501:Get Search Side Ships Now!
  33580. grindstm:0:1005EB:C4:001:Get Missile Side Ships Now!
  33581. grindstm:0:100605:02:501:Get Missile Side Ships Now!
  33582.  
  33583. ; [ Insector (prototype) ]
  33584. insector:0:00112:63:000:Infinite Credits
  33585. insector:0:00162:0B:000:Infinite Lives
  33586. insector:0:00182:81:000:Invincibility
  33587.  
  33588. ; [ In The Hunt (US) ]
  33589. inthuntu:0:EB8A0:63:000:Infinite Time
  33590. inthuntu:0:E0118:09:000:Infinite Lives PL1
  33591. inthuntu:0:E0A0A:01:000:Invincibility 'ON' PL1
  33592. inthuntu:0:E0A0A:00:001:Invincibility 'OFF' PL1
  33593. inthuntu:0:00000:00:999:[Torpedo is the front weapon]
  33594. inthuntu:0:00000:00:999:[Ammo is the top weapon     ]
  33595. inthuntu:0:E0110:00:000:Always Normal torpedo PL1
  33596. inthuntu:0:E0112:00:500:Always Normal torpedo PL1
  33597. inthuntu:0:E0110:02:000:Always Power torpedo PL1
  33598. inthuntu:0:E0112:03:500:Always Power torpedo PL1
  33599. inthuntu:0:E0110:04:000:Always Wave torpedo PL1
  33600. inthuntu:0:E0112:03:500:Always Wave torpedo PL1
  33601. inthuntu:0:E0110:06:000:Always Spread torpedo PL1
  33602. inthuntu:0:E0112:03:500:Always Spread torpedo PL1
  33603. inthuntu:0:E0114:00:000:Always Normal Ammo PL1
  33604. inthuntu:0:E0116:00:500:Always Normal Ammo PL1
  33605. inthuntu:0:E0114:02:000:Always A Ammo PL1
  33606. inthuntu:0:E0116:05:500:Always A Ammo PL1
  33607. inthuntu:0:E0114:04:000:Always M Ammo PL1
  33608. inthuntu:0:E0116:05:500:Always M Ammo PL1
  33609. inthuntu:0:E0110:00:001:Get Normal torpedo Now! PL1
  33610. inthuntu:0:E0112:00:501:Get Normal torpedo Now! PL1
  33611. inthuntu:0:E0110:02:001:Get Power torpedo Now! PL1
  33612. inthuntu:0:E0112:03:501:Get Power torpedo Now! PL1
  33613. inthuntu:0:E0110:04:001:Get Wave torpedo  Now! PL1
  33614. inthuntu:0:E0112:03:501:Get Wave torpedo  Now! PL1
  33615. inthuntu:0:E0110:06:001:Get Spread torpedo Now! PL1
  33616. inthuntu:0:E0112:03:501:Get Spread torpedo Now! PL1
  33617. inthuntu:0:E0114:00:001:Get Normal Ammo Now! PL1
  33618. inthuntu:0:E0116:00:501:Get Normal Ammo Now! PL1
  33619. inthuntu:0:E0114:02:001:Get A Ammo Now! PL1
  33620. inthuntu:0:E0116:05:501:Get A Ammo Now! PL1
  33621. inthuntu:0:E0114:04:001:Get M Ammo Now! PL1
  33622. inthuntu:0:E0116:05:501:Get M Ammo Now! PL1
  33623. inthuntu:0:E0158:09:000:Infinite Lives PL2
  33624. inthuntu:0:E098A:01:000:Invincibility 'ON' PL2
  33625. inthuntu:0:E098A:00:001:Invincibility 'OFF' PL2
  33626. inthuntu:0:00000:00:999:[Torpedo is the front weapon]
  33627. inthuntu:0:00000:00:999:[Ammo is the top weapon     ]
  33628. inthuntu:0:E0150:00:000:Always Normal torpedo PL2
  33629. inthuntu:0:E0152:00:500:Always Normal torpedo PL2
  33630. inthuntu:0:E0150:02:000:Always Power torpedo PL2
  33631. inthuntu:0:E0152:03:500:Always Power torpedo PL2
  33632. inthuntu:0:E0150:04:000:Always Wave torpedo PL2
  33633. inthuntu:0:E0152:03:500:Always Wave torpedo PL2
  33634. inthuntu:0:E0150:06:000:Always Spread torpedo PL2
  33635. inthuntu:0:E0152:03:500:Always Spread torpedo PL2
  33636. inthuntu:0:E0154:00:000:Always Normal Ammo PL2
  33637. inthuntu:0:E0156:00:500:Always Normal Ammo PL2
  33638. inthuntu:0:E0154:02:000:Always A Ammo PL2
  33639. inthuntu:0:E0156:05:500:Always A Ammo PL2
  33640. inthuntu:0:E0154:04:000:Always M Ammo PL2
  33641. inthuntu:0:E0156:05:500:Always M Ammo PL2
  33642. inthuntu:0:E0150:00:001:Get Normal torpedo Now! PL2
  33643. inthuntu:0:E0152:00:501:Get Normal torpedo Now! PL2
  33644. inthuntu:0:E0150:02:001:Get Power torpedo Now! PL2
  33645. inthuntu:0:E0152:03:501:Get Power torpedo Now! PL2
  33646. inthuntu:0:E0150:04:001:Get Wave torpedo  Now! PL2
  33647. inthuntu:0:E0152:03:501:Get Wave torpedo  Now! PL2
  33648. inthuntu:0:E0150:06:001:Get Spread torpedo Now! PL2
  33649. inthuntu:0:E0152:03:501:Get Spread torpedo Now! PL2
  33650. inthuntu:0:E0154:00:001:Get Normal Ammo Now! PL2
  33651. inthuntu:0:E0156:00:501:Get Normal Ammo Now! PL2
  33652. inthuntu:0:E0154:02:001:Get A Ammo Now! PL2
  33653. inthuntu:0:E0156:05:501:Get A Ammo Now! PL2
  33654. inthuntu:0:E0154:04:001:Get M Ammo Now! PL2
  33655. inthuntu:0:E0156:05:501:Get M Ammo Now! PL2
  33656. inthuntu:0:00000:00:999:[These Start on Stage cheats]
  33657. inthuntu:0:00000:00:999:[must be enabled on the     ]
  33658. inthuntu:0:00000:00:999:[title screen and turned off]
  33659. inthuntu:0:00000:00:999:[when you start the stage.  ]
  33660. inthuntu:0:E0084:01:000:Start on Stage 2
  33661. inthuntu:0:E0084:02:000:Start on Stage 3
  33662. inthuntu:0:E0084:03:000:Start on Stage 4
  33663. inthuntu:0:E0084:04:000:Start on Stage 5
  33664. inthuntu:0:E0084:05:000:Start on Stage 6
  33665. inthuntu:0:E0084:06:000:Start on Last Battle(Stage 7)
  33666. inthuntu:0:E0084:07:000:Start on End Screen (Stage 8)
  33667. inthuntu:0:E0084:07:061:Select next stage 
  33668.  
  33669. ; [ Juno First (Gottlieb) ]
  33670. junofstg:0:8888:63:000:Infinite Time
  33671. junofstg:0:8880:0A:000:Infinite Lives
  33672. junofstg:0:888A:02:000:Infinite Warps
  33673. junofstg:0:0000:00:999:[Only turn ON Invincibility ]
  33674. junofstg:0:0000:00:999:[during play!               ]
  33675. junofstg:0:8802:01:000:Invincibility
  33676.  
  33677. ; [ Kyros ]
  33678. kyros:0:02000F:99:000:Infinite Credits
  33679. kyros:0:020103:03:000:Infinite Lives
  33680. kyros:0:020105:50:000:Infinite Energy
  33681. kyros:0:020306:00:000:Invincibility?
  33682. kyros:0:020419:05:000:Maximum move Speed
  33683. kyros:0:02010F:40:000:Infinite Ammo
  33684. kyros:0:020104:20:000:Infinite RollKick
  33685. kyros:0:02010E:00:000:Bomb
  33686. kyros:0:02010E:01:000:Power Ball
  33687. kyros:0:02010E:02:000:Boomerang
  33688. kyros:0:020400:80:000:Power Level 0
  33689. kyros:0:020400:81:000:Power Level 1
  33690. kyros:0:020400:83:000:Power Level 2
  33691. kyros:0:020400:85:000:Power Level 3
  33692. kyros:0:020400:87:000:Power Level 4
  33693.  
  33694. ; [ Mermaid ]
  33695. mermaid:0:C005:63:000:Infinite Credits
  33696. mermaid:0:C261:03:000:Infinite Lives
  33697.  
  33698. ; [ Moon Base ]
  33699. moonbase:0:21FF:07:000:Infinite Lives PL1
  33700. moonbase:0:22FF:07:000:Infinite Lives PL2
  33701. moonbase:0:2009:78:000:Invaders never drop
  33702. moonbase:0:2069:00:000:Invaders don't fire
  33703. moonbase:0:206A:30:500:Invaders don't fire
  33704.  
  33705. ; [ Pipe Dream (Japan) ]
  33706. pipedrm:0:8603:09:000:Infinite Credits
  33707. pipedrm:0:9468:01:000:Stop water from flowing
  33708. pipedrm:0:865A:04:000:Infinite Lives
  33709. pipedrm:0:863D:32:071:Select Round
  33710. pipedrm:0:0000:00:999:### These PL1 Cheats are for a solo player! ###
  33711. pipedrm:0:80AF:01:000:Always have a Horizontal Pipe PL1
  33712. pipedrm:0:80AF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1
  33713. pipedrm:0:80AF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1
  33714. pipedrm:0:80AF:04:000:Always have a Vertical Pipe PL1
  33715. pipedrm:0:80AF:05:000:Always have a Vertical(Up Arrow) Pipe PL1
  33716. pipedrm:0:80AF:06:000:Always have a Vertical(Down Arrow) Pipe PL1
  33717. pipedrm:0:80AF:07:000:Always have a Top & Left Pipe PL1
  33718. pipedrm:0:80AF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1
  33719. pipedrm:0:80AF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1
  33720. pipedrm:0:80AF:0A:000:Always have a Top & Right Pipe PL1
  33721. pipedrm:0:80AF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1
  33722. pipedrm:0:80AF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1
  33723. pipedrm:0:80AF:0D:000:Always have a Bottom & Right Pipe PL1
  33724. pipedrm:0:80AF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1
  33725. pipedrm:0:80AF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1
  33726. pipedrm:0:80AF:10:000:Always have a Bottom & Left Pipe PL1
  33727. pipedrm:0:80AF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1
  33728. pipedrm:0:80AF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1
  33729. pipedrm:0:80AF:13:000:Always have a Cross Pipe PL1
  33730. pipedrm:0:80AF:01:001:Get a Horizontal Pipe Now! PL1
  33731. pipedrm:0:80AF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1
  33732. pipedrm:0:80AF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1
  33733. pipedrm:0:80AF:04:001:Get a Vertical Pipe Now! PL1
  33734. pipedrm:0:80AF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1
  33735. pipedrm:0:80AF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1
  33736. pipedrm:0:80AF:07:001:Get a Top & Left Pipe Now! PL1
  33737. pipedrm:0:80AF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1
  33738. pipedrm:0:80AF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1
  33739. pipedrm:0:80AF:0A:001:Get a Top & Right Pipe Now! PL1
  33740. pipedrm:0:80AF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1
  33741. pipedrm:0:80AF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1
  33742. pipedrm:0:80AF:0D:001:Get a Bottom & Right Pipe Now! PL1
  33743. pipedrm:0:80AF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1
  33744. pipedrm:0:80AF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1
  33745. pipedrm:0:80AF:10:001:Get a Bottom & Left Pipe Now! PL1
  33746. pipedrm:0:80AF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1
  33747. pipedrm:0:80AF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1
  33748. pipedrm:0:80AF:13:001:Get a Cross Pipe Now! PL1
  33749. pipedrm:0:0000:00:999:###  These are for use in a 2-player game   ###
  33750. pipedrm:0:80CF:01:000:Always have a Horizontal Pipe PL1
  33751. pipedrm:0:80CF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1
  33752. pipedrm:0:80CF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1
  33753. pipedrm:0:80CF:04:000:Always have a Vertical Pipe PL1
  33754. pipedrm:0:80CF:05:000:Always have a Vertical(Up Arrow) Pipe PL1
  33755. pipedrm:0:80CF:06:000:Always have a Vertical(Down Arrow) Pipe PL1
  33756. pipedrm:0:80CF:07:000:Always have a Top & Left Pipe PL1
  33757. pipedrm:0:80CF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1
  33758. pipedrm:0:80CF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1
  33759. pipedrm:0:80CF:0A:000:Always have a Top & Right Pipe PL1
  33760. pipedrm:0:80CF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1
  33761. pipedrm:0:80CF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1
  33762. pipedrm:0:80CF:0D:000:Always have a Bottom & Right Pipe PL1
  33763. pipedrm:0:80CF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1
  33764. pipedrm:0:80CF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1
  33765. pipedrm:0:80CF:10:000:Always have a Bottom & Left Pipe PL1
  33766. pipedrm:0:80CF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1
  33767. pipedrm:0:80CF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1
  33768. pipedrm:0:80CF:13:000:Always have a Cross Pipe PL1
  33769. pipedrm:0:80CF:01:001:Get a Horizontal Pipe Now! PL1
  33770. pipedrm:0:80CF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1
  33771. pipedrm:0:80CF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1
  33772. pipedrm:0:80CF:04:001:Get a Vertical Pipe Now! PL1
  33773. pipedrm:0:80CF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1
  33774. pipedrm:0:80CF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1
  33775. pipedrm:0:80CF:07:001:Get a Top & Left Pipe Now! PL1
  33776. pipedrm:0:80CF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1
  33777. pipedrm:0:80CF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1
  33778. pipedrm:0:80CF:0A:001:Get a Top & Right Pipe Now! PL1
  33779. pipedrm:0:80CF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1
  33780. pipedrm:0:80CF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1
  33781. pipedrm:0:80CF:0D:001:Get a Bottom & Right Pipe Now! PL1
  33782. pipedrm:0:80CF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1
  33783. pipedrm:0:80CF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1
  33784. pipedrm:0:80CF:10:001:Get a Bottom & Left Pipe Now! PL1
  33785. pipedrm:0:80CF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1
  33786. pipedrm:0:80CF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1
  33787. pipedrm:0:80CF:13:001:Get a Cross Pipe Now! PL1
  33788. pipedrm:0:80EF:01:000:Always have a Horizontal Pipe PL2
  33789. pipedrm:0:80EF:02:000:Always have a Horizontal(Right Arrow) Pipe PL2
  33790. pipedrm:0:80EF:03:000:Always have a Horizontal(Left Arrow) Pipe PL2
  33791. pipedrm:0:80EF:04:000:Always have a Vertical Pipe PL2
  33792. pipedrm:0:80EF:05:000:Always have a Vertical(Up Arrow) Pipe PL2
  33793. pipedrm:0:80EF:06:000:Always have a Vertical(Down Arrow) Pipe PL2
  33794. pipedrm:0:80EF:07:000:Always have a Top & Left Pipe PL2
  33795. pipedrm:0:80EF:08:000:Always have a Top & Left(Up Arrow) Pipe PL2
  33796. pipedrm:0:80EF:09:000:Always have a Top & Left(Down Arrow) Pipe PL2
  33797. pipedrm:0:80EF:0A:000:Always have a Top & Right Pipe PL2
  33798. pipedrm:0:80EF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL2
  33799. pipedrm:0:80EF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL2
  33800. pipedrm:0:80EF:0D:000:Always have a Bottom & Right Pipe PL2
  33801. pipedrm:0:80EF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL2
  33802. pipedrm:0:80EF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL2
  33803. pipedrm:0:80EF:10:000:Always have a Bottom & Left Pipe PL2
  33804. pipedrm:0:80EF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL2
  33805. pipedrm:0:80EF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL2
  33806. pipedrm:0:80EF:13:000:Always have a Cross Pipe PL2
  33807. pipedrm:0:80EF:01:001:Get a Horizontal Pipe Now! PL2
  33808. pipedrm:0:80EF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL2
  33809. pipedrm:0:80EF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL2
  33810. pipedrm:0:80EF:04:001:Get a Vertical Pipe Now! PL2
  33811. pipedrm:0:80EF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL2
  33812. pipedrm:0:80EF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL2
  33813. pipedrm:0:80EF:07:001:Get a Top & Left Pipe Now! PL2
  33814. pipedrm:0:80EF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL2
  33815. pipedrm:0:80EF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL2
  33816. pipedrm:0:80EF:0A:001:Get a Top & Right Pipe Now! PL2
  33817. pipedrm:0:80EF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL2
  33818. pipedrm:0:80EF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL2
  33819. pipedrm:0:80EF:0D:001:Get a Bottom & Right Pipe Now! PL2
  33820. pipedrm:0:80EF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL2
  33821. pipedrm:0:80EF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL2
  33822. pipedrm:0:80EF:10:001:Get a Bottom & Left Pipe Now! PL2
  33823. pipedrm:0:80EF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL2
  33824. pipedrm:0:80EF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL2
  33825. pipedrm:0:80EF:13:001:Get a Cross Pipe Now! PL2
  33826.  
  33827. ; [ Poly-Play ]
  33828. polyplay:0:0CC0:0A:000:Infinite Time  (on HIRSCHJAGD game)
  33829. polyplay:0:0C1C:FF:000:Infinite Ammo  (on HIRSCHJAGD game)
  33830. polyplay:0:0C1A:03:000:Infinite Lives (on HASE AND WOLF game)
  33831. polyplay:0:F83B:35:000:Infinite Time  (on ABFAHRTSLAUF game)
  33832. polyplay:0:0D38:78:000:Infinite Time  (on SCHMETTERLINGE game)
  33833. polyplay:0:0D3C:32:000:Infinite Ammo  (on SCHIESSBUDE game)
  33834. polyplay:0:0D00:5A:000:Infinite Time  (on MERKSPIEL game)
  33835. polyplay:0:0D1E:00:000:Water Level    (on WASSERROHRBRUCH game)
  33836.  
  33837. ; [ Psycho-Nics Oscar (Japan revision 0) ]
  33838. oscarj0:0:003E:99:004:Infinite Time
  33839. oscarj0:0:007D:05:000:Infinite Lives
  33840. oscarj0:0:0042:06:000:Infinite Energy
  33841. oscarj0:0:0043:1F:000:Invincibility:To be used when you blink
  33842. oscarj0:0:0092:03:000:Always Max Jump Power Up
  33843. oscarj0:0:0000:00:999:[These highlight cheats dont]
  33844. oscarj0:0:0000:00:999:[actually display on status ]
  33845. oscarj0:0:0000:00:999:[bar, effects memory only!  ]
  33846. oscarj0:0:0091:01:001:Highlight "JUMP"
  33847. oscarj0:0:0091:02:001:Highlight "GRENADE"
  33848. oscarj0:0:0091:03:001:Highlight "MISSILE"
  33849. oscarj0:0:0091:04:001:Highlight "P.C.U."
  33850. oscarj0:0:0091:05:001:Highlight "GUN/ARMOR"
  33851.  
  33852. ; [ Psycho-Nics Oscar (Japan revision 1) ]
  33853. oscarj1:0:003E:99:004:Infinite Time
  33854. oscarj1:0:007D:05:000:Infinite Lives
  33855. oscarj1:0:0042:06:000:Infinite Energy
  33856. oscarj1:0:0043:1F:000:Invincibility:To be used when you blink
  33857. oscarj1:0:0092:03:000:Always Max Jump Power Up
  33858. oscarj1:0:0000:00:999:[These highlight cheats dont]
  33859. oscarj1:0:0000:00:999:[actually display on status ]
  33860. oscarj1:0:0000:00:999:[bar, effects memory only!  ]
  33861. oscarj1:0:0091:01:001:Highlight "JUMP"
  33862. oscarj1:0:0091:02:001:Highlight "GRENADE"
  33863. oscarj1:0:0091:03:001:Highlight "MISSILE"
  33864. oscarj1:0:0091:04:001:Highlight "P.C.U."
  33865. oscarj1:0:0091:05:001:Highlight "GUN/ARMOR"
  33866.  
  33867. ; [ Space Chaser (CV version) ]
  33868. schasrcv:0:232F:03:000:Infinite Lives PL1
  33869. schasrcv:0:2330:03:000:Infinite Lives PL2
  33870. schasrcv:0:233D:09:000:Infinite Credits
  33871. schasrcv:0:2014:E0:000:Infinite Fuel
  33872. schasrcv:0:2012:99:000:Infinite Bonus
  33873.  
  33874. ; [ Screw Loose (prototype) ]
  33875. screwloo:0:00119:63:000:Infinite Credits
  33876. screwloo:0:00193:0A:000:Infinite Lives
  33877.  
  33878. ; [ Super Invaders (Zenitone-Microsec) ]
  33879. sinvzen:0:21FF:07:000:Infinite Lives PL1
  33880. sinvzen:0:22FF:07:000:Infinite Lives PL2
  33881. sinvzen:0:2009:78:000:Invaders never drop
  33882. sinvzen:0:2069:00:000:Invaders don't fire (1/2)
  33883. sinvzen:0:206A:30:500:Invaders don't fire (2/2)
  33884.  
  33885. ; [ Spinal Breakers (US) ]
  33886. spinlbru:0:FF8F87:63:000:Infinite Credits
  33887. spinlbru:0:FF971B:3B:000:Infinite Time
  33888. spinlbru:0:FFA4C7:C8:000:Infinite Energy PL1
  33889. spinlbru:0:FFA4C9:03:000:Infinite Bombs PL1
  33890. spinlbru:0:FFA4D5:0F:000:Infinite Ammo PL1
  33891. spinlbru:0:FFA4E9:50:000:Normal PL1
  33892. spinlbru:0:FF86F0:00:500:Normal PL1
  33893. spinlbru:0:FFA4E9:56:000:Drum PL1
  33894. spinlbru:0:FF86F0:00:500:Drum PL1
  33895. spinlbru:0:FFA4E9:5C:000:Green [M] PL1
  33896. spinlbru:0:FF86F0:11:500:Green [M] PL1
  33897. spinlbru:0:FFA4E9:62:000:Red [P] PL1
  33898. spinlbru:0:FF86F0:11:500:Red [P] PL1
  33899. spinlbru:0:FFA4E9:68:000:Blue [PM] PL1
  33900. spinlbru:0:FF86F0:11:500:Blue [PM] PL1
  33901. spinlbru:0:FFA4F9:C8:000:Infinite Energy PL2
  33902. spinlbru:0:FFA4FB:03:000:Infinite Bombs PL2
  33903. spinlbru:0:FFA507:0F:000:Infinite Ammo PL2
  33904. spinlbru:0:FFA51B:50:000:Normal PL2
  33905. spinlbru:0:FF86E8:00:500:Normal PL2
  33906. spinlbru:0:FFA51B:56:000:Drum PL2
  33907. spinlbru:0:FF86E8:00:500:Drum PL2
  33908. spinlbru:0:FFA51B:5C:000:Green [M] PL2
  33909. spinlbru:0:FF86E8:11:500:Green [M] PL2
  33910. spinlbru:0:FFA51B:62:000:Red [P] PL2
  33911. spinlbru:0:FF86E8:11:500:Red [P] PL2
  33912. spinlbru:0:FFA51B:68:000:Blue [PM] PL2
  33913. spinlbru:0:FF86E8:11:500:Blue [PM] PL2
  33914.  
  33915. ; [ Space Attack (upright, older) ]
  33916. sspacat2:0:E5D9:06:000:Infinite Lives PL1 
  33917. sspacat2:0:E5DB:06:000:Infinite Lives PL2
  33918.  
  33919. ; [ Super Stingray ]
  33920. sstingry:0:020005:99:000:Infinite Credits
  33921. sstingry:0:02000E:05:000:Infinite Lives
  33922. sstingry:0:02012A:50:000:Infinite Energy
  33923. sstingry:0:02001E:FF:071:Select Start Round
  33924.  
  33925. ; [ Super Burger Time (Japan) ]
  33926. supbtimj:0:1000A7:03:000:Infinite Lives PL1
  33927. supbtimj:0:1000AC:99:000:Infinite Pepper PL1
  33928. supbtimj:0:1000EA:01:000:Invincibility PL1  (1/2)
  33929. supbtimj:0:1000A3:10:520:Invincibility PL1  (2/2)
  33930. supbtimj:0:100107:03:000:Infinite Lives PL2
  33931. supbtimj:0:10010C:99:000:Infinite Pepper PL2
  33932. supbtimj:0:10014A:01:000:Invincibility PL2  (1/2)
  33933. supbtimj:0:100103:10:520:Invincibility PL2  (2/2)
  33934.  
  33935. ; [ Super Invaders ]
  33936. superinv:0:21FF:07:000:Infinite Lives PL1
  33937. superinv:0:22FF:07:000:Infinite Lives PL2
  33938. superinv:0:2009:78:000:Invaders never drop
  33939. superinv:0:2069:00:000:Invaders don't fire (1/2)
  33940. superinv:0:206A:30:500:Invaders don't fire (2/2)
  33941.  
  33942. ; [ Tail to Nose - Great Championship ]
  33943. tail2nos:0:FF8935:63:000:Infinite Credits
  33944. tail2nos:0:FF8B15:00:000:Infinite Time (Time Attack)
  33945. tail2nos:0:FF854B:28:000:Infinite Time (Grand Prix)
  33946. tail2nos:0:FF8987:01:000:Always be in Pole Position
  33947.  
  33948. ; [ Uo Poko (Japan) ]
  33949. uopoko:0:100195:09:000:Infinite Credits
  33950. uopoko:0:100203:1E:071:Round select
  33951. uopoko:0:102310:06:000:Infinite Time PL1
  33952. uopoko:0:10233B:01:000:Always have Guide Pointer PL1
  33953. uopoko:0:10233C:0A:500:Always have Guide Pointer PL1
  33954. uopoko:0:10233D:22:500:Always have Guide Pointer PL1
  33955. uopoko:0:10233B:01:000:Always have Guide Pointer (vs Mode) PL1
  33956. uopoko:0:10233C:0D:500:Always have Guide Pointer (vs Mode) PL1
  33957. uopoko:0:10233D:C6:500:Always have Guide Pointer (vs Mode) PL1
  33958. uopoko:0:1022F1:80:000:Always have Magenta Bubble PL1
  33959. uopoko:0:1022F1:81:000:Always have Blue Bubble PL1
  33960. uopoko:0:1022F1:82:000:Always have Green Bubble PL1
  33961. uopoko:0:1022F1:83:000:Always have Aqua Bubble PL1
  33962. uopoko:0:1022F1:84:000:Always have Red Bubble PL1
  33963. uopoko:0:1022F1:85:000:Always have Black Bubble PL1
  33964. uopoko:0:1022F1:86:000:Always have Yellow Bubble PL1
  33965. uopoko:0:1022F1:87:000:Always have Orange Bubble PL1
  33966. uopoko:0:1022F1:80:001:Current Bubble = Magenta Now! PL1
  33967. uopoko:0:1022F1:81:001:Current Bubble = Blue Now! PL1
  33968. uopoko:0:1022F1:82:001:Current Bubble = Green Now! PL1
  33969. uopoko:0:1022F1:83:001:Current Bubble = Aqua Now! PL1
  33970. uopoko:0:1022F1:84:001:Current Bubble = Red Now! PL1
  33971. uopoko:0:1022F1:85:001:Current Bubble = Black Now! PL1
  33972. uopoko:0:1022F1:86:001:Current Bubble = Yellow Now! PL1
  33973. uopoko:0:1022F1:87:001:Current Bubble = Orange Now! PL1
  33974. uopoko:0:102312:06:000:Infinite Time PL2
  33975. uopoko:0:1023BB:01:000:Always have Guide Pointer (vs Mode) PL2
  33976. uopoko:0:1023BC:0D:500:Always have Guide Pointer (vs Mode) PL2
  33977. uopoko:0:1023BD:C6:500:Always have Guide Pointer (vs Mode) PL2
  33978. uopoko:0:1022F3:80:000:Always have Magenta Bubble PL2
  33979. uopoko:0:1022F3:81:000:Always have Blue Bubble PL2
  33980. uopoko:0:1022F3:82:000:Always have Green Bubble PL2
  33981. uopoko:0:1022F3:83:000:Always have Aqua Bubble PL2
  33982. uopoko:0:1022F3:84:000:Always have Red Bubble PL2
  33983. uopoko:0:1022F3:85:000:Always have Black Bubble PL2
  33984. uopoko:0:1022F3:86:000:Always have Yellow Bubble PL2
  33985. uopoko:0:1022F3:87:000:Always have Orange Bubble PL2
  33986. uopoko:0:1022F3:80:001:Current Bubble = Magenta Now! PL2
  33987. uopoko:0:1022F3:81:001:Current Bubble = Blue Now! PL2
  33988. uopoko:0:1022F3:82:001:Current Bubble = Green Now! PL2
  33989. uopoko:0:1022F3:83:001:Current Bubble = Aqua Now! PL2
  33990. uopoko:0:1022F3:84:001:Current Bubble = Red Now! PL2
  33991. uopoko:0:1022F3:85:001:Current Bubble = Black Now! PL2
  33992. uopoko:0:1022F3:86:001:Current Bubble = Yellow Now! PL2
  33993. uopoko:0:1022F3:87:001:Current Bubble = Orange Now! PL2
  33994.  
  33995. ; [ Vapor Trail - Hyper Offence Formation (US) ]
  33996. vaportru:0:FFD7B9:9A:000:Infinite Time(Final Attack)
  33997. vaportru:0:FFC1F8:03:000:Infinite Lives PL1
  33998. vaportru:0:FFC1F9:03:000:Infinite Energy PL1
  33999. vaportru:0:FFC256:1F:001:Refill "roll" power Now! PL1:Use after "roll" has ended
  34000. vaportru:0:FFC213:03:000:Invincibility 'ON' PL1
  34001. vaportru:0:FFC213:00:001:Invincibility 'OFF' PL1
  34002. vaportru:0:FFC1FE:05:071:Select Current Speed PL1
  34003. vaportru:0:FFC255:06:000:Infinite Smart Bombs PL1
  34004. vaportru:0:FFC2A8:00:000:Always Roll PL1
  34005. vaportru:0:FFC1FB:0C:000:Maximum Shot Power PL1
  34006. vaportru:0:FFC1FD:00:000:Always Normal Shot PL1
  34007. vaportru:0:FFC1FD:04:000:Always Bomb Shot PL1
  34008. vaportru:0:FFC1FD:08:000:Always Missile Shot PL1
  34009. vaportru:0:FFC1FD:0C:000:Always Defender Shot PL1
  34010. vaportru:0:FFC1FD:10:000:Always Special Shot PL1
  34011. vaportru:0:FFC1FD:00:001:Get Normal Shot Now! PL1
  34012. vaportru:0:FFC1FD:04:001:Get Bomb Shot Now! PL1
  34013. vaportru:0:FFC1FD:08:001:Get Missile Shot Now! PL1
  34014. vaportru:0:FFC1FD:0C:001:Get Defender Shot Now! PL1
  34015. vaportru:0:FFC1FD:10:001:Get Special Shot Now! PL1
  34016. vaportru:0:FFC2B8:03:000:Infinite Lives PL2
  34017. vaportru:0:FFC2B9:03:000:Infinite Energy PL2
  34018. vaportru:0:FFC316:1F:001:Refill "roll" power Now! PL2:Use after "roll" has ended
  34019. vaportru:0:FFC2D3:03:000:Invincibility 'ON' PL2
  34020. vaportru:0:FFC2D3:00:001:Invincibility 'OFF' PL2
  34021. vaportru:0:FFC2BE:05:071:Select Current Speed PL2
  34022. vaportru:0:FFC315:06:000:Infinite Smart Bombs PL2
  34023. vaportru:0:FFC368:00:000:Always Roll PL2
  34024. vaportru:0:FFC2BB:0C:000:Maximum Shot Power PL2
  34025. vaportru:0:FFC2BD:00:000:Always Normal Shot PL2
  34026. vaportru:0:FFC2BD:04:000:Always Bomb Shot PL2
  34027. vaportru:0:FFC2BD:08:000:Always Missile Shot PL2
  34028. vaportru:0:FFC2BD:0C:000:Always Defender Shot PL2
  34029. vaportru:0:FFC2BD:10:000:Always Special Shot PL2
  34030. vaportru:0:FFC2BD:00:001:Get Normal Shot Now! PL2
  34031. vaportru:0:FFC2BD:04:001:Get Bomb Shot Now! PL2
  34032. vaportru:0:FFC2BD:08:001:Get Missile Shot Now! PL2
  34033. vaportru:0:FFC2BD:0C:001:Get Defender Shot Now! PL2
  34034. vaportru:0:FFC2BD:10:001:Get Special Shot Now! PL2
  34035. vaportru:0:000000:00:999:[Use the Select current     ]
  34036. vaportru:0:000000:00:999:[level cheat on the select  ]
  34037. vaportru:0:000000:00:999:[fighter screen to start on ]
  34038. vaportru:0:000000:00:999:[that level.                ]
  34039. vaportru:0:FFC04D:05:071:Select current level
  34040. vaportru:0:FFC04D:05:061:Select next level
  34041.  
  34042. ;******************************************************************************
  34043. ;*                                                                            *
  34044. ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.37 BETA 2 GO HERE  *
  34045. ;*                    END OF MAME 0.37 BETA 2 CHEATS                          *
  34046. ;*                                                                            *
  34047. ;******************************************************************************
  34048.  
  34049. ;******************************************************************************
  34050. ;*                                                                            *
  34051. ;*  ONLY CHEATS FOR THE GAMES NOT IN THE LATEST RELEASED BINARY WITH REASON   *
  34052. ;*                    START OF MAME UNOFFICIAL CHEATS                         *
  34053. ;*                                                                            *
  34054. ;******************************************************************************
  34055.  
  34056. ;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE#####
  34057. ; [ Champion Skill (with Ability) ]
  34058. csk227it:0:F6A8:28:000:Play freely 100 points:You must have points left
  34059. csk227it:0:F071:06:000:Infinite "Colore fever"
  34060. csk227it:0:F073:00:001:"Colore fever" - Clubs:One "colore fever" needed
  34061. csk227it:0:F073:01:001:"Colore fever" - Spades:One "colore fever" needed
  34062. csk227it:0:F073:02:001:"Colore fever" - Hearts:One "colore fever" needed
  34063. csk227it:0:F073:03:001:"Colore fever" - Diamonds:One "colore fever" needed
  34064. csk227it:0:0000:00:999:[ Watch me values for suit: ]
  34065. csk227it:0:0000:00:999:[   00 : Clubs    - Green   ]
  34066. csk227it:0:0000:00:999:[   01 : Spades   - Blue    ]
  34067. csk227it:0:0000:00:999:[   02 : Hearts   - Red     ]
  34068. csk227it:0:0000:00:999:[   03 : Diamonds - Yellow  ]
  34069. csk227it:0:0000:00:999:[ Watch me values for value:]
  34070. csk227it:0:0000:00:999:[01:Ace  02:2  03:3  04:4   ]
  34071. csk227it:0:0000:00:999:[05:5    06:6  07:7  08:8   ]
  34072. csk227it:0:0000:00:999:[09:9   0A:10  0B:Jack      ]
  34073. csk227it:0:0000:00:999:[0C:Queen  0D:King  0E:JOKER]
  34074. csk227it:0:F857:00:998:Watch me for W-UP CARD1 suit
  34075. csk227it:0:F858:00:998:Watch me for W-UP CARD1 value
  34076. csk227it:0:F859:00:998:Watch me for W-UP CARD2 suit
  34077. csk227it:0:F85A:00:998:Watch me for W-UP CARD2 value
  34078. csk227it:0:F85B:00:998:Watch me for W-UP CARD3 suit
  34079. csk227it:0:F85C:00:998:Watch me for W-UP CARD3 value
  34080. csk227it:0:F85D:00:998:Watch me for W-UP CARD4 suit
  34081. csk227it:0:F85E:00:998:Watch me for W-UP CARD4 value
  34082. csk227it:0:F85F:00:998:Watch me for W-UP CARD5 suit
  34083. csk227it:0:F860:00:998:Watch me for W-UP CARD5 value
  34084. csk227it:0:F858:0E:000:Joker always First Card
  34085. csk227it:0:F85A:0E:000:Joker always Second Card
  34086. csk227it:0:F85C:0E:000:Joker always Third Card
  34087. csk227it:0:F85E:0E:000:Joker always Fourth Card
  34088. csk227it:0:F860:0E:000:Joker always Fifth Card
  34089.  
  34090. ;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE#####
  34091. ; [ Champion Skill (Ability, Poker & Symbols) ]
  34092. csk234it:0:F6A4:28:000:Play freely 100 points:You must have points left
  34093. csk234it:0:F06D:06:000:Infinite "Colore fever"
  34094. csk234it:0:F06F:00:001:"Colore fever" - Clubs:One "colore fever" needed
  34095. csk234it:0:F06F:01:001:"Colore fever" - Spades:One "colore fever" needed
  34096. csk234it:0:F06F:02:001:"Colore fever" - Hearts:One "colore fever" needed
  34097. csk234it:0:F06F:03:001:"Colore fever" - Diamonds:One "colore fever" needed
  34098. csk234it:0:0000:00:999:[ Watch me values for suit: ]
  34099. csk234it:0:0000:00:999:[   00 : Clubs    - Green   ]
  34100. csk234it:0:0000:00:999:[   01 : Spades   - Blue    ]
  34101. csk234it:0:0000:00:999:[   02 : Hearts   - Red     ]
  34102. csk234it:0:0000:00:999:[   03 : Diamonds - Yellow  ]
  34103. csk234it:0:0000:00:999:[ Watch me values for value:]
  34104. csk234it:0:0000:00:999:[01:Ace  02:2  03:3  04:4   ]
  34105. csk234it:0:0000:00:999:[05:5    06:6  07:7  08:8   ]
  34106. csk234it:0:0000:00:999:[09:9   0A:10  0B:Jack      ]
  34107. csk234it:0:0000:00:999:[0C:Queen  0D:King  0E:JOKER]
  34108. csk234it:0:F853:00:998:Watch me for W-UP CARD1 suit
  34109. csk234it:0:F854:00:998:Watch me for W-UP CARD1 value
  34110. csk234it:0:F855:00:998:Watch me for W-UP CARD2 suit
  34111. csk234it:0:F856:00:998:Watch me for W-UP CARD2 value
  34112. csk234it:0:F857:00:998:Watch me for W-UP CARD3 suit
  34113. csk234it:0:F858:00:998:Watch me for W-UP CARD3 value
  34114. csk234it:0:F859:00:998:Watch me for W-UP CARD4 suit
  34115. csk234it:0:F85A:00:998:Watch me for W-UP CARD4 value
  34116. csk234it:0:F85B:00:998:Watch me for W-UP CARD5 suit
  34117. csk234it:0:F85C:00:998:Watch me for W-UP CARD5 value
  34118. csk234it:0:F854:0E:000:Joker always First Card
  34119. csk234it:0:F856:0E:000:Joker always Second Card
  34120. csk234it:0:F858:0E:000:Joker always Third Card
  34121. csk234it:0:F85A:0E:000:Joker always Fourth Card
  34122. csk234it:0:F85C:0E:000:Joker always Fifth Card
  34123.  
  34124. ;####GAME NOT YET IN OFFICIAL BINARY - DUE TO LATE COPYRIGHT OR NOT FULLY WORKING, BUT IN SOURCE#####
  34125. ; [ Captain Tomaday ]
  34126. ctomaday:0:10137D:0A:000:Infinite Lives PL1
  34127. ctomaday:0:10413D:07:000:Invincibility PL1
  34128. ctomaday:0:104201:05:000:Right Arm Max Power PL1
  34129. ctomaday:0:1041AB:05:000:Left Arm Max Power PL1
  34130. ctomaday:0:104135:00:000:Always Original Ship PL1
  34131. ctomaday:0:104135:01:000:Always Winged Ship PL1
  34132. ctomaday:0:104135:02:000:Always MiniShip PL1
  34133. ctomaday:0:104135:03:000:Always Big Ship PL1
  34134. ctomaday:0:104135:04:000:Always Carrot Ship PL1
  34135. ctomaday:0:104135:05:000:Always Fish Ship PL1
  34136. ctomaday:0:104135:06:000:Always Cross Ship PL1
  34137. ctomaday:0:104135:07:000:Always Rabbit Ship PL1
  34138. ctomaday:0:104135:08:000:Always Blue-Fish Ship PL1
  34139. ctomaday:0:104135:09:000:Always Potplant Ship PL1
  34140. ctomaday:0:104135:0A:000:Always Cat Ship PL1
  34141. ctomaday:0:104135:0B:000:Always Monkey Ship PL1
  34142. ctomaday:0:104135:0C:000:Always Prawn Ship PL1
  34143. ctomaday:0:104135:0D:000:Always Aeroplane Ship PL1
  34144. ctomaday:0:104135:0E:000:Always Cupid Ship PL1
  34145. ctomaday:0:104135:0F:000:Always Baby Ship PL1
  34146. ctomaday:0:104135:00:001:Get Original Ship Now! PL1
  34147. ctomaday:0:104135:01:001:Get Winged Ship Now! PL1
  34148. ctomaday:0:104135:02:001:Get MiniShip Now! PL1
  34149. ctomaday:0:104135:03:001:Get Big Ship Now! PL1
  34150. ctomaday:0:104135:04:001:Get Carrot Ship Now! PL1
  34151. ctomaday:0:104135:05:001:Get Fish Ship Now! PL1
  34152. ctomaday:0:104135:06:001:Get Cross Ship Now! PL1
  34153. ctomaday:0:104135:07:001:Get Rabbit Ship Now! PL1
  34154. ctomaday:0:104135:08:001:Get Blue-Fish Ship Now! PL1
  34155. ctomaday:0:104135:09:001:Get Potplant Ship Now! PL1
  34156. ctomaday:0:104135:0A:001:Get Cat Ship Now! PL1
  34157. ctomaday:0:104135:0B:001:Get Monkey Ship Now! PL1
  34158. ctomaday:0:104135:0C:001:Get Prawn Ship Now! PL1
  34159. ctomaday:0:104135:0D:001:Get Aeroplane Ship Now! PL1
  34160. ctomaday:0:104135:0E:001:Get Cupid Ship Now! PL1
  34161. ctomaday:0:104135:0F:001:Get Baby Ship Now! PL1
  34162. ctomaday:0:101399:0A:000:Infinite Lives PL2
  34163. ctomaday:0:10432D:07:000:Invincibility PL2
  34164. ctomaday:0:1043F1:05:000:Right Arm Max Power PL2
  34165. ctomaday:0:10439B:05:000:Left Arm Max Power PL2
  34166. ctomaday:0:104325:01:000:Always Winged Ship PL2
  34167. ctomaday:0:104325:02:000:Always MiniShip PL2
  34168. ctomaday:0:104325:03:000:Always Big Ship PL2
  34169. ctomaday:0:104325:04:000:Always Carrot Ship PL2
  34170. ctomaday:0:104325:05:000:Always Fish Ship PL2
  34171. ctomaday:0:104325:06:000:Always Cross Ship PL2
  34172. ctomaday:0:104325:07:000:Always Rabbit Ship PL2
  34173. ctomaday:0:104325:08:000:Always Blue-Fish Ship PL2
  34174. ctomaday:0:104325:09:000:Always Potplant Ship PL2
  34175. ctomaday:0:104325:0A:000:Always Cat Ship PL2
  34176. ctomaday:0:104325:0B:000:Always Monkey Ship PL2
  34177. ctomaday:0:104325:0C:000:Always Prawn Ship PL2
  34178. ctomaday:0:104325:0D:000:Always Aeroplane Ship PL2
  34179. ctomaday:0:104325:0E:000:Always Cupid Ship PL2
  34180. ctomaday:0:104325:0F:000:Always Baby Ship PL2
  34181. ctomaday:0:104325:00:001:Get Original Ship Now! PL2
  34182. ctomaday:0:104325:01:001:Get Winged Ship Now! PL2
  34183. ctomaday:0:104325:02:001:Get MiniShip Now! PL2
  34184. ctomaday:0:104325:03:001:Get Big Ship Now! PL2
  34185. ctomaday:0:104325:04:001:Get Carrot Ship Now! PL2
  34186. ctomaday:0:104325:05:001:Get Fish Ship Now! PL2
  34187. ctomaday:0:104325:06:001:Get Cross Ship Now! PL2
  34188. ctomaday:0:104325:07:001:Get Rabbit Ship Now! PL2
  34189. ctomaday:0:104325:08:001:Get Blue-Fish Ship Now! PL2
  34190. ctomaday:0:104325:09:001:Get Potplant Ship Now! PL2
  34191. ctomaday:0:104325:0A:001:Get Cat Ship Now! PL2
  34192. ctomaday:0:104325:0B:001:Get Monkey Ship Now! PL2
  34193. ctomaday:0:104325:0C:001:Get Prawn Ship Now! PL2
  34194. ctomaday:0:104325:0D:001:Get Aeroplane Ship Now! PL2
  34195. ctomaday:0:104325:0E:001:Get Cupid Ship Now! PL2
  34196. ctomaday:0:104325:0F:001:Get Baby Ship Now! PL2
  34197.  
  34198. ;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE#####
  34199. ; [ Golden Star ]
  34200. goldstar:0:0000:00:999:[Activate 1 of these cheats ]
  34201. goldstar:0:0000:00:999:[on the "W-Up" screen.      ]
  34202. goldstar:0:BD8C:02:001:One Win = 3rd
  34203. goldstar:0:BD8C:03:001:One Win = 4th
  34204. goldstar:0:BD8C:04:001:One Win = 5th
  34205. goldstar:0:BD8C:04:000:One card to guess in W-UP
  34206. goldstar:0:BBAD:07:000:Infinite free plays
  34207. goldstar:0:BBA5:09:000:Always bonus - cher. (1/2)
  34208. goldstar:0:BBA7:00:500:Always bonus - cher. (2/2)
  34209. goldstar:0:BBA8:05:000:Always bonus - bells (1/2)
  34210. goldstar:0:BBA7:00:500:Always bonus - bells (2/2)
  34211. goldstar:0:BBAB:01:000:Always bonus - BAR 1 (1/2)
  34212. goldstar:0:BBA7:01:500:Always bonus - BAR 1 (2/2)
  34213. goldstar:0:BBA5:09:001:Get bonus - cher. Now! (1/2)
  34214. goldstar:0:BBA7:00:501:Get bonus - cher. Now! (2/2)
  34215. goldstar:0:BBA8:05:001:Get bonus - bells Now! (1/2)
  34216. goldstar:0:BBA7:00:501:Get bonus - bells Now! (2/2)
  34217. goldstar:0:BBAB:01:001:Get bonus - BAR 1 Now! (1/2)
  34218. goldstar:0:BBA7:01:501:Get bonus - BAR 1 Now! (2/2)
  34219. goldstar:0:BBA4:11:001:Bonus is BAR 1
  34220. goldstar:0:BBA4:44:001:Bonus is cherries
  34221. goldstar:0:BBA4:88:001:Bonus is bells
  34222.  
  34223. ;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE#####
  34224. ; [ Golden Star (Blue version) ]
  34225. goldstbl:0:0000:00:999:[Activate 1 of these cheats ]
  34226. goldstbl:0:0000:00:999:[on the "W-Up" screen.      ]
  34227. goldstbl:0:BD8C:02:001:One Win = 3rd
  34228. goldstbl:0:BD8C:03:001:One Win = 4th
  34229. goldstbl:0:BD8C:04:001:One Win = 5th
  34230. goldstbl:0:BD8C:04:000:One card to guess in W-UP
  34231. goldstbl:0:BBAD:07:000:Infinite free plays
  34232. goldstbl:0:BBA5:09:000:Always bonus - cher. (1/2)
  34233. goldstbl:0:BBA7:00:500:Always bonus - cher. (2/2)
  34234. goldstbl:0:BBA8:05:000:Always bonus - bells (1/2)
  34235. goldstbl:0:BBA7:00:500:Always bonus - bells (2/2)
  34236. goldstbl:0:BBAB:01:000:Always bonus - BAR 1 (1/2)
  34237. goldstbl:0:BBA7:01:500:Always bonus - BAR 1 (2/2)
  34238. goldstbl:0:BBA5:09:001:Get bonus - cher. Now! (1/2)
  34239. goldstbl:0:BBA7:00:501:Get bonus - cher. Now! (2/2)
  34240. goldstbl:0:BBA8:05:001:Get bonus - bells Now! (1/2)
  34241. goldstbl:0:BBA7:00:501:Get bonus - bells Now! (2/2)
  34242. goldstbl:0:BBAB:01:001:Get bonus - BAR 1 Now! (1/2)
  34243. goldstbl:0:BBA7:01:501:Get bonus - BAR 1 Now! (2/2)
  34244. goldstbl:0:BBA4:11:001:Bonus is BAR 1
  34245. goldstbl:0:BBA4:44:001:Bonus is cherries
  34246. goldstbl:0:BBA4:88:001:Bonus is bells
  34247.  
  34248. ;####GAME NOT YET IN OFFICIAL BINARY - DUE TO LATE COPYRIGHT OR NOT FULLY WORKING, BUT IN SOURCE#####
  34249. ; [ King of Fighters '99, The ]
  34250. kof99:0:10A7E6:60:000:Infinite Time
  34251. kof99:0:1081E8:A0:000:Maximum Power PL1
  34252. kof99:0:108239:65:000:Infinite Energy PL1
  34253. kof99:0:1082E3:03:000:Infinite Strikers PL1
  34254. kof99:0:1083E8:A0:000:Maximum Power PL2
  34255. kof99:0:108439:65:000:Infinite Energy PL2
  34256. kof99:0:1084E3:03:000:Infinite Strikers PL2
  34257.  
  34258. ;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE#####
  34259. ; [ Lotto Fun ]
  34260. lottofun:0:983E:59:000:Infinite Choosing Time
  34261.  
  34262. ;####GAME NOT YET IN OFFICIAL BINARY - DUE TO LATE COPYRIGHT OR NOT FULLY WORKING, BUT IN SOURCE#####
  34263. ; [ Fatal Fury 4 - Mark of the Wolves ]
  34264. motw:0:107490:99:000:Infinite Time
  34265. motw:0:107490:00:001:Finish Round Now!
  34266. motw:0:10E008:09:000:Infinite Credits PL1:Home version
  34267. motw:0:10048E:78:000:Infinite Energy PL1
  34268. motw:0:1004BE:80:000:Infinite Power PL1
  34269. motw:0:10048E:00:001:Drain All Energy Now! PL1
  34270. motw:0:1004BE:00:001:Drain All Power Now! PL1
  34271. motw:0:10E009:09:000:Infinite Credits PL2:Home version
  34272. motw:0:10058E:78:000:Infinite Energy PL2
  34273. motw:0:1005BE:80:000:Infinite Power PL2
  34274. motw:0:10058E:00:001:Drain All Energy Now! PL2
  34275. motw:0:1005BE:00:001:Drain All Power Now! PL2
  34276.  
  34277. ;####GAME NOT YET IN OFFICIAL BINARY - DUE TO LATE COPYRIGHT OR NOT FULLY WORKING, BUT IN SOURCE#####
  34278. ; [ Metal Slug X ]
  34279. mslugx:0:1013DE:5A:000:Infinite Time
  34280. mslugx:0:101288:02:000:Infinite Lives PL1
  34281. mslugx:0:101523:40:000:Invincibility PL1 (1/2)
  34282. mslugx:0:101549:99:500:Invincibility PL1 (2/2)
  34283. mslugx:0:10C5FD:32:001:Get 50 Prisoners PL1
  34284. mslugx:0:10C725:FF:000:Infinite Ammo PL1
  34285. mslugx:0:10C720:63:000:Infinite Bombs PL1
  34286. mslugx:0:10C621:30:000:Infinite Vehicle Energy PL1
  34287. mslugx:0:10C627:63:000:Infinite Vehicle Cannon PL1
  34288. mslugx:0:101338:02:000:Infinite Lives PL2
  34289. mslugx:0:1015D3:40:000:Invincibility PL2 (1/2)
  34290. mslugx:0:1015F9:71:500:Invincibility PL2 (2/2)
  34291. mslugx:0:10C601:32:001:Get 50 Prisoners PL2
  34292. mslugx:0:10C727:FF:000:Infinite Ammo PL2
  34293. mslugx:0:10C721:14:000:Infinite Bombs PL2
  34294. mslugx:0:10C645:30:000:Infinite Vehicle Energy PL2
  34295. mslugx:0:10C64B:19:000:Infinite Vehicle Cannon PL2
  34296.  
  34297. ;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE#####
  34298. ; [ Pong ]
  34299. pong:0:000000:00:999:[This game is a simulation  ]
  34300. pong:0:000000:00:999:[not a emulation, so as yet ]
  34301. pong:0:000000:00:999:[cheats are not possible.   ]
  34302.  
  34303. ;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE#####
  34304. ; [ Pontoon ]
  34305. pontoon:0:0000:00:999:[Credits in/Credits out mode]
  34306. pontoon:0:6084:50:001:Get 50000 credits Now! (1/4)
  34307. pontoon:0:6085:C3:501:Get 50000 credits Now! (2/4)
  34308. pontoon:0:6086:00:501:Get 50000 credits Now! (3/4)
  34309. pontoon:0:6087:00:501:Get 50000 credits Now! (4/4)
  34310. pontoon:0:6036:00:998:Watch me for CPU's card
  34311.  
  34312. ;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE#####
  34313. ; [ Street Fighter ZERO (Japan CPS Changer) ]
  34314. sfzch:0:FFAE09:63:000:Infinite Time
  34315. sfzch:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn
  34316. sfzch:0:FF8441:90:000:Infinite Energy PL1
  34317. sfzch:0:FF8441:00:000:Energy always set to 0 PL1
  34318. sfzch:0:FF8441:00:001:Energy set to 0 Now! PL1
  34319. sfzch:0:FF84C6:01:000:End round to win match PL1
  34320. sfzch:0:FF84C6:00:000:Rounds won always = 0 PL1
  34321. sfzch:0:FF84C6:00:001:Rounds won = 0 Now! PL1
  34322. sfzch:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down
  34323. sfzch:0:FF84BF:30:001:Charge super bar to L1 PL1
  34324. sfzch:0:FF84BF:60:001:Charge super bar to L2 PL1
  34325. sfzch:0:FF84BF:90:001:Charge super bar to L3 PL1
  34326. sfzch:0:FF84BF:90:000:Super bar always L3 PL1
  34327. sfzch:0:FF84BF:00:000:No super moves PL1
  34328. sfzch:0:FF84BF:00:001:No super moves Now! PL1
  34329. sfzch:0:FF84A2:00:001:Play with Ryu PL1
  34330. sfzch:0:FF84A2:01:001:Play with Ken PL1
  34331. sfzch:0:FF84A2:02:001:Play with Gouki PL1
  34332. sfzch:0:FF84A2:03:001:Play with Nash PL1
  34333. sfzch:0:FF84A2:04:001:Play with Chun Li PL1
  34334. sfzch:0:FF84A2:05:001:Play with Adon PL1
  34335. sfzch:0:FF84A2:06:001:Play with Sodom PL1
  34336. sfzch:0:FF84A2:07:001:Play with Guy PL1
  34337. sfzch:0:FF84A2:08:001:Play with Birdie PL1
  34338. sfzch:0:FF84A2:09:001:Play with Rose PL1
  34339. sfzch:0:FF84A2:0A:001:Play with Vega PL1
  34340. sfzch:0:FF84A2:0B:001:Play with Sagat PL1
  34341. sfzch:0:FF84A2:0C:001:Play with Dan PL1
  34342. sfzch:0:FF85F2:01:000:Inf taunts for Ken or Ryu PL1
  34343. sfzch:0:FF85C1:01:000:Inf taunts for Chun Li PL1
  34344. sfzch:0:FF85F0:01:000:Inf taunts for Charlie PL1
  34345. sfzch:0:FF85C4:01:000:Inf taunts for Guy PL1
  34346. sfzch:0:FF85F8:00:000:Inf taunts for Birdie PL1
  34347. sfzch:0:FF85FF:01:000:Inf taunts for Sodom PL1
  34348. sfzch:0:FF85F8:01:000:Inf taunts for Adon PL1
  34349. sfzch:0:FF85E8:01:000:Inf taunts for Rose PL1
  34350. sfzch:0:FF85C0:01:000:Inf taunts for Sagat PL1
  34351. sfzch:0:FF85F1:01:000:Inf taunts for Akuma PL1
  34352. sfzch:0:FF85FB:01:000:Inf taunts for Bison PL1
  34353. sfzch:0:FF8841:90:000:Infinite Energy PL2
  34354. sfzch:0:FF8841:00:000:Energy always set to 0 PL2
  34355. sfzch:0:FF8841:00:001:Energy set to 0 Now! PL2
  34356. sfzch:0:FF88C6:01:000:End round to win match PL2
  34357. sfzch:0:FF88C6:00:000:Rounds won always = 0 PL2
  34358. sfzch:0:FF88C6:00:001:Rounds won = 0 Now! PL2
  34359. sfzch:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down
  34360. sfzch:0:FF88BF:30:001:Charge super bar to L1 PL2
  34361. sfzch:0:FF88BF:60:001:Charge super bar to L2 PL2
  34362. sfzch:0:FF88BF:90:001:Charge super bar to L3 PL2
  34363. sfzch:0:FF88BF:90:000:Super bar always L3 PL2
  34364. sfzch:0:FF88BF:00:000:No super moves PL2
  34365. sfzch:0:FF88BF:00:001:No super moves Now! PL2
  34366. sfzch:0:FF88A2:00:001:Play with Ryu PL2
  34367. sfzch:0:FF88A2:01:001:Play with Ken PL2
  34368. sfzch:0:FF88A2:02:001:Play with Gouki PL2
  34369. sfzch:0:FF88A2:03:001:Play with Nash PL2
  34370. sfzch:0:FF88A2:04:001:Play with Chun Li PL2
  34371. sfzch:0:FF88A2:05:001:Play with Adon PL2
  34372. sfzch:0:FF88A2:06:001:Play with Sodom PL2
  34373. sfzch:0:FF88A2:07:001:Play with Guy PL2
  34374. sfzch:0:FF88A2:08:001:Play with Birdie PL2
  34375. sfzch:0:FF88A2:09:001:Play with Rose PL2
  34376. sfzch:0:FF88A2:0A:001:Play with Vega PL2
  34377. sfzch:0:FF88A2:0B:001:Play with Sagat PL2
  34378. sfzch:0:FF88A2:0C:001:Play with Dan PL2
  34379. sfzch:0:FF89F2:01:000:Inf taunts for Ken or Ryu PL2
  34380. sfzch:0:FF89C1:01:000:Inf taunts for Chun Li PL2
  34381. sfzch:0:FF89F0:01:000:Inf taunts for Charlie PL2
  34382. sfzch:0:FF89C4:01:000:Inf taunts for Guy PL2
  34383. sfzch:0:FF89F8:00:000:Inf taunts for Birdie PL2
  34384. sfzch:0:FF89FF:01:000:Inf taunts for Sodom PL2
  34385. sfzch:0:FF89F8:01:000:Inf taunts for Adon PL2
  34386. sfzch:0:FF89E8:01:000:Inf taunts for Rose PL2
  34387. sfzch:0:FF89C0:01:000:Inf taunts for Sagat PL2
  34388. sfzch:0:FF89F1:01:000:Inf taunts for Akuma PL2
  34389. sfzch:0:FF89FB:01:000:Inf taunts for Bison PL2
  34390.  
  34391. ;####GAME NOT YET IN OFFICIAL BINARY - DUE TO LATE COPYRIGHT OR NOT FULLY WORKING, BUT IN SOURCE#####
  34392. ; [ Steel Gunner 2 ]
  34393. sgunner2:0:108D3F:04:000:Infinite Missiles PL1
  34394. sgunner2:0:108C25:14:000:Infinite Energy PL1
  34395. sgunner2:0:108D41:04:000:Infinite Missiles PL2
  34396. sgunner2:0:108C27:14:000:Infinite Energy PL2
  34397.  
  34398. ;******************************************************************************
  34399. ;*                                                                            *
  34400. ;*  ONLY CHEATS FOR THE GAMES NOT IN THE LATEST RELEASED BINARY WITH REASON   *
  34401. ;*                    END OF MAME UNOFFICIAL CHEATS                           *
  34402. ;*                                                                            *
  34403. ;******************************************************************************
  34404.  
  34405.  
  34406. ;*********************************************************************************************
  34407. ;Cheats required : 
  34408. ;
  34409. ;The following games do not yet have cheats for at least one of the following
  34410. ;reasons:-
  34411. ;
  34412. ;1. The game has not yet been properly emulated by MAME. Some games which are
  34413. ;   broken still have cheats - however, if it's NOT properly emulated and no
  34414. ;   good cheats could be found then reason 1 will be quoted over all other 
  34415. ;   reasons.
  34416. ;
  34417. ;2. I don't know what cheats to find as the game is hard to understand and is
  34418. ;   perhaps in a another tongue - eg Japanese. Or the the game doesn't appear
  34419. ;   suitable for cheat finding. 
  34420. ;
  34421. ;3. I haven't had chance to look at the game for one reason or another - 
  34422. ;   A  GET OUT! ;-) 
  34423. ;
  34424. ;4. The game has had no RAM areas set up to search in for cheats even with a
  34425. ;   SCAN ALL AREAS! A lot of cinematronics games currently have this problem 
  34426. ;   as only 1 ROM area is defined!
  34427. ;
  34428. ;5. The game was only recently fixed and I haven't had a chance to find any
  34429. ;   cheats yet.
  34430. ;
  34431. ;6. I've got cheat(s) for the game but I haven't had chance to test them or do
  34432. ;   the cheat description(s).
  34433. ;
  34434. ;7. I've had a quick look at this game and it seems suitable for cheat finding,
  34435. ;   there's RAM set up - but even a simple search for an Infinite Lives cheat
  34436. ;   didn't turn up any cheats after whittling down the locations.... These can 
  34437. ;   be taken as a challenge!!!
  34438. ;
  34439. ;8. The game was added in one of the last versions and I haven't had chance to
  34440. ;   find any cheats yet. If there is no reason quoted, then it is for this
  34441. ;   reason.
  34442. ;
  34443. ;9. The game was not in the last official releasable beta binary, some of these
  34444. ;   'unofficial' games have cheats (Metal Slug X), but this reason is primarily
  34445. ;   for games that are playable and are likely to make it to a beta binary
  34446. ;   release soon. This reason will be rarely used!
  34447. ;
  34448. ;******************************************************************************
  34449. ;*   ALL CHEATS REQUIRED GAMES WERE LAST 'FULLY' IDENTIFIED ON 18 MAY 2000    *
  34450. ;******************************************************************************
  34451. ;
  34452. ;******************************************************************************
  34453. ;*         GAMES IN THE OFFICIAL MAME 0.36 BINARY WITH NO CHEATS              *
  34454. ;******************************************************************************
  34455. ; armora    [ Armor Attack ] <---------------------------------------[Reason 4]
  34456. ; barrier   [ Barrier ] <--------------------------------------------[Reason 4]
  34457. ; boxingb   [ Boxing Bugs ] <----------------------------------------[Reason 4]
  34458. ; champbb2  [ Champion Baseball II ] <-------------------------------[Reason 1]
  34459. ; dakkochn  [ DakkoChan Jansoh ] <-----------------------------------[Reason 1]
  34460. ; demon     [ Demon ] <----------------------------------------------[Reason 4]
  34461. ; dremshpr  [ Dream Shopper ] <--------------------------------------[Reason 7]
  34462. ; ebases    [ Extra Bases ] <----------------------------------------[Reason 1]
  34463. ; gardia    [ Gardia ] <---------------------------------------------[Reason 1]
  34464. ; gardiab   [ Gardia (bootleg) ] <-----------------------------------[Reason 1]
  34465. ; goldmedl  [ Gold Medalist ] <--------------------------------------[Reason 1]
  34466. ; jumpshot  [ Jump Shot ] <------------------------------------------[Reason 1]
  34467. ; kaitei    [ Kaitei Takara Sagashi ] <------------------------------[Reason 7]
  34468. ; kikstart  [ Kick Start Wheelie King ] <----------------------------[Reason 1]
  34469. ; mbomberj  [ Muscle Bomber - The Body Explosion (Japan) ] <---------[Reason 1]
  34470. ; mbombrd   [ Muscle Bomber Duo - Ultimate Team Battle (World) ] <---[Reason 1]
  34471. ; mbombrdj  [ Muscle Bomber Duo - Heat Up Warriors (Japan) ] <-------[Reason 1]
  34472. ; medlanes  [ Meadows Lanes ] <--------------------------------------[Reason 2]
  34473. ; minivadr  [ Minivader ] <------------------------------------------[Reason 2]
  34474. ; mk2       [ Mortal Kombat II (rev L3.1) ] <------------------------[Reason 1]
  34475. ; mk2r14    [ Mortal Kombat II (rev L1.4) ] <------------------------[Reason 1]
  34476. ; mk2r32    [ Mortal Kombat II (rev L3.2 (European)) ] <-------------[Reason 1]
  34477. ; nbajam    [ NBA Jam (rev 3.01 04/07/93) ] <------------------------[Reason 1]
  34478. ; nbajamr2  [ NBA Jam (rev 2.00 02/10/93) ] <------------------------[Reason 1]
  34479. ; nbajamte  [ NBA Jam TE (rev 4.0 03/23/94) ] <----------------------[Reason 1]
  34480. ; palamed   [ Palamedes (Japan) ] <----------------------------------[Reason 3]
  34481. ; ripoff    [ Rip Off ] <--------------------------------------------[Reason 4]
  34482. ; robotbwl  [ Robot Bowl ] <-----------------------------------------[Reason 2]
  34483. ; shanghai  [ Shanghai ] <-------------------------------------------[Reason 2]
  34484. ; shtngmst  [ Shooting Master ] <------------------------------------[Reason 1]
  34485. ; slammast  [ Saturday Night Slam Masters (World) ] <----------------[Reason 1]
  34486. ; solarq    [ Solar Quest ] <----------------------------------------[Reason 4]
  34487. ; spacewar  [ Space Wars ] <-----------------------------------------[Reason 4]
  34488. ; sparkz    [ Sparkz (prototype) ] <---------------------------------[Reason 3]
  34489. ; speedfrk  [ Speed Freak ] <----------------------------------------[Reason 4]
  34490. ; starcas   [ Star Castle (version 3) ] <----------------------------[Reason 4]
  34491. ; starcas1  [ Star Castle (older) ] <--------------------------------[Reason 4]
  34492. ; starcrus  [ Star Cruiser ] <---------------------------------------[Reason 1]
  34493. ; starhawk  [ Star Hawk ] <------------------------------------------[Reason 4]
  34494. ; sundance  [ Sundance ] <-------------------------------------------[Reason 4]
  34495. ; tailg     [ Tailgunner ] <-----------------------------------------[Reason 4]
  34496. ; ufosensi  [ Ufo Senshi Yohko Chan ] <------------------------------[Reason 1]
  34497. ; warrior   [ Warrior ] <--------------------------------------------[Reason 4]
  34498. ; wotw      [ War of the Worlds ] <----------------------------------[Reason 4]
  34499.  
  34500. ;******************************************************************************
  34501. ;*    GAMES ADDED IN THE OFFICIAL MAME 0.37 BETA 1 BINARY WITH NO CHEATS      *
  34502. ;******************************************************************************
  34503. ; tndrcade  [ Thundercade ] <----------------------------------------[Reason 1]
  34504.  
  34505. ;******************************************************************************
  34506. ;*    GAMES ADDED IN THE OFFICIAL MAME 0.37 BETA 2 BINARY WITH NO CHEATS      *
  34507. ;******************************************************************************
  34508. ; sheriff   [ Sheriff ] <--------------------------------------------[Reason 8]
  34509.  
  34510. ;******************************************************************************
  34511. ;*                              CHEAT CREDITS                                 *
  34512. ;******************************************************************************
  34513. ;
  34514. ; The following people have contributed cheats to this cheat file since it's 
  34515. ; first release in early 1998. By contributing I mean they have ever emailed
  34516. ; me the cheats or have posted cheats on the messageboard or have even just
  34517. ; pointed out errors with the cheat file. The names are sorted alphabetically
  34518. ; by first name, I prefer real names but aliases are included:
  34519. ;
  34520. ; Andresb, 
  34521. ; Angel L. Fradejas, 
  34522. ; Ben Jos Walbeehm, 
  34523. ; C-TYPE, 
  34524. ; Cal, 
  34525. ; Chris Henry,
  34526. ; Chuck Livingston, 
  34527. ; Coyotepaw, 
  34528. ; CyberTaco,
  34529. ; Daniel Clegg,
  34530. ; Daniel Donoghue, 
  34531. ; David Jumper, 
  34532. ; Deb, 
  34533. ; Doug Works, 
  34534. ; Dude, 
  34535. ; Eli Flores, 
  34536. ; Eric King, 
  34537. ; F. D. Vorck, 
  34538. ; Federico Stein, 
  34539. ; Felipe de Almeida Leme, 
  34540. ; Filipe de V. Estima (aka Bugfinder), 
  34541. ; Franck Charron,
  34542. ; From A Distance, 
  34543. ; Heiko Herold (aka Hman), 
  34544. ; Iain Odlin, 
  34545. ; Jaguar, 
  34546. ; James Henstridge, 
  34547. ; Jamie,
  34548. ; jAsOn,
  34549. ; JCK of the Ultimate Patchers (lots and lots), 
  34550. ; Jeff Gerstmann (aka Gleemonex), 
  34551. ; Joe Ho, 
  34552. ; John Sensebe, 
  34553. ; Jon Attree, 
  34554. ; Jon Colverson, 
  34555. ; José Miguel Aunión Juan, 
  34556. ; Joseph Rard,
  34557. ; Ken Lui, 
  34558. ; Kenshiroh, 
  34559. ; Kevin Butler, 
  34560. ; Kim Scarborough, 
  34561. ; KiwI_SLT, 
  34562. ; Laurence Pittenger, 
  34563. ; Leo, 
  34564. ; Lloyd Hannesson, 
  34565. ; Lone Soldier, 
  34566. ; M.A.S.H. (Multiple Arcade Special Helper) alias Xgebken, 
  34567. ; M'Lord Sandwich, 
  34568. ; Mac Lak (lots of neogeo cheats and the essential CheckCDB cheat database checking program ), 
  34569. ; Marc Sira, 
  34570. ; Marceau Mallard, 
  34571. ; Martin Fernandez, 
  34572. ; Martin Pugh ( you wouldn't believe how many this bloke has found!!! - oh that's me! ;-) ), 
  34573. ; Maurizio Zanello, 
  34574. ; Michael Horton (alias Just Michael), 
  34575. ; Michel Colman, 
  34576. ; Nate, 
  34577. ; Nathan Duran, 
  34578. ; Nathaniel Fedewa, 
  34579. ; Neorage, 
  34580. ; Pablo Fernandez (AKA Darksoft),
  34581. ; PAC-MAD/Doctor Flip of the Ultimate Patchers (lots and lots),
  34582. ; Paul Slabowski, 
  34583. ; Paulo Cordeiro, 
  34584. ; Riaan Prinsloo, 
  34585. ; Robert J Baker, 
  34586. ; Robert MacCarthy (aka Crashtest), 
  34587. ; Rodney Norton (aka Slade), 
  34588. ; RON024, 
  34589. ; Santeri Saarimaa, 
  34590. ; Shun, 
  34591. ; Southpaw,
  34592. ; Steph of the Ultimate Patchers (lots and lots),
  34593. ; T L Hawkins, 
  34594. ; The Gizmo, 
  34595. ; The StarCreator, 
  34596. ; Thierry Jaboeuf, 
  34597. ; Tom, 
  34598. ; Tyler Weems, 
  34599. ; Udirnel, 
  34600. ; Valentino Georgiou, 
  34601. ; Walk,
  34602. ; Who Wants to Know?, 
  34603. ; Xavier, 
  34604. ; Yip Ho Fan, 
  34605. ; YMI, 
  34606. ; Zan Hsieh. 
  34607. ; If I've missed anybody out or if you are included twice (real name and alias)
  34608. ; then please let me know. You could even send some cheats along with the info,
  34609. ; I haven't heard from some of you for ages!!!
  34610. ;
  34611. ;******************************************************************************
  34612. ;*                    GAMES WHICH MAY USE THE SAME CHEATS                     *
  34613. ;*                                                                            *
  34614. ;* Basically this is an alphabetical list of clones, so even although area88  *
  34615. ;* is a clone of UN Sqauadron it is listed after area88. Also some of the     *
  34616. ;* games are not listed by MAME as clones but they are, at least from the     *
  34617. ;* perspective of cheats - which is why this is here!                         *
  34618. ;*                                                                            *
  34619. ;* =  means the game uses the same cheats as the game listed before it.       *
  34620. ;*                                                                            *
  34621. ;* ~  means the game uses slightly different cheats than the game listed      *
  34622. ;*    before it.                                                              *
  34623. ;*                                                                            *
  34624. ;* =~ means the game uses cheats which are the same AND some are slightly     *
  34625. ;*    different than the game listed before it                                *
  34626. ;*                                                                            *
  34627. ;*   This list of clones will always be based on the latest version of MAME   *
  34628. ;*   be it a BETA or a FINAL release that is covered by the cheat file!!      *
  34629. ;*                                                                            *
  34630. ;******************************************************************************
  34631. ;005=monsterb=spaceod
  34632. ;1941=1941j
  34633. ;1942=1942a=1942b
  34634. ;1943~(1943j=1943kai)
  34635. ;3wonders=wonder3
  34636. ;600~turpin=turtles
  34637. ;64streej=64street
  34638. ;88games=hypsptsp=konami88
  34639. ;99lstwar=repulse=sonofphx~=99lstwra
  34640. ;actfanc1=actfancj=actfancr
  34641. ;aeroboto=formatz
  34642. ;aerofgt=aerofgtb=aerofgtc
  34643. ;airwolf=skywolf=skywolf2
  34644. ;ajax=ajaxj
  34645. ;alcon=slapbtjp=slapbtuk=slapfigh
  34646. ;alexkida=alexkidd
  34647. ;alieninv=cosmicmo=earthinv=invaderl=invaders=invadpt2=invdpt2m=jspecter=moonbase=sicv=sinvemag=sinvzen=sisv=sisv2=sitv=spaceatt=spacewr3=spceking=spcewars=superinv~polaris~sfeverbw=spacefev
  34648. ;aliens=aliens2=aliensj=aliensu
  34649. ;aliensya=aliensyb=aliensyj=aliensyn
  34650. ;alpine=alpinea
  34651. ;altbeast=altbeas2=jyuohki
  34652. ;amidar=amidaro=amidaru=amigo=~amidars
  34653. ;apb=apb2
  34654. ;arabian=arabiana
  34655. ;archriv2=archrivl
  34656. ;area88=unsquad
  34657. ;ark2jp=ark2us=arkanoi2
  34658. ;arkanoid=arkangc=arkatayt=arkbl2=arkbloc2=arknoidj=arknoidu
  34659. ;armorcar=armorca2
  34660. ;assault=assaultj=assaultp
  34661. ;astdelu1=astdelux
  34662. ;asteroi1=~(asteroid=asteroib)
  34663. ;astinvad=kamikaze
  34664. ;astorm=astormbl=~astorm2p
  34665. ;astrob=astrob1=astrob2
  34666. ;astrof=astrof2=astrof3
  34667. ;astyanax=~lordofk
  34668. ;atlantis~atlants2
  34669. ;atarifb=atarifb1=atarifb4
  34670. ;atetckt2=atetcktl=atetris=atetrisa=atetrisb=tetris=tetrisa=tetrisbl
  34671. ;aurail=auraila
  34672. ;avenger2=avengers
  34673. ;baddudes=drgninja
  34674. ;bagman=bagmans=bagmans2=bagnard=sbagman=sbagmans
  34675. ;battlane=battlan2=battlan3
  34676. ;battlera=bldwolf
  34677. ;battlntj=battlnts
  34678. ;bayrouta=bayroute=bayrtbl1=bayrtbl2
  34679. ;bbros=pang=pangb=pompingw
  34680. ;bchopper=mrheli
  34681. ;beastf~thglob
  34682. ;berlwall=berlwalt
  34683. ;bermudaa=worldwar=~(bermudaj=bermudat)
  34684. ;berzerk=berzerk1
  34685. ;bigprowr=tagteam
  34686. ;billiard=hustler=hustlerb
  34687. ;bionicc=bionicc2=topsecrt
  34688. ;bktigerb=blkdrgnb=blkdrgon=blktiger
  34689. ;bladestl=bladstle
  34690. ;blckgalb=blockgal
  34691. ;blckout2=blockout
  34692. ;block=blockbl=blockj
  34693. ;blockhl=quarth
  34694. ;bloodbro=weststry
  34695. ;blstroi2=blstroid
  34696. ;blswhstl=detatwin
  34697. ;blueprnj=blueprnt
  34698. ;bnj=brubber=caractn
  34699. ;boblbobl=bubbobr1=bublbobl=bublbobr=sboblbob
  34700. ;bodyslam=dumpmtmt
  34701. ;bombjac2=bombjack
  34702. ;bootcamp=combasc=combascb=combasct=combascj
  34703. ;bosco=boscomd=boscomdo=boscoo=boscoo2
  34704. ;bottom9=bottom9n
  34705. ;breakers~breakrev
  34706. ;breywood=shackled
  34707. ;brix=zzyzzyx2=zzyzzyxx
  34708. ;brkthru=brkthruj
  34709. ;btime=btime2=btimem~cookrace
  34710. ;btlfield=skyadvnt=skysoldr=timesol1=timesold
  34711. ;burningf=burningh
  34712. ;bzone=bzone2
  34713. ;cabal=cabal2=cabalbl
  34714. ;canbprot=canyon
  34715. ;capbowl=capbowl2=clbowl
  34716. ;captcomj=captcomm=captcomu
  34717. ;cawing=cawingj
  34718. ;cbuster=cbusterj=cbusterw=twocrude 
  34719. ;ccastles~ccastle2
  34720. ;ccboot=ccboot2=cclimber=cclimbrj
  34721. ;cchasm=cchasm1
  34722. ;centipb2=centipd2=centipdb=centiped
  34723. ;champwr=champwrj=champwru
  34724. ;changes=looper
  34725. ;checkmaj~checkman
  34726. ;chelnov=chelnovj
  34727. ;chikij=mtwins
  34728. ;chopper=legofair
  34729. ;chplft=chplftb=chplftbl
  34730. ;circusc=circusc2=circuscc=circusce
  34731. ;citycon=citycona=cruisin
  34732. ;ckong=ckonga=ckongalc=ckongjeu=ckongo=ckongs=dkong=dkongjp=dkongjpo=monkeyd
  34733. ;cninja=cninja0=cninjau=joemac=stoneage
  34734. ;cobracmj=cobracom
  34735. ;colony7=colony7a
  34736. ;commandj=commando=commandu=spaceinv
  34737. ;congo=tiptop
  34738. ;contra=contrab=contraj=contrajb=gryzor
  34739. ;cop01~cop01a
  34740. ;cosmica=cosmica2
  34741. ;cosmogng=cosmognj
  34742. ;cottong=gutangtn=locomotn
  34743. ;crazyblk=mrjong
  34744. ;crazycop=gbusters
  34745. ;crbalon2=crbaloon
  34746. ;crimfght=~(crimfgt2=crimfgtj)
  34747. ;crush=crush2=crush3=maketrax=mbrush=paintrlr
  34748. ;csk227it~csk234it
  34749. ;csprint~ssprint
  34750. ;ctribe=ctribeb
  34751. ;cyberb2p=cyberbal=cyberbt
  34752. ;dairesya=farwest=ironhors
  34753. ;dangar=dangar2=dangarb
  34754. ;darkadv=~devilw=majuu (the weapon cheats for darkadv are completely different!)
  34755. ;darksea1=darkseaj=darkseal=gatedom1=gatedoom
  34756. ;dbldyn~dynduke (these are a LOT different!)
  34757. ;dday=ddayc
  34758. ;ddrago3b=ddragon3
  34759. ;ddragon=ddragonb
  34760. ;defcmnd=mayday=maydaya~defence~defender~(defendg=defendw)
  34761. ;destderb=~destderm
  34762. ;desterth=grescue=lrescue
  34763. ;devilfsg=devilfsh
  34764. ;devstor2=devstor3=devstors=garuka
  34765. ;digdug=digdugat=digdugb=dzigzag
  34766. ;digdug2=digdug2a
  34767. ;dino=dinoj
  34768. ;dkgensan=hharryu~hharry
  34769. ;dkjrbl=dkjrjp=dkngjrjp==dkongjr
  34770. ;dkong3=dkong3j
  34771. ;docastle=docastl2=douni~dowild=jjack
  34772. ;dogosoke~(ikari=ikarijp=ikarijpb)=victroad
  34773. ;dorunru2=dorunrun=spiero~dorunruc
  34774. ;dotron=dotrone
  34775. ;dplay=einnings
  34776. ;dsaber=dsaberj
  34777. ;dspirit=dspirito
  34778. ;dyger=dygera
  34779. ;eagle=eagle2=fantazia=mooncrs2=mooncrsb=mooncrsg=mooncrst=smooncrs~mooncrgx
  34780. ;eggs=scregg
  34781. ;elecyoy2=elecyoyo
  34782. ;elevatob=elevator
  34783. ;elim2=elim2a
  34784. ;empcity=empcityj=stfight
  34785. ;endurob2=endurobl=enduror
  34786. ;eprom=eprom2
  34787. ;espial=espiale
  34788. ;eswat=eswatbl
  34789. ;excthour=matmania~(maniach=maniach2)
  34790. ;exctscc2=exctscca=exctsccb=exctsccr
  34791. ;exedexes=savgbees
  34792. ;exerion=exerionb=exeriont
  34793. ;exprraid=wexpresb=wexpress
  34794. ;eyes=eyes2
  34795. ;f1dream=f1dreamb
  34796. ;fantasy=fantasyj=spectar=spectar1=targ
  34797. ;fantzone=fantzono
  34798. ;fastfred=flyboy=flyboyb
  34799. ;ffantasy=hippodrm
  34800. ;ffight=ffightj=ffightu
  34801. ;finalizb=finalizr
  34802. ;fireshrk~samesame
  34803. ;firetpbl=firetrap
  34804. ;fitter=roundup
  34805. ;flicky=flicky2
  34806. ;flkatck=mx5000
  34807. ;forgottn=lostwrld
  34808. ;fpoint=fpointbl
  34809. ;frogger=froggrmc=frogseg1=frogseg2~froggers
  34810. ;fround=hpuncher
  34811. ;fshark=fsharkbt=hishouza=skyshark
  34812. ;funkybee=~skylancr
  34813. ;gaiden=ryukendn=shadoww
  34814. ;galag88b=galag88j=galaga88
  34815. ;galaga=galaga84=galagab2=galagads=galagamw=gallag=nebulbee
  34816. ;galaga3=galaga3a=gaplus=gaplusa
  34817. ;galap1=galap4=galapx=galaxb=galaxian=galmidw=galturbo=gteikoku=redufo=spacbatt=superg=uniwars=~swarm~(moonal2=moonal2b)
  34818. ;galivan=galivan2
  34819. ;galxwars=starw
  34820. ;gangwarb=gangwars
  34821. ;gaunt2p~(gauntir1=gauntir2)~gauntlet
  34822. ;gberet=gberetb=rushatck
  34823. ;geebee=geebeeg
  34824. ;gensitou=prehisle=prehislu
  34825. ;getstar=getstarb=getstarj
  34826. ;ghostb~ghostb3~meikyuh    
  34827. ;ghouls(=~ghoulsj)=ghoulsu    
  34828. ;gladiatr=ogonsiro
  34829. ;gng=gnga=gngt=makaimuc=makaimug=makaimur
  34830. ;goldnabl=goldnaxa=goldnaxb=goldnaxc=goldnaxe=goldnaxj
  34831. ;goldstar=goldstbl
  34832. ;gondo=makyosen
  34833. ;gorf=gorfpgm1
  34834. ;gradius~nemesis=nemesuk
  34835. ;gradius2=grdius2a=grdius2b=vulcan
  34836. ;gradius3=grdius3a
  34837. ;gravitar=gravitr2
  34838. ;grindstrm~vfive (a lot of differences!)
  34839. ;grobda=grobda2=grobda3
  34840. ;growl=growlu=runark
  34841. ;gtmr~gtmre
  34842. ;gundeala=gundealr
  34843. ;gunforce=gunforcu
  34844. ;gunhohki=mysticri
  34845. ;gunsmoka=gunsmoke=gunsmokj=gunsmrom
  34846. ;gwar=gwara=gwarb=gwarj
  34847. ;gyruss=gyrussce=venus
  34848. ;hal21=hal21j
  34849. ;hangly=hangly2=npacmod=pacheart=pacman=pacmanjp=pacmanm=pacmod=puckman=~jrpacman=~(mspacatk=mspacman=pacgal)=~pacplus=~piranha~pacmanbl
  34850. ;hangon=shangon=shangonb
  34851. ;hbarrel=hbarrelw
  34852. ;hcastle=hcastlea=hcastlej
  34853. ;helifira=helifire
  34854. ;hitnmis2=hitnmiss
  34855. ;hoccer~hoccer2
  34856. ;hook=hooku
  34857. ;hopprobo~springer
  34858. ;hpolym84=hyperspt
  34859. ;hunchbkd~hunchbks
  34860. ;hydra=~hydrap
  34861. ;hyprolyb=hyprolym=trackfld=trackfld
  34862. ;imsorry=imsorryj
  34863. ;indytem2=~indytem3~=(indytem4=indytemp)
  34864. ;inthunt=inthuntu=kaiteids
  34865. ;intrepi2=intrepid
  34866. ;invrvnga=invrvnge
  34867. ;jack=jack2=jack3
  34868. ;jackal=jackalj=topgunbl=topgunr
  34869. ;jackrab2=jackrabs=jackrabt
  34870. ;joyfulr=mnchmobl
  34871. ;jumpbug=jumpbugb
  34872. ;jungleh=junglek=junglkj2
  34873. ;junofrst=junofstg
  34874. ;joust=joust2=joustg=joustr=joustwr 
  34875. ;jumping=rainbow~rainbowe
  34876. ;jungler=junglers
  34877. ;kageki=kagekij
  34878. ;kangaroa=kangarob=kangaroo
  34879. ;karatblu=karatblz
  34880. ;karatedo=karatevs=kchamp=kchampvs
  34881. ;karnov=karnovj
  34882. ;kick~kicka
  34883. ;kicker=shaolins
  34884. ;kicknrun=mexico86
  34885. ;kidniki=yanchamr
  34886. ;kingbalj=kingball
  34887. ;kingofb=ringkin2=ringkin3=ringking
  34888. ;klax~klax2=klax3=klaxj
  34889. ;knights=knightsj
  34890. ;kod=kodb=kodj
  34891. ;konamigt~rf2
  34892. ;kram=kram2
  34893. ;ktiger=twincobr=twincobu
  34894. ;kuhga=vaportra=vaportru
  34895. ;kungfub=kungfub2=kungfud=kungfum=spartanx
  34896. ;kuniokub=kuniokun=renegade
  34897. ;kyukaidk=kyukaido
  34898. ;ladybug=ladybugb
  34899. ;laser=spcewarl=spclaser
  34900. ;lastduel=lstduela=lstduelb
  34901. ;lastmiss=lastmss2
  34902. ;ldrun=ldruna
  34903. ;ldrun2=ldrun3~ldrun4
  34904. ;ledstorm=madgear=madgearj
  34905. ;leprechn=potogold
  34906. ;lethalth=thndblst
  34907. ;lgtnfght=trigon
  34908. ;lifefrce=lifefrcj=salamand
  34909. ;liquidk=liquidku=mizubaku
  34910. ;lkage=lkageb
  34911. ;lomakai=makaiden
  34912. ;losttmbh=losttomb=~superbon
  34913. ;lwings=lwings2=lwingsjp
  34914. ;machomou=suprmou2=suprmous
  34915. ;maglord~maglordh
  34916. ;mainevt=mainevt2=ringohja
  34917. ;majest12~ssi
  34918. ;majtitl2=skingam2=skingame
  34919. ;mappy=mappyjp
  34920. ;marble=marble2=marblea
  34921. ;mario=mariojp=masao
  34922. ;marvland=marvlanj
  34923. ;megaforc=starforc=starfore
  34924. ;megaznik=megazone
  34925. ;mercs=mercsj=mercsu
  34926. ;mgakuen=~mgakuen2
  34927. ;mhavoc=mhavoc2=mhavocp=mhavocrv
  34928. ;mia=mia2~miaj
  34929. ;midres=midresj=midresu
  34930. ;mikie=mikiehs=mikiej
  34931. ;minefld=rescue
  34932. ;minigol2=minigolf
  34933. ;missile=suprmatk~missile2
  34934. ;mk=mkla3=mkla4=~(mkla1=mkla2)
  34935. ;moguchan=zodiack
  34936. ;monwar2a=moonwar2
  34937. ;moonwalk=moonwlka=moonwlkb
  34938. ;motorace=travrusa
  34939. ;mpatrol=mpatrolw=mranger
  34940. ;mrdo=mrdofix=mrdot=mrlo=mrdu=yankeedo~mrdoy
  34941. ;mrviking=mrvikinj
  34942. ;msword=mswordj=mswordu
  34943. ;mtrap=mtrap3=mtrap4
  34944. ;myhero=myheroj=myherok
  34945. ;naughtya=naughtyb=naughtyc
  34946. ;nemo=nemoj
  34947. ;nibbler=nibblera
  34948. ;ninjak2a=rdaction~(ninjak2b=ninjakd2)
  34949. ;ninjemak=youma
  34950. ;nomnlnd~nomnlndg
  34951. ;nov2001u=nova2001
  34952. ;nprinces=nprincsb=nprincsu=seganinj=seganinu
  34953. ;nrallyx=rallyx=rallyxm
  34954. ;nspirit=nspiritj
  34955. ;offtwalc~offtwall
  34956. ;oscar=oscarj=oscarj0=oscarj1
  34957. ;outrun=outruna=outrunb
  34958. ;outzone=~outzonep
  34959. ;ozmawars=solfight=spaceph
  34960. ;p47=p47j
  34961. ;pacland=pacland2=pacland3=paclandm
  34962. ;pacmania=pacmanij
  34963. ;pacnchmp=pacnpal
  34964. ;panic=panica=panicger
  34965. ;passht4b=passshtb=passsht
  34966. ;pbaction=pbactio2
  34967. ;pcktgal=pckgal2=pcktgalb
  34968. ;pengo=pengo2=pengo2u=penta
  34969. ;phoenix=phoenix3=phoenixa=phoenixc=phoenixt=(pleiads~pleiadce=pleiadbl)
  34970. ;pinbo=pinbos
  34971. ;pipibibs~whoopee
  34972. ;pitfall2=pitfallu
  34973. ;pitfigh3=pitfight
  34974. ;pkunwar=pkunwarj
  34975. ;polaris=polarisa
  34976. ;polepos=polepos1=polepos2=poleposa=poleps2a=poleps2b=poleps2c=topracer
  34977. ;ponpoko=ponpokov
  34978. ;pootan=pooyan=pooyans
  34979. ;popeye=popeye2=popeyebl
  34980. ;popflama=popflame
  34981. ;poundfor=poundfou
  34982. ;pow=powj
  34983. ;pspikes=svolly91
  34984. ;psychos=psychosj
  34985. ;punchout=spnchout=spnchotj
  34986. ;punisher=punishrj=punishru
  34987. ;punkshot=punksht2
  34988. ;puzzldpr=puzzledp
  34989. ;pyros=wardner=wardnerj
  34990. ;qix=qixa=qixb
  34991. ;quantum=quantum1=quantump
  34992. ;quartet=quartet2=quartetj
  34993. ;rabiolep=rpunch
  34994. ;raiden~raidena=raidenk
  34995. ;rampage=rampage2
  34996. ;rampart~rampartj~ramprt2p
  34997. ;rastan=rastanu=rastanu2=rastsaga
  34998. ;rbtapper=sutapper=tapper=tappera
  34999. ;regulus=regulusu
  35000. ;relief~relief2
  35001. ;retofin1=retofin2=retofinv
  35002. ;roadf=roadf2
  35003. ;robocop=robocopb=robocopu=robocpu0
  35004. ;robotron=robtryo
  35005. ;rockrage=rockragj
  35006. ;rocnrope=rocnropk
  35007. ;rodland~rodlandj
  35008. ;rollerg=rollergj
  35009. ;rompers=romperso
  35010. ;route16=route16b
  35011. ;rpatrolb~silvland
  35012. ;rthun2=rthun2j
  35013. ;rthunder=rthundro
  35014. ;rtype=rtypepj~=rtypeu
  35015. ;rtype2=rtype2j
  35016. ;rugrats=wiping
  35017. ;rushcrsh=srumbler=srumblr2
  35018. ;rygar=rygar2=rygarj
  35019. ;satansat=zarzon
  35020. ;sbbros=spang
  35021. ;schaser=schasrcv
  35022. ;scion=scionc
  35023. ;scobra=scobrab=scobras~800fath=mariner=scramblb=scramble=scrambls
  35024. ;scontra=scontraj
  35025. ;sctionza=sectionz
  35026. ;sdi=sdioj
  35027. ;searchar=sercharu
  35028. ;secretag=slyspy=slyspy2
  35029. ;sectrzon=seicross
  35030. ;sengokh=sengoku
  35031. ;sf2=sf2a=sf2b=sf2e=sf2j=sf2jb~(sf2accp2=sf2ce=sf2cea=sf2ceb=sf2cej=sf2rb=sf2red=sf2t=sf2tj)
  35032. ;shadowld=yokaidko=youkaidk
  35033. ;shdancbl=shdancer=shdancrj
  35034. ;shinobi~(shinobia=shinobib)~shinobl
  35035. ;shisen=sichuan2=sichuana
  35036. ;shollow=shollow2
  35037. ;shootoub=shootouj~shootout
  35038. ;shuuz=shuuz2
  35039. ;sidearjp=sidearmr=sidearms
  35040. ;sidepckt=sidepctb=sidepctj
  35041. ;silkworm=silkwrm2
  35042. ;simps2pj=simpsn2p=simpsons
  35043. ;sinista1=sinista2=sinistar
  35044. ;skullxb2=skullxbo
  35045. ;skykiddo=skykiddx
  35046. ;smashtv=smashtv4=smashtv5=smashtv6
  35047. ;snowbroa=snowbrob=snowbroj=snowbros
  35048. ;solarwar=xsleena=xsleenab
  35049. ;spacebrd=spacedem=spacefb=spacefbb=spacefbg
  35050. ;spaceplt=timeplt=timepltc
  35051. ;spacfura=spacfury
  35052. ;speakres=stratvox=stratvxb
  35053. ;spiders=spiders2
  35054. ;spinlbrj=spinlbrk=spinlbru
  35055. ;spool3=spool3i
  35056. ;sprint1~sprint2
  35057. ;spyhnt2a=spyhunt2
  35058. ;sqixbl=superqix
  35059. ;spacetrk=sptrekct
  35060. ;sspacatc=sspacat2=sspaceat
  35061. ;ssrdrabd=ssrdrebc=ssrdrebd=ssrdrjbd=ssrdrubc~=(ssrdruac=ssrdruda=ssriders)
  35062. ;starjack=starjacs
  35063. ;starwar1=starwars
  35064. ;stratgys=stratgyx
  35065. ;streets1=streetsj=streetsm
  35066. ;strider=striderj=stridrja
  35067. ;supbtime=supbtimj
  35068. ;superpac=superpcm
  35069. ;svolley=svolleyk
  35070. ;swimmer=swimmera
  35071. ;sws92~sws93
  35072. ;sxevious=~xevious=~xeviousa=~xevios
  35073. ;szaxxon~zaxxon=zaxxon2=zaxxonb
  35074. ;tankfrce=tankfrcj
  35075. ;tazmani2=tazmania
  35076. ;tdfever=tdfeverj
  35077. ;tempest=tempest1=tempest2=temptube
  35078. ;terracra=terracrb=terracre
  35079. ;terraf=terrafu
  35080. ;theend=theends
  35081. ;thnderxj=thunderx
  35082. ;tknight=wildfang
  35083. ;thehustj=thehustl
  35084. ;tigerh=tigerh2=tigerhb1=tigerhb2=tigerhj
  35085. ;tigeroad=toramich
  35086. ;tmht=tmnt=tmntj~=(tmht2p=tmnt2p=tmnt2pj)
  35087. ;tmnt2=tmnt2a=~tmnt22p
  35088. ;tnk3=tnk3j
  35089. ;tnzs=tnzsb=~tnzs2
  35090. ;todruaga=todruagb
  35091. ;toki=toki2=toki3=tokib=tokiu
  35092. ;tokio=tokiob
  35093. ;tomahaw5~tomahawk
  35094. ;toobin=toobin2=toobinp
  35095. ;totcarn=totcarnp
  35096. ;tp84=tp84a
  35097. ;triviabb=triviag1=triviag2=triviasp=triviayp
  35098. ;trog=trog3=trogp
  35099. ;trojan=trojanj=trojanr
  35100. ;tron=tron2
  35101. ;tsamurai=tsamura2
  35102. ;tturf=tturfbl=tturfu
  35103. ;tumblep=tumblep2=tumblepb=tumblepj
  35104. ;turbo=turboa=turbob
  35105. ;tutankhm=tutankst
  35106. ;uccops=uccopsj
  35107. ;vangrdce=vanguard
  35108. ;vanvan=vanvans
  35109. ;varth=varthj=varthu
  35110. ;vastar=vastar2
  35111. ;vendett2=vendetta=vendettj
  35112. ;venture=venture2=venture4
  35113. ;vigilant=vigilntj=vigilntu
  35114. ;vimana=vimana2=vimanan
  35115. ;vindctr2~vindictr
  35116. ;vsyard=vsyard2=yard
  35117. ;vulgus=vulgus2=vulgusj
  35118. ;warpwar2=warpwarp=warpwarr
  35119. ;wb3=wb3a=wb3bl
  35120. ;wbdeluxe=wboy=wboy2=wboy3=wboy4=wboy4u=wboyu
  35121. ;wbml=wbmlj=wbmlj2=wbmlju
  35122. ;wc90=wc90b
  35123. ;willow=willowj
  35124. ;wh1~(wh2=~wh2j=~whp)
  35125. ;wiseguy=yamyam
  35126. ;wiz=wizt
  35127. ;wof=wofj
  35128. ;ws=~ws89=ws90
  35129. ;wwester1=wwestern
  35130. ;xmen=~xmen2pj=~xmen6p
  35131. ;yiear=yiear2
  35132. ;zigzag=zigzag2
  35133. ;zookeep=zookeep2=zookeep3
  35134.  
  35135. ;******************************************************************************
  35136. ; Cheats requiring more work (and time......) :-
  35137. ; Rework cheats with ';' comment lines to cheat type 999 wherever a better
  35138. ; explanation is required (not Use Sprite when flickers type comments as this
  35139. ; will overcomplicate matters for now) - ONGOING
  35140. ; Look at Ali Baba - uses pacman hardware may use same cheats...
  35141. ; Look at Aurail - round 2 looks to be a different game - cheats may not work 
  35142. ; after round 1...
  35143. ; Check out all the Neo Geo fighting games like Samurai Shodown, it appears that
  35144. ; the energy cheats don't work - looks like an 'Exterminator' situation.
  35145. ; More cheats for Finest Hour
  35146. ; Look at The End - invincibility can be improved for starters 
  35147. ; Check out weapon cheats for Finalizer
  35148. ; Look at Mirai Ninja
  35149. ; Punisher weapon cheats - if possible
  35150. ; Look at replicating Mania Challenge cheats for The Main Event
  35151. ; More Kung Fu Master cheats
  35152. ; Spy Hunter 2 needs more cheats!
  35153. ; The Return of Ishtar needs more work - present cheats has problems in b12 ...
  35154. ; Smash TV - look at Invincibility for PL2, perhaps somebody good and with more
  35155. ; time then me could look at some working weapon cheats! ;-P Also need to double
  35156. ; check the clones - there are not quite identical it seems.
  35157. ; More codes for 88 Games
  35158. ; I, Robot more codes needed
  35159. ; Streaking more codes needed
  35160. ; Sky Kid Deluxe more codes needed
  35161. ; Plump Pop more codes needed
  35162. ; Hopping Mappy more codes needed
  35163. ; Black Hole more codes needed
  35164. ; Baluba-louk no Densetsu more codes?
  35165. ; Konami RF2 - look at cheats, max speed for eg. like Konami GT?
  35166. ; Knock Out/Triple Punch - Look at the invincibilty cheats
  35167. ; Nibbler - Look at making some short snake cheats
  35168. ; My Hero - Round Select codes
  35169. ; mrdoy - requires invincibility cheats
  35170. ; Mr Do.!  - level select cheats
  35171. ; Mutant Night - level select cheats
  35172. ; Millipede - look at improving the invincibility cheat
  35173. ; Gradius III - have a look at the cheat descriptions and find more (job for me[Pugsy])
  35174. ; Last Mission - look for weapon cheats at least..
  35175. ; Moon Patrol - look at non-crazy Invincibility, problem is 02 gives invincibility
  35176. ; but doesn't let you jump, 04 let's you jump - masking off 02 and 04 only doesn't
  35177. ; help either. Maybe another location too to clear up the sprite problem. 
  35178. ; Gauntlet - look at replicating Freeze All Enemies cheat for all Gauntlet Clones
  35179. ; Colony 7 - look at set fighter =1 cheat is it worthwhile
  35180. ; Depthcharge - infinite charges should be possible
  35181. ; Zig Zag - invincibility cheats, use Dig Dug as a guide
  35182. ; E-Swat - missing Invincibility PL2 cheat
  35183. ; Syougi No Tatsujin - more cheats?
  35184. ; Dangerous Seed - check cheats and find more?
  35185. ; Flash Gal - check for level select cheats
  35186. ; Fighting Hawk - take a closer look at this game, start on level cheats perhaps
  35187. ; Cosmo Gang the Video - check out both versions unsure which is NOW the original
  35188. ; one the cheat was made for.
  35189. ; Atari Soccer - need to search for score cheats, no patience to play with controls
  35190. ; Kick and Run - needs score cheats
  35191. ; Look at Fatal Fury 4 cheats - rename add more?
  35192. ; Body Slam - room for lots more cheats, see other wrestling games for possible cheats
  35193. ; Check out the cheats for these clones, I haven't had chance to check them:-
  35194. ;  aliensu   darkseaj   devstor3    galag88b   grdius3a   marvlanj
  35195. ;  pinbos     skykiddo  youma      mrvikinj    blswhstl   pacnchmp   poleposa
  35196. ; More cheats for Big Pro Wrestling! needed
  35197. ; More cheats for Bosconian (invincibility)
  35198. ; Replicate invincibility cheats for the Shoot Out clones
  35199. ; Check out Shinobi (set 3) cheats
  35200. ; Check out sdioj cheats when the game is fixed
  35201. ; More cheats for Yosaku To Donbee
  35202. ; More cheats for Tank Force - in particular a cheat to activate the Air Strike
  35203. ; Tiger Road has scope for more cheats
  35204. ; Look for 'Infinite "item" time' cheats for red and green pills for PacMania
  35205. ; Test aliensyj, cosmica2
  35206. ; Check for Stakes Winner & Stakes Winner 2 PL2 cheats
  35207. ; Add Select score cheats for the Super Sidekicks series of games
  35208. ; Do Infinite Health, Infinite Ammo, Always have Gun/Get Gun Now! cheats for all levels 
  35209. ;  and both players for the game Top Hunter
  35210. ; Ultraman look at cheats and check....problems encountered
  35211. ; Look at Quester - more arkanoid pill type cheats?
  35212. ; Karate Blazers - loads of cheats to be done (no time) - lives energy invincibility for all 4 players
  35213. ; Air Duel - more cheats required and check invincibility
  35214. ; Arbalester - more cheats required and check invincibility
  35215. ; R-Type more weapon cheats to be found
  35216. ; War of Aero - loads of scope for more cheats - weapons for starters
  35217. ; Astro Blaster (version 2) + other versions? - cheats seem buggy and causes gfx glitches, investigate
  35218. ; More cheats for cachat - when I've had chance to play it......
  35219. ; '99 The Last War + clones - Shield stays on longer cheat seems to be cosmetic only. Fix or remove
  35220. ; Investigate buggy invincibility again for Scramble and the several clones
  35221. ; Rename 'type' cheats for dfeveron, requires better descriptions
  35222. ; Check out all select and temporary cheats for 37 beta 2 games when cheat engine is completed
  35223. ; Look at more Great 1000 Miles Rally cheats, max speed at all times for example
  35224. ; Kaitei Takara Sagashi - the Namco clone has cheats but the original hasn't, seems odd......
  35225. ; Dream Soccer '94 - look at Select Score cheats for PL1 and penalty kickoff cheats
  35226. ; Add Score always, score now! or select score cheats for games with only one type (perhaps)
  35227. ; Gotya - find invincibility cheat + others
  35228. ; Kodure Ookami - find invincibility and weapon(?) cheats + level select if poss.
  35229. ; Labyrinth Runner - weapon cheats required + level select
  35230. ; Passing Shot - check all cheats, order make them hard to understand.....(I hate Tennis games)
  35231. ; More cheats for invad2ct - Space Invaders II
  35232. ; Check out Spinal Breakers - don't understand the 2 part cheats, redo descriptions when done + some 
  35233. ;  locations should be 2 part (like time)
  35234. ; Missing PL2 cheats for Ghox to be found and all cheats to be cleaned up
  35235. ; More cheats for V-Five (use Grind Stormer as an example - very similar! + clean up cheats especially
  35236. ;  the rough and ready cursor cheat
  35237. ; More cheats for Fast Lane
  35238. ; More cheats for Snow Bros. 2
  35239. ; 1941 - look for Extreme Firepower PL2 cheat
  35240. ; Twin Eagle - find missing Maximum Speed PL2 cheat
  35241. ; Air Buster - possible trigger cheat missing from Side shot, Powerball & B cheats. Investigate
  35242. ; Soldam (Japan) - possibility of a lot more colour related cheats, + needs some other cheats
  35243. ; Do some work on reducing the above entries!!! ;-)
  35244. ;******************************************************************************
  35245. ;*                                 NEW CHEATS                                 *
  35246. ;*    Don't forget if you find any yourself submit them to:- pugsy@usa.net    *
  35247. ;******************************************************************************
  35248.  
  35249.  
  35250.  
  35251.  
  35252.