teakra

所属分类:DSP编程
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2022-02-24 01:04:11
上 传 者sh-1993
说明:  DSi 3DS DSP模拟器、反汇编程序、汇编程序和测试仪,
(DSi 3DS DSP emulator, disassembler, assembler, and tester,)

文件列表:
.clang-format (2565, 2022-02-23)
.travis.yml (694, 2022-02-23)
.travis/ (0, 2022-02-23)
.travis/linux-build.sh (264, 2022-02-23)
.travis/macos-build.sh (303, 2022-02-23)
.travis/windows-build.sh (269, 2022-02-23)
CMakeLists.txt (2367, 2022-02-23)
CMakeModules/ (0, 2022-02-23)
CMakeModules/CreateDirectoryGroups.cmake (859, 2022-02-23)
LICENSE (1067, 2022-02-23)
appveyor.yml (569, 2022-02-23)
externals/ (0, 2022-02-23)
externals/CMakeLists.txt (179, 2022-02-23)
externals/catch/ (0, 2022-02-23)
externals/catch/catch.hpp (657173, 2022-02-23)
hwtest/ (0, 2022-02-23)
hwtest/dspapbptester/ (0, 2022-02-23)
hwtest/dspapbptester/Makefile (6508, 2022-02-23)
hwtest/dspapbptester/banner.bnr (237728, 2022-02-23)
hwtest/dspapbptester/data/ (0, 2022-02-23)
hwtest/dspapbptester/data/cdc.bin (988, 2022-02-23)
hwtest/dspapbptester/dspapbptester.smdh (14016, 2022-02-23)
hwtest/dspapbptester/firm/ (0, 2022-02-23)
hwtest/dspapbptester/firm/source (1993, 2022-02-23)
hwtest/dspapbptester/rsf.rsf (6112, 2022-02-23)
hwtest/dspapbptester/send.py (758, 2022-02-23)
hwtest/dspapbptester/source/ (0, 2022-02-23)
hwtest/dspapbptester/source/main.cpp (7805, 2022-02-23)
hwtest/dspmemorytester/ (0, 2022-02-23)
hwtest/dspmemorytester/Makefile (6508, 2022-02-23)
hwtest/dspmemorytester/banner.bnr (237728, 2022-02-23)
hwtest/dspmemorytester/data/ (0, 2022-02-23)
hwtest/dspmemorytester/data/cdc.bin (892, 2022-02-23)
hwtest/dspmemorytester/dspmemorytester.smdh (14016, 2022-02-23)
hwtest/dspmemorytester/firm/ (0, 2022-02-23)
hwtest/dspmemorytester/firm/source (1221, 2022-02-23)
... ...

# Teakra [![Build Status](https://travis-ci.com/wwylele/teakra.svg?branch=master)](https://travis-ci.com/wwylele/teakra) [![Build status](https://ci.appveyor.com/api/projects/status/mxr5tg4v8dafyqec/branch/master?svg=true)](https://ci.appveyor.com/project/wwylele/teakra/branch/master) Emulator, (dis-)assembler, tools and documentation for XpertTeak, the DSP used by DSi/3DS. Many thanks to Martin Korth and many other contributers for their help and their [excellent GBATEK doc](http://problemkaputt.de/gbatek.htm#dsixpertteakdsp)! ## Contents Please refer to README.md in the following directories for their detail. - `src` contains main source code for compiling portable libraries/tools. [Detailed documentation](src/README.md) for the Teak architecture and for peripherals is also here. - `include` contains the header for the emulator and the disassembler libraries. - `dsptester` contains the source code of a 3DS tool that tests processor instructions and registers - `dspmemorytester` contains the source code of another 3DS tool that tests memory read/write, MMIO and DMA. ## General Information of the XpertTeak The XpertTeak DSP consists of a Teak-family architecture processor, and peripheral components including DMA, interrupt controller and audio input/output ports etc. The exact architecture of the processor is still unclear. GBATEK states that the architecture is TeakLite II, the successor of the TeakLite architecture. Their evidence is the TeakLite II disassembler bundled in RealView Developer Suite. However, a Teak family debugger from [here](https://www.lauterbach.com) shows that the "TEAK(-REVA, -REVB, DEV-A0, -RTL2_0)" contains very similar registers and instruction set described in GBATEK, while the "TeakLite-II" contains very different registers and instructions. This shows that the architecture is likely the original Teak, introduced along with TeakLite as a "non-Lite" expansion to it. DSi and 3DS both include XpertTeak. However, their uses of XpertTeak are pretty different. Most DSi games don't use it at all. It's used by the "Nintendo DSi Sound" and "Nintendo Zone" system utilities, and by the "Cooking Coach" cartridge (according to GBATEK), where it appears to be intended for audio/video decoding. On the contrary, 3DS games all use XpertTeak for audio decoding and output.

近期下载者

相关文件


收藏者