A port of the SEGA Visual Memory Unit emulator VeMUlator for libretro.
Go to file
LibretroAdmin 45d7556667
Merge pull request #3 from warmenhoven/warmenhoven/pr/ios-minver
ios: properly set min supported version
2024-10-21 16:42:25 -05:00
jni Potential buildfixes for Mac and Android 2021-11-17 21:40:28 +01:00
libretro-common Remove straight file I/O 2021-11-17 21:37:14 +01:00
.gitlab-ci.yml Add Miyoo target 2023-03-10 23:26:22 +01:00
audio.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
audio.h Remove straight file I/O 2021-11-17 21:37:14 +01:00
basetimer.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
basetimer.h Initial commit 2018-02-14 18:19:48 +00:00
bitwisemath.cpp Cleanups 2021-11-17 21:58:15 +01:00
bitwisemath.h Initial commit 2018-02-14 18:19:48 +00:00
common.h Remove straight file I/O 2021-11-17 21:37:14 +01:00
COPYING Initial commit 2018-02-14 18:19:48 +00:00
cpu.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
cpu.h (MacOS) Add ARM 64bit MacOS and iOS builds 2021-01-30 00:22:10 +01:00
flash.cpp Cleanups 2021-11-17 21:58:15 +01:00
flash.h Remove straight file I/O 2021-11-17 21:37:14 +01:00
flashfile.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
flashfile.h Initial commit 2018-02-14 18:19:48 +00:00
interrupts.cpp Cleanups 2021-11-17 21:58:15 +01:00
interrupts.h Initial commit 2018-02-14 18:19:48 +00:00
link.T Initial commit 2018-02-14 18:19:48 +00:00
main.cpp Cleanups 2021-11-17 21:58:15 +01:00
Makefile ios: properly set min supported version 2024-10-21 13:24:51 -04:00
Makefile.common Remove straight file I/O 2021-11-17 21:37:14 +01:00
ram.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
ram.h Initial commit 2018-02-14 18:19:48 +00:00
README.md Editing 2018-02-14 18:32:27 +00:00
rom.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
rom.h Initial commit 2018-02-14 18:19:48 +00:00
t0.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
t0.h Initial commit 2018-02-14 18:19:48 +00:00
t1.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
t1.h Initial commit 2018-02-14 18:19:48 +00:00
vemulator_libretro.info Initial commit 2018-02-14 18:19:48 +00:00
video.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
video.h Initial commit 2018-02-14 18:19:48 +00:00
vmu.cpp Remove straight file I/O 2021-11-17 21:37:14 +01:00
vmu.h Initial commit 2018-02-14 18:19:48 +00:00

VeMUlator

This is a port of the Android SEGA Dreamcast VMU emulator "VeMUlator" for libretro, it was translated from Java to C++ and then implemented the libretro.h callbacks.

Known issues:

  • Timer problems (Mainly T0, due to lack of documentation of the VMU.)
  • Sound not being synchronized with the system.

To be add:

  • Support for playing libretro save files (.srm) with write capabilities (To be compatible with libretro's Dreamcast cores.)
  • BIOS support.