Port of Vecx to the libretro API.
Go to file
2024-10-21 14:42:31 -07:00
bios libretro port added 2013-03-02 21:28:22 +01:00
jni fix flipped image in Android 2022-01-15 19:08:38 -06:00
libretro-common Set base_width to 330x410 (Vectrex's default resolution) 2021-08-15 10:38:27 +02:00
.gitignore libnx port 2018-09-29 21:22:59 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml 2023-02-21 12:59:32 +01:00
.travis.yml add travis build script 2017-10-24 13:32:28 -04:00
control (Theos iOS) Add Theos iOS target 2014-12-23 10:29:11 +01:00
dots.h Changed 'glow' to 'bloom' to match terminology used elsewhere. Tweaked shader to alter line width based on brightness. 2020-09-18 19:22:55 +01:00
e6809.c Turn get_cc and get_n into macros 2023-01-09 15:14:23 +01:00
e6809.h Cleanups 2020-10-07 21:51:41 +02:00
libretro_core_options.h Add color option. 2023-05-31 22:12:42 -07:00
libretro.c Audio: Completely replace the PSG and add support for DAC audio 2024-03-17 17:48:09 -04:00
LICENSE.md Add GPL v3 LICENSE 2016-08-19 12:34:16 -07:00
link.T Update 2017-08-17 08:30:20 +02:00
Makefile Restored support for systems that don't support OpenGL. Default to hardware rendering for those that do. 2020-09-18 19:21:49 +01:00
Makefile.common Audio: Completely replace the PSG and add support for DAC audio 2024-03-17 17:48:09 -04:00
Makefile.libretro ios/tvos: properly set min supported version (#60) 2024-10-21 14:42:31 -07:00
osint.h Remove obsolete osint.c 2020-01-09 16:17:50 +01:00
README.md Audio: Completely replace the PSG and add support for DAC audio 2024-03-17 17:48:09 -04:00
rom.dat initial import 2009-12-23 03:51:59 -08:00
vecx_psg.c vecx_psg: Make code more C89-compliant 2024-03-17 18:01:32 -04:00
vecx_psg.h Audio: Completely replace the PSG and add support for DAC audio 2024-03-17 17:48:09 -04:00
vecx.c Audio: Completely replace the PSG and add support for DAC audio 2024-03-17 17:48:09 -04:00
vecx.h Audio: Completely replace the PSG and add support for DAC audio 2024-03-17 17:48:09 -04:00

vecx

Compiling

for libretro build, make sure to set -DCMAKE_BUILD_TYPE=Libretro

Requirements

(for standalone port)

  • libsdl
  • sdl_gfx
  • sdl_image

Authors

  • Valavan Manohararajah - original author
  • "Demeth" - libretro port
  • dave j - OpenGL rendering
  • Rupert Carmichael - Audio