diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-03-18 21:05:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-03-18 21:05:38 +0000 |
commit | 640abc101aaa6fc80a354b9aa2aff71bf16303f8 (patch) | |
tree | 1b875d3062cec3d8b0d9c7c17cfd939f70ffb4db /emulators/gxemul/Makefile | |
parent | 75a545eedef992649afa785b5ba5f66d86d0ae6c (diff) | |
download | pkgsrc-640abc101aaa6fc80a354b9aa2aff71bf16303f8.tar.gz |
Update to 0.4.4.1:
o) SuperH (SH4) emulation is now somewhat more stable.
x) GXemul 0.4.4: A NetBSD/dreamcast Live CD works.
x) GXemul 0.4.4.1: A Linux/dreamcast Live CD also works.
o) PowerPC "G4" emulation is now stable enough to let NetBSD/macppc
run from a disk image. (Installing actually worked before, but the
NetBSD/macppc GENERIC kernel uses AltiVec instructions which were
not implemented correctly.)
o) The PICA-61 (arc) and i80321 (evbarm) emulation modes now have their
timers fixed at 100 Hz. A hardcoded speed like this is very ugly, but
it is at least better than before (when the timer wasn't really
running at any specific speed at all).
Diffstat (limited to 'emulators/gxemul/Makefile')
-rw-r--r-- | emulators/gxemul/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 5e60b7a20b7..db0531049d0 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2007/02/19 06:54:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.29 2007/03/18 21:05:38 xtraeme Exp $ # -DISTNAME= gxemul-0.4.4 +DISTNAME= gxemul-0.4.4.1 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ |