Skip to content

Releases: libretro/ep128emu-core

v1.2.11

19 Jul 10:16

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/ , the online updater built into RetroArch can be used.
Binary for armv7-hf-neon (32-bit ARM, such as Raspberry Pi 2 and onwards): https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.2.10: mouse support, and refined handling of extra configuration files.

v1.2.10

01 Feb 06:29

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/
Binary for armv7-hf-neon: https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.2.9: initial disk index is now supported for multi-disk/tape sets.

v. 1.2.9

30 Apr 07:50

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/
Binary for armv7-hf-neon: https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.2.8: fix for save/load state with configurations >128kB RAM, and disk/tape/file swap fixes when core is started without content..

v. 1.2.8

29 Apr 16:11

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/
Binary for armv7-hf-neon: https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.2.6: experimental MP3 support (needs EXCLUDE_SOUND_LIBS=0 during compilation, this is not enabled in the buildbot versions), and LED support for tape load indicators (partial).

v.1.2.6

21 Jan 22:09
40c48bd

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/
Binary for armv7-hf-neon: https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.2.5: fix for osx-arm64 building and enabling LED driver for floppy activity.

v1.2.5

23 Dec 21:13

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/
Binary for armv7-hf-neon: https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.2.4: automatic detection of multi-disk/multi-tape content.

v.1.2.4

22 Dec 13:42

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/
Binary for armv7-hf-neon: https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.2.3: minor fixes in multi-disk handling.

v1.2.3

04 Dec 13:11

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/
Binary for armv7-hf-neon: https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.2.1: minor fixes and core options prepared for translation.

v1.2.1

18 Oct 19:01

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/
Binary for armv7-hf-neon: https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.2.0: disk (and tape) swap interface implemented.

v1.2.0

15 Oct 19:44
8bde6e8

Choose a tag to compare

See README.md for installation and usage. Feedback is welcome.

Binaries for Windows, MacOS and Linux x86 / x86_64 platforms are available from libretro buildbot: http://buildbot.libretro.com/nightly/
Binary for armv7-hf-neon: https://zoltanvb.github.io/armv7-hf-neon/

Build your own:

  • make (builds native version on 64-bit Linux and ARM, should also build on Mac OS)
  • make platform=wincross64 (builds 64-bit Windows version on 64-bit Linux, appropriate mingw32 required)
  • make platform=wincross32 (builds 32-bit Windows version on 64-bit Linux, appropriate mingw32 required)

Main updates since v1.1.1: cheat support via memory maps, tape sound file handling improvements