Willkommen bei AEP Emulation Page - Emulation News

Hauptmenü
· Home / News
· News Kategorien
· News Archiv

· Mein Account
· Suche
· Forum (neu)
· Forum
· Weblinks
· Spiele Reviews
· Übersetzungen
· Impressum
· Datenschutz

Downloads
 


Forum
Mitglieder Online
Keine Mitglieder online.

You are an anonymous user. You can register for free by clicking here
Benutzername
Kennwort
 Angemeldet bleiben

Infos
· Museum
· Infocenter
· Das AEP Team
· Member Liste
· Top 25 Liste
· Glossar
· FAQ

Review of the moment

Sprache
Sprache auswählen:

DeutschEnglisch

News-Export
Holt Euch unsere News auf Eure Seite:
· RSS Newsfeed How-to
· RSS News-syndication Deutsch
· News-Banner (JPG)

Friends
· Emu-France
· progetto-SNAPS
· EmuBit.pl
· PDRoms


Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
step1978Offline
Titel: TiEmu3 - GDB (Build 2006-09-25 09:44)  BeitragVerfasst am: 26.09.2006, 02:01 Uhr
News Scout


Anmeldungsdatum: 25. Jun 2005
Beiträge: 4.562

Wohnort: Berlin
Status: Offline

TiEmu ist ein Open-Source Multi System Texas Instruments (TI89 / TI89 Titanium / TI92 / TI92+ / TI-Voyage 200PLT) hand-held-Taschenrechner emulator Für Windows;Linux und Mac OS X .


TiEmu is a Open-Source Multi System Texas Instruments (TI89 / TI89 Titanium / TI92 / TI92+ / TI-Voyage 200PLT) hand-helds emulator For Windows,Linux and Mac OS X.


Changes:
* TiEmu 3 changes:
- [roms] $2177: fixed invalid keyval mask in keyboard press event routine
removed Gdk_Caps_Lock capture (already capture by TI keyboard)
added accelator key: Pause => Screenshot Now!
- [roms] $2178: allow to select target folder for screenshots
- [roms] $2179: fixed bug #1435183 (Error window when closing TI emu)
- [roms] $2190: added BMP screenshot support and fixed frame spacing
- [roms] $2191: reworked screenshot option dbox and prepared next step
- [roms] $2194: added ability to take several screenshots (burst mode)
- [kevin] $2202: fixed g_free of invalid pointers in state.c (#1471709)
- [kevin] $2203: fixed ticalcs_cable_detach of NULL calc_handle when exiting TiEmu early (reported by hypersonic)
- [kevin] $2211: imported Insight 6.5 and intl directory from Binutils 2.17 and merged TiEmu changes
quote file name for add_symbol_file properly for the new add_symbol_file command parser in GDB 6.5
- [roms] $2216: replaced some hand-made GTK+ user boxes by standard GTK+ ones (look better)
- [kevin] $2219: regenerated oleaut_i.c with WIDL now that this is supported
- [kevin] $2223: force serial make in src/Makefile.in because the weirdness of the gdb subdir make breaks parallel make
- [roms] $2224: reverted back OLE changes in oleaut_i.c: break MSVC compilation
- [roms] $2225: fixed signed/unsigned warnings with MSVC
- [kevin] $2231: fixed get_folder_list_handle failing
- [kevin] $2232: fixed canceling KDE file dialog causing an "invalid file" error
* libticonv changes (roms):
- fixed buffer overflow in ticonv_charset_utf16_to_ti
- implemented ticonv_utf16_to_ti89tusb call
- added support for TILIBS_DEPRECATED (exports symbols which have been tagged as deprecated)
- export iconv emulation interface only if TICONV_ICONV_INTERFACE is defined (kevin´s request)
- changed TIEXPORT into TIEXPORT4
* libticables2 changes (roms):
- merged Ben´s patch about USB typos and function call not captured
- removed check for /proc/bus/usb/devices (kevin)
- checked with Valgrind, tested and validated.
- added support for TILIBS_DEPRECATED (exports symbols which have been tagged as deprecated)
- detect i[3456]86-apple-darwin* (Intel Macs) and x86_64-apple-darwin* (probably coming soon)
as __MACOSX__ (kevin)
- updated OS X and BSD ports to compile again (kevin)
- changed TIEXPORT into TIEXPORT1
* libtifiles2 changes (roms):
- target hand-held is passed by tifiles_content_create_xxxx
- fortified tigroup.c
- fortified rwfile.c
- fortified files8x.c
- fortified files9x.c
- improved TiGroup support API
- fixed Travis Evans´ bug: can´t read some TI86 files due to bad padding of varname
=> there are 4 TI-86 file format!
- set model_dst to model if dst is not specified (=CALC_NONE)
- fixed tifiles_has_backup (don´t include USB hand-helds)
- added grouping/ungrouping support for TiGroup (eg tigroup.c provides the same API as grouped.c)
=> note: no functions removed/renamed; just added new ones
- added tifiles_file_write_flash2 in order not to break API
- added tifiles_content_dup_regular/flash (not exported)
- fixed TI8x file support (introduced bug with fortification)
- added tifiles_build_filename function (which replaces built-in/static code in various
places and some built-in code in TiLP).
- tifiles_content_write_flash: build filename from the last header (=data).
- fortified group.c: release memory on error exit
- checked with Valgrind, tested and validated.
- fixed tifiles_ve_dup
- fixed grouped.c: check for NULL pointer
- tigroup.c: use #ifndef __WIN32__ instead of #ifdef __LINUX__ to
check for strcasecmp vs. stricmp (kevin)
- tigroup.c: fixed code typos (missing asterisk, m instead of n)(kevin)
- fixed computation of checksum with TI8x files
- fixed tigroup.c: check for NULL pointer
- check for device/data type in FLASH file
- added hw_id field to FlashContent structure
- added support for TILIBS_DEPRECATED (exports symbols which have been tagged as deprecated)
- fixed miniunz.c and minizip.c trying to include DOS/Win32 headers under OS X (kevin)
- changed TIEXPORT into TIEXPORT2
* libticalcs2 changes (roms):
- fixed "warning C4018: ´<´ : signed/unsigned mismatch" with MSVC
- added TIG_BACKUP flag (needed to avoid clearing of RAM)
- convert DUSB error packets into error message (O. Armand request)
- convert DBUS error packets into error message (K. Kofler request)
- checked with Valgrind, tested and validated.
- fixed TI73 probing
- added new TI89 error code (0x21: can´t delete var)
- exported ERR_ABORT value
- fixed TI84+ battery status
- updated/fixed TI86 dumper
- Titanium/USB didn´t have the FTS_FOLDER flag
- correctly set up the data_type & device_type field of FlashContent when receiving app
- splitted ROM dumping into 2 parts (prgm sending and ROM receiving) so that user can have
time to enter required commands
- fixed TI73 OS sending
- fixed TI73 version (BCD encoded)
- fixed sending of FLASH OS on V200PLT (need to pass HW_ID).
- added support for TILIBS_DEPRECATED (exports symbols which have been tagged as deprecated)
- use angle brackets to include installed ticonv.h (kevin).
- conditionalize #pragma warning on #ifdef _MSC_VER, not #ifdef __WIN32_ (kevin).
- changed TIEXPORT into TIEXPORT3
* TiLP 2 (included in the Fedora RPMs only, see http://www.ticalc.org for source and Windows packages by roms) changes (roms):
- fixed bug #1523480: --no-gui doesn´t work
- fixed bug reported by "Andrew Haninger" : can´t send TI85 backup
from command line
- fixed bug in the filename naming scheme
- implemented Armand´s suggestion: allow to directly input the path from keyboard
- sending app without dirlist make TiLP crash: fixed
- re-enabled ´local/full path´ option
- added option allowing to select behaviour of backup (old: backup/group, new: TiGroup)
- fixed possible conflict between FLASH token & FLASH folder
- preload FLASH files like single/group files (consistency)
- renamed/cleaned-up tilp_slct.c functions
- del_var: increase timeout due to garbage collecting
- fixed timeout in send_flash, send_tigroup and del_var
- ´Ready´ reopens SilverLink device like DirectLink (the only way to clear error)
- reworked selection system so that selection contains FileEntry with only _one_ VarEntry. Needed for future skip/retry/cancel dialog box
- implemented Skip/Retry/Cancel dialog box when sending file/apps
- fixed bug: file can be selected several times
- fixed T. Evans´ bug: fix path with save dialog
- fixed Ubuntu Bug #49256 (reported as bug #1513271)
- added full TiGroup support (sending only)
- source code is frozen: entering in testing phase
- check return value of all tifiles_xxxx calls into TiLP
- reworked user boxes: use GTK standard ones instead
- fixed ´Current Folder´ button
=> released on 28/08/2006.
- added grouping/ungrouping of TiGroup file in the clist popup menu
- tested & validated previous item
- revert addition of -H switch to firefox call, FC5´s Firefox has no such switch
TiLP shouldn´t been invoked through sudo anyway, if it is in Ubuntu, that´s a packaging bug (kevin)
- fixed bug with file selection (files was selected but never removed from selection)
- removed local/full path option
- fixed DnD to target folder
- fixed skip/retry/cancel trap: doesn´t catch ERR_ABORT
- added skip/retry/cancel for sending of var/app
- fixed action box: can´t enter folder/varname with more than 8 chars
- fixed command line (GUI mode): file is used twice
- can send TiGroup from command line and fixed bug in tilp_send
- fixed TiGroup restore
- fixed UTF8 translation in the action box (relies on the real hand-held model)
- reworked RAM/FLASH used/free displaying: use table container
- for now, display a user box between the sending of dumping program and the receiving of data.
This will give time to user to enter needed commands without triggering timeouts.
- reverted back previous change. ticalcs2 library don´t allow this (program is sent internally)
- modified ticalcs2 library consequently. Reverted back previous change again and clean-up.
- set all custom dialog boxes to GTK_WIN_POS_MOUSE instead of GTK_WIN_POS_NONE
- set all modal dialog boxes to GTK_WIN_POS_MOUSE instead of GTK_WIN_POS_NONE
- raise a information message when Linux user choose Titanium/USB.
* Fedora RPM changes:
- The library RPMs are now split into runtime packages (e.g. libticonv) and -devel packages (e.g. libticonv-devel).



Related links:

[ Diverse / Misc Emus ]

 
 
 
 Benutzer-Profile anzeigen  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 
AEP Emulation Page 1998 - 2024