indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
42 stars 19 forks source link

Add initial VP (vector pull) support #91

Closed mooinglemur closed 1 year ago

mooinglemur commented 1 year ago

This change shadows https://github.com/X16Community/x16-emulator/pull/65 and is now required after https://github.com/X16Community/x16-rom/pull/122

I'm sure there are nice clever branchless ways of doing this, but they elude me.