Notes: Version 0.90 (2006-08-22): -------------------------- - Better Spectrum 512 support (60Hz support, improved I/O memory waitstates). - STE right border opening support (used in Obsession, Pacemaker). - Blitter Smudge mode support (used in Pacemaker demo). - Wheel-mouse simulates cursor up and down. - Work-around to FDC handling, --slow-fdc option is not anymore needed. - Bugfix to MFP, sound works now in more YMRockerz releases. - Bugfix to GEMDOS path handling (Hatari SIGSEGV). - Bugfix to emulated memory initialization (4MB was cleared earlier, now exactly the amount set up for Hatari. Saves memory on embedded systems if less than 4MB is specified.) - Re-written command-line option handling. - (Again) lots of code const/static, type usage and indentation cleanup. - Preliminary support for TOS 3.0x and 030 TT software that runs in ST resolutions and doesn't need PMMU. - Native GUI for Mac OSX. - ACSI emulation fixes to get HD formatting to work with AHDI 5. HD emulation now works quite fine with AHDI 5 (but other HD drivers are currently not supported). - Joystick shortcut changed to toggle cursor emulation between ports 0 and 1. - Keys for all Hatari shortcuts can now be configured from hatari.cfg. - Added command line option for setting ST keyboard mapping. - Joystick command line option requires now parameter for a port for which the joystick cursor emu is enabled. - Fixed relative mouse event handling in zoomed low-rez. - Hatari shows now more of the bottom borden (screen size is now 384x276 instead of 384x267). - Fixed sync delay timings - sound should now be better (e.g. on Mac OS X). - Added basic support for compiling Hatari with MinGW.
Changes: 2006-08-22 20:39 thothy * configure.ac, readme.txt, src/memorySnapShot.c, src/includes/main.h: Increased version number to 0.90 2006-08-22 20:37 thothy * doc/: hatari.1, release-notes.txt, todo.txt: Updated the docs for the new public version. 2006-08-16 22:14 thothy * doc/: authors.txt, manual.html: Updated the documentation files. 2006-08-14 20:32 thothy * src/gui-sdl/dlgDevice.c: Printer file browse button now works again. 2006-08-14 01:33 thothy * src/: fdc.c, hdc.c, includes/hdc.h: Debugged and improved the ACSI emulation code. Creating (formating and partitioning) new hard disk images with AHDI v5.0 should be working fine now. 2006-08-11 11:25 eerot * src/hdc.c: - add more info on the hd root sector partition table - in GetInfo, get only the data for partition table (reading 64 bytes did go unnecessarily to 2d sector in the image) 2006-08-10 21:10 thothy * src/: hdc.c, includes/hdc.h: Added 'MODE SENSE' and 'FORMAT DRIVE' commands to make HDX from AHDI 5.0 happy. Also had to set the FDC/HDC GPIP bit for non-existing controllers when HDX scans for available hard disks. 2006-08-10 19:26 thothy * src/: fdc.c, hdc.c, includes/hdc.h: Removed annoying check for existing partitions and added stub for 'REQUEST SENSE' ACSI command. 2006-08-10 14:14 eerot * doc/memory-usage.txt: updated/fixed the analysis 2006-08-09 10:16 eerot * doc/manual.html: minor updates for: - configurable shortcut keys - change in how joystick cursor key emu works - keymap handling 2006-08-09 10:14 eerot * src/: configuration.c, keymap.c, shortcut.c, video.c, includes/configuration.h, includes/shortcut.h: Shortcut keys can now be configured from the Hatari configuration file. There are separate sections for shortcut keybindings with and without a modifier key. Same shortcut action can be bound both to a key with and without a modifier (e.g. F12 & Modifier+o are bound for the the options dialog by default). 2006-08-09 10:11 eerot * doc/keymap-sample.txt: improved comments 2006-08-09 10:10 eerot * src/: joy.c, options.c, includes/joy.h: Joystick shortcut (Altgr+j): - toggles cursor emu between port 0, port 1 and being disabled from those, - it doesn't disable cursor emu from any other port, and - it restores the previous joystick value (disabled/real) to the port when the cursor emu is toggled off from the port I.e. it affects only cursor emulation and only in ports 0 & 1. The -j <port> option doesn't disable the cursor emu from other ports anymore either (like it did with the patch I had commited earlier). 2006-08-08 09:19 thothy * src/: file.c, floppy.c, hdc.c: Source code beautification 2006-08-05 22:56 eerot * doc/manual.html: add name of the keymap example file 2006-08-05 10:33 thothy * src/: hdc.c, includes/hdc.h: Improved HDC debugging output. 2006-08-02 22:09 eerot * doc/manual.html, src/options.c: - added option -k/--keymap for setting the keyboard mapping file - documented this and the updated -j option in manual 2006-08-02 13:51 eerot * src/: configuration.c, joy.c, options.c, gui-sdl/dlgJoystick.c, includes/configuration.h: add port parameter to the -j option + use JOYSTICK_COUNT where appropriate 2006-08-02 12:54 eerot * src/file.c: add 'else' missing from previous change to File_makepath() 2006-08-02 11:53 eerot * doc/manual.html: updated STE right border stuff 2006-08-02 09:45 thothy * src/main.c: Improved mouse handling in ST-Medium and zoomed ST-Low resolutions: The ST mouse cursor is now better in sync with the mouse cursor of the host system. 2006-08-01 22:18 thothy * src/gui-sdl/dlgFileSelect.c: The user can now choose wether hidden files should be displayed in the file selector or not. 2006-08-01 11:23 thothy * src/: audio.c, sound.c, includes/sound.h: Fixed problems with sound buffer synchronization in fast-forward mode 2006-08-01 11:19 thothy * src/zip.c: Header file sys/dir.h is only needed on QNX 2006-07-31 00:49 thothy * src/gui-sdl/: dlgFileSelect.c, font10x16.bmp, font10x16.h, font5x8.bmp, font5x8.h: In the SDL-GUI file selector, a button for the home folder has been added. 2006-07-30 22:42 thothy * Makefile, src/Makefile, src/gui-sdl/Makefile, src/uae-cpu/Makefile: Added 'distclean' target to Makefiles and improved creation of Makefile.dep 2006-07-30 22:17 thothy * src/uae-cpu/: Makefile, sysdeps.h: The host compiler should not use the SDL_CFLAGS from the target system. So the UAE variables types are now mapped to the types from stdint.h instead of SDL_types.h 2006-07-27 22:00 thothy * src/zip.c: Patch for compiling on QNX 2006-07-27 21:57 thothy * src/rs232.c: 230400 are not supported on all systems 2006-07-23 17:44 thothy * Makefile-MinGW.cnf: Added Makefile configuration for MinGW 2006-07-23 17:32 thothy * src/: configuration.c, file.c, gui-sdl/dlgFileSelect.c, includes/main.h: Better support for MingW: Hatari now basically supports backslashes as path separators, too. 2006-07-22 18:25 thothy * src/: Makefile, gui-sdl/Makefile, uae-cpu/Makefile: Updated Makefiles so that they work better with MinGW 2006-07-22 17:49 thothy * src/: gemdos.c, scandir.c: Made Hatari really compilable with MinGW 2006-07-20 23:43 thothy * src/: Makefile, file.c, gemdos.c, scandir.c, gui-sdl/dlgFileSelect.c, includes/file.h, includes/scandir.h: Moved scandir code to a separate file and also added scandir for Windows (Thanks to Mark Keates for the scandir code for Windows). 2006-07-20 23:00 thothy * src/keymap.c: Now using proper SDLKey type. 2006-07-15 12:41 clafou * Hatari.xcodeproj/project.pbxproj, src/gui-osx/CreateFloppyController.m, src/gui-osx/PrefsController.h, src/gui-osx/PrefsController.m, src/gui-osx/SDLMain.h, src/gui-osx/SDLMain.m, src/gui-osx/SDLMain.nib/classes.nib, src/gui-osx/SDLMain.nib/info.nib, src/gui-osx/SDLMain.nib/objects.nib: Fullscreen now a menu item, Create Floppy window bug fixed 2006-07-12 23:12 clafou * Info-Hatari.plist, Hatari.xcodeproj/project.pbxproj: Added Universal Binary compilation for MacOS X 2006-07-11 20:52 thothy * src/: cfgopts.c, file.c, gemdos.c, memorySnapShot.c, unzip.c, zip.c: strcasecmp is defined in strings.h, not in string.h! (Thanks to Anatol for the hint) 2006-07-05 20:08 clafou * Hatari.xcodeproj/project.pbxproj, src/gui-osx/hatari.x32: Removed obsolete file 2006-07-03 23:00 clafou * Hatari.xcodeproj/project.pbxproj: Added Cocoa UI for MacOSX 2006-07-03 22:54 clafou * src/gui-osx/: AlertHooks.h, AlertHooks.m, CreateFloppyController.h, CreateFloppyController.m, Hatari.icns, PrefsController.h, PrefsController.m, SDLMain.h, SDLMain.m, Shared.h, Shared.m, hatari.x32, English.lproj/InfoPlist.strings, SDLMain.nib/classes.nib, SDLMain.nib/info.nib, SDLMain.nib/objects.nib: Added Cocoa UI for MacOSX 2006-07-03 22:36 clafou * src/: dialog.c, gui-sdl/dlgAlert.c, gui-sdl/dlgMain.c, includes/dialog.h, includes/main.h: Added Cocoa UI for MacOSX 2006-06-27 01:03 thothy * src/: int.c, m68000.c, screen.c, includes/ikbd.h, includes/int.h, includes/ioMemTables.h, includes/m68000.h: Now using correct variable types for variables that store a pointer to a function (Thanks to Mark Keates for the patch) 2006-06-22 22:03 eerot * doc/manual.html: fix typo 2006-06-13 22:26 thothy * src/main.c: Slightly improved the wait-on-vbl function. Should now result in a better tradeoff between speed accuracy and CPU time consumption on Mac OS X. 2006-06-13 22:22 thothy * src/sound.c: Added additional check to avoid the creation of too many new samples (e.g. when running in max. speed mode) 2006-05-21 11:13 eerot * doc/manual.html: updated the command line options in regards to memory and TT support, updated the STE demo list, added new table for 68030 software compatibility and added note about the scrollwheel to the mouse section. 2006-05-20 10:05 thothy * src/: gemdos.c, includes/gemdos.h: Fixed GEMDOS-HD Dsetpath emulation: No more buffer overruns and crashes when a program does a lot Dsetpath("..") calls. 2006-05-04 21:36 thothy * src/gemdos.c: Renamed variable name 'Char' to 'c' since 'Char' is a pre-defined name on AmigaOS (Thanks to Ventzislav Tzvetkov for the hint). 2006-04-19 23:46 thothy * src/: includes/joy.h, joy.c, main.c: Joysticks are now closed at exit. 2006-04-05 17:34 thothy * src/: ioMemTables.c, memorySnapShot.c, video.c, includes/main.h, includes/video.h: Hatari can now emulate the STE shifter bug that is used in some games like Obsession to enhance the resolution to 336x200. 2006-03-23 23:03 thothy * src/ioMemTables.c: Moved wrongly placed entry in IO-mem-table to correct location. 2006-03-23 21:56 eerot * src/includes/main.h: Remove obsolete variable definition from main.h (produced error with gcc v4) 2006-03-03 00:17 thothy * src/video.c: Added basic support for shortening a screen line by 2 bytes: Some few sync-scrolling screens are now working. 2006-03-02 23:20 thothy * src/: video.c, includes/video.h: Fixed byte size of left and right border: Programs that only open one of these two borders should be working fine now (e.g. the overscan screen in the 'Amiga demo' from TEX) 2006-03-02 10:17 thothy * src/cart.c: Forgot to free allocated memory in case of an error. 2006-03-02 10:06 thothy * src/: cart.c, configuration.c, gui-sdl/dlgRom.c: Slightly improved cartridge loading (now checking correctly for illegal file names etc.). 2006-03-02 09:42 thothy * src/file.c: File_Read now returns the correct number of bytes that have been read. 2006-03-01 21:54 thothy * src/unzip.c: Fixed typo. 2006-03-01 21:46 thothy * src/: tos.c, unzip.c: Sourcecode beautification. 2006-03-01 17:31 thothy * src/includes/video.h: Removed unused legacy defines. 2006-02-27 12:07 thothy * src/: cart_asm.s, cart_mus.x32, hatari.x32: Renamed hatari.x32 to cart_mus.x32 2006-02-23 22:00 thothy * src/spec512.c: Improved Spectrum512 picture generation - many Spec512 pictures look now much better! (Thanks to Emmanuel Anne for this patch) 2006-02-21 22:45 thothy * src/uae-cpu/memory.c: Speed optimization: Use STRam array directly instead of using it indirectly via a pointer (*STmemory). 2006-02-21 20:09 eerot * src/keymap.c: use Log_Printf() instead of fprintf(stderr...) 2006-02-21 15:15 thothy * src/: reset.c, stMemory.c, tos.c, includes/stMemory.h: Moved memory initialization to stMemory.c. The memory is now also cleared up to STRamEnd, not only up to 4MiB. 2006-02-21 14:47 thothy * Makefile.cnf: Disabled -Wcast-align again 2006-02-21 14:41 thothy * src/gemdos.c: Fixed GCC compiler warnings. 2006-02-19 22:48 eerot * src/options.c: improved comments 2006-02-17 22:01 eerot * src/keymap.c: - bugfix: keycode variables need to be signed for check about undefined key (value < 0) to work - tell use if keycode opening failed 2006-02-17 22:00 eerot * src/options.c: add missing array initializer 2006-02-17 21:59 eerot * src/blitter.c: remove unused skew argument 2006-02-16 23:19 eerot * src/gemdos.c: use ferror(), fwrite() doesn't return an error code 2006-02-16 23:07 eerot * src/dim.c: fix cast warning 2006-02-16 22:51 eerot * doc/memory-usage.txt: added document on Hatari memory usage 2006-02-15 20:16 thothy * src/screen.c: STE color table can be used for both modes, ST and STE. This change fixes a problem when running Hatari with '--machine st --tos tos106.rom' 2006-02-13 22:18 eerot * src/: fdc.c, includes/m68000.h: added defines for two magic values 2006-02-13 22:18 eerot * src/: ikbd.c, gemdos.c, ioMem.c, spec512.c, vdi.c, includes/ikbd.h, includes/ioMem.h, includes/spec512.h: - "unsigned char" -> Uint8 - "unsigned short" -> Uint16 - Made some global variables static - Moved CYCLEPALETTE definition to spec512.c as it's not used elsewhere 2006-02-12 22:35 eerot * src/misc.c: typo fixes for comments 2006-02-12 22:28 eerot * src/: audio.c, blitter.c, cart.c, cartData.c, dmaSnd.c, file.c, floppy.c, ikbd.c, int.c, ioMem.c, ioMemTables.c, keymap.c, rs232.c, screen.c, sound.c, tos.c, vdi.c, xbios.c, zip.c, convert/macros.h, includes/audio.h, includes/file.h, includes/ioMemTables.h, includes/zip.h: Make some predefined arrays into const. This required adding consts to some other places too (e.g. few public file.h functions) 2006-02-12 22:24 eerot * src/Makefile: add options.c 2006-02-12 22:23 eerot * src/: gemdos.c, includes/gemdos.h, includes/gemdos_defines.h: - minor cleanup in gemdos.h: - move defines and structs used only in gemdos.c, to there - move error and file attribute defines to internal gemdos_define.h - renamed badly/misleadingly named defines: - MAX_PATH -> MAX_GEMDOS_PATH (was used wrong in main.c option parsing) - make some gemdos.c variables static / const 2006-02-12 19:53 eerot * src/: main.c, options.c, includes/options.h: - Move the Hatari option parsing from main.c to its own options.c file and rewrite it to be more automatic (at the same time fixes a few bugs in sizeof<->strlen comparison strncpy usage). - Add const and static keywords where appropiate 2006-02-09 23:02 eerot * src/uae-cpu/: build68k.c, fpp.c, gencpu.c, newcpu.c, newcpu.h, readcpu.c, readcpu.h: make the large opcode tables const, also some other array 2006-02-09 22:55 eerot * src/gui-sdl/: font10x16.h, font5x8.h, sdlgui.c: Make font data const 2006-02-08 23:51 eerot * src/memorySnapShot.c: const all rscids 2006-02-08 23:49 eerot * src/: audio.c, bios.c, blitter.c, cart.c, cartData.c, cfgopts.c, configuration.c, createBlankImage.c, cycles.c, debugui.c, dialog.c, dim.c, dmaSnd.c, fdc.c, file.c, floppy.c, hdc.c, ikbd.c, int.c, ioMem.c, ioMemTables.c, joy.c, keymap.c, log.c, m68000.c, mfp.c, midi.c, misc.c, msa.c, printer.c, psg.c, reset.c, rs232.c, rtc.c, screen.c, screenSnapShot.c, shortcut.c, sound.c, spec512.c, st.c, stMemory.c, tos.c, unzip.c, vdi.c, video.c, wavFormat.c, xbios.c, ymFormat.c, zip.c: const all rscids + MFP float table 2006-02-08 23:46 eerot * src/: gui-sdl/dlgAbout.c, gui-sdl/dlgAlert.c, gui-sdl/dlgDevice.c, gui-sdl/dlgDisc.c, gui-sdl/dlgFileSelect.c, gui-sdl/dlgJoystick.c, gui-sdl/dlgKeyboard.c, gui-sdl/dlgMain.c, gui-sdl/dlgMemory.c, gui-sdl/dlgNewDisc.c, gui-sdl/dlgRom.c, gui-sdl/dlgScreen.c, gui-sdl/dlgSound.c, gui-sdl/dlgSystem.c, gui-sdl/sdlgui.c, uae-cpu/build68k.c, uae-cpu/fpp.c, uae-cpu/gencpu.c, uae-cpu/hatari-glue.c, uae-cpu/memory.c, uae-cpu/newcpu.c, uae-cpu/readcpu.c: const all rscid's 2006-02-08 10:17 thothy * src/: memorySnapShot.c, includes/main.h: Increased version number to 0.82. 2006-02-08 10:17 thothy * src/video.c: Improved overscan emulation - e.g. the Level 16 fullscreen in the union demo is working now. 2006-02-08 10:16 thothy * src/includes/screen.h: Increased the size of the bottom border. 2006-02-07 17:32 thothy * src/: video.c, includes/screen.h, includes/video.h: Added support for 60 Hz screen timings. Spectrum512 pictures that require 60 Hz are now working. 2006-02-04 22:34 eerot * src/: cycles.c, includes/cycles.h: make Cycles_UpdateCounters static 2006-02-04 17:44 eerot * src/: rs232.c, includes/rs232.h: - Made global funcs and variables that could be into static - This required moving the static function earlier in the code (made the diff much larger) 2006-01-30 23:26 thothy * src/convert/: low320x16.c, low320x8.c, low640x16.c, low640x8.c, med640x16.c, med640x8.c, spec320x16.c, spec640x16.c, vdi16.c, vdi2.c, vdi4.c: Removed unnecessary casts to (void *). 2006-01-30 23:06 thothy * src/: cart.c, cartData.c: Rewrote the comments at the top of the file a little bit. 2006-01-30 22:53 thothy * doc/todo.txt: Added new items to the TODO list. 2006-01-29 20:54 eerot * src/: mfp.c, includes/mfp.h: made several MFP variables and functions static 2006-01-29 20:07 eerot * src/dmaSnd.c: make DmaSoundMode static 2006-01-29 18:44 eerot * src/video.c: fix typo in comment 2006-01-26 22:52 thothy * src/: Makefile, cycles.c, int.c, memorySnapShot.c, sound.c, spec512.c, video.c, includes/cycles.h, includes/int.h, includes/m68000.h, includes/sound.h: Started new framework for better cycle counting. 2006-01-23 22:08 thothy * src/: reset.c, spec512.c, video.c, includes/main.h, includes/screen.h, includes/video.h: First steps towards 60 Hz video timing: cycles-per-line and scanlines-per-frame values are now stored in a variable instead of a fix define. 2006-01-23 21:54 eerot * src/fdc.c: () -> (void) 2006-01-23 20:47 thothy * src/uae-cpu/gencpu.c: Improved PEA and LEA cycles again (thanks to Ijor for the explanation) 2006-01-20 18:42 thothy * src/: fdc.c, mfp.c, includes/fdc.h: Smarter FDC timings: Delay is aborted when a program reads the FDC interrupt bit in the GPIP register. (Thanks to Emmanuel Anne for the idea) 2006-01-12 21:35 thothy * src/convert/: low640x16.c, low640x8.c: Removed redundant AdjustLinePaletteRemap() function calls (Thanks to Emmanuel Anne for the patch). 2006-01-02 21:55 thothy * src/: cart.c, reset.c, includes/cart.h: Improved cartridge image loading: Hatari now supports ZIPed cartridges and .STC cartridges. 2005-12-25 20:59 thothy * src/screen.c: Added additional check if a resolution change is really necessary. 2005-12-25 19:30 thothy * src/uae-cpu/gencpu.c: Corrected cycles for LEA and PEA instructions (e.g. this is needed for the Level-16 fullscreen in the 'Union demo') 2005-12-19 00:20 thothy * src/: file.c, tos.c, zip.c, includes/file.h, includes/zip.h: Improved ZIP file reading: E.g. Hatari can now also load ROM images from a ZIP file. 2005-12-18 19:50 thothy * src/zip.c: Sourcecode beautification. 2005-12-18 19:02 thothy * src/: fdc.c, ikbd.c, m68000.c, mfp.c, midi.c, psg.c, rs232.c, includes/m68000.h, uae-cpu/newcpu.c: Improved the emulation of wait state cycles for certain IO memory registers. 2005-12-17 11:22 thothy * src/joy.c: Made some variables static. 2005-12-02 22:08 eerot * src/: int.c, includes/int.h: Set a few variables and Int_SetNewInterrupt() function static. Hopefully this helps to make faster the UpdateInterrupt and SetNewInterrupt functions which are in top 10 slowest functions when profiling Posh demo with valgrind+callgrind. 2005-11-30 21:50 eerot * doc/manual.html: added popstars and overdose demos 2005-11-30 21:18 eerot * doc/manual.html: add hallucinations demo, pooz game and update info on wolf3d v0.8 2005-11-30 18:01 simonsunnyboy * doc/manual.html: small corrections in manual.html 2005-11-23 20:08 thothy * src/main.c: Added mouse wheel support by simulating a curser keypress. 2005-11-23 18:43 thothy * src/gemdos.c: The Pexec function now detects hard drive file names in a better way. Now you can drag and drop a file from a floppy to an application on the hard drive, or launch an associated application by clicking on a data file on a floppy. Thanks to Emmanuel Anne for the patch! 2005-11-23 18:20 thothy * src/dim.c: Updated comment about the .DIM headers. 2005-11-15 13:24 thothy * src/: main.c, video.c, includes/main.h: Improved the delay loop for systems where SDL_Delay is very inaccurate. 2005-11-07 20:22 thothy * doc/todo.txt: Added some more items to the TODO list 2005-11-03 21:46 eerot * doc/manual.html: update on Pacemaker demo 2005-11-01 22:16 eerot * doc/manual.html: minor updates, added chaos engine 2005-11-01 21:21 thothy * src/blitter.c: In smudge mode, the halftone offset is now determined before _each_ halftone access, not only once before the blitting operations starts. This fixes some screens in the Pacemaker demo by Paradox. 2005-10-29 12:37 eerot * doc/manual.html: add ZX Spectrum emu 2005-10-28 17:40 simonsunnyboy * doc/manual.html: added Badger Badger by MjjProd to working STE demos 2005-10-24 22:42 eerot * doc/manual.html: - added a few more apps - noted which of the tested apps/games were demos 2005-10-22 00:00 eerot * src/blitter.c: oops, disable debug output 2005-10-21 23:58 eerot * src/: blitter.c, ioMemTables.c, includes/blitter.h: Do changes to the blitter.c code: - LineNum -> Control register name change (line number is just low nibble of the control register) - Convert types and helper functions to SDL and Hatari ones - Add defines for register addresses (IMHO nicer) - Fix (one) bug with Smudge mode - Add documentation comments 2005-10-21 11:23 thothy * src/mfp.c: Due to a small bug, interrupt-in-service registers where not cleared when a program entered automatic MFP EOI mode. Fixed now. Popstars and Spinning-Wheels by YM-Rockerz are working now. 2005-10-20 23:04 eerot * doc/manual.html: Added many applications and a few demos to ST & STE compatibility lists 2005-10-20 09:52 thothy * src/: ioMem.c, ioMemTables.c, main.c, includes/configuration.h, includes/ioMemTables.h: Added IO memory table for the Atari TT. 2005-10-19 10:16 thothy * src/tos.c: Patch TOS 3.06 to disable PMMU CPU access. 2005-10-16 01:02 eerot * src/: blitter.c, includes/blitter.h: blitter.c cleanup: - make Do_Blit static - remove 'register' keywords (with today's C compilers they are redundant) 2005-10-15 16:00 thothy * src/gui-sdl/dlgJoystick.c: Fixed stupid bug that prevented proper SDL joystick selection. 2005-10-14 22:28 eerot * doc/hatari.1: - Add stuff relevant for the new STE support - Wrap all text to 80 columns - Add FILES section 2005-10-14 22:27 eerot * doc/manual.html: Add Pacemaker STE demo
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use