Menu

Code2 Commit Log


Commit Date  
[r5666] by debug

Reimplementing generic M88K loads/stores using templates. (In the old implementation, these were constructed using build-time generated define/include magic to simulate a template-style mechanism in C).

2010-02-02 19:46:45 Tree
[r5665] by debug

Reimplementing the M88K bsr.n instruction, including single-stepping scenarios.

2010-01-31 15:19:19 Tree
[r5664] by debug

Use -fno-rtti in non-DEBUG builds, if available.

2010-01-31 13:42:31 Tree
[r5663] by debug

grep may output localized messages... (hack)

2010-01-31 13:06:06 Tree
[r5662] by debug

strchr in C++ returns a const pointer, if given a const pointer. Not as in C where it returns a non-const pointer. (Found by building on a recent Ubuntu.)

2010-01-31 12:55:34 Tree
[r5661] by debug

The m88k_cpu now takes a creation argument called r31, for the initial stack pointer value. (Needed to run the rectangle drawing demo, which assumes a valid r31 on startup.)

2010-01-31 12:29:24 Tree
[r5660] by debug

"Quiet mode" is now turned off, if dropping into the debugger, both by using -V and by triggering unimplemented instructions.

2010-01-31 11:58:16 Tree
[r5659] by debug

Reimplementing a slow version of the st.d M88K instruction.

2010-01-31 11:43:51 Tree
[r5658] by debug

Dummy screenshot for testmips, etc.

2010-01-31 11:11:07 Tree
[r5657] by debug

Make the tests pass again. (A framebuffer device was added to testmips.)

2010-01-31 11:10:33 Tree
Older >