Recent content by FluBBa

  1. 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...
  2. 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.
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. F

    Homebrew app Emulator NGPGBA a new NeoGeoPocket emulator

    I added PogoShell support, it works for me with an old PogoShell but a person on GitHub could not get it to work with EZ-Flash ODE, can someone else try it? https://github.com/FluBBaOfWard/NGPGBA/releases/tag/v0.5.9
  12. F

    Homebrew app Emulator NGPGBA a new NeoGeoPocket emulator

    Made a simple HTML builder that can be found on https://flubbaofward.github.io/NGPGBA/Builder.html, it can also be downloaded from the normal GitHub and run locale on your browser device.
  13. F

    NitroGrafx - PC-Engine & TurboGrafx-16 emulator

    Even the background at the bottom? Cause my ROM has the exact same problem :-/
  14. F

    NitroGrafx - PC-Engine & TurboGrafx-16 emulator

    I didn't think of setting the Y offset in unscaled mode since you have L + R buttons but I can see how that is still useful. Thanks for the testing. The glitch in Altered Beast looks weird, have you tried the Rom in another emulator? Might be a bug in my sprite cache handling though...
  15. F

    NitroGrafx - PC-Engine & TurboGrafx-16 emulator

    Yes the ADPCM is in my issues in GitHub , I will fix it.