PSM2
May 16, 2002, 03:32 PM
IM HAVING GREAT DIFFICULTY WRITING GAMEBOY GAMES TO MY FLASH ADVANCE!! DO ANYONE KNOW HOW TO??
![]() |
View Full Version : Do Anyone Know How To Write A Gameboy Game To A Flash Adavance??
|
PSM2 May 16, 2002, 03:32 PM IM HAVING GREAT DIFFICULTY WRITING GAMEBOY GAMES TO MY FLASH ADVANCE!! DO ANYONE KNOW HOW TO?? meek_imp May 17, 2002, 05:00 AM Do you mean gameboy advance games or original gameboy games?? What exactly is the difficulty you are experiencing?? moddogs May 17, 2002, 05:03 PM Please describe the problems you're having. Are you using the Flash Advance Writer 3.2NT? It should be a simple process. Insert the GBA game and click on the "Backup Game" button. That should do it. Are you referring to GBA games or Gameboy games? If it's Gameboy you're referring to, then you'll need the GB Bridge. PSM2 May 18, 2002, 07:49 AM nah i mean playing old game boy games on the flash advance, NOT gba games!! look at this site so you will know what im on about http://www.myroms.com/on_gba/gb_roms.htm# 754boy May 20, 2002, 01:24 AM You need a GB Bridge to write old school gameboy and gameboy color games to the flash advance. PSM2 May 21, 2002, 12:41 PM you can with original game boy games ( black and white) but not gameboy color games, it even says it on that link, but i just dont know how to do it!! i dont understand the instructions!!! QWERTY May 21, 2002, 10:50 PM Reread that link.. it's a Game boy black\white emulator running on the gameboy advance. Did you download and do what the instructions say? Otherwise, you need a GB-Bridge to directly write Game Boy Black\White or Color games to a flash advance. arthur_p_huxake May 22, 2002, 02:26 PM here's the intructions... ____________________________ One rom only: Unix: cat gbongba-xx.gba rom.gb >> rom.gba Dos: copy /b gbongba-xx.gba+rom.gb rom.gba Multi roms: Unix: cat gbongba-xx.gba *.gb >> roms.gba Dos: copy /b gbongba-xx.gba+rom1.gb+rom2.gb+...+romN.gb roms.gba Then, load it onto your FA Card or with your fav emulator. ____________________________ here's the instructions for the instructions... (hehe) ____________________________ assuming u have a folder called c:\gbongba containing gbongba-0.3a.gba and ur .gb roms?..do this: from a dos promt (click 'start' then 'run' type in 'command.com' then click 'ok' ) u'll most likely be in :\windows, or the desktop so just type in this: cd \gbongba hit enter...u should now be in ur :\gbongba folder right, if u want just the one rom (eg. alfred_chicken.gb) type this: copy /b gbongba-0.3a.gba+alfred_chicken.gb rom.gba hit enter...this basically uses the dos copy command to merge gbongba-0.3a.gba with alfredchicken.gb, the new rom will be called rom.gba, load this on ur flashcard and play it.. now, if u want multiple roms (eg. alfred_chicken.gb, alien_olympics.gb, alien_vs_predator.gb) type this: copy /b gbongba-0.3a.gba+alfred_chicken.gb+alien_olympics.gb+alien _vs_predator.gb roms.gba hit enter...the dos copy command will merge gbongba-0.3a.gba with alfredchicken.gb, alien_olympics.gb and alien_vs_predator.gb, the new rom will be called roms.gba, again, just load this on ur flashcard and play it.. in both instances the /b option indicates binary files to be merged if u don't like p1ss1ng about in dos then type up ur command (be it for a single rom or multiple roms) in notepad exactly as u would from a prompt and save it as gbongba.bat in ur :\gbongba folder, then just double click it... hth __ arthur_p_huxake ps. it's _very_ slow...but give it a go anyway |