Daniel Langner
Daniel Langner
It's really an amazing piece of work! The instruction set isn't just an extension to the one you designed for c4. It's got more registers, making the implementation of VM...
Sounds like an ambitious project and I am excited about it. My goal for vmTetris was to minimize the lengths of both the implementation of the VM and its tetris...
Hi there! Thanks, @suikki, for sharing this project with the world. I have also run into the same problem. It first worked and I could run the app on my...
- gradle 3.2.2 - Android Studio 3.3.2 I don't really know what NDK version I use. I am a total android noob.
Thanks, @tbrosman! It's 19.2.5345600, just like yours.
Building should be quite easy. You will have to install some packages (not sure what their names are in Arch): cmake, glm, sdl2, glew, and sndfile. Then run this: ```bash...
Hi Marty, sorry for the late reply! Fake SID's song files are not easily convertible to MOD, unfortunately. An even better way would be to export SID files – I...
My vision for the app is to remove some of the "fakeness" and to switch to resid for the SID emulation. I will also need to write a player for...
At the time when I conceived Fakesid, the idea of being able to export songs to sid seemed far fetched. I aimed a bit too low I guess. When I...
That's nice to know! On the other hand, the play routine as used inside GoatTracker is actually C code. I believe this is different from CheeseCutter where the 6510 is...