[DCDEV TOP]
code fragment
kos stuff
- libmidi : midi library using GUS PATCH pcm test program(binary)
- adpcmtest.zip : aica adpcm test program
- kernel/arch/dreamcast/fs/fs_iso9660.c : Joliet support
Joliet store filename as ucs2. This function treats filename as utf8 in fs_open() and fs_readir().
This means, if filename use only ASCII charactors, no need to change your code.
otherwise, you need to convert printable character when display.
- kernel/arch/dremcast/include/dc/fmath.h : more optimize
- fastmath.h :
when use newlib, copy fastmath.h and fmath.h to $(NEWLIB_INSTALL_DIR)/sh-elf/include/machine
then use inline asm math functions when -ml -m4-single-only -ffast-math
- IP.BIN logo
other stuff
- wav2adpcm : mono 16bit pcm wav <-> aica adpcm converter
- bmp2vmicon : windows bmp -> visual memory icon converter