SCM Repositories - desmume

Files shown:66 (Show 36 dead files)
Sticky Tag:

Index of /desmume/src


File Rev. Age Author Last log entry
 Parent Directory        
arm7/        
arm9/        
cli/        
cocoa/        
gdbstub/        
gtk/        
gtk-glade/        
nds/        
windows/        
.cvsignore  1.3  16 months  evilynux  Ignore empty directories.
ARM9.h  1.5  18 months  masscat  Added pointer for the texture slots.
Disassembler.c  1.3  18 months  masscat  Added Enhanced DSP Extension STRD and LRDD instructions.
Disassembler.h  1.1  2 years  yabause  Moved some macros from armcpu.h in a separate file. Moved Disassembler.cpp/.hpp ...
FIFO.c  1.7  3 months  gecko_reverse  Added compile fixes for Mmc (ie changed __fastcall's to FASTCALL macro, hopefull...
FIFO.h  1.5  3 months  mtabachenko   - Added SSE2 version for matrix [CrazyMax] - Some fixes in core (New SMB don't...
GPU.c  1.133  3 months  mtabachenko  core: - some fixes sprites and background; - some others fixes; - some speedup; ...
GPU.h  1.97  3 months  gecko_reverse  Did a few more minor compile fixes for the cocoa port. Added speed limit menu un...
MMU.c  1.77  2 months  mtabachenko  core: - fixed bug in FPU; - add reset & close function for 3D; winport: - add t...
MMU.h  1.22  3 months  mtabachenko   - Added SSE2 version for matrix [CrazyMax] - Some fixes in core (New SMB don't...
Makefile.am  1.35  15 months  yabause  fixed "make dist" and updated version number before releasing :)
NDSSystem.c  1.44  2 months  gecko_reverse  Cocoa Port: compile fixes, several code cleanups, and removed requirement for ha...
NDSSystem.h  1.26  13 months  shashclp  - Encapsulated all the GDB STUB stuff to be only enabled when the GDB_STUB macro...
ROMReader.c  1.8  17 months  cyberwarriorx  -Added copyright notices to files that didn't have them
ROMReader.h  1.4  14 months  evilynux  Fixed possible segfault in ROMReader on ia64 and amd64.
SPU.c  1.9  17 months  cyberwarriorx  -Should now work on big endian
SPU.h  1.6  7 months  gecko_reverse  Applied patch by TypeError (adds FAT image support and corrects function calls w...
arm_instructions.c  1.18  2 months  mtabachenko  core: - fixed bug in FPU; - add reset & close function for 3D; winport: - add t...
arm_instructions.h  1.5  13 months  shashclp  - Encapsulated all the GDB STUB stuff to be only enabled when the GDB_STUB macro...
armcpu.c  1.12  12 months  shashclp  - Patch #1810861 by carlo_bramini
armcpu.h  1.22  7 months  gecko_reverse  Applied patch by TypeError (adds FAT image support and corrects function calls w...
bios.c  1.10  13 months  shashclp  - Encapsulated all the GDB STUB stuff to be only enabled when the GDB_STUB macro...
bios.h  1.1  2 years  cyberwarriorx  -Main emulator code and windows port code conversion to C 100% complete. Files h...
bits.h  1.3  2 years  thoduv  BIT(n) was false. Now screen swap is fixed.
build.bat  1.1  2 years  delfare  printscreen add
cflash.c  1.15  7 months  gecko_reverse  disabled excessive FAT logging from last commit. cocoa port: fixed minor touch s...
cflash.h  1.3  17 months  masscat  Added FAT image reader/writer.
config.h  1.3  17 months  cyberwarriorx  -Added copyright notices to files that didn't have them
cp15.c  1.10  2 months  mtabachenko  core: - fixed bug in FPU; - add reset & close function for 3D; winport: - add t...
cp15.h  1.6  22 months  mightymax  cp15 access check is now inline
ctrlssdl.c  1.17  17 months  masscat  Fixed XY key setting on ARM7 (bug 1734669)
ctrlssdl.h  1.12  18 months  masscat  Split SDL joystick events processing out into a seperate function.
debug.c  1.6  6 months  mtabachenko  - moved console source code to new files for only windows port;
debug.h  1.11  3 months  mtabachenko  core: - some fixes sprites and background; - some others fixes; - some speedup; ...
desmume.mk  1.1  16 months  evilynux  Applied patch from Thomas Moulard: - Now possible to build in a separated direct...
dscard.h  1.2  17 months  cyberwarriorx  -Added copyright notices to files that didn't have them
fat.h  1.4  21 months  evilynux  - Fixed file reading resume, thanks to elhobbs. - Fixed relative path file open ...
fs-linux.c  1.10  7 months  gecko_reverse  Applied patch by TypeError (adds FAT image support and corrects function calls w...
fs-windows.c  1.8  19 months  shashclp  - Changed a few functions not returning data when they should
fs.h  1.5  19 months  shashclp  - Changed a few functions not returning data when they should
gdbstub.h  1.1  17 months  masscat  Initial GDB stub code.
gl_vertex.c  1.8  20 months  damdoum  less checks for 3D operations (when the function is to be called N times at leas...
gl_vertex.h  1.6  20 months  damdoum  disabled printing as it useful only for developers
instruction_tabdef.inc  1.2  18 months  masscat  Added Enhanced DSP Extension STRD and LDRD instructions.
matrix.c  1.6  3 months  mtabachenko  core: - some fixes sprites and background; - some others fixes; - some speedup; ...
matrix.h  1.6  3 months  mtabachenko  core: - some fixes sprites and background; - some others fixes; - some speedup; ...
matrix_sse2-x64.asm  1.1  3 months  mtabachenko  Fixed SSE2 build
matrix_sse2-x86.asm  1.2  3 months  mtabachenko  core: - some fixes sprites and background; - some others fixes; - some speedup; ...
mc.c  1.15  7 months  gecko_reverse  Applied patch by TypeError (adds FAT image support and corrects function calls w...
mc.h  1.8  21 months  cyberwarriorx  -Noticed a couple of files with missing copyrights. I hope it's correct now. -Ad...
mem.h  1.5  9 months  shashclp  - Fixed remaining armwrestler failing opcodes (LDM* mostly), now it's 100% corre...
opengl_collector_3Demu.c  1.16  16 months  masscat  Use stencil buffer for determining 3D generated pixels, corrected clear depth, u...
opengl_collector_3Demu.h  1.2  19 months  masscat  Added platform function for gl flushing/buffer switching to allow double bufferi...
registers.h  1.8  17 months  cyberwarriorx  -Added copyright notices to files that didn't have them
render3D.c  1.3  2 months  mtabachenko  core: - fixed bug in FPU; - add reset & close function for 3D; winport: - add t...
render3D.h  1.4  2 months  mtabachenko  core: - fixed bug in FPU; - add reset & close function for 3D; winport: - add t...
saves.c  1.14  21 months  damdoum  MMU : preparing big cleanup (use #define USE_OLD 0 in MMU.c to help me with that...
saves.h  1.6  21 months  damdoum  saves / restores GPU (less glitches when using savestates)
sndsdl.c  1.3  2 years  yabause  Fixed cflash a bit, at least it doesn't have the same bugs anymore :p (Added str...
sndsdl.h  1.1  2 years  cyberwarriorx  -Oops. Forgot to commit windows sound support file -Added SDL sound support for ...
thumb_instructions.c  1.8  12 months  shashclp  - Patch #1810861 by carlo_bramini
thumb_instructions.h  1.4  13 months  shashclp  - Encapsulated all the GDB STUB stuff to be only enabled when the GDB_STUB macro...
thumb_tabdef.inc  1.1  2 years  cyberwarriorx  -Initial source add. Changed copyright headers to english, change file name conv...
types.h  1.17  2 months  gecko_reverse  Cocoa Port: compile fixes, several code cleanups, and removed requirement for ha...
wifi.c  1.12  20 months  damdoum  explicit conversions to get rid of some warnings fixed some issues with structur...
wifi.h  1.16  21 months  ex-cyber  add newline at end of file