| 1017:f94af28e38b7 | 13 years | nkeynes | Replace dcemu.gif with the better-named lxdream.png | tree |
| 1016:6c63a6d20011 | 13 years | nkeynes | Update massively out-of-date POTFILES.in | tree |
| 1015:ad448bedc48a | 13 years | nkeynes | "MythTV" patch from Wahrhaft, thanks!: | tree |
| 1014:f5914b2fd0db | 14 years | nkeynes | 000068: Handle sh4_finalize_instruction being called from a syscall (assertion failure) | tree |
| 1013:76196dbc804a | 14 years | nkeynes | Update test for changes xlat-refactor | tree |
| 1012:0b8cc74ac83a | 14 years | nkeynes | Remove branch instructions and replace with direct modification of PC + EXIT xlat-refactor | tree |
| 1011:fdd58619b760 | 14 years | nkeynes | Restructure operand types - xlat-refactor | tree |
| 1010:a506a2f66180 | 14 years | nkeynes | Fix analogue joystick input | tree |
| 1009:c29795e15cef | 14 years | nkeynes | Use the configure result for glsl ARB functions rather than the | tree |
| 1008:4c8211637afc | 14 years | nkeynes | Update sh4_translate_end_block_size() to have the correct backpatch sizes | tree |
| 1007:dbc83607f07d | 14 years | nkeynes | Updated brazilian portugese translation thanks to Arthonis! | tree |
| 1006:3a169c224c12 | 14 years | nkeynes | Commit current work-in-progress to xlat-refactor branch xlat-refactor | tree |
| 1005:7c6ff471751c | 14 years | nkeynes | Create an xlat-refactor branch xlat-refactor | tree |
| 1004:eae001858134 | 14 years | nkeynes | Remove last lingering bits of SH4-specific code from the ABI headers | tree |
| 1003:7b2688cbbca3 | 14 years | nkeynes | Revert change to xltcache and fix breakpoint precision correctly | tree |
| 1002:8ad76ddbdc58 | 14 years | nkeynes | Add configure checks for libnsl and libsocket where needed (ie Solaris) | tree |
| 1001:cbb01e3114ea | 14 years | nkeynes | Change glXMakeContextCurrent call to glXMakeCurrent - works around crash bug | tree |
| 1000:6e4cabe2b32b | 14 years | nkeynes | Change include to the correct sh4 header file after the gdbserver changes | tree |
| 999:3d19e3597d9b | 14 years | nkeynes | Bug #67: cdi bug x86_64 | tree |
| 998:1754a8c6a9cf | 14 years | nkeynes | Add preliminary implementation of the GDB remote debugging server - attaches to | tree |
| 997:3f7b28afc4f9 | 14 years | nkeynes | Fix off-by-one when looking up a PC right on the border-line | tree |
| 996:2e8cf0a87243 | 14 years | nkeynes | Fix stupid mistake in non-frame-exception path | tree |
| 995:eb9d43e8aa08 | 14 years | nkeynes | Cleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper | tree |
| 994:a92d433f1be8 | 14 years | nkeynes | Fix missing prototype (warning) | tree |
| 993:f59ebcf41f5d | 14 years | nkeynes | Update ABI header paths for automake's consumption | tree |
| 992:7c15f8a71995 | 14 years | nkeynes | Move ABI headers to xlat/x86 as well (and finally rename erroneously named ia64abi to amd64abi) | tree |
| 991:60c7fab9c880 | 14 years | nkeynes | Move xltcache to xlat/ src directory | tree |
| 990:ae329de3c8ab | 14 years | nkeynes | Print address correctly with %p | tree |
| 989:7baf5ecd8e98 | 14 years | nkeynes | Add SDL audio driver, thanks to Wahrhaft! | tree |
| 988:23c648e10db3 | 14 years | nkeynes | Argh. Apparently we still do really need _BSD_SOURCE and _GNU_SOURCE | tree |
| 987:3bd03f1ce0a7 | 14 years | nkeynes | Add explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have | tree |
| 986:5090104b0963 | 14 years | nkeynes | Fix minor warnings | tree |
| 985:52e64faac752 | 14 years | nkeynes | Set the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems | tree |
| 984:a01567058a47 | 14 years | nkeynes | Compile in C99 standards mode, albeit with -D_GNU_SOURCE. Helps portability slightly as well | tree |
| 983:b0d0785aa194 | 14 years | nkeynes | Fix typo in ocache invalidate | tree |
| 982:2d6b3f29f878 | 14 years | nkeynes | Fail cleanly if the display doesn't actually support GLX, rather than crashing horribly | tree |
| 981:79fcace1ab43 | 14 years | nkeynes | Clear the action set immediately prior to parsing them in - fix case where | tree |
| 980:deb4361928fe | 14 years | nkeynes | Fix signedness in mmu_ext_page_remapped (Thanks kaz!) | tree |
| 979:2cc7b486ea6c | 14 years | nkeynes | Emit #line directives in output to make debugging a little easier | tree |
| 978:eed5089fcfdb | 14 years | nkeynes | Remove accidentally committed debugging code | tree |
| 977:8514fb4bc101 | 14 years | nkeynes | Fix Objective-C checking to be a little more circumspec (to whit, not aborting if no | tree |
| 976:e57a25d9eb7d | 14 years | nkeynes | Add some initial TLB test cases | tree |
| 975:007bf7eb944f | 14 years | nkeynes | Add read_byte_for_write mem function for correct implementation of AND.B and friends | tree |
| 974:16b079ed11bb | 14 years | nkeynes | Fix double-counting of instructions in delay slots in sh4_finalize_instruction | tree |
| 973:7434ac745eff | 14 years | nkeynes | Fix mmu_utlb_entry_for_vpn (failed to take 1k page entries into account) | tree |
| 972:fb948057cf08 | 14 years | nkeynes | Fix TLB access to SH4 peripheral control regions | tree |
| 971:886e1ec8447d | 14 years | nkeynes | Fix 1k-entry allocation | tree |
| 970:44d62d0850c8 | 14 years | nkeynes | Fix Post-increment mov instructions - per the manual, increment doesn't happen if the | tree |
| 969:3f178ca1398c | 14 years | nkeynes | Make local functions static (to shut up icc warnings, plus not being a bad idea in general) | tree |
| 968:6fb1481859a4 | 14 years | nkeynes | Fix various compile-time warnings | tree |
| 967:ef93b08e2166 | 14 years | nkeynes | Fix broken link line ($LINK rather than just $CCLD) | tree |
| 966:0f0320cb3650 | 14 years | nkeynes | Make --enable-strict-warn work again | tree |
| 965:fc39a6608851 | 14 years | nkeynes | Add missed paths_osx.m from previous commit | tree |
| 964:f2f3c7612d06 | 14 years | nkeynes | Add support for the Intel ICC compiler (C only, icc doesn't support Obj-C) | tree |
| 963:1c3a0f67c603 | 14 years | nkeynes | Fix missing prototype for mmu_vma_to_phys_disasm | tree |
| 962:54a657069b81 | 14 years | nkeynes | Fix missing #include of xltcache.h (required for xlat_invalidate_* prototypes) | tree |
| 961:3541b280e0f1 | 14 years | nkeynes | Fix off-by-one buffer overflow | tree |
| 960:2f0819278fdb | 14 years | nkeynes | Execute the mem_unprotect call only on 64-bit platforms (where it may be needed), since | tree |
| 959:f6b45ab24349 | 14 years | nkeynes | Don't keep looking for the memory region after it's already been found in mem_load() | tree |
| 958:62365adaf48f | 14 years | nkeynes | Add the current bus_cycle timing (not used yet, but may as well add it while | tree |
.