In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "GxGeo"

From WiiBrew
Jump to navigation Jump to search
Line 4: Line 4:
 
| desc= Neo-Geo Emulator
 
| desc= Neo-Geo Emulator
 
| type = Emulation/Simulation
 
| type = Emulation/Simulation
| author = blizzo
+
| author = [http://www.mmcj.co.uk/blizzo blizzo]
| download = NA
+
| download = [http://www.wiibrew.org/w/images/8/8c/Gxgeo_20081123.zip here]
| source = NA
+
| source = On Request
| peripherals = {{wiimote2}} {{FrontSD}}  
+
| peripherals = {{GCNController}} {{ClassicController}}  {{wiimote2}} {{Nunchuck}} {{FrontSD}}  
 
| hbc = 1
 
| hbc = 1
 
}}
 
}}
  
GxGeo is a port of the open-source [http://en.wikipedia.org/wiki/GnGeo GnGeo] emulator, originally coded by pepone. This is a [http://en.wikipedia.org/wiki/Neo_Geo_(console) Neo-Geo] AES/MVS emulator.
+
'''GxGeo''' is a port of the open-source [http://en.wikipedia.org/wiki/GnGeo GnGeo] emulator, originally coded by pepone. This is a [http://en.wikipedia.org/wiki/Neo_Geo_(console) Neo-Geo] AES/MVS emulator.
  
==Video==
+
==Testing==
{|
+
'''Please remember this is an early version and there are some bugs!'''<br/>
|+align="bottom"|''GxGeo v.a1''
+
When you find a bug (and you will) post it on the [[User_talk:Blizzo/GxGeo|Talk]] page along with your Wii Region/Video Mode (NTSC/PAL/SDTV/HDTV/etc) :)
|<Youtube>blRgbDaKQPI</Youtube>
+
There are some bugs I already know about:
|}
+
* Sound error, short bzzt type noise accompanied by a pause
 +
* Loading of very large ROMs, will say out of memory and quit
 +
* Slow down in some large ROMs, I know about mslug2 so far
 +
 
 +
==Read Me==
 +
<pre>
 +
/************************************************************
 +
* GxGeo 20081123                                          *
 +
*  by Blizzo                                              *
 +
************************************************************/
 +
 
 +
-[ SOURCE CODE ]-
 +
 
 +
  I'd rather not release messy source code with probably more
 +
  than a few mistakes in it, but if you you'd like it drop me
 +
  a line on:
 +
    http://wiinewz.com/forums/members/blizzo.html or
 +
    http://gbatemp.net/index.php?showuser=142966&CODE=1337 or
 +
    http://www.dcemu.co.uk/vbulletin/member.php?u=39336648
 +
 +
-[ INSTALLATION ]-
 +
 
 +
  Extract the zip on to your SD card :
 +
    /sd/apps/gxgeo
 +
    /sd/gxgeo/conf
 +
    /sd/gxgeo/romrc
 +
    /sd/gxgeo/roms
 +
    /sd/gxgeo/save
 +
 
 +
  The romrc contains information about ROM sets, if you only
 +
  put the .rc files for the ROMs you have in that folder gxgeo
 +
  will load faster :)
 +
   
 +
  Your ROMs and BIOS files should go in /sd/gxgeo/roms
 +
    required files
 +
      000-lo.lo (ng-lo.rom)
 +
      sfix.sfx  (ng-sfix.rom)
 +
    country files (neo-geo.rom)
 +
      usa_2slt.bin  - USA
 +
      vs-bios.rom  - Japan
 +
      asia-s3.rom  - Asia
 +
      sp-s2.sp1    - Europe
 +
    system files
 +
      aes-bios.bin - A.E.S:
 +
      uni-bios.rom - Uni Bios
 +
 
 +
-[ CONTROLS ]-
 +
 
 +
  You can use any of the following:
 +
    Wiimote sideways
 +
    Wiimote + Nunchuck
 +
    Classic Controller (untested)
 +
    Gamecube Controller
 +
 
 +
  The Quit button will make the emulator quit right away,
 +
  there is no in game menu.
 +
   
 +
  The Gamecube controller takes priority over the Wiimote,
 +
  if you have a GC controller in port 1 then the GC Controller
 +
  will control player 1 and the Wiimote will control player 2.
 +
 
 +
  |------------------------------------------------------|
 +
  | NeoGeo || Wiimote  | Wiimote  | Classic    | GC  PAD |
 +
  |        || Sideways | Nunchuck | Controller |        |
 +
  |------------------------------------------------------|
 +
  | A      || 1        | A        | A          | A      |
 +
  | B      || 2        | B        | B          | B      |
 +
  | C      || A        | Z        | X          | X      |
 +
  | D      || B        | C        | Y          | Y      |
 +
  | UP    || UP      | UP      | UP        | UP      |
 +
  | DOWN  || DOWN    | DOWN    | DOWN      | DOWN    |
 +
  | LEFT  || LEFT    | LEFT    | LEFT      | LEFT    |
 +
  | RIGHT  || RIGHT    | RIGHT    | RIGHT      | RIGHT  |
 +
  | COIN  || MINUS    | MINUS    | MINUS      | Z      |
 +
  | START  || PLUS    | PLUS    | PLUS      | START  |
 +
  | QUIT  || HOME    | HOME    | HOME      | LT + RT |
 +
  |------------------------------------------------------|
 +
</pre>
  
 
==Development Log==
 
==Development Log==
11/11/2008 (latest)
+
23/11/2008 (latest)
 +
* Today I am happy enough with GxGeo to release it, the source code is a mess so I if you'd like it ask me for it - I'd rather not spread messy code and bad examples :)
 +
* I have only tested this release on a PAL SDTV but it should fit on an NTSC SDTV, no idea about HDTV hehe
 +
* There are still some sound issues, maybe just with PAL.. I'm not sure, more testing is required
 +
* This release will boot some large ROMs but not all of them will run at full speed - Metal Slug 2 is one of these
 +
* Larger ROMs (Metal Slug 3) will still not boot - some kind of paging system is required :)
 +
 
 +
11/11/2008
 
* Using MEM2 for loading the SOUND and GFX ROMs so some quite large ROMs will load, mslug2 included
 
* Using MEM2 for loading the SOUND and GFX ROMs so some quite large ROMs will load, mslug2 included
 
* mslug2 experiences quite a lot of slow down
 
* mslug2 experiences quite a lot of slow down

Revision as of 00:56, 24 November 2008

GxGeo
Gxgeo.png
General
Author(s)blizzo
TypeEmulation/Simulation
Links
[[here|Download]]
Source
Peripherals
GameCube Controller ClassicController.svg WiiMote2.svg Nunchuck alternative.svg Loads files from the Front SD slot

GxGeo is a port of the open-source GnGeo emulator, originally coded by pepone. This is a Neo-Geo AES/MVS emulator.

Testing

Please remember this is an early version and there are some bugs!
When you find a bug (and you will) post it on the Talk page along with your Wii Region/Video Mode (NTSC/PAL/SDTV/HDTV/etc) :) There are some bugs I already know about:

  • Sound error, short bzzt type noise accompanied by a pause
  • Loading of very large ROMs, will say out of memory and quit
  • Slow down in some large ROMs, I know about mslug2 so far

Read Me

/************************************************************
 * GxGeo 20081123                                           *
 *   by Blizzo                                              *
 ************************************************************/

-[ SOURCE CODE ]-

  I'd rather not release messy source code with probably more 
  than a few mistakes in it, but if you you'd like it drop me
  a line on:
    http://wiinewz.com/forums/members/blizzo.html or
    http://gbatemp.net/index.php?showuser=142966&CODE=1337 or
    http://www.dcemu.co.uk/vbulletin/member.php?u=39336648
 
-[ INSTALLATION ]-

  Extract the zip on to your SD card :
    /sd/apps/gxgeo
    /sd/gxgeo/conf
    /sd/gxgeo/romrc
    /sd/gxgeo/roms
    /sd/gxgeo/save

  The romrc contains information about ROM sets, if you only 
  put the .rc files for the ROMs you have in that folder gxgeo
  will load faster :)
    
  Your ROMs and BIOS files should go in /sd/gxgeo/roms
    required files
      000-lo.lo (ng-lo.rom)
      sfix.sfx  (ng-sfix.rom)
    country files (neo-geo.rom)
      usa_2slt.bin  - USA
      vs-bios.rom   - Japan
      asia-s3.rom   - Asia
      sp-s2.sp1     - Europe 
    system files
      aes-bios.bin - A.E.S: 
      uni-bios.rom - Uni Bios

-[ CONTROLS ]-

  You can use any of the following:
    Wiimote sideways
    Wiimote + Nunchuck
    Classic Controller (untested)
    Gamecube Controller

  The Quit button will make the emulator quit right away,
  there is no in game menu.
    
  The Gamecube controller takes priority over the Wiimote,
  if you have a GC controller in port 1 then the GC Controller
  will control player 1 and the Wiimote will control player 2.
  
  |------------------------------------------------------|
  | NeoGeo || Wiimote  | Wiimote  | Classic    | GC  PAD |
  |        || Sideways | Nunchuck | Controller |         |
  |------------------------------------------------------|
  | A      || 1        | A        | A          | A       |
  | B      || 2        | B        | B          | B       |
  | C      || A        | Z        | X          | X       |
  | D      || B        | C        | Y          | Y       |
  | UP     || UP       | UP       | UP         | UP      |
  | DOWN   || DOWN     | DOWN     | DOWN       | DOWN    |
  | LEFT   || LEFT     | LEFT     | LEFT       | LEFT    |
  | RIGHT  || RIGHT    | RIGHT    | RIGHT      | RIGHT   |
  | COIN   || MINUS    | MINUS    | MINUS      | Z       |
  | START  || PLUS     | PLUS     | PLUS       | START   |
  | QUIT   || HOME     | HOME     | HOME       | LT + RT |
  |------------------------------------------------------|

Development Log

23/11/2008 (latest)

  • Today I am happy enough with GxGeo to release it, the source code is a mess so I if you'd like it ask me for it - I'd rather not spread messy code and bad examples :)
  • I have only tested this release on a PAL SDTV but it should fit on an NTSC SDTV, no idea about HDTV hehe
  • There are still some sound issues, maybe just with PAL.. I'm not sure, more testing is required
  • This release will boot some large ROMs but not all of them will run at full speed - Metal Slug 2 is one of these
  • Larger ROMs (Metal Slug 3) will still not boot - some kind of paging system is required :)

11/11/2008

  • Using MEM2 for loading the SOUND and GFX ROMs so some quite large ROMs will load, mslug2 included
  • mslug2 experiences quite a lot of slow down
  • A lot of ROMs are playable now, hopefully a release this weekend

10/11/2008

  • Development continues, a major reworking of the code is under way and nearly complete.
  • Sounds works, kinda - some bugs need fixing :)

05/09/2008

  • Video emulation is working well now
  • Sound is on the way :D

02/09/2008

  • Small ROMs load (not enough RAM for large ones)
  • SDL to GX 90% complete - expect a preview release soon :)

01/09/2008

  • Compiled with SDL-Port, runs at a reasonable speed
  • Started SDL to GX porting :)