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

18 years agoAdd initial backplane support
nkeynes [Thu, 23 Mar 2006 13:19:55 +0000]  tree
Add initial backplane support
Turn GL_BLEND on for translucent polys
src/pvr2/pvr2mmio.h
src/pvr2/render.c


18 years agoAdd a vram dump function for debugging purposes
nkeynes [Thu, 23 Mar 2006 13:19:15 +0000]  tree
Add a vram dump function for debugging purposes
src/pvr2/pvr2.c
src/pvr2/pvr2.h


18 years agoAdd correct support for ARGB4444 direct colour
nkeynes [Thu, 23 Mar 2006 13:18:51 +0000]  tree
Add correct support for ARGB4444 direct colour
src/pvr2/texcache.c


18 years agoRename IDE DMA registers appropriately
nkeynes [Wed, 22 Mar 2006 14:29:02 +0000]  tree
Rename IDE DMA registers appropriately
Remove forced irq hack
Add correct irq handling for IDE
Miscellaneous WIP for the GD-rom drive
src/asic.c
src/asic.h
src/gdrom/gdrom.h
src/gdrom/ide.c
src/gdrom/ide.h


18 years agoFix FMOV for writes to the back bank (ie FMOV @R1, XD2)
nkeynes [Wed, 22 Mar 2006 14:27:40 +0000]  tree
Fix FMOV for writes to the back bank (ie FMOV @R1, XD2)
src/sh4/sh4core.c


18 years agoFix FTRC - needs to clamp at min/max int
nkeynes [Wed, 22 Mar 2006 11:58:01 +0000]  tree
Fix FTRC - needs to clamp at min/max int
src/sh4/sh4core.c


18 years agoFix insanely stupid FSCA bug. Unfortunately doesn't actually appear to fix
nkeynes [Tue, 21 Mar 2006 11:14:04 +0000]  tree
Fix insanely stupid FSCA bug. Unfortunately doesn't actually appear to fix
anything, it was still dumb
src/sh4/sh4core.c


18 years agoFix incorrect response length for condition queries
nkeynes [Mon, 20 Mar 2006 12:00:15 +0000]  tree
Fix incorrect response length for condition queries
src/maple/maple.c


18 years agoHalt instead of exiting by default on a dcload_sycall to exit()
nkeynes [Mon, 20 Mar 2006 11:59:57 +0000]  tree
Halt instead of exiting by default on a dcload_sycall to exit()
src/dcload.c


18 years agoAdd fwrite_dump method
nkeynes [Mon, 20 Mar 2006 11:59:33 +0000]  tree
Add fwrite_dump method
src/dream.h


.