Commit Graph

1042 Commits

Author SHA1 Message Date
yabause 45fa0170f7 Patch by riccardom:
a negative integral was passed to a unsigned variable so
declared it signed and casted it to unsigned when it is known
to be positive (size_t vs ssize_t).
2008-10-21 19:41:04 +00:00
yabause d0d974b9c7 Warnings fixes by riccardom. 2008-10-21 19:39:10 +00:00
yabause 106c53705e Using a u8 to index a 0x8000 array it not a good idea :)
thanks to riccardom for reporting.
2008-10-19 16:52:41 +00:00
yabause 95be4ade56 Patch by riccardom to remove the extra read16le function.
The function is not used internaly is not defined in any
header file, so I guess it's ok to remove it. Feel free
to revert me if I'm wrong though.
2008-10-19 15:52:47 +00:00
yabause b22e828e41 Another warnings fix patch by riccardom, this is also
protecting the non-portable DebugDumpTexture.
2008-10-19 15:37:16 +00:00
yabause d5d434133c Patch 2176985 by riccardom to fix compilation when gdb stub
is enabled.
2008-10-19 09:19:23 +00:00
yabause 40aea15810 More #ifdef protection for gdb stub by riccardom
(patch 2168060).
Added a --enable-gdb-stub to configure too.
2008-10-18 07:49:51 +00:00
yabause 5d5ea8b2a2 --enable-hardcore configure flag is now even more hardcore!
(patch 2157019 by riccardom)
2008-10-17 10:41:37 +00:00
yabause 34f2a1c6e5 More warnings fixes by riccardom (patch 2157019)
Also removed the unused execute_gdb function.
2008-10-17 10:28:01 +00:00
yabause 53b18ff23d More warnings fixes by riccardom (patch 2157019)
Removed three unused functions including SPU_ReadByte
and SPU_ReadLong.
2008-10-17 10:11:50 +00:00
yabause c26ff21787 More warnings fixes by riccardom (patch 2157019)
This patch also protects the DebugDumpTexture
with DEBUG_DUMP_TEXTURE preprocessor define.
(btw, there's much chance that function won't
works on non windows platforms...)
2008-10-17 09:55:15 +00:00
yabause 81bbf061c4 More warnings fixes by riccardom (patch 2157019) 2008-10-17 09:49:03 +00:00
yabause fa4f4a18e6 More warnings fixes by riccardom (patch 2157019) 2008-10-17 09:42:47 +00:00
yabause 64af0142ca More warnings fixes by riccardom (patch 2157019)
Removed armcpu_prefetchExeption as it seems to
be unused.
2008-10-17 09:40:27 +00:00
yabause 76e87ebccf More warnings fixes by riccardom (patch 2157019) 2008-10-17 09:27:42 +00:00
yabause 447867a4ed More warnings fixes by riccardom (patch 2157019) 2008-10-17 09:26:29 +00:00
yabause cc8298291d More warnings fixes by riccardom (patch 2157019) 2008-10-17 09:23:46 +00:00
yabause f91cf5adf3 More warnings fixes by riccardom (patch 2157019) 2008-10-17 09:20:38 +00:00
yabause 2440ea25e7 More warnings fixes by riccardom (patch 2157019)
This one fix the warnings for SDL related stuff.
I also removed an unused function...
2008-10-17 09:16:13 +00:00
yabause 1e9e8c405b More warnings fixes by riccardom (patch 2157019) 2008-10-17 09:12:36 +00:00
yabause 62ab94aa16 Ok... last patch in the "riccardom warnings fix" serie, this
close 2157019 :)
2008-10-13 19:30:19 +00:00
yabause 744d001fb9 Some more warning fixes by riccardom. 2008-10-13 19:28:26 +00:00
yabause 64f18427be Third patch by riccardom in 2157019
This one fix warnings (I'm sure you guessed it)
and use u8 instead of char where it makes sense.
2008-10-13 19:20:27 +00:00
yabause c78ba6f6d1 Second patch in 2157019 by riccardom.
This one fix a bug in POWER_CR_SKIP and remove some
warnings.
2008-10-13 19:15:16 +00:00
yabause dcc710a630 Fixed warnings when compiling the gtk-glade port.
(this is first patch in 2157019 by riccardom)
2008-10-13 19:12:00 +00:00
gecko_reverse c4c16fcfd4 moved cocoa rom_info to cocoa/dialogs. also removed ctrlsdl from codeblocks project (added accidentally last revision) 2008-10-12 23:19:20 +00:00
gecko_reverse cf6d18ad9d compile fixes for cocoa port. also removed some cocoa-port specific code from types.h which is is no longer needed since things have gotten more platform-independant 2008-10-12 22:04:45 +00:00
yabause 88dac45826 const char * patch 2156837 by riccardom 2008-10-10 21:26:02 +00:00
zeromus a02e215b3e fix bug: reading from unmapped vram should return zero 2008-10-10 16:36:32 +00:00
zeromus 82aa8a7d3f remove one of the printlogs that i added. i think it isnt necessary any more since i took out asserts. logging is still seriously effed up 2008-10-10 08:01:08 +00:00
yabause efe749182a Code cleanup by riccardom (patch 2155179)
Fixed the compilation for gtk-glade port.
2008-10-09 19:57:28 +00:00
zeromus dc4ffd3119 add font rendering to the softrender system 2008-10-09 02:55:35 +00:00
zeromus 2b6a587c2d start making my debugging crap conditionally compiled 2008-10-08 06:52:30 +00:00
zeromus d6d509b783 begin adding a general purpose universal software renderer. it doesnt do much yet, but osd can use it to draw its text more slowly. 2008-10-08 06:48:40 +00:00
zeromus 18c205fa3a remove a dead file 2008-10-08 04:49:29 +00:00
yabause cca9563a85 Checked in 4 more patches by Magliocchetti Riccardo
Those are mostly fixes for gtk and gtk-glade ports.
See patch descriptions on sourceforge for details:
patches ID: 2149139 2149460 2149470 2149537
2008-10-06 19:35:46 +00:00
mtabachenko edfb5bd1ac winport:
- new config input dialog;
2008-10-06 12:01:47 +00:00
mtabachenko bb9029025e winport:
- rewrite input core;
- replace config input dialog;
2008-10-06 11:49:47 +00:00
yabause 22dbd4be29 Pause function wasn't testing if SNDCore is NULL 2008-10-03 21:41:48 +00:00
yabause 8bce991fd0 Another quite old patch: 1717507
This one adds swedish translation for gtk-glade port.
Tack!
2008-10-03 20:45:30 +00:00
yabause aad6762173 Happy birthday "no gap" patch! (1805368)
After a year spent in our trackers, it's time to get in.
The menu changes were left out though. Sorry about that, but
I think you're now old enough to understand that we can't
check everything in.
2008-10-03 20:23:18 +00:00
yabause acfb680b51 Another patch by Magliocchetti Riccardo (2144883), this
one fix small memory leaks in the gtk-glade port.
2008-10-03 19:21:16 +00:00
yabause 785609621d Patch 2134525 in (fixes a small memory leak in gtk port). 2008-10-03 16:19:29 +00:00
yabause df9178d12b Applied patch 2118382 and did a few more compilation fixes
for autotools scripts. Also remove INLINE declaration from
rtc.cpp. If you want them to be inline, move them in rtc.h
2008-10-03 08:20:11 +00:00
mtabachenko e4679536c6 - added for developers mmu debug;
- fix Intel C++ project;
- "printlog" is possibly corrected for other ports in a difference from Windows of port;
2008-10-02 22:56:06 +00:00
mtabachenko 0c3889afb1 core:
- fix RTC write;
2008-09-29 09:37:23 +00:00
mtabachenko ca9c79639d core:
- Add RTC implementations (not fully);
2008-09-29 08:43:07 +00:00
zeromus 0fdebc6e69 add some asserts to identify emulator bugs as a source of incompatibility 2008-09-28 22:04:24 +00:00
zeromus 8e97a058dc add fifo and cp15 to savestate. i believe it is mostly complete now, except for the 3d backbuffers (so the first frame after a load wont have 3d.) but i skipped this because the format will definitely change. ... ...and once more your savestates are invalidated. 2008-09-28 04:48:46 +00:00
zeromus 6a696d6bb8 - add mmu to savestate.
- totally change how the savestates work in order to fix a bug in the gfx3d savestate. your old savestates are definitely invalidated.
- rename adress to address everywhere.
2008-09-27 06:52:33 +00:00