summaryrefslogtreecommitdiff
path: root/emulators/fuse/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2011-12-17Update to 1.0.0.1a:wiz1-4/+4
2011-04-01 Philip Kendall <philip-fuse@shadowmagic.org.uk> * Fuse 1.0.0.1a released. * Remove all ROMs for which there isn't explicit permission to distribute (Philip Kendall).
2011-02-27Changes 1.0.0.1:adam1-4/+5
* Fix temporary breakpoints on platforms using replacement Glib * Ensure Amiga port can load files * Fix SVGAlib compilation
2010-12-20Changes 1.0.0:adam1-5/+7
* Add Opus Discovery disk interface support * Wii support * Many improvements to Win32 UI, including an installer * Support weak data in +3 disk images * NTSC Spectrum support * Add support for flipping disk images in single sided drives * Add support for automatically merging both both disk images where they are in separate files named with the text [Ss]ide[ _][abAB12] * Switch to using Blip_Buffer (by Shay Green) for improved beeper and AY output * Allow beeper and AY volumes to be set * Enable Beta 128 interface in 48K and TC2048 machines * Add emulation of the Fuller Audio Box * Allow sound to run from 2% speed up * Add emulation of the Melodik and similar 48K-compatible AY interfaces that use the 128K sound ports * Add support for Pentagon 1024SL v2.2 16 colour modek * Implement GTK+ drag and drop support * Better support for international keyboards * Allow svgalib UI to use full range of bit depths and scalers * Allow GTK+ scalers to set window size in GTK+ UI * Allow selection of "TV speaker" or "beeper"-style sound output * Allow hot-key switching between full-screen and windowed mode in SDL UI
2009-01-16Distfiles has been changed. Confirmed with the author of Fuseadam1-4/+4
2009-01-15Changes 0.10.0.2:adam1-4/+4
* Make loader acceleration work on all compilers. * Make the "Don't Save" option in the widget UI do the right thing. * Allow both +3 disk drives to be used at once. * Allow both +D disk drives to be used at once. * Make .dsk code handle missing newline on "Track-Info" header. * Remove unnecessary 'use' directive when building widget options header file; fixes some build issues.
2008-12-18Changes 0.10.0.1:adam1-4/+4
* Writing files would not truncate the file at the correct point, leading to corrupt files when overwriting an existing file * Distribute ui/fb/fbmouse.h
2008-12-04Changes 0.10.0:adam1-5/+5
* New upd765 FDC emulation; all known +3 DSK images now work. * Loading acceleration. * Automatic saves while using RZX recording. * Many improvements to Win32 UI. * Improved widget UI, with look and feel borrowed from that in FuseX. * Emulation core improvements. * Debugger improvements. * Miscellaneous improvements.
2008-01-24Changes 0.9.0:adam1-6/+6
* New features: * Add +D disk interface support * New floppy disk controller emulation for +D and Beta disk interface emulation * Add Pentagon 512 and Pentagon 1024 emulation * Add Hi-Fi beeper for improved reproduction of multi-channel beeper tunes (e.g. Fairlight 2, Wham - the Music Box) * Add support for saving tape images without using tape traps * Add support for loading from WAV tape images * Add support for saving CSW tape images and TZX direct recording blocks * Allow distinction between "soft" resets (activating the reset line on the Z80) and "hard" resets (pulling the power) * New ALSA sound driver * AmigaOS support * MorphOS support * Emulation core improvements * Machine specific improvements * Various other minor bugfixes
2007-05-12Changes 0.8.0.1:adam1-4/+4
* Fix IN timings and floating bus behaviour: fixes Sidewize. * Fix widget UI pokefinder and keyboard help picture * Fix crash if fullscreen mode attempted a resolution higher than the native graphics mode could handle. * Ensure ABS, MIN and PATH_MAX are available where needed. * Distribute autoload snapshots. * Remove flicker when playing back RZX files with embedded snapshots. * Remove warnings when building from CVS.
2007-04-13Changes 0.8.0:adam1-5/+5
* New features: * Loader improvements: automatically run at full speed while a loader is in progress and automatically start/stop the tape when the start/end of a loader is detected. * RZX 'rollback' support. * DivIDE support. * Interface I and microdrive emulation. * TS2068 support. * Kempston mouse emulation. * TZX generalized data block (0x19) support. * Much improved widget UI, including allowing selection of filenames. * Allow SDL full screen mode to be used. * Add the ability to save 'movies' as collections of screenshots. * Widget pokefinder. * Add a simple code profiler. * New libao sound driver. * New CoreAudio sound driver. * New PALTV 1-3x and TV3x graphics scalers. * Emulation core improvements: * Improved screen rendering code (now character accurate rather than line accurate). * Corrections to write ordering and contention for EX (SP),HL, EX (SP),IX and EX (SP),IY. * Corrections to contention for OTIR and OTDR. * IR contention. * Flag bits 3 and 5 are copied on all BIT instructions. * Improved ULA emulation with respect to interrupt length. * Fix timings of shifted no operation opcodes. * An interrupt in IM 0 takes 13 tstates to acknowledge, not 12. * Improved speed control code.
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-07-20Changes 0.7.0:adam1-4/+5
* New features: + Scorpion ZS 256 support + Spectrum SE support + Support for the simple 8-bit IDE interface (as used by the +3e) and the ZXATASP and ZXCF interfaces + Spectrum +3e support: just a +3 with different ROMs + Interface II support + Emulation of joysticks other than the Kempston * Z80 core improvements: + Get undocumented flags right after SCF and BIT + Improved contended memory timings for RLD, RRD and instructions involving (HL), (SP), (IX+dd), (IY+dd) * Debugger improvements: + Memory map pane showing what is present in each 8K chunk + Allow port values to be masked before checking for port read/write breakpoints + Ability to set breakpoints in non-RAM pages * Miscellaneous improvements: + Improved display timings + Improved floating bus timings; Arkanoid and Sidewize now work + Save/restore the high bit of the R register; Bruce Lee now works + Fuse can now save snapshot formats other than .z80 and tape formats other than .tap; the appropriate format will be selected according to the extension given + Improved sound emulation, now using 16 bit samples + Allow real joystick buttons to be equivalent to either 'emulated joystick fire' or 'press a key' + The pokefinder can now search for bytes which have increased or decreased since the last search + HP-UX sound support (Stuart Brady). + After 'flashloading' a tape block, set the registers to the values they would have if the block had been loaded normally; 'The Rats' now loads successfully + GTK+ 2.x user interface preferred to GTK+ 1.2 by default if available + Don't display an error message if the same message was displayed within the last second + Writing to the Betadisk ports is a no-op if TR-DOS isn't active + Keep Timex Dock cartridge inserted after reset if it had been inserted via File/Open or from the command line + Split the 'ROM selection' dialog into one dialog for each machine + Unused bits of AY registers are zeroed + Remove segfault if one ROM of a multi-ROM machine didn't load + Don't segfault if Space rather than a mouse double click is used to select things in the GTK+ tape browser, debugger or pokefinder + Stop output to the serial printer when printer emulation is disabled; prevents the random appearance of 'printout.txt'
2004-02-20Changes 0.6.2.1:adam1-3/+3
* Compilation fixes: + sdljoystick.h missing from tarball. + Link failure if a widget UI in use and lib765 not available. + Compilation failure if ROMSDIR defined. * Bugfixes: + Use of the SDL icons could cause screen corruption. + The reverse page mapping for 0xc000 - 0xffff would occasionally be wrong on the +2A/+3. * Miscellaneous: + Allow selectable devices to be used for the real joysticks. + Use glib 2.0 if available. + Allow ROMSDIR to be set when configuring.
2004-02-13Changes 0.6.2:adam1-3/+4
* New features: + Real joystick support. + The 'pokefinder'. + Black and white TV mode for the GTK+ and SDL user interfaces. + The Timex 1.5x scaler and the reappearance of 3x3 mode for the GTK+ UI. + A simple memory browser. + Writes to disk will not affect the underlying file unless explicitly requested by the user. + Status bar for the GTK+ UI, and status icons for the SDL UI. + Options to disable the GTK+ confirmation dialogs and the printer emulation. * Z80 core improvements * Debugger improvements * RZX improvements * Minor bugfixes
2003-10-02Changes 0.6.1.1: Bugfixes to the RZX code and to allow the SVGAlib user ↵adam1-3/+3
interface to compile
2003-09-16Fuse is the Free Unix Spectrum Emulator.adam1-0/+4
* Working 48K/128K/+2/+2A Speccy emulation, running at true Speccy speed on any computer you're likely to try it on. * Support for loading from .tzx files. * Sound (on system supporting the Open Sound System or BSD/Solaris). * Kempston joystick emulation. * Emulation of the various printer you could attach to the Spectrum. * Very basic support for RZX files. Changes 0.6.1: * A Z80 core rewrite such that it's now generated from the regular patterns in the instruction set. This shouldn't have any effect as yet, but will make performance enhancements easier to do in the future (Philip Kendall). * On the TC2068, the ROM traps apply only when in the EXROM and memory contention applies only in the HOME bank (Fredrick Meunier). * On the 128K Spectrum, use the correct port mask when checking for contention on the 'memory control' port (Philip Kendall). * RZX competition mode (Philip Kendall). * Add AY logging to .psg files (Matthew Westcott) * Optionally autoload +3 and TRDOS disks when they're inserted (Philip Kendall). * Fall back to read(2) and malloc(3) if mmap(2) fails or is unavailable (Philip Kendall). * Add 'out' and 'tbreakpoint' commands, conditional breakpoints and the ability to use general numeric expression to the GTK+ debugger (Philip Kendall). * Allow Fuse to work with GTK+ 2.x (Marek Januszewski). * Add a scrollbar to the GTK+ debugger's disassembly window (Philip Kendall). * New AdvMAME3x graphics scaler (Fredrick Meunier/ScummVM team) * In the GTK+ UI, deactivate menu items when they're not appropriate (Philip Kendall). * Make bright black be the same as 'normal' black in the framebuffer user interface (Witold Filipczyk). * Add confirmation dialogs before resetting or quitting under the GTK+ UI (Philip Kendall).