1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
This is the list of people who have contributed to project
Thanks go to :-
Ron Fries
- For releasing a library of routines providing Pokey Sound
Emulation.
Alex Hornby <alex@zetnet.co.uk>
- Wrote the Virtual 2600 Emulator from which I took some code
to access the /dev/dsp device.
Dave Bennett <bennett@halcyon.com>
- Code enabling the use of OSS super cartridges
- Correction to display list jump instruction
- Tidied cartridge code up
Chris Lam <lamcw@sun.aston.ac.uk>
- Lookup table containing RGB values for each Atari Colour
Ivo van Poorten <ipoorten@cs.vu.nl>
- Added X11 window Expose Event
- Made hardware registers repeat within their page.
- Control Characters in CURSES version
- Makefile targets for freebsd systems
- Modification to Curses character attributes handling (for freebsd)
- Ported Emulator to DOS using DJGPP.
Stephen Firth <stephen@signus.demon.co.uk>
- Graphical Support for Amiga
Rob Funk <rfunk@magnus.acs.ohio-state.edu>
- Tidied up emulator abort code.
- Case insensitive monitor commands.
Preston F. Crow <preston.crow@dancer.dartmouth.edu>
- Corrected calculation of ATR sectror count
Cyrus Malek <Cyrus.Malek@amd.com>
- Patch allowing the X11 Backspace key to work the same as the Delete
key.
Chris F Chiesa <xetwnk@shell.portal.com>
- Added code allowing emulator to run under DEC Windows.
Neil Ship <nlshipp@dictator.uwaterloo.ca>
- Correction to new cartridge code introduced in 0.4.0
Chris Palmer <crpalmer@solo.uwaterloo.ca>
- Spotted incorrect declaration of atari_basic[8129] in "pia.c". It
should of course be [8192].
Maximum Entropy <entropy@zippy.bernstein.com>
- Various corrections to MOTIF code.
- MOTIF callbacks for Insert Disk, Eject Disk and Insert ROM
- Bug Fixes in sio.c
- Bug Fix to devices.c allowing DOS 2.5 to get a directory of H:
- Bug Fix to monitor.c (EOF on INPUT + Blank Lines)
- Undocumented commands added to monitors HELP command.
- Implementation of Disable Drive menu item for Motif.
- Fixed scrolling problem for machines that can't access longwords on word
boundaries (e.g. SGI and SPARC).
- Added FPS Monitor to X11 and Motif versions.
- Changes to pattern matching for H: device.
- Motif fileselector retains state from one invocation tothe next
- Fixed an unitialized pointer
- Tidied up declaration of various functions.
- Removed Warning messages when compiled with -Wall
- Configuration program detects if longwords need to be aligned.
- Modification to X11 Paddle Emulation.
- Removed annoying flicker present under some X11 platforms.
- Removed hardcoded paths in MOTIF code.
- Various fixes for curses mode.
Ed Kaminski <ekamins@ibm.net>
- Correction of Antic 4&5 Bug affecting Galactic Chase & Mr. Do
- Improved speed of MS-DOS version by synchronising with a high resolution
timer.
- PORTB duplicated special handling of PORTA.
Nathan Monson <nathan@polaristel.net>
- Supplied correction for handling of 6502 V flag during ADC and SBC
operations.
Petr Stehlik <pstehlik@zln.cz>
- Added support for Atari Falcon (port itself, sound, kbd, joy)
- Added sound, keyboard and joystick support for DOS version
- "Project coordinator" since v0.8.2 (http://users.zln.cz/~pstehlik)
Karel Rous <Empty Head>
- rewrote CPU.C to optimized MC68030 assembler
Radek Sterba <raster@infos.cz>
- Added all missing CPU 6502 instructions
- Implemented precise timing into Antic and CPU
- Fixed PMG registers and implemented PMG flickering
- Added full 256 opcodes support to dissasembler
- Various DOS enhancements
- Added emulation of 320 kB memory (Atari320XE)
Perry McFarlane <ce596@freenet.toronto.on.ca>
- Antic fix in vertical scroll
- Complete Antic rewrite (DIRECT_VIDEO approach, but better)
- GTIA enhancements (based on Thomas' code, but using DIRECT_VIDEO)
- Allegro library in DOS port
- Colour Artifacting
- 'digital sound' emulation in DOS port
Thomas Richter <thor@math.tu-berlin.de>
- GTIA collisions and third colour of players
- new SIO code with formatting support
- POKEY timers
- ADC/SBC "V" bit bug found and fixed using Frodo 6502 emu source
Rich Lawrence <rich@kesmai.com>
- Win32 port (using DirectX)
- DCM and ZLIB compressed files support
Petr Sumbera <xsumbe00@stud.fee.vutbr.cz>
- LPTjoy idea and design of the interface
Robert Golias <golias@informatics.muni.cz>
- UI enhancements and DJGPP fixes
- Monitor enhancements (esp. line assembler)
- fullscreen in DOS port - 320x240 and 320x480 interlaced graphics
- VESA2 support in DOS
- keyboard and joystick handling, joystick emulated on keyboard
Robert W. Brewer <rbrewer@Op.Net>
- Voxware sound driver updated for POKEY v2.4
Michael Beck <beck@dresearch.de>
- SIO2PC ATR patch
- SIO Config patches (tested on real XF551)
- monitor continues last command
Preston Crow
- UI enhancement (folders in disk management)
Jason Duerstock <jason@sdi.cluephone.com>
- R-Time 8 cartridge support (real date and time from host machine)
Kuba <kubad@zeus.polsl.gliwice.pl>
- vertical retrace control in DOS port
|