16eea7dd99-fixed compile errors in dev cpp
normmatt234
2006-06-14 11:42:12 +0000
bb0c7d8dc2-fixed compile errors in dev cpp
normmatt234
2006-06-14 11:42:12 +0000
77ed68f8f2Moved some macros from armcpu.h in a separate file. Moved Disassembler.cpp/.hpp to Disassembler.c/.h
yabause
2006-06-10 16:18:26 +0000
28f8f89bf6Moved some macros from armcpu.h in a separate file. Moved Disassembler.cpp/.hpp to Disassembler.c/.h
yabause
2006-06-10 16:18:26 +0000
a68d444913Added FS_SEPARATOR definition ('/' on linux, '\\' on windows)
yabause
2006-06-08 22:17:02 +0000
785e9abc7aAdded FS_SEPARATOR definition ('/' on linux, '\\' on windows)
yabause
2006-06-08 22:17:02 +0000
657bc38decAdded cflash support to gtk interface. fs-linux now detects directories.
yabause
2006-06-08 21:57:00 +0000
6f2d7ffe1fAdded cflash support to gtk interface. fs-linux now detects directories.
yabause
2006-06-08 21:57:00 +0000
8c70e4a8c2Added some code to fs-linux.c, it's now working enough to display files but doesn't parse subdirs. The code needs some cleaning...
yabause
2006-06-07 22:52:24 +0000
8b18e49929Added some code to fs-linux.c, it's now working enough to display files but doesn't parse subdirs. The code needs some cleaning...
yabause
2006-06-07 22:52:24 +0000
01a8c191e2Moved the \\* in fs-windows.c
yabause
2006-06-07 22:11:43 +0000
6819735ae3Moved the \\* in fs-windows.c
yabause
2006-06-07 22:11:43 +0000
3de4593edfMoved fs.c to fs-windows.c and added some dummy fs-linux.c
yabause
2006-06-07 22:00:48 +0000
17d1283147Moved fs.c to fs-windows.c and added some dummy fs-linux.c
yabause
2006-06-07 22:00:48 +0000
1c1aa297f2Removed the windows-specific code from cflash and fat files. Moved the directory access code in fs.c/.h fs.c is still windows-specific code, I'll have to write a POSIX version of that file.
yabause
2006-06-06 22:57:24 +0000
266cd8b1d2Removed the windows-specific code from cflash and fat files. Moved the directory access code in fs.c/.h fs.c is still windows-specific code, I'll have to write a POSIX version of that file.
yabause
2006-06-06 22:57:24 +0000
ac6ea9b9a4-Changed's unsigned long's to u32. Should be more 64-bit compatible
cyberwarriorx
2006-06-04 22:32:56 +0000
aa58600fc5-Changed's unsigned long's to u32. Should be more 64-bit compatible
cyberwarriorx
2006-06-04 22:32:56 +0000
74257346de- Fixes for cflash updates - Added makefile.am linking for cflash - Removed self-inserting redundant include in yopyop.. I thought that was fixed before.. sigh.
ieremiou
2006-05-26 14:03:43 +0000
7d3788ae01- Fixes for cflash updates - Added makefile.am linking for cflash - Removed self-inserting redundant include in yopyop.. I thought that was fixed before.. sigh.
ieremiou
2006-05-26 14:03:43 +0000
2b550ddba4main.cpp - added GBAMP emulation thanks to mic DeSmuME.dev - added icon and removed the include for the zlib dll, now it shouldnt require the dll
normmatt234
2006-05-26 07:41:51 +0000
7d1e41e1b7main.cpp - added GBAMP emulation thanks to mic DeSmuME.dev - added icon and removed the include for the zlib dll, now it shouldnt require the dll
normmatt234
2006-05-26 07:41:51 +0000
abe8a5975aFIFO is now in C.
yabause
2006-05-14 12:08:05 +0000
585e02a79fFIFO is now in C.
yabause
2006-05-14 12:08:05 +0000
5ef9f4eee7Added initial framebuffer emulation. You have to define FRAMEBUFFER to enable it (this can be done with ./configure --enable-framebuffer if you're using autotools scripts)
yabause
2006-05-14 09:16:42 +0000
a95dfc04a6Added initial framebuffer emulation. You have to define FRAMEBUFFER to enable it (this can be done with ./configure --enable-framebuffer if you're using autotools scripts)
yabause
2006-05-14 09:16:42 +0000
a26856e8b1Fixed debug.h so variadic macros are working without arguments and added an extern "C" so there's no linker error when using autotools script to compile.
yabause
2006-05-14 06:14:48 +0000
0ce50a6611Fixed debug.h so variadic macros are working without arguments and added an extern "C" so there's no linker error when using autotools script to compile.
yabause
2006-05-14 06:14:48 +0000
a19d281580Removed the NDSSystem parameter as it's a extern one. Rewrote the LOG macros so they are ANSI-compliant.
yabause
2006-05-13 22:34:38 +0000
f607ac854bRemoved the NDSSystem parameter as it's a extern one. Rewrote the LOG macros so they are ANSI-compliant.
yabause
2006-05-13 22:34:38 +0000
4b4d7812baSome mac os x support... at least now it's not segfaulting anymore... but it gives black screen.
yabause
2006-05-05 10:18:16 +0000
1b8d5e6e0cSome mac os x support... at least now it's not segfaulting anymore... but it gives black screen.
yabause
2006-05-05 10:18:16 +0000
1c5f3990c7Added a command line interface.
yabause
2006-05-05 08:33:09 +0000
ccfd1e2d0fAdded a command line interface.
yabause
2006-05-05 08:33:09 +0000
104ef2efa8Partial rewrite of MMU in C. Gonna finish that later.
yabause
2006-05-02 15:10:27 +0000
e27ac8162bPartial rewrite of MMU in C. Gonna finish that later.
yabause
2006-05-02 15:10:27 +0000
ae888f3181-Fixed a few bugs -Cleaned up code(screenshots now using win32 api structures) -A few other things I can't remember
cyberwarriorx
2006-04-18 19:43:26 +0000
19ac424ee1-Fixed a few bugs -Cleaned up code(screenshots now using win32 api structures) -A few other things I can't remember
cyberwarriorx
2006-04-18 19:43:26 +0000
c3cf08646d-Added English Menu's for screenshots -Fixed a strange issue where yopyop_private.rc was including itself
cyberwarriorx
2006-04-18 19:01:26 +0000
6b4b98b46d-Added English Menu's for screenshots -Fixed a strange issue where yopyop_private.rc was including itself
cyberwarriorx
2006-04-18 19:01:26 +0000
86979e44a7-Added BOOL type and TRUE and FALSE definitions(if they're not defined). When converting C++ -> C, please use this to convert bool variables
cyberwarriorx
2006-04-16 19:17:11 +0000
91db63f4d2-Added BOOL type and TRUE and FALSE definitions(if they're not defined). When converting C++ -> C, please use this to convert bool variables
cyberwarriorx
2006-04-16 19:17:11 +0000
574603e7c5Partial conversion of FIFO class to C.
yabause
2006-04-15 13:12:13 +0000
ade454ad9dPartial conversion of FIFO class to C.
yabause
2006-04-15 13:12:13 +0000
517f7f7cde-Translated some french variables to english -Added an english menu for windows port -Fixed a couple of potential issues -Added new logging to windows port
cyberwarriorx
2006-04-14 20:28:15 +0000
11df754203-Translated some french variables to english -Added an english menu for windows port -Fixed a couple of potential issues -Added new logging to windows port
cyberwarriorx
2006-04-14 20:28:15 +0000
619c90e81c-Changed code to use Yabause's logging system, fixed a few odd things
cyberwarriorx
2006-04-14 00:32:35 +0000
85d74d9d37-Changed code to use Yabause's logging system, fixed a few odd things
cyberwarriorx
2006-04-14 00:32:35 +0000
435a82a144-File needs to be redone as it's not as up to date as armcpu.cpp(It's not entirely in C yet either)
cyberwarriorx
2006-04-14 00:24:45 +0000
14de0fef55-File needs to be redone as it's not as up to date as armcpu.cpp(It's not entirely in C yet either)
cyberwarriorx
2006-04-14 00:24:45 +0000