Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

18 years agoAdd an fwrite_dump() method to do a binary block dump
nkeynes [Mon, 20 Mar 2006 11:58:37 +0000]  tree
Add an fwrite_dump() method to do a binary block dump
src/util.c


18 years agoFix TRAPA to actually work (and correspond to the documentation)
nkeynes [Fri, 17 Mar 2006 12:45:11 +0000]  tree
Fix TRAPA to actually work (and correspond to the documentation)
src/sh4/sh4core.c


18 years agoImplement timer interrupt clearing (kinda useful)
nkeynes [Fri, 17 Mar 2006 12:13:12 +0000]  tree
Implement timer interrupt clearing (kinda useful)
src/sh4/timer.c


18 years agoFix intc_clear_interrupt being able to signal a new interrupt even if
nkeynes [Fri, 17 Mar 2006 12:12:49 +0000]  tree
Fix intc_clear_interrupt being able to signal a new interrupt even if
interrupts are blocked (oops)
src/sh4/intc.c


18 years agoVarious fixes to make tatest work
nkeynes [Thu, 16 Mar 2006 12:42:39 +0000]  tree
Various fixes to make tatest work
src/pvr2/render.c
src/pvr2/texcache.c


18 years agoUse GL to display frames
nkeynes [Thu, 16 Mar 2006 12:42:28 +0000]  tree
Use GL to display frames
src/drivers/video_gtk.c
src/drivers/video_x11.c


18 years agoHandle driver-unable-to-init case
nkeynes [Thu, 16 Mar 2006 12:41:59 +0000]  tree
Handle driver-unable-to-init case
src/aica/audio.c
src/aica/audio.h
src/drivers/audio_esd.c
src/main.c


18 years agoBring the bootloader in for ELF files as well
nkeynes [Wed, 15 Mar 2006 13:17:40 +0000]  tree
Bring the bootloader in for ELF files as well
src/loader.c


18 years agoLimit gui hooks to only every 1/10 second of emulated time
nkeynes [Wed, 15 Mar 2006 13:17:23 +0000]  tree
Limit gui hooks to only every 1/10 second of emulated time
src/gui/gui.c


18 years agoMore video WIP - displays _something_ now, at least...
nkeynes [Wed, 15 Mar 2006 13:16:50 +0000]  tree
More video WIP - displays _something_ now, at least...
src/drivers/video_gtk.c
src/drivers/video_x11.c
src/drivers/video_x11.h
src/pvr2/pvr2.c
src/pvr2/pvr2.h
src/pvr2/pvr2mmio.h
src/pvr2/render.c
src/pvr2/ta.c
src/pvr2/texcache.c


.