Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppeccin/javatari
A multiplayer Atari 2600 emulator written in pure Java using no libs
https://github.com/ppeccin/javatari
Last synced: 7 days ago
JSON representation
A multiplayer Atari 2600 emulator written in pure Java using no libs
- Host: GitHub
- URL: https://github.com/ppeccin/javatari
- Owner: ppeccin
- License: agpl-3.0
- Created: 2012-04-14T23:16:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T01:02:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T14:12:41.141Z (7 months ago)
- Language: Java
- Homepage:
- Size: 17.3 MB
- Stars: 131
- Watchers: 15
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
Awesome Lists containing this project
- awesome-emulators - javatari (older version)
README
Visit http://javatari.org for downloads and online play
Discuss at http://groups.google.com/group/javatariVersion 4.1
============
- New concept: Savestate Cartridges!
- Store emulator state as Savestate Cartridge files to disk any time (press F8)
- Savestate Cartridges can be distributed and loaded as normal ROMs
- Savestate Cartridges can also be embedded as auto-load ROMs
- Support for Starpath/Supercharger Tape ROM format
- Bugfixes and improvementsPrevious Versions:
Version 4.0
============
- Full support for the upcoming Java security requirements
- Both all-permissions and sandboxed deployment optionsVersion 3.40
============
- Support for Harmony/Melody Cart flash memory and .cu images
- Star Castle Arcade highscores now working
- General performance tuningVersion 3.30
============
- Applets can now be detached from the browser window
- Once detached, all features are available including Full Screen
- Full Screen is now multi-monitor aware
- Updated, cleaner looksVersion 3.20
============
- Console Panel now shows the inserted Cartridge
- Customizable, dynamically rendered Cartridge Labels
- Built-in ROM information, based on Rom Hunter's collection
- Better auto-detection of Paddles and CRT modes per ROMVersion 3.12
============
- Preliminary support for built-in ROMs
- Auto-load of built-in ROMs
- Auto-detection of Paddles Mode per ROM
- Option to start with Paddles Mode ONVersion 3.10
============
- Added Joystick support (Windows and Linux)
- Fully selectable axes with deadzone adjustment
- Paddles analog emulation with adjustable sensitivity and centering
- Other console controls can be mapped to Joystick buttons
- Better compatibility in Linux and Mac OSXVersion 3.00
============
- Added support for all major ROM formats/bankswitching schemes
- Format selectable in the Settings Dialog
- Cycle through compatible options in realtime with ALT + B
- DPC support, with enhanced audio option
- Adjustable DPC audio clock (ALT + HOME, ALT + END)
- Several homebrew ROMs now work correctly
- Many accuracy improvements
- Better performanceVersion 2.03
============
- Support for additional ROM formats
- Better support for ROMs from the Demo SceneVersion 2.02
============
- Support for Applets to auto-start in multiplayer modesVersion 2.01
============
- Multiplayer mode controls in UI
- Start Client/Server sessions directly in Settings window
- Applet multiplayer mode supportVersion 1.11
============
- New Settings Window
- Configurable Controls
- Help and About pagesVersion 1.10
============
- Applet deployment support
- Drag and drop of ROM links directly to AppletVersion 1.09
============
- Drag&Drop and Copy&Paste of ROM files or URLs
It is now very easy to try ROMs from websites,
no need to download and save to disk to open. Just drag the URL
- Fullscreen UI button
Version 1.08
============
- Another change in Cartridge loading functions
- F5 loads from a FILE
- F6 loads from any URL
- F7 removes the Cartridge
- ALT + F5/F6: loads the Cartridge with no auto power on/off
- ZIP file support for ROMs
- JNLP deploy for easy online launch
- Any parameter from the properties file can now be overriden
via command line arguments (-param=value)Version 1.07
============
- New Cartridge load options
- F5 now loads with automatic power on/off
- F6 loads with no automatic power on/off
- F7 removes the Cartridge
- Fry Console (quickly power off/on): Alt-F1
- Multiplayer Paddles mode bugfixVersion 1.06
============
- Better homebrew ROMs support
- Data BUS retention for zero-page load errorVersion 1.05
============
- Non page-flipping bug introduced in 1.04 fixed
- Emulator now remembers the last folder used to load ROMsVersion 1.04
============
- New CRT Emulation Modes. Alt + R to toggle
- StarCastle (AtariAge) working okVersion 1.03
============
- FA / FA2 ROM format support
- StarCastle (AtariAge) started workingVersion 1.02
============
- VideoStandard (NTSC/PAL) auto detection
- Improved Save/Load State function
- BugfixesVersion 1.01
============
- Added support for illegal opcodes.
- Added SuperChip support.
- Improved ROM format detection.
- Better compatibility for batari Basic ROMs.