GAMECUBE LINUX ADVANCEMAME
--------------------------
You need to be able to upload some code (.dol) to your GameCube.
Use the PSO trick or whatever you want ...
You need to configure IPs :
PC SERVER IP = 192.168.0.49
GAMECUBE IP = 192.168.0.47

Running gcAdvanceMame on Windows OS
---------------------------------
Uncompress the tar.bz2 somewhere using winrar.
Open a dos box where you put gcmame.
>nbdsrvr.exe mame.rootfs 55321
Open another dos box where you put gcmame.
>PSOload2.exe zImage-268-rc1.mame.dol
It should work !!

Running gcAdvanceMame on Linux OS
-------------------------------
Uncompress the tar.gz somewhere.
$ cd /somewhere/gcmame
$ ./mame-nbd-server
$ ./psoload2  zImage-268-rc1.mame.dol
It should work !! (Check your permissions)

What's new from isobel mame Poc ??
----------------------------------
- 14Mb Aram swap enabled
- Advmenu added for easy play
- Bigger mame.rootfs for lazy windows users
- Fullscreen support
- Windows support software
- Removed some unused files like X11 libs

How-to use your own roms
-----------------------
mame.rootfs is an ext2 imagefile.
you can edit it on windows with explore2fs (write-enabled)
you can mount it on linux (mount -o loop,rw mame.rootfs /mnt/loop)
Put roms  in /MAME_ROM directory


Enjoy
Released by GIST
