Commit graph

7 commits

Author SHA1 Message Date
nia
0c117c9e6a libretro-*: restore missing SunOS linker fixes 2020-06-02 12:24:09 +00:00
nia
9298019594 libretro-beetle-ngp: Update to 20200518
Garrett Brown (1):
      Fix compiler error due to missing assert.h include

f21red (1):
      backport 1.23.0-UNSTABLE core fixes

orbea (1):
      Fix clang build with casts.

retro-wertz (2):
      Fix #54
      Change name to Beetle NeoPop, add .npc extension

stellarporter (5):
      upstream bugfix
      HLE emulate VECT_FLASHERS
      TLCS900: relative PC-displacement fix
      Ogre Battle Gaiden - DAC speech hack
      Android: LOAD_FROM_MEMORY

trinemark (2):
      new irq handler
      Makefile: remove unneeded disassembler files

trioan (5):
      backport compiler fix
      backport cpu fix
      backport variable color depth
      misc cleanup
      fix loadstate audio popping

tryal-star (1):
      do not restart core if language changes

twinaphex (10):
      Add bitmask input code
      Get rid of asserts
      Update core options
      Updates
      (MSVC 2017) Buildfix
      Free surf->pixels in retro_unload_game
      Prepare variable sound rate
      Backport variable sound rate
      Update
      Silence warnings
2020-05-30 16:40:16 +00:00
nia
984127601b libretro-*: Support Darwin by cargo-culting SOEXT. Remove bsdtar hack. 2020-05-26 09:45:11 +00:00
nia
69cf4eb1d2 emulators/libretro-beetle-ngp: Update to 20190203
* Add missing variables to save states
* Sync some bug fixes from 0.9.39.2:
- Fixed several off-by-1 bugs in address to ROM data translation
- Fixed an old Z80 emulation bug with interrupt handling.
* Softpatching support
2019-02-25 21:37:41 +00:00
nia
a39e936977 libretro-beetle-ngp: USE_LANGUAGES=c++03. Fix build with clang 7. 2018-10-03 12:21:54 +00:00
nia
a6eb39273a emulators/libretro-*: SunOS linker fixes.
libretro makefiles pass flags to the linker that aren't understood by
SunOS ld. Add BUILDLINK_TRANSFORMs to remove those flags.
2018-10-02 21:09:28 +00:00
nia
85dfb2d45c emulators/libretro-beetle-ngp: Import libretro-beetle-ngp-20180720
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

This package contains the Mednafen Neo Geo Pocket emulator for Libretro (based
on NeoPop).
2018-08-11 00:32:25 +00:00