--- trunk/HISTORY 2007/10/08 16:19:56 24 +++ trunk/HISTORY 2007/10/08 16:20:10 26 @@ -1,4 +1,4 @@ -$Id: HISTORY,v 1.1256 2006/06/23 20:43:44 debug Exp $ +$Id: HISTORY,v 1.1264 2006/06/25 11:08:04 debug Exp $ Changelog for GXemul: --------------------- @@ -2803,3 +2803,19 @@ ============== RELEASE 0.4.0 ============== +20060624 Replacing the error-prone machine type initialization stuff + with something more reasonable. + Finally removing the old "cpu_run" kludge; moving around stuff + in machine.c and emul.c to better suit the dyntrans system. + Various minor dyntrans cleanups (renaming translate_address to + translate_v2p, and experimenting with template physpages). +20060625 Removing the speed hack which separated the vph entries into + two halves (code vs data); things seem a lot more stable now. + Minor performance hack: R2000/R3000 cache isolation now only + clears address translations when going into isolation, not + when going out of it. + Fixing the MIPS interrupt problems by letting mtc0 immediately + cause interrupts. + +============== RELEASE 0.4.0.1 ============== +