Recent content by FluBBa

  1. F

    NitroGrafx - PC-Engine & TurboGrafx-16 emulator

    Here is a new version where adpcm streaming seems better.
  2. F

    NitroGrafx - PC-Engine & TurboGrafx-16 emulator

    ADPCM is only available on the CDROM so it should not affect normal HuCards. Dragon Egg is documented in the readme. Energy works for me, does it work in other emulators for you? Volfied I need to look at/document. The length control for ADPCM should be quite accurate now, will post new version...
  3. F

    NitroGrafx - PC-Engine & TurboGrafx-16 emulator

    I'm tweaking how to calculate the length of the samples right now. might have a new test file soon. 1789158258 Here is a 3:rd test with better ADPCM length handling.
  4. F

    NitroGrafx - PC-Engine & TurboGrafx-16 emulator

    I seem to have the same rip of Baby Joe and it works fine for me. Are you testing on HW or on an emulator? I think most emulators don't support more than 2GB at a time for folders/cards, which is just 2-4 CD games at a time. Also NitroGrafx only supports single-file rips, I might look into that...
  5. F

    NitroGrafx - PC-Engine & TurboGrafx-16 emulator

    If anyone wants to test the latest build with ADPCM support that would be awesome. Edit: See next post for new version.
  6. F

    Emulator S8DS new release

    With console touch on, the power, pause and cart slot on the console image works, but some people found it irritating if they touched the power button during play ;) The left-most column is controlled by the game, the tile map on SMS is only 256 pixels wide so you hide one column to not show the...
  7. F

    Homebrew app Emulator NGPGBA a new NeoGeoPocket emulator

    I think most people use the Pogoshell/multiboot version with the EZ cards, so you don't have to build rom compilations.
  8. F

    Homebrew Emulator NeoGeo Pocket emu for DS

    Just a small maintenance release, switched from devkitARM to BlocksDS. https://github.com/FluBBaOfWard/NGPDS/releases/tag/v0.6.0
  9. F

    Homebrew app Emulator NGPGBA a new NeoGeoPocket emulator

    Save states and builder supports zip-files. multi boot file is no longer compressed so it should work everywhere. https://github.com/FluBBaOfWard/NGPGBA/releases/tag/v0.6.0
  10. F

    NitroSwan - A WonderSwan emulator for NDS

    Just a small update. Fixed sound button behaviour on HW. Ported from devkitARM to BlocksDS, smaller binary. https://github.com/FluBBaOfWard/NitroSwan/releases/tag/v0.7.7
  11. F

    SwanGBA

    So another release to make it easier to use. States only work on mono yet. Added a HTML builder. Added saving/loading of config/NVRAM/States. Fixed exit from emulator. https://github.com/FluBBaOfWard/SwanGBA/releases/tag/v0.7.7
  12. F

    Emulator LodjurGBA - Lynx Emulator

    Better Suzy timing and smother zoom. Added a HTML builder. Added flicker to zoom. Added Power On/Off to menu. Fixed sprite type 2 (Boundary Shadow). Fixed sprite HSizOff loading. Fixed math register handling. Fixed Sprite Done Acknowledge. Fixed CPU sleep when Suzy bus not enabled. Fixed exit...
  13. F

    LodjurDS, Atari Lynx emulator

    New version with better Suzy timing, FPS in emulator and actual game fps might be higher or lower but it should be more accurate. Added smooth zoom. Added IPS patch functionality. Added Power On/Off to menu. Fixed sprite type 2 (Boundary Shadow). Fixed sprite HSizOff loading. Fixed math...
  14. F

    S8GBA - Sega 8-bit emulator

    So this is a remake of S8DS that was birthed from SMSAdvance, sharing lots of code now. Biggest differences between S8GBA & SMSAdvance is some mullti-boot functions are missing, but it now also supports Coleco Vision. It also comes with a html builder for platforms other than Windows...
  15. F

    Emulator S8DS new release

    After too long time I've finally fixed playing samples, plus some other stuff. Added sound sample support. Added IPS patch functionality. Added saving of Region/Machine. Fixed mixing of YM2413 + PSG. Optimised the SN76496 chip. Optimised the VDP chip. Ported NDS version back to GBA...