Sean Young
|
14c4e5e0da
The source tree contains both 'color' and 'colour'. Canonicalize on
|
hace 15 años |
Wouter Vermaelen
|
0356a7f60a
better implement difference between power-on and reset
|
hace 15 años |
Wouter Vermaelen
|
2d84264d5a
fixed PhysicalVRAMDebuggable
|
hace 15 años |
Wouter Vermaelen
|
be137ebbb3
Make 'physical VRAM' debuggable the same size as the actual amount of VRAM
|
hace 15 años |
Wouter Vermaelen
|
e2dd86d0fa
Fully implemented VDP 'VR' addressing modes
|
hace 15 años |
Wouter Vermaelen
|
f4eb30d3bd
pass EmuTime by-value on 64-bit CPUs
|
hace 16 años |
Wouter Vermaelen
|
fa2399d795
various minor layout fixes
|
hace 16 años |
Manuel Bilderbeek
|
f89a0a001f
Fix spelling error
|
hace 16 años |
Wouter Vermaelen
|
f181401f5b
made 'VRAM' debuggable always 128kB in size (see comments in the code for an explanation)
|
hace 16 años |
Wouter Vermaelen
|
7f5bf4d6ed
cleanup (+fixes) of 'logical VRAM' debuggable code:
|
hace 16 años |
David Heremans
|
e9f5d654df
First coding steps towards a more intuitive VRAM debuggable.
|
hace 16 años |
Wouter Vermaelen
|
ea3fa48b91
serialize VRAMWindow
|
hace 16 años |
Wouter Vermaelen
|
8bcfa775df
serialize VRAM
|
hace 16 años |
Wouter Vermaelen
|
a715138fc2
Implemented TMS99x8 VRAM remapping
|
hace 16 años |
Wouter Vermaelen
|
5f238c9612
micro optimization: it rarely happens that a VRAMWindiw has no observer (AFAICS it only happens while using renderer=none) so use a dummy obverser in that case, allows to remove some observer!=NULL tests
|
hace 17 años |
Wouter Vermaelen
|
71905706fd
added missing #includes (needed with recent gcc SVN versions)
|
hace 17 años |
Wouter Vermaelen
|
6e1bdb0335
only track time in DEBUG mode / no need to notify bitmapCacheWindow and nameTable
|
hace 18 años |
Manuel Bilderbeek
|
8aa67c69ca
Removed too often implemented math helper function
|
hace 18 años |
Wouter Vermaelen
|
8af00e8c89
Implemented V99x8 with only 16kb VRAM
|
hace 18 años |
Maarten ter Huurne
|
1b3b88e32c
Removed whitespace at end of lines. Doing this as a single commit will make diffs from actual changes more to-the-point.
|
hace 19 años |
Wouter Vermaelen
|
3c8ed1acfe
reverted bug in earlier 'cleanup' in VDPVRAM
|
hace 19 años |
Wouter Vermaelen
|
96db275ca4
small tweak on fnano2 patch
|
hace 19 años |
Wouter Vermaelen
|
a89189bd81
reuse Ram class to make VRAM and sample ram debuggable
|
hace 19 años |
Wouter Vermaelen
|
bfd26965ec
Debugger is no longer singleton
|
hace 19 años |
Wouter Vermaelen
|
c2e9dc16b9
large cleanup, see ChangeLog for details
|
hace 20 años |
Maarten ter Huurne
|
eb1a622dfd
Replaced EmuTimeFreq by Clock and DynamicEmuTime by DynamicClock.
|
hace 20 años |
Manuel Bilderbeek
|
5401300c1d
Cleaned up names of debuggables
|
hace 20 años |
Wouter Vermaelen
|
9cfcbaec6a
use unsigned iso int in public interface
|
hace 20 años |
Wouter Vermaelen
|
c0489e1ebf
Implemented "vramdump" command as a TCL script
|
hace 20 años |
Wouter Vermaelen
|
8bda72dfc7
initialize currentTime via constructor argument
|
hace 21 años |