mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 23:13:01 +00:00
29dfeccfe7
as of now the range is ~32768, either from -16384 to 16383, or 0 to 32767. it previously was -32768 to 32767 (~65536). this change was made to better suit chips that only output a positive value. if you are working on a new chip, update your code and shift right by one if necessary. |
||
---|---|---|
.. | ||
asm | ||
audio | ||
check | ||
cli | ||
engine | ||
gui | ||
backtrace.cpp | ||
baseutils.cpp | ||
baseutils.h | ||
fileutils.cpp | ||
fileutils.h | ||
log.cpp | ||
main.cpp | ||
ta-log.h | ||
ta-utils.h | ||
utfutils.cpp | ||
utfutils.h | ||
winMain.cpp |