normmatt234
|
ec0b48260b
|
- included all files needed
|
2006-06-14 11:45:44 +00:00 |
normmatt234
|
833db3a5a0
|
main.cpp - added proper X/Y/DEBUG key implementations
resources.rc - added config dialog
resource.h - added combo defenitions
|
2006-06-14 11:44:53 +00:00 |
normmatt234
|
16eea7dd99
|
-fixed compile errors in dev cpp
|
2006-06-14 11:42:12 +00:00 |
yabause
|
77ed68f8f2
|
Moved some macros from armcpu.h in a separate file.
Moved Disassembler.cpp/.hpp to Disassembler.c/.h
|
2006-06-10 16:18:26 +00:00 |
yabause
|
a68d444913
|
Added FS_SEPARATOR definition ('/' on linux, '\\' on windows)
|
2006-06-08 22:17:02 +00:00 |
yabause
|
657bc38dec
|
Added cflash support to gtk interface. fs-linux now detects directories.
|
2006-06-08 21:57:00 +00:00 |
yabause
|
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...
|
2006-06-07 22:52:24 +00:00 |
yabause
|
01a8c191e2
|
Moved the \\* in fs-windows.c
|
2006-06-07 22:11:43 +00:00 |
yabause
|
3de4593edf
|
Moved fs.c to fs-windows.c and added some dummy fs-linux.c
|
2006-06-07 22:00:48 +00:00 |
yabause
|
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.
|
2006-06-06 22:57:24 +00:00 |
cyberwarriorx
|
ac6ea9b9a4
|
-Changed's unsigned long's to u32. Should be more 64-bit compatible
|
2006-06-04 22:32:56 +00:00 |
ieremiou
|
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.
|
2006-05-26 14:03:43 +00:00 |
normmatt234
|
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
|
2006-05-26 07:41:51 +00:00 |
yabause
|
abe8a5975a
|
FIFO is now in C.
|
2006-05-14 12:08:05 +00:00 |
yabause
|
e368117a06
|
Removing framebuffer emulation :p
|
2006-05-14 10:35:12 +00:00 |
yabause
|
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)
|
2006-05-14 09:16:42 +00:00 |
yabause
|
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.
|
2006-05-14 06:14:48 +00:00 |
yabause
|
a19d281580
|
Removed the NDSSystem parameter as it's a extern one.
Rewrote the LOG macros so they are ANSI-compliant.
|
2006-05-13 22:34:38 +00:00 |
yabause
|
bde51f84e4
|
Removing useless files.
|
2006-05-13 18:43:53 +00:00 |
yabause
|
79c6fdcdcf
|
Fixed autotools script so they're searching for zlib and add some #ifdef
in saves.cpp
|
2006-05-13 12:48:19 +00:00 |
normmatt234
|
bf35693ebc
|
Added Savestates
|
2006-05-13 11:18:48 +00:00 |
aped
|
29f77fa637
|
translated more stuff
|
2006-05-13 09:09:59 +00:00 |
yabause
|
8db41a8ec5
|
bool -> BOOL (true -> TRUE and false -> FALSE too, btw)
|
2006-05-12 21:53:26 +00:00 |
yabause
|
4b4d7812ba
|
Some mac os x support... at least now it's not segfaulting anymore...
but it gives black screen.
|
2006-05-05 10:18:16 +00:00 |
yabause
|
1c5f3990c7
|
Added a command line interface.
|
2006-05-05 08:33:09 +00:00 |
yabause
|
104ef2efa8
|
Partial rewrite of MMU in C. Gonna finish that later.
|
2006-05-02 15:10:27 +00:00 |
cyberwarriorx
|
ae888f3181
|
-Fixed a few bugs
-Cleaned up code(screenshots now using win32 api structures)
-A few other things I can't remember
|
2006-04-18 19:43:26 +00:00 |
cyberwarriorx
|
c3cf08646d
|
-Added English Menu's for screenshots
-Fixed a strange issue where yopyop_private.rc was including itself
|
2006-04-18 19:01:26 +00:00 |
delfare
|
1a3bbf6070
|
limit fps
|
2006-04-18 17:24:02 +00:00 |
delfare
|
7b1695388b
|
printscreen add
|
2006-04-18 16:41:34 +00:00 |
cyberwarriorx
|
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
|
2006-04-16 19:17:11 +00:00 |
yabause
|
574603e7c5
|
Partial conversion of FIFO class to C.
|
2006-04-15 13:12:13 +00:00 |
cyberwarriorx
|
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
|
2006-04-14 20:28:15 +00:00 |
cyberwarriorx
|
619c90e81c
|
-Changed code to use Yabause's logging system, fixed a few odd things
|
2006-04-14 00:32:35 +00:00 |
cyberwarriorx
|
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)
|
2006-04-14 00:24:45 +00:00 |
cyberwarriorx
|
64868f5be9
|
-Adding Yabause's logging system(since it's more functionally complete)
|
2006-04-13 19:35:46 +00:00 |
cyberwarriorx
|
d154d92333
|
-Changed version to 0.3.3 which is what the windows port currently reports it as.
|
2006-04-12 22:59:20 +00:00 |
cyberwarriorx
|
83472a5fb8
|
-Changed variable types so they're more portable
|
2006-04-12 20:55:35 +00:00 |
cyberwarriorx
|
8638225f69
|
-Changed variable types so they're more portable
|
2006-04-12 20:41:39 +00:00 |
yabause
|
996a026e61
|
Replaced __fastcall by FASTCALL
|
2006-04-12 20:03:05 +00:00 |
cyberwarriorx
|
c9460e6d8b
|
-Changed variable types so they're more portable
|
2006-04-12 20:02:11 +00:00 |
thoduv
|
f028b8aec4
|
Added "config.h"
|
2006-04-10 14:24:12 +00:00 |
cyberwarriorx
|
202c3d7065
|
-Changed variable types so they're more portable
|
2006-04-10 02:22:38 +00:00 |
cyberwarriorx
|
65e81946a7
|
-Changed variable types so they're more portable
|
2006-04-10 02:00:55 +00:00 |
cyberwarriorx
|
fee31029b9
|
-Changed variable types so they're more portable
|
2006-04-08 20:20:57 +00:00 |
yabause
|
821666bed5
|
Fixed compilation for windows.
|
2006-04-08 15:20:21 +00:00 |
yabause
|
eefd5e7752
|
Moved the SDL test in linux only part, as it isn't needed for windows.
|
2006-04-08 14:23:26 +00:00 |
yabause
|
a3eeac26cf
|
Got some comilation problems with resource.hpp, so renamed it to resource.h
|
2006-04-08 13:28:26 +00:00 |
yabause
|
25dc03b40c
|
Added autotool scripts for windows. Fixed some things in the windows
version to have it compiling.
|
2006-04-08 13:25:25 +00:00 |
yabause
|
5ce0f5b852
|
updating autotools script to match source changes.
|
2006-04-07 20:51:14 +00:00 |