Commit Graph

3613 Commits

Author SHA1 Message Date
mtabachenko 0ca0356432 core:
- fix SMLABB instruction;
2010-04-25 16:02:18 +00:00
zeromus de4ff111bb fix obviously broken code in the RTC dayofweek calculation. Is it correct now? Not sure, but i think it fixes animal crossing at least 2010-04-24 20:10:24 +00:00
mtabachenko f535f9ac58 - fix overflow flag in ADCS/SBCS/RSCS; 2010-04-24 16:47:53 +00:00
riccardom fc0c459391 Add missing parens. 2010-04-24 15:55:21 +00:00
riccardom ce8d525928 Add missing include header. 2010-04-24 15:46:40 +00:00
riccardom d2434c3bd9 strdup needs string.h. 2010-04-24 14:31:42 +00:00
riccardom 7c420765a9 Fix "suggest parentheses around comparison in operand of ‘&’"
warnings.
2010-04-24 14:28:16 +00:00
mtabachenko ed419e6a3a core:
- a lot work on fix CPU emulation but not finished yet. Report to bugtracker if it break something.
2010-04-24 13:37:29 +00:00
zeromus 53a76b5be5 win32: save type menu was completely broken. awesome. 2010-04-24 07:24:18 +00:00
zeromus 882d05895e more chinese gobbledegook 2010-04-24 07:23:37 +00:00
zeromus bf2c15b24d critical bugfix!@! 2010-04-24 06:23:06 +00:00
zeromus c2ecb37c26 commit whatever pokefan did to chinese translation 2010-04-24 05:50:01 +00:00
zeromus 68588dd964 piano controller emulation. maybe youll want to use the mouse anyway once you try the game... 2010-04-24 00:54:44 +00:00
zeromus a9b186acb3 more realistic exception handling 2010-04-23 03:31:55 +00:00
zeromus 4069c5a517 win32: add shift+ptrscrn to capture 256x384 to clipboard with no extra info 2010-04-22 21:10:12 +00:00
zeromus 6e4af3f8b0 rasterize: edge mark colors were too dark 2010-04-22 20:45:12 +00:00
riccardom e8bd687f08 Make log3D static and put it under the same ifdef which
surround its usage.
2010-04-21 20:18:56 +00:00
adelikat 6b3438925c Win32 Drag & Drop - if .dsm file is dropped with no ROM loaded prompt for one. 2010-04-21 14:41:43 +00:00
normmatt234 77934940e2 update vs2010 project. 2010-04-21 11:04:30 +00:00
luigi__ d3b329ec7f tiny mistake again. 2010-04-21 10:27:25 +00:00
luigi__ fe2e22962a r3550, again :P 2010-04-21 10:20:12 +00:00
riccardom d727d83b5b WIFI_WFCWarning is supposed to be false as default. 2010-04-21 09:08:49 +00:00
zeromus 4393a347e3 B I T 2010-04-21 07:01:39 +00:00
zeromus fa8b1c7483 tweakin tha changelogs 2010-04-21 06:55:16 +00:00
zeromus 2ac4dfe8e6 merge r3563 to trunk and unnecessarily touch 1000 files 2010-04-21 06:34:19 +00:00
zeromus e4c49d8de9 merge r3561 from release branch 2010-04-21 04:32:19 +00:00
riccardom 96a47a4af9 Enjoy OO in driver instead of the same old boring ifdefery. 2010-04-20 22:42:50 +00:00
riccardom 8c80050dbe Fixup indentation. 2010-04-20 22:40:13 +00:00
riccardom 9ff4a176cf Fix preprocessor check for xbox. 2010-04-20 22:34:27 +00:00
zeromus 197273887f win32: clean up winpcap lib references (i.e. remove them) in all vcproj 2010-04-20 21:36:41 +00:00
luigi__ 02bfeac444 RIP, WinPCap libs (using GetProcAddress() since a while now) 2010-04-20 21:35:27 +00:00
zeromus df589d321a redefine elementary mathematics 2010-04-20 21:06:45 +00:00
luigi__ 07d7d2c01d MMU: wifi registers/RAM are only in range 04800000-0480FFFF, not 04800000-04FFFFFF. 2010-04-20 19:52:04 +00:00
luigi__ 455e2c7080 Memview: prevent modification of wifi registers and RAM. 2010-04-20 19:33:41 +00:00
riccardom cb6f0c0dfd Warn if --enable-wifi is set but libpcap is not available. 2010-04-20 18:58:38 +00:00
riccardom 42f9017627 Set infrastructure as default wifi mode. 2010-04-20 17:29:35 +00:00
luigi__ 5a4f5f9614 Wifi: fix potential endian issues on bigendian in the DNS parsing code. 2010-04-20 17:21:31 +00:00
riccardom 294e3e959c Use different stubs for wifi on !WINDOWS, mostly is using
plain pcap.
2010-04-20 17:18:24 +00:00
riccardom 3587dbad50 Add missing parens, spotted by gcc. 2010-04-20 17:16:36 +00:00
riccardom 4c0e2761e8 Add hack to have an understandable device name on
!WINDOWS (at least linux :) and print the selected
device name on log level 2.
2010-04-20 17:10:35 +00:00
riccardom 5f98f3906e Update code for RXHWWriteCursor -> RXWriteCursor rename. 2010-04-20 17:00:16 +00:00
luigi__ fb0db7b5ac Wifi: put in some parsing of DNS requests, and a warning when a DNS request to the WFC servers is detected, rather than just blocking any packet that contains "nintendowifi".
The user has to confirm he wants to connect to WFC, otherwise SoftAP will deauthenticate (therefore breaking the connection). Note on the warning, for those who don't read warnings and just hit spacebar: I made the No button selected by default.
If someone really wants to just block WFC, atleast we've got a more proper detector now...
2010-04-20 16:38:21 +00:00
zeromus 9dbac0c047 gtk: merge r3543 from release branch to fix dsm recording 2010-04-20 02:34:45 +00:00
luigi__ 323db4cdf2 wifi: tiny mistake, shouldn't have broken much 2010-04-19 11:39:50 +00:00
normmatt234 562eefd1b5 add vs2010 project files. 2010-04-18 23:39:40 +00:00
zeromus e72b321d29 rasterizer: fix an occasional crash during loadstate 2010-04-18 23:10:53 +00:00
zeromus 80ba44d209 add a crude technique to block connections only to WFC servers. youll have to comment it to get any love. 2010-04-18 18:34:23 +00:00
luigi__ b9740ab5c7 Wifi: fix some silly error in SoftAP_RXHandler. I don't know but that might have caused buffer overflows. 2010-04-18 17:38:21 +00:00
riccardom c390f82621 Comment a log message that references old
code now gone to make it compile with log level
higher than 0.
2010-04-18 16:15:11 +00:00
riccardom 012bf26764 Avoid segfault without available interfaces
On gnu/linux pcap_findalldevs can return 0 but
provide a NULL interfaces list. This could be
common on !windows because from what i can see
normal users can't list devices :|.
2010-04-18 15:59:27 +00:00