cyberwarriorx
|
aa58600fc5
|
-Changed's unsigned long's to u32. Should be more 64-bit compatible
|
2006-06-04 22:32:56 +00:00 |
ieremiou
|
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.
|
2006-05-26 14:03:43 +00:00 |
normmatt234
|
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
|
2006-05-26 07:41:51 +00:00 |
yabause
|
585e02a79f
|
FIFO is now in C.
|
2006-05-14 12:08:05 +00:00 |
yabause
|
00e25cdbd6
|
Removing framebuffer emulation :p
|
2006-05-14 10:35:12 +00:00 |
yabause
|
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)
|
2006-05-14 09:16:42 +00:00 |
yabause
|
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.
|
2006-05-14 06:14:48 +00:00 |
yabause
|
f607ac854b
|
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
|
43dfd91afb
|
Removing useless files.
|
2006-05-13 18:43:53 +00:00 |
yabause
|
73ad7d96a8
|
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
|
f2827c796a
|
Added Savestates
|
2006-05-13 11:18:48 +00:00 |
aped
|
d7e63734cb
|
translated more stuff
|
2006-05-13 09:09:59 +00:00 |
yabause
|
9f8f72e023
|
bool -> BOOL (true -> TRUE and false -> FALSE too, btw)
|
2006-05-12 21:53:26 +00:00 |
yabause
|
1b8d5e6e0c
|
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
|
ccfd1e2d0f
|
Added a command line interface.
|
2006-05-05 08:33:09 +00:00 |
yabause
|
e27ac8162b
|
Partial rewrite of MMU in C. Gonna finish that later.
|
2006-05-02 15:10:27 +00:00 |
cyberwarriorx
|
19ac424ee1
|
-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
|
6b4b98b46d
|
-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
|
5a73c52bce
|
limit fps
|
2006-04-18 17:24:02 +00:00 |
delfare
|
42bfc900fa
|
printscreen add
|
2006-04-18 16:41:34 +00:00 |
cyberwarriorx
|
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
|
2006-04-16 19:17:11 +00:00 |
yabause
|
ade454ad9d
|
Partial conversion of FIFO class to C.
|
2006-04-15 13:12:13 +00:00 |
cyberwarriorx
|
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
|
2006-04-14 20:28:15 +00:00 |
cyberwarriorx
|
85d74d9d37
|
-Changed code to use Yabause's logging system, fixed a few odd things
|
2006-04-14 00:32:35 +00:00 |
cyberwarriorx
|
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)
|
2006-04-14 00:24:45 +00:00 |
cyberwarriorx
|
05905294f8
|
-Adding Yabause's logging system(since it's more functionally complete)
|
2006-04-13 19:35:46 +00:00 |
cyberwarriorx
|
866830178a
|
-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
|
432c506743
|
-Changed variable types so they're more portable
|
2006-04-12 20:55:35 +00:00 |
cyberwarriorx
|
7b15cfea02
|
-Changed variable types so they're more portable
|
2006-04-12 20:41:39 +00:00 |
yabause
|
f7deeb4180
|
Replaced __fastcall by FASTCALL
|
2006-04-12 20:03:05 +00:00 |
cyberwarriorx
|
84bf311aeb
|
-Changed variable types so they're more portable
|
2006-04-12 20:02:11 +00:00 |
thoduv
|
4e7f8adaed
|
Added "config.h"
|
2006-04-10 14:24:12 +00:00 |
cyberwarriorx
|
e64546b0de
|
-Changed variable types so they're more portable
|
2006-04-10 02:22:38 +00:00 |
cyberwarriorx
|
0371299a69
|
-Changed variable types so they're more portable
|
2006-04-10 02:00:55 +00:00 |
cyberwarriorx
|
53fe2f4020
|
-Changed variable types so they're more portable
|
2006-04-08 20:20:57 +00:00 |
yabause
|
f6532ec6cf
|
Fixed compilation for windows.
|
2006-04-08 15:20:21 +00:00 |
yabause
|
b48fef99ca
|
Moved the SDL test in linux only part, as it isn't needed for windows.
|
2006-04-08 14:23:26 +00:00 |
yabause
|
ad5d247614
|
Got some comilation problems with resource.hpp, so renamed it to resource.h
|
2006-04-08 13:28:26 +00:00 |
yabause
|
773ae87587
|
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
|
db1f8f595c
|
updating autotools script to match source changes.
|
2006-04-07 20:51:14 +00:00 |
thoduv
|
1dcf2a48f4
|
BIG CHANGE : Core of emu (armcpu) has been translated to C
|
2006-04-07 19:20:51 +00:00 |
yabause
|
b0ad7a3347
|
forgot to add the conditional subdir in Makefile.am
|
2006-04-06 21:26:13 +00:00 |
yabause
|
8a2bb91c02
|
gtk should be used only on linux (for time being)
|
2006-04-06 21:22:22 +00:00 |
yabause
|
11cf2bbe7b
|
Adding autotools stuff. Still need to write the windows Makefile.am.
|
2006-04-06 20:41:56 +00:00 |
thoduv
|
a5e13c22c6
|
Conversion from ARM_CPU (c++) to C ! :)
|
2006-04-06 19:57:38 +00:00 |
thoduv
|
d423862d72
|
Rename "types.hpp" to "types.h" (seeing I've made the error in all header ;P)
|
2006-04-06 19:15:36 +00:00 |
thoduv
|
5f6d3cec65
|
Added GTK+ GUI
|
2006-04-06 16:46:53 +00:00 |
cyberwarriorx
|
a17b14f116
|
-Accidently forgot to rename one file
|
2006-04-06 01:30:31 +00:00 |
cyberwarriorx
|
ed997005e8
|
-Initial source add. Windows-specific code
|
2006-04-05 23:13:44 +00:00 |
cyberwarriorx
|
cc27537b75
|
-Initial source add. Changed copyright headers to english, change file name conventions to *.cpp/*.hpp
|
2006-04-05 21:01:57 +00:00 |