diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-09-30 22:59:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-09-30 22:59:46 +0000 |
commit | e168662f5a7ac84f41616b07c8b0f6f2c942a4ec (patch) | |
tree | 466e1b1db102c4e9baf6b1b115364d87ee197b87 /doc/TODO | |
parent | 07abef53a3ac09130ac185098e4ecba448341bb5 (diff) | |
download | pkgsrc-e168662f5a7ac84f41616b07c8b0f6f2c942a4ec.tar.gz |
Update emulators/pearpc to 0.3.1, patch provided by zul in PR pkg/27092,
thanks!
Changes:
version 0.3.1 (released 5. September 2004):
- JITC_X86: increased translation cache size
- (Win32) fixed: '`'/'~' key wasn't mapped
- (SDL) fixed: right-alt was mapped to left-alt
- fixed: German '<>|' key wasn't mapped
- JITC_X86: corrected tw/twi instructions
(should fix java native IO calls fail)
- fixed: rfi instruction
(should also fix java native IO calls fail)
- fixed: some mysterious partition mappings in
src/io/prom/fs/hfsplus/partition.c
- (BEOS) updated
- disabled unused keyboard shortcuts
version 0.3 (released 13. August 2004):
- clean up everything on exit
- (experimental) idle sleep for the JITC CPU
- asynchronous keyboard and mouse events
- implemented IDE Flush
- Win32: implemented fullscreen mode proposed by Matt Jobson
- short cut keys are configurable
- correct clock/timing (Win32 + Posix) by Keith Rothman,
Kimball Thurston and Stefan Weyergraf
- SDL support
- SDL: implemented fullscreen mode
- source tree reorganisation
- display functions moved to src/system/ui directory
- src/system/arch created
- system/posix,win32 and beos moved to system/osapi/
- host keyboard support separated from SystemDisplay
- host mouse support separated from SystemDisplay
- architecture-specific video acceleration functions (x86)
- configure-system: choose "jitc_x86" on x86s when no
--enable-cpu given
- JITC: srawix, subfcx, divwx, divuwx,
mulhwx, mulwx, subfex, extshx implemented
- JITC: align entrypoints
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.2183 2004/09/30 14:42:39 epg Exp $ +$NetBSD: TODO,v 1.2184 2004/09/30 22:59:47 xtraeme Exp $ Suggested new packages ====================== @@ -377,7 +377,6 @@ Suggested package updates o p5-Exception-Class-1.17 o p5-gtk2-1.060 o pdmenu-1.2.81 - o pearpc-0.3.1 o perl-5.8.5 o pgplot-5.2 [grant] o php-5.0.2 |