where can i find a rom of metal gear 1 for the msx with English text. all i can find are Japanese versions
Want free GBA&NDS Roms? Try this site (roms.gooker.net) now!
FREE for searching and downloading, both are available!
Including a collection of more than 40 most popular Roms sites.
Powered by Google CSE.
You can find them both
in the second disk of metal gear solid 3 substance
cazatrucos.com/imagenes/metal_gear_solid_3_subsistence.jpg
this is a pic of it
In 1988, Grandslam Entertainments has published Pac-Land on tape. It’s a Namco game initially released on arcade in 1984, where the famous Pac-Man must help a fairy lost in the ghost world to find the magical door leading to the fairy world. Press on RETURN/ENTER to get credits, on 1 key or 2 key to start the game with 1 or 2 players. the cheats allow especially to choose the starting round, but you can’t select the 4th round of each level.
!cheats for blueMSX :pacland
!(c) 2011 BenoƮt Delvaux
0,2579,0,0,x-pos (0-32)
0,2581,0,0,y-pos (0-16)
0,4872,255,0,infinite time (de-select to get bonus)
0,4958,255,0,frozen enemies and higher jumps
0,4987,16,0,lives player 1
0,4988,16,0,lives player 2
0,4989,1,0,round (1-3;5-7;9-11)
0,6992,153,0,credits
This cheat can also be used with openMSX !
create_trainer “Pac-Land” {time 1} {
“x-pos (0-32)” {dpoke 0x0a13 0}
“y-pos (0-16)” {dpoke 0x0a15 0}
“infinite time (de-select to get bonus)” {dpoke 0×1308 255}
“frozen enemies and higher jumps” {dpoke 0x135e 255}
“lives player 1″ {dpoke 0x137b 16}
“lives player 2″ {dpoke 0x137c 16}
“round 1″ {dpoke 0x137d 1}
“round 2″ {dpoke 0x137d 2}
“round 3″ {dpoke 0x137d 3}
“round 5″ {dpoke 0x137d 5}
“round 6″ {dpoke 0x137d 6}
“round 7″ {dpoke 0x137d 7}
“round 9″ {dpoke 0x137d 9}
“round 10″ {dpoke 0x137d 10}
“round 11″ {dpoke 0x137d 11}
“credits” {dpoke 0x1b50 153}
}