lxdream.org
::
lxdream
:: shortlog
Latest Version
lxdream 0.9.1
released Jun 29
Download Now
Navigation
News
Download
Mailing Lists
Mercurial
Issues
Dreamcast Wiki
FAQ
Forums
tree revision
826:69f2c9f1e608
Jump to:
tip
lxdream_0_9_1
lxdream_0_9
lxdream_0_8_4
lxdream_0_8_3
lxdream_0_8_2
lxdream_0_8_1
lxdream_0_8
MILESTONE3
MILESTONE2
MILESTONE1
default
xlat-refactor
lxdream-mem
lxdream-render
lxdream-mmu
summary
|
tree
|
shortlog
|
changelog
|
graph
|
bz2
|
zip
|
gz
(0)
-300
-100
-60
+60
+100
+300
tip
826:69f2c9f1e608
14 years
nkeynes
Fix mask correctness of MMU/general IO registers, add unknown/undoced
tree
825:2ac7ceccd775
14 years
nkeynes
Silence file load warnings when running the test cases (trying to load empty filenames)
tree
824:016cda9d0518
14 years
nkeynes
Correct generated UNDEF() => UNDEF(ir) for consistency with UNIMP(ir)
tree
823:8a592668322f
14 years
nkeynes
Mask fpscr correctly as well while we're in there
tree
822:6e0536758465
14 years
nkeynes
Mask off SR correctly when writing to it - this turns out to be important
tree
821:4398dafeb77d
14 years
nkeynes
Setup the interrupt/exception vectors properly in the arm crt0
tree
820:de3af5480989
14 years
nkeynes
Fix testsh4x86 again
tree
819:ef4fec10a63a
14 years
nkeynes
Add stubs for the (undocumented) SH4 performance counter registers
tree
818:2e08d8237d33
14 years
nkeynes
Add semi-documented PVR register at 0xFF000030 (SH4 version identification)
tree
817:e9d2d9be7cb6
14 years
nkeynes
Fix CCR register mask
tree
816:2c3cf97de0f5
14 years
nkeynes
Tidy up shared objects
tree
815:866c103d72cd
14 years
nkeynes
Implement memcpy_to_aica, still a work in progress though
tree
814:f1a21df54e19
14 years
nkeynes
Move arm clock rate back to clock.h where it's supposed to be
tree
813:262efed79218
14 years
nkeynes
Display opcode as 32-bit word rather than 4 bytes... easier to match up with the manual this way
tree
812:8cc61d5ea1f8
14 years
nkeynes
Add ARM test harness (not quite working on DC but almost...)
tree
811:7ff871670e58
14 years
nkeynes
Implement LDRH/STRH/LDRSH/LDRSB instructions
tree
810:833cc4960556
14 years
nkeynes
Remap 1C000000 .. 1FFFFFFF to the P4 region when accessed through TLB
tree
809:8bdbf4d95da4
14 years
nkeynes
Fix core-exit-on-flush in a delay branch slot. Bit of a hack really
tree
808:da414654f3fa
14 years
nkeynes
Add failing test case for the MMU flush-cache case
tree
807:1ca418e6ed5d
14 years
nkeynes
Fix ITLB lookup ASID behaviour (was somewhat back-to-front)
tree
806:6ef1ce4a9dbc
14 years
nkeynes
Fix minor compile warnings
tree
805:b355f7b3ff2e
14 years
nkeynes
Add ability to bind a render buffer to a texture, with output going to the texture.
tree
804:567a684e1e7a
14 years
nkeynes
Add --enable-strict-warn to build with -Wall -Werror
tree
803:e12b7daf0135
14 years
nkeynes
Only install the .png pixmaps in a make install (.icns are OS X bundle only)
tree
802:d894188b503d
14 years
nkeynes
Fix compiler warnings
tree
801:92b518a2e915
14 years
nkeynes
Unroll first iteration of the bounding loop in ta_commit_polygon - more to
tree
800:0d1be79c9b33
14 years
nkeynes
Fix x86-64 bugs (only visible on OS X)
tree
799:8aeb9906d7b9
14 years
nkeynes
Fix typo/array overrun
tree
798:eb5c0d1863cd
14 years
nkeynes
Check the MAX_COLOR_ATTACHMENTS value rather than assuming it's at least 4, since
tree
797:3bb52a384b64
14 years
nkeynes
OS X: Add file association with .dst files and support opening them from the finder
tree
796:a2dc83592467
14 years
nkeynes
Bug #61: OpenBSD support
tree
795:d347c51dce99
14 years
nkeynes
Add debian changelog file
lxdream_0_8_4
tree
794:879c5929c7ef
14 years
nkeynes
Fix missing test data in dist target
tree
793:7877d947228d
14 years
nkeynes
Update version number and release notes for 0.8.4
tree
792:1183b763592e
14 years
nkeynes
Update translations again (minor line number changes)
tree
791:fc609d426806
14 years
nkeynes
Add -fno-strict-aliasing when compiling with gcc (otherwise code is slightly buggy)
tree
790:a0c7d28bbb0c
14 years
nkeynes
Don't invoke sh4_translate_flush_cache() when we're not actually using the translator
tree
789:7e7ec23217fc
14 years
nkeynes
Fix 64-bit correctness in ptr loads in FTRC
tree
788:eb238a77f3c0
14 years
nkeynes
Fix minor warnings
tree
787:6717c02ff81f
14 years
nkeynes
Auto-cancel if the binding field loses focus
tree
786:8f6ece92500e
14 years
nkeynes
Fix minor warnings
tree
785:00235838aaec
14 years
nkeynes
Remove call to NSString stringByReplacingOccurrencesOfString:withString: as it's 10.5 only
tree
784:0417e1c488b3
14 years
nkeynes
Fixup scene dump wrt colour parameters
tree
783:ef81aa93524f
14 years
nkeynes
Update translation files with latest strings list
tree
782:1af8b5ce627c
14 years
nkeynes
Workaround OS X's inability to handle CD reads of unknown size (ie where the read
tree
781:88d48559380a
14 years
nkeynes
Scale the mouse deltas (when grabbed) to get the movement more reasonable (and fairly close to system)
tree
780:4e4ea322cb84
14 years
nkeynes
Move grab management to window
tree
779:a60e47313e7b
14 years
nkeynes
If the requested audio driver won't initialize, try all the others in order (worst case, null driver)
tree
778:a34b180d92f7
14 years
nkeynes
Add bundle proplist and icon
tree
777:60431d09605c
14 years
nkeynes
Display the CD-Rom drive names for consistency with the OS X implementation
tree
776:b12d8be15387
14 years
nkeynes
Remove bios/flash filenames from test lxdreamrc
tree
775:b50989a63120
14 years
nkeynes
Fix build of testsh4x86
tree
774:4ba7fe9365c9
14 years
nkeynes
Update for new/deleted UI files
tree
773:146c3210768b
14 years
nkeynes
Fix some consistency issues between the cocoa + gtk menus
tree
772:c0b5928dd600
14 years
nkeynes
Fix translations - need to include lxdream.h ahead of gettext.h (always the little things...)
tree
771:749f0f4575d2
14 years
nkeynes
Fix bad rename from previous commit
tree
770:429ff505c450
14 years
nkeynes
Implement key-binding configuration pane for Cocoa UI
tree
769:f7f62bea4cad
14 years
nkeynes
Add -headerpad_max_install_names linker flag for OS/X builds - ensures bundle
tree
768:b2a54f6864eb
14 years
nkeynes
Halt emulation after reporting an error
tree
767:53dc977f8f25
14 years
nkeynes
Fix to correctly mount empty CD drives
tree
(0)
-300
-100
-60
+60
+100
+300
tip
.