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

17 years agoRemove call-slot-delay on syscall
nkeynes [Tue, 14 Mar 2006 11:44:04 +0000]  tree
Remove call-slot-delay on syscall
ensure dreamcast_stop on error conditions for the time being
src/sh4/sh4core.c


17 years agoMore rendering work in progress. Almost there now...
nkeynes [Mon, 13 Mar 2006 12:39:07 +0000]  tree
More rendering work in progress. Almost there now...
src/Makefile.am
src/Makefile.in
src/drivers/gl_glx.c
src/drivers/video_gtk.c
src/drivers/video_x11.c
src/pvr2/pvr2.c
src/pvr2/pvr2.h
src/pvr2/pvr2mmio.h
src/pvr2/render.c
src/pvr2/ta.c
...

17 years agoRefactor bios into more generic syscall structure. Add initial hooks for
nkeynes [Mon, 13 Mar 2006 12:38:39 +0000]  tree
Refactor bios into more generic syscall structure. Add initial hooks for
dc-load functions
src/bios.c
src/bios.h
src/dcload.c
src/sh4/sh4core.c
src/syscall.c
src/syscall.h


17 years agoAdd sh4addr_t type, need to start propagating it instead of uint32_t
nkeynes [Mon, 13 Mar 2006 12:37:06 +0000]  tree
Add sh4addr_t type, need to start propagating it instead of uint32_t
src/mem.h


17 years agoSplit pvr2.c out to separate files for TA and renderer, minor renames
nkeynes [Wed, 15 Feb 2006 13:11:50 +0000]  tree
Split pvr2.c out to separate files for TA and renderer, minor renames
change pvrdma to use mem_copy_to_sh4
src/Makefile.am
src/Makefile.in
src/asic.c
src/pvr2/pvr2.c
src/pvr2/pvr2.h
src/pvr2/render.c
src/pvr2/ta.c
src/sh4/sh4mem.c


17 years agoReorg files slightly (move audio drivers into drivers, pvr2 code into its
nkeynes [Wed, 15 Feb 2006 12:41:02 +0000]  tree
Reorg files slightly (move audio drivers into drivers, pvr2 code into its
own directory)
src/Makefile.am
src/Makefile.in


17 years agoAdd quick-and-dirty hack to print vertex data
nkeynes [Wed, 15 Feb 2006 12:40:20 +0000]  tree
Add quick-and-dirty hack to print vertex data
src/pvr2/pvr2.c


17 years agoInclude a newline after a stderr print
nkeynes [Wed, 15 Feb 2006 12:39:34 +0000]  tree
Include a newline after a stderr print
src/gui/debug_win.c


17 years agoMore GLX work in progress
nkeynes [Wed, 15 Feb 2006 12:39:13 +0000]  tree
More GLX work in progress
src/drivers/gl_glx.c


17 years agoFix DR FMOV functions to allow reference to the back bank
nkeynes [Wed, 15 Feb 2006 12:38:50 +0000]  tree
Fix DR FMOV functions to allow reference to the back bank
src/sh4/sh4core.c
src/sh4/sh4core.h


.