Search results

  1. Franxis

    Franxis' Homebrew Projects

    New versions of these emulators for WIZ and CAANOO: - PCSX4ALL 2.2: New version of this PSX emulator for WIZ and CAANOO, with some optimizations in GPU and SPU and some compatibility improvements in HLE and GPU. - MAME4ALL 2.6: New version of this MAME port for WIZ and CAANOO, with TV-Out...
  2. Franxis

    Mame4All 2.4

    New version of my MAME port for the WIZ: - Added full image scaling (Rampage, Popeye, Super Sprint, etc). Horizontal scaling with linear filtering is still used internally when applicable. - More Neo·Geo games are playable, e.g. Art of Fighting 3, Fatal Fury and Pulstar. Still some games run in...
  3. Franxis

    Mame4All 2.3

    New version of my MAME port for the GP2X and the WIZ consoles: Changes by Franxis: - WIZ: Added VSync option. Thanks to Exophase. - WIZ: 120 Hz video mode is used to solve issues with latest firmware 1.1.0 and to improve the performance with VSync option enabled. Also the diagonal line is less...
  4. Franxis

    Mame4all 2.1

    New version of my MAME port for the GP2X and the WIZ, with the following news: - GP2X WIZ version improvements: Added MMU Hack kernel module by Notaz. It gives more performance. Added more CPU frequencies selectable in the frontend. MENU button is fire button in rotated video mode...
  5. Franxis

    Low Performance Compiling Statically

    I don't know why, but MAME is terribly slow compiling statically, i have to compile it dynamically (without the -static link flag). Compiling it dynamically is about 3x faster... Is it only me? Is the problem in the devkits? It occurs in both devkitgp2x and the linux toolchain. Also it is...
  6. Franxis

    Use Gte To Do Fast Float Operations

    Anybody has tried to use the GTE to perform basic float operations (+ - * /) ? According to the documentation it can be done but maybe i'm wrong... The MAME timers are killing the performance in the WIZ because they use floats, and they can't be converted to fixed point (i have tried it last...
  7. Franxis

    Sourcery G++ Lite Toolchain

    After seeing this thread in the pandora forums, i tried to use the Sourcery G++ Lite toolchain to compile executables for the WIZ: http://www.gp32x.de/board/index.php?showtopic=46663 The toolchains are available here: http://www.codesourcery.com/sgpp/lite/arm/...ubscription3057 The executables...
  8. Franxis

    Mame4all For The Gp2x Wiz Is Ready

    I have ported MAME to the soon to be released GP2X WIZ console. All the information, binary and the source code is available in my web page, as well as a sample video: http://www.talfi.net/gp32_franxis/
  9. Franxis

    Mame4all Wiz

    Preliminary version of MAME4ALL for the Wiz: http://www.talfi.net/gp32_franxis/mame4all_wiz.7z Instructions: - Download and install MAME4ALL for the Gp2x. - Remove old files in the 'frontend' folder. - Overwrite the Gp2x executables with the Wiz ones. - Try it. It is based in the last version...
  10. Franxis

    GP2X Using Devkitgp2x In The Wiz

    I have succesfully used DevKitGp2X to compile MAME4ALL on the Wiz. But you have to modify two files to be able to link dinamically the libm and libpthread libraries. C:\devkitGP2X\sysroot\usr\lib\libm.so: CODE /* GNU ld script Use the shared library, but some functions are only in the...
  11. Franxis

    Mame4all Gp2x 1.6

    New version of my MAME port for the GP2X with the following news: - ASM cores are selected automatically (according to an internal compatibility list). - Several optimizations and hacks have been implemented in the sound cores (selectable with the fast sound option). - Changes in the Neo·Geo...
  12. Franxis

    Mame4all Gp2x 1.5

    New version of my MAME port for the GP2X: Changes by Franxis: - Several optimizations in the FM cores and the sound mixer. - Jarek YM2151 core replaced by Tatsuyuki's one (less accurate but faster). - Maximum frameskip in auto mode set to 7 (to be able to play correctly the heaviest games). -...
  13. Franxis

    Mame4all Gp2x 1.4

    New version of my MAME port for the GP2X: Changes by Headoverheels: - Fixed graphic priority in Xain'd Sleena. - Added 7 new romset from MAME 0.37b7: + Batsugun Special Ver. (batugnsp) + Exerizer (Japan) (bootleg) (exerizrb) + Mahou Daisakusen (Japan) (mahoudai) + Pipi & Bibis / Whoopee...
  14. Franxis

    Mame4all 1.3

    New version of the MAME port for the GP2X, with the following news: Changes by Headoverheels: - New Gaelco games added (MAME 0.37b7): Big Karnak (bigkarnk) and Biomechanical Toy (biomtoy). - New SunA 8 bit games added (MAME 0.37b15): Hard Head (hardhead), Hard Head (Bootleg) (hardhedb) and...
  15. Franxis

    Mame4all For Gp2x V1.2

    I'm sorry to flood the gp32x.de news, but i have released a new version of my MAME port for the GP2X, to fix the following bugs: - The random games launching problem has been corrected. - Random problems with USB joypads should be gone. - The four players can be controlled with the GP2X joypad...
  16. Franxis

    Mame4all For Gp2x V1.1

    New version of my MAME port for the GP2X: The following bugs have been fixed: - Improved the DrZ80 compatibility. A lot of new games are compatible (Neo·Geo games, Bubble Bobble, Tokio, etc). - High Scores support. Thanks to PalMAME for the hiscore.dat file. - Fixed the video output in the...
  17. Franxis

    Mame4all For Gp2x V1.0

    The new MAME port for the GP2X is ready... It is based on MAME 0.37b5 and it has support for 2240 romsets. It was first shown in the RetroMadrid 2008 fair on 8th march in Madrid (Spain)... The following changes have been done to the version shown in the fair: - No more lock-ups. -...
  18. Franxis

    Mame4all 1.0 For Gp2x (soon)

    The new MAME port for the GP2X will be released very soon... It is based on MAME 0.37b5 and it has support for 2240 romsets. It supports 8 and 16 bit video modes with several tweaks (scaled, 4:3, rotated, TATE, border, TV-Out, etc), 11-44 KHz sound (mono and stereo), etc. It is packed in...
  19. Franxis

    Daedalus Dc

    A first version of a Nintendo 64 emulator for the Dreamcast has been released (with the source code): http://www.dcemu.co.uk/vbulletin/showthrea...#post2147998187 It seems quite slow (looking at the video), but taking into account this version is not optimized, and it has no recompiler, it...
  20. Franxis

    Mame Gp2x 5.1

    New version of MAME for the GP2X, with the following news: Slaanesh: - Added Knuckle Joe (kncljoe) (from MAME 0.37b12). - Updated Warp Warp. Now playable with full sound. - Bug fix to Sega Ninja (and clones) in Sega System 8 driver. Background was not correct. - Added improved MSM5205 ADPCM...
Back
Top