The system currently stabilized before a few changes coming which’ll necessitate to change the abstraction library – and then the current apps will not work anymore – so it is a good time to release a new firmware: if you are using v2.26 you don’t really need to update the apps since the former ones…
Thermometer Cartridge
Almost exactly four years ago I whiled away a few hours building a thermometer for the Vectrex – this is probably the weirdest thing I’ve build for the Vectrex so far and the utter nonsensical nature of it still occasionally just makes me smile. The first one was literally a thermometer for the Vectrex itself…
VecFever Mark II / 128MB
Short version: For quite a few years now the VF is my main hobby retro project and I intend to tinker with/update/improve upon it for the foreseeable future. Since I still get asked frequently for one and after years of not offering any I have decided for once to build a few for others of…
Firmware v2.26 / PDP-1
A PDP-1 emulator is a curiosity I had for a while at the back of my mind: having read about the original 1962 Spacewar!, the Minskytron ‘display hack’ and in general about the history and technology of the PDP-1 I wanted to learn about it hands-on and thereby see these outputs on the Vectrex, too….
Vectrex 6809 cart. emulation the VF way
Since the v2 firmware was also specifically developed for arcade environments and/or new vectrex repro. pcbs lately I have started also developing standalone emulators for a few Vectrex cartridges. Besides being able to play them in landscape mode, say in an Asteroids cabinet, the aim here is in contrast to arcade emulators not to take…
Firmware V2.24
First firmware to include ‘Elite: the new kind’. A few changes in the firmware to better support Elite (the text system and a new optimization feature) necessitated a complete recompile of the other apps. against the new, changed library, too. Also includes a few bug fixes (e.g. Fortress of Narzod was inaccessible in v2.22 or…
Elite: The New Kind
Two decades ago C.J.Pinder reverse engineered the BBC disk version of Elite and wrote a modern equivalent – ‘the new kind’ – which over time was ported to a multitude of systems. His game is extremely faithful to the original, using the same ships, trade items, missions and what is also important: the same random…
Firmware V2.22
This ‘Christmas’ firmware includes the latest projects, esp. Akalabeth, Dungeons of Daggorath and Voom. Also a few more Vextrex emulators, the last addition is Web Warp/s – although for once I have not (yet ?) throttled it to the normal Vectrex speed but kept it running faster since I myself prefer it this way, in…
Dungeons of Daggorath
After finishing ‘Akalabeth, World of Doom’ I was still in an early RPG mood so I ported ‘Dungeons of Daggorath’, too. This game was exclusively released for the RadioShack TRS-80 Color Computer which also uses a 6809 just like the Vectrex. That there were no other 8-bit ports back in the day is the reason…
Vector programming in the 21st century
As mentioned the v2 firmware was developed completely anew specifically with modern vector applications in mind. So today I wanted to offer a sneak peek under the hood of this new runtime environment. Any application needs to have access to and deal with several basic things: a sense of time, available user input and a…