mirror of
https://github.com/libretro/vemulator-libretro.git
synced 2024-11-23 08:29:46 +00:00
A port of the SEGA Visual Memory Unit emulator VeMUlator for libretro.
45d7556667
ios: properly set min supported version |
||
---|---|---|
jni | ||
libretro-common | ||
.gitlab-ci.yml | ||
audio.cpp | ||
audio.h | ||
basetimer.cpp | ||
basetimer.h | ||
bitwisemath.cpp | ||
bitwisemath.h | ||
common.h | ||
COPYING | ||
cpu.cpp | ||
cpu.h | ||
flash.cpp | ||
flash.h | ||
flashfile.cpp | ||
flashfile.h | ||
interrupts.cpp | ||
interrupts.h | ||
link.T | ||
main.cpp | ||
Makefile | ||
Makefile.common | ||
ram.cpp | ||
ram.h | ||
README.md | ||
rom.cpp | ||
rom.h | ||
t0.cpp | ||
t0.h | ||
t1.cpp | ||
t1.h | ||
vemulator_libretro.info | ||
video.cpp | ||
video.h | ||
vmu.cpp | ||
vmu.h |
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.