Menu

Code2 Commit Log


Commit Date  
[r5602] by debug

MIPS zr register is now read-only, the MIPS "model" variable can be changed (and m_type is internally updated correctly).

2009-08-10 18:07:32 Tree
[r5601] by debug

Beginning on variable write handlers.

2009-08-10 17:41:27 Tree
[r5600] by debug

Merging in HISTORY file entries from the C++ branch into the main HISTORY file, for preservation.

2009-08-08 06:51:13 Tree
[r5599] by debug

Partial support for choosing MIPS ABI (affects disassembly and register dumps, mostly).

2009-08-07 17:08:40 Tree
[r5598] by debug

Separating out the dyntrans specific parts of CPUComponent into another base class, CPUDyntransComponent, so that it in theory is possible to implement non-dyntrans CPUs.

2009-08-07 16:39:24 Tree
[r5597] by debug

Getting rid of the last 'delete' call (in MainbusComponent,
there was a _pointer_ to a memory map, instead of just a
memory map). The new GXemul framework is thus completely free
of malloc/free and manual delete. (mmap/munmap are, for natural
reasons, used though by the RAMComponent.)

2009-08-07 06:12:22 Tree
[r5596] by debug

Avoid warnings with old GNU C++.

2009-08-04 17:36:45 Tree
[r5595] by debug

Use the ptrdiff directly.

2009-08-04 17:36:33 Tree
[r5594] by debug

20090804 Using anonymous unions and ptrdiff_t, to avoid overloading
pointers and size_t members unsafely, and other size_t usage.
(Thanks to Weinholt for commenting on this.)

2009-08-04 16:38:48 Tree
[r5593] by debug

Beginning on M88K bsr and jmp.n instruction implementations, and function call trace support.

2009-08-04 01:14:47 Tree
Older >