Releases: svofski/vector06sdl
Releases · svofski/vector06sdl
second libretro draft
The main feature in this release is the virtual on-screen keyboard that allows full control of v06x using only a gamepad.
- L1 to bring up the keyboard. R1 to swap up/down position.
- B key to make a momentary keypress
- A key to make a sticky keypress
- X can be used as Shift, R2 as Backspace
To load BASIC:
- Navigate to F3, press A (sticky)
- Navigate to ВВОД, press A (sticky)
- Press A again (unstick ВВОД), ROM should load
- Navigate to СБР, press B (momentary). This also unsticks F3.
Inspired by desaster's work on Analog Pocket port of the v06c MiSTer core https://github.com/desaster/openfpga-vector06c/
first libretro draft
Here is v06x as an experimental libretro core.
The binaries are for Windows 64-bit and Linux arm32 and aarch64 (compatible with R36S Arkos), Linux x86_64.
godot-8b8
- .CAS loading, including file dialogs initiated by CLOAD/BLOAD
- .CAS and .WAV saving from BASIC 2.5
- loading multiple files in sequence fixed
- bload"" dialog can load wav files too
- about view opens when the label below is clicked
- linux and macos support in godot version
- F9 to accelerate 4x
- Added automatic BASIC ASC file conversion.
- Support different aspect ratios and fixed pixel scales.
- BAS file loading is supported again.
- Custom boot ROM can be chosen from GUI.
- Drive paths are remembered separately for A/B and ROM.
godot-8b3
godot-8b
godot-8
New v06x-godot release with debugger by parallelno.
godot-7b
version 3-theydo
- fixes a problem with I/O writes which may cause clicking during PWM audio playback
- merges Android and main trees in one single-source tree
- slightly simplified build system, some pretend-packaging for debian, raspbian and windows; usable binary for macos
- the scripts to open BASIC programs are now included and pre-configured, .sh and .bat files provided for easy launching
- bas2asc python3 script for bas 2 asc and asc to bas also included in the packages
- gdb-z80 still supported but not included
scriptable i/o devices
Scripts can be hooked on I/O. See scripts/iohook.chai
Binary builds for i686 and x64 windows are included in the downloadable archive.
