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

18 years agoMore work on load/save state - save state a little more structured now
nkeynes [Tue, 13 Dec 2005 14:47:59 +0000]  tree
More work on load/save state - save state a little more structured now
Memory save now in
src/Makefile.am
src/Makefile.in
src/dreamcast.c
src/dreamcast.h
src/mem.c
src/modules.h
src/util.c


18 years agoCleanup init config => dreamcast_config
nkeynes [Tue, 13 Dec 2005 12:17:26 +0000]  tree
Cleanup init config => dreamcast_config
src/aica/aica.c
src/dreamcast.c
src/pvr2/pvr2.c
src/sh4/sh4core.c


18 years agoAdd dreamcast_module module structure
nkeynes [Mon, 12 Dec 2005 13:11:11 +0000]  tree
Add dreamcast_module module structure
src/aica/aica.c
src/asic.c
src/dreamcast.c
src/dreamcast.h
src/gdrom/ide.c
src/maple/maple.c
src/maple/maple.h
src/mem.c
src/modules.h
src/pvr2/pvr2.c
...

18 years agoUse cpu-specific is_valid_page function
nkeynes [Mon, 12 Dec 2005 10:37:41 +0000]  tree
Use cpu-specific is_valid_page function
src/aica/armcore.h
src/aica/armdasm.c
src/aica/armmem.c
src/cpu.h
src/gui/debug_win.c
src/sh4/sh4dasm.c


18 years agoFix a few minor arm dasm issues
nkeynes [Mon, 12 Dec 2005 10:09:24 +0000]  tree
Fix a few minor arm dasm issues
src/aica/armdasm.c
src/cpu.h


18 years agoAdd armdasm.h header
nkeynes [Sun, 11 Dec 2005 12:00:28 +0000]  tree
Add armdasm.h header
src/aica/armdasm.h


18 years agoMoved arm material under aica/
nkeynes [Sun, 11 Dec 2005 12:00:09 +0000]  tree
Moved arm material under aica/
Hooked arm disasm up
src/Makefile.am
src/Makefile.in
src/aica.c
src/aica.h
src/aica/aica.c
src/aica/aica.h
src/aica/armcore.c
src/aica/armcore.h
src/aica/armdasm.c
src/aica/armmem.c
...

18 years agoAdd CPU disasembly options to mode dropdown
nkeynes [Sun, 11 Dec 2005 05:15:36 +0000]  tree
Add CPU disasembly options to mode dropdown
Split sh4/mem.c into core mem.c and sh4/mem.c
Start adding copyright comments to file headers
aclocal.m4
configure
dream.glade
dream.gladep
po/Makefile.in.in
src/Makefile.am
src/Makefile.in
src/bootstrap.c
src/cpu.h
src/gui/callbacks.c
...

18 years agoGeneralise the core debug window to allow multiple instances.
nkeynes [Thu, 08 Dec 2005 13:38:00 +0000]  tree
Generalise the core debug window to allow multiple instances.
Add cpu description structure to define different cpus for use by the
debug window, in preparation for ARM implementation
src/Makefile.am
src/cpu.h
src/dream.h
src/gui/callbacks.c
src/gui/debug_win.c
src/gui/gui.c
src/gui/gui.h
src/loader.c
src/main.c
src/sh4/sh4core.c
...

19 years agoRename reg_map to sh4_reg_map
nkeynes [Sun, 12 Dec 2004 07:44:49 +0000]  tree
Rename reg_map to sh4_reg_map
src/gui/debug_win.c


.