Webbased old-school Amiga music tracker in plain old javascript - Plays and edits Amiga Mod files and FastTracker XM files
-
Updated
Dec 18, 2019 - JavaScript
Webbased old-school Amiga music tracker in plain old javascript - Plays and edits Amiga Mod files and FastTracker XM files
Optimized Amiga emulator for the Raspberry Pi and other ARM boards
A portable framework for the Objective-C language.
A314, a trapdoor expansion that lets you use a Raspberry Pi as a co-processor to an Amiga 500
A Javascript .MOD and .XM music player
Mirror of http://bitbucket.org/zxtune/zxtune repository with robot-only issues tracker
:closed_lock_with_key: AmiSSL is the AmigaOS/MorphOS/AROS port of OpenSSL. It wraps the full functionality of OpenSSL into a full-fledged Amiga shared library that makes it possible for Amiga applications to use the full OpenSSL API through a standard Amiga shared library interface (e.g. web browsers wanting to support HTTPS, etc.)...
Open Hardware 1 MB Chip RAM Expansion for the Commodore Amiga 600 Computer
current master branch
It would be great if there was some documentation regarding the environment requirements, in order to compile the project from source.
E.g. MUI, the various MCCs, the NDK 3.9 (if needed), etc.
Even with an educated guess that I made, I'm still missing some references to some files which don't seem to be part of
With something like this:
#include <fixmath/fix16.h>
// ...
fix16_t XCoord = 0;
fix16_t half = fix16_div(fix16_from_int(1), fix16_from_int(2)); // calculate once if possible
// ...
if(right) XCoord += half;
// draw using fix16_to_int(XCoord)
A port of Stunt Car Remake to OpenPandora, Linux and Emscripten. Status: Working
Information about how to use the Amiga's blitter to draw sub-pixel accurate lines.
tine - a modern clone of the AmigaDOS/TRIPOS ED display editor
Add a description, image, and links to the amiga topic page so that developers can more easily learn about it.
To associate your repository with the amiga topic, visit your repo's landing page and select "manage topics."
https://github.com/rkrajnc/minimig-mist/blob/da69f6ec45f9956f1df56f0a9a7f4a062c9b726e/rtl/sdram/cpu_cache_new.v#L214
CACR[3] is write-only bit, so CPU cannot read the last state, thus if it will write 1 second and more times it won't trigger the clear since internally it's 1 already. Isn't?