Search
lxdream.org :: lxdream/src/
lxdream 0.9.1
released Jun 29
Download Now
/src/
[parent directory]  
aica/1106:1879fd49ccf613 yearsnkeynesChange armmem errors to warnings (should never have been errors)
cocoaui/1109:700c5ab26a6312 yearsnkeynesIntegrate executable wrapping into the user interface
drivers/1275:83b15705cdde11 yearsnkeynesMore android WIP
gdrom/1109:700c5ab26a6312 yearsnkeynesIntegrate executable wrapping into the user interface
gtkui/1124:aacaae9812ea12 yearsnkeynesGTK: Force file extension when creating files
maple/1261:644f66135e9411 yearsnkeynesRemove check for Maple sender address. Need to test behaviour of this on DC
pvr2/1275:83b15705cdde11 yearsnkeynesMore android WIP
sh4/1263:b3de98d19faf11 yearsnkeynesBreak host disassembly bits out of sh4x86.in, and move the generic disasm
test/1263:b3de98d19faf11 yearsnkeynesBreak host disassembly bits out of sh4x86.in, and move the generic disasm
tools/1258:f8a9c0fd2abb11 yearsnkeynesSmall cleanups:
vmu/1071:182cfe43c09e13 yearsnkeynesFix assorted -Wall warnings
xlat/1265:7c6c5d26fd2e11 yearsnkeynesMerge ARM disassembler from binutils 2.22
Makefile.am1265:7c6c5d26fd2e11 yearsnkeynesMerge ARM disassembler from binutils 2.22
Makefile.in1265:7c6c5d26fd2e11 yearsnkeynesMerge ARM disassembler from binutils 2.22
asic.c1269:50c63f63bf8f11 yearsnkeynesBreak large PVR dma transfers up into blocks to avoid potentially allocating
asic.h1100:50e702af937313 yearsnkeynesHook up the fake bios boot
bios.c1107:7b279d10f46f13 yearsnkeynesRip out my hacked-up isofs code and replace with libisofs. Much better.
bootstrap.c1099:566cdeb157ec13 yearsnkeynesFirst draft of basic ISO9660 filesystem reader
bootstrap.h1109:700c5ab26a6312 yearsnkeynesIntegrate executable wrapping into the user interface
checkver.pl1068:a422f30ce0a813 yearsnkeynesUpdate checkver.pl to retrieve the mercurial revision and hash
clock.h814:f1a21df54e1914 yearsnkeynesMove arm clock rate back to clock.h where it's supposed to be
config.c1144:00dd4974397412 yearsnkeynesAdd boolean config type
config.h1144:00dd4974397412 yearsnkeynesAdd boolean config type
cpu.c1093:34faf227070e13 yearsnkeynesMake sure there's a trailing new-line after the cpu registers are printed
cpu.h1091:18655837434513 yearsnkeynesAdd side-by-side x86+sh4 disassembly output
dckeysyms.h681:1755a126b10915 yearsnkeynesFirst cut of the Cocoa GUI implementation
dcload.c1065:bc1cc0c5491713 yearsnkeynesNo-op merge lxdream-mmu to remove head (actually merged long ago)
display.c1245:01e0020adf8811 yearsnkeynesAndroid WIP:
display.h1256:a9d29fe74bf311 yearsnkeynesMove glsl loading into common gl code, and set a display capability flag
dream.h1041:5fcc39857c5c13 yearsnkeynesRefactor path operations into lxpaths.[ch]
dreamcast.c1270:65fd19c07e2e11 yearsnkeynesAdd assert to make sure we're not registering too many modules. Possibly
dreamcast.h1100:50e702af937313 yearsnkeynesHook up the fake bios boot
elf.h501:41328c68bd7315 yearsnkeynesAdd elf.h for non-libc users
eventq.c1187:266e7a1bae9011 yearsnkeynesRefactor event processing into sh4_handle_pending_events()
eventq.h1119:45602839e06712 yearsnkeynesRun the eventq at the end of the time-slice rather than the beginning, so
gdbserver.c1272:0b947d92402911 yearsnkeynesFix uninitialised sinlen in gdb_server_connect_callback, patch from Guinux,
gdlist.c1109:700c5ab26a6312 yearsnkeynesIntegrate executable wrapping into the user interface
gdlist.h1109:700c5ab26a6312 yearsnkeynesIntegrate executable wrapping into the user interface
gettext.h968:6fb1481859a414 yearsnkeynesFix various compile-time warnings
gui.h1041:5fcc39857c5c13 yearsnkeynesRefactor path operations into lxpaths.[ch]
gui_android.c1275:83b15705cdde11 yearsnkeynesMore android WIP
gui_none.c1239:be312126759711 yearsnkeynesAndroid support WIP
hook.h1034:7044e01148f013 yearsnkeynesAdd initial VMU support
hotkeys.c1072:d82e04e6d49713 yearsnkeynesHeavy configuration management refactor
hotkeys.h1072:d82e04e6d49713 yearsnkeynesHeavy configuration management refactor
ioutil.c1077:136fc24d17ef13 yearsnkeynesCreate a host attachment for the SCIF serial port. By default, uses /dev/console
ioutil.h1204:c4b725d901b111 yearsnkeynesAdd include sys/socket.h to provide type definitions (needed on some
loader.c1152:6464d890cc9e12 yearsnkeynesClone iso_memory_stream_new() as iso_mem_stream_new(), since current
loader.h1109:700c5ab26a6312 yearsnkeynesIntegrate executable wrapping into the user interface
lxdream.h1159:580436b01b6c12 yearsnkeynesImplement vertex array range support, and move buffer operations to gl_vbo.c
lxpaths.c1205:a486ac64f34b11 yearsnkeynesReplace wordexp() with a hand-coded env-var substitution. More portable, and
lxpaths.h1241:74f8e11ab4b811 yearsnkeynesPass the application home dir through to the native code, so we can use it
main.c1225:73dd41cb37a811 yearsnkeynesrename BUILD_SHARED conditional flag to BUILD_PLUGINS, for clarity
mem.c1167:2cc6c50d0dd212 yearsnkeynesAdd default read/write burst methods for IO regions. (There's almost
mem.h1067:d3c00ffccfcd13 yearsnkeynesNo-op merge lxdream-mem to tip to remove head (Long since merged in
mmio.h1067:d3c00ffccfcd13 yearsnkeynesNo-op merge lxdream-mem to tip to remove head (Long since merged in
paths_unix.c1241:74f8e11ab4b811 yearsnkeynesPass the application home dir through to the native code, so we can use it
plugin.c1075:1a21750d300c13 yearsnkeynesRemove or change the level of a bunch of INFO messages that shouldn't really
plugin.h1169:23a9613aceb112 yearsNathan KeynesAdd german translation update from Riemann80, thanks!
sdram.c1067:d3c00ffccfcd13 yearsnkeynesNo-op merge lxdream-mem to tip to remove head (Long since merged in
serial.h1081:ef31ae97bb8b13 yearsnkeynesFix compile-time warnings
syscall.c1065:bc1cc0c5491713 yearsnkeynesNo-op merge lxdream-mmu to remove head (actually merged long ago)
syscall.h1100:50e702af937313 yearsnkeynesHook up the fake bios boot
tqueue.c1273:32b2a340f8b311 yearsnkeynesFix silly errors in tqueue implementation
tqueue.h1245:01e0020adf8811 yearsnkeynesAndroid WIP:
util.c1239:be312126759711 yearsnkeynesAndroid support WIP
watch.c736:a02d1475ccfd14 yearsnkeynesRe-indent everything consistently
.