Commit Graph

  • b7ddc9cf2b Separated ARM9 from MMU so GPU doesn't depend on it anymore. Should ease the rewrite in C. yabause 2006-06-20 22:48:03 +0000
  • 478c291b0f Separated ARM9 from MMU so GPU doesn't depend on it anymore. Should ease the rewrite in C. yabause 2006-06-20 22:48:03 +0000
  • 6b5786fd1c Initial Import normmatt234 2006-06-14 11:47:31 +0000
  • 9d11e143f1 Initial Import normmatt234 2006-06-14 11:47:31 +0000
  • ec0b48260b - included all files needed normmatt234 2006-06-14 11:45:44 +0000
  • 22354704e5 - included all files needed normmatt234 2006-06-14 11:45:44 +0000
  • 833db3a5a0 main.cpp - added proper X/Y/DEBUG key implementations resources.rc - added config dialog resource.h - added combo defenitions normmatt234 2006-06-14 11:44:53 +0000
  • cfcd02328a main.cpp - added proper X/Y/DEBUG key implementations resources.rc - added config dialog resource.h - added combo defenitions normmatt234 2006-06-14 11:44:53 +0000
  • 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
  • 77ed68f8f2 Moved 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
  • 28f8f89bf6 Moved 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
  • a68d444913 Added FS_SEPARATOR definition ('/' on linux, '\\' on windows) yabause 2006-06-08 22:17:02 +0000
  • 785e9abc7a Added FS_SEPARATOR definition ('/' on linux, '\\' on windows) yabause 2006-06-08 22:17:02 +0000
  • 657bc38dec Added cflash support to gtk interface. fs-linux now detects directories. yabause 2006-06-08 21:57:00 +0000
  • 6f2d7ffe1f Added cflash support to gtk interface. fs-linux now detects directories. yabause 2006-06-08 21:57:00 +0000
  • 8c70e4a8c2 Added 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
  • 8b18e49929 Added 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
  • 01a8c191e2 Moved the \\* in fs-windows.c yabause 2006-06-07 22:11:43 +0000
  • 6819735ae3 Moved the \\* in fs-windows.c yabause 2006-06-07 22:11:43 +0000
  • 3de4593edf Moved fs.c to fs-windows.c and added some dummy fs-linux.c yabause 2006-06-07 22:00:48 +0000
  • 17d1283147 Moved fs.c to fs-windows.c and added some dummy fs-linux.c yabause 2006-06-07 22:00:48 +0000
  • 1c1aa297f2 Removed 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
  • 266cd8b1d2 Removed 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
  • 2b550ddba4 main.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
  • 7d1e41e1b7 main.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
  • abe8a5975a FIFO is now in C. yabause 2006-05-14 12:08:05 +0000
  • 585e02a79f FIFO is now in C. yabause 2006-05-14 12:08:05 +0000
  • e368117a06 Removing framebuffer emulation :p yabause 2006-05-14 10:35:12 +0000
  • 00e25cdbd6 Removing framebuffer emulation :p yabause 2006-05-14 10:35:12 +0000
  • 5ef9f4eee7 Added 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
  • a95dfc04a6 Added 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
  • a26856e8b1 Fixed 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
  • 0ce50a6611 Fixed 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
  • a19d281580 Removed 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
  • f607ac854b Removed 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
  • bde51f84e4 Removing useless files. yabause 2006-05-13 18:43:53 +0000
  • 43dfd91afb Removing useless files. yabause 2006-05-13 18:43:53 +0000
  • 79c6fdcdcf Fixed autotools script so they're searching for zlib and add some #ifdef in saves.cpp yabause 2006-05-13 12:48:19 +0000
  • 73ad7d96a8 Fixed autotools script so they're searching for zlib and add some #ifdef in saves.cpp yabause 2006-05-13 12:48:19 +0000
  • bf35693ebc Added Savestates normmatt234 2006-05-13 11:18:48 +0000
  • f2827c796a Added Savestates normmatt234 2006-05-13 11:18:48 +0000
  • 29f77fa637 translated more stuff aped 2006-05-13 09:09:59 +0000
  • d7e63734cb translated more stuff aped 2006-05-13 09:09:59 +0000
  • 8db41a8ec5 bool -> BOOL (true -> TRUE and false -> FALSE too, btw) yabause 2006-05-12 21:53:26 +0000
  • 9f8f72e023 bool -> BOOL (true -> TRUE and false -> FALSE too, btw) yabause 2006-05-12 21:53:26 +0000
  • 4b4d7812ba Some 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
  • 1b8d5e6e0c Some 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
  • 1c5f3990c7 Added a command line interface. yabause 2006-05-05 08:33:09 +0000
  • ccfd1e2d0f Added a command line interface. yabause 2006-05-05 08:33:09 +0000
  • 104ef2efa8 Partial rewrite of MMU in C. Gonna finish that later. yabause 2006-05-02 15:10:27 +0000
  • e27ac8162b Partial 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
  • 1a3bbf6070 limit fps delfare 2006-04-18 17:24:02 +0000
  • 5a73c52bce limit fps delfare 2006-04-18 17:24:02 +0000
  • 7b1695388b printscreen add delfare 2006-04-18 16:41:34 +0000
  • 42bfc900fa printscreen add delfare 2006-04-18 16:41:34 +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
  • 574603e7c5 Partial conversion of FIFO class to C. yabause 2006-04-15 13:12:13 +0000
  • ade454ad9d Partial 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
  • 64868f5be9 -Adding Yabause's logging system(since it's more functionally complete) cyberwarriorx 2006-04-13 19:35:46 +0000
  • 05905294f8 -Adding Yabause's logging system(since it's more functionally complete) cyberwarriorx 2006-04-13 19:35:46 +0000
  • d154d92333 -Changed version to 0.3.3 which is what the windows port currently reports it as. cyberwarriorx 2006-04-12 22:59:20 +0000
  • 866830178a -Changed version to 0.3.3 which is what the windows port currently reports it as. cyberwarriorx 2006-04-12 22:59:20 +0000
  • 83472a5fb8 -Changed variable types so they're more portable cyberwarriorx 2006-04-12 20:55:35 +0000
  • 432c506743 -Changed variable types so they're more portable cyberwarriorx 2006-04-12 20:55:35 +0000
  • 8638225f69 -Changed variable types so they're more portable cyberwarriorx 2006-04-12 20:41:39 +0000
  • 7b15cfea02 -Changed variable types so they're more portable cyberwarriorx 2006-04-12 20:41:39 +0000
  • 996a026e61 Replaced __fastcall by FASTCALL yabause 2006-04-12 20:03:05 +0000
  • f7deeb4180 Replaced __fastcall by FASTCALL yabause 2006-04-12 20:03:05 +0000
  • c9460e6d8b -Changed variable types so they're more portable cyberwarriorx 2006-04-12 20:02:11 +0000
  • 84bf311aeb -Changed variable types so they're more portable cyberwarriorx 2006-04-12 20:02:11 +0000
  • f028b8aec4 Added "config.h" thoduv 2006-04-10 14:24:12 +0000
  • 4e7f8adaed Added "config.h" thoduv 2006-04-10 14:24:12 +0000
  • 202c3d7065 -Changed variable types so they're more portable cyberwarriorx 2006-04-10 02:22:38 +0000
  • e64546b0de -Changed variable types so they're more portable cyberwarriorx 2006-04-10 02:22:38 +0000
  • 65e81946a7 -Changed variable types so they're more portable cyberwarriorx 2006-04-10 02:00:55 +0000
  • 0371299a69 -Changed variable types so they're more portable cyberwarriorx 2006-04-10 02:00:55 +0000
  • fee31029b9 -Changed variable types so they're more portable cyberwarriorx 2006-04-08 20:20:57 +0000
  • 53fe2f4020 -Changed variable types so they're more portable cyberwarriorx 2006-04-08 20:20:57 +0000
  • 821666bed5 Fixed compilation for windows. yabause 2006-04-08 15:20:21 +0000
  • f6532ec6cf Fixed compilation for windows. yabause 2006-04-08 15:20:21 +0000
  • eefd5e7752 Moved the SDL test in linux only part, as it isn't needed for windows. yabause 2006-04-08 14:23:26 +0000
  • b48fef99ca Moved the SDL test in linux only part, as it isn't needed for windows. yabause 2006-04-08 14:23:26 +0000
  • a3eeac26cf Got some comilation problems with resource.hpp, so renamed it to resource.h yabause 2006-04-08 13:28:26 +0000
  • ad5d247614 Got some comilation problems with resource.hpp, so renamed it to resource.h yabause 2006-04-08 13:28:26 +0000