Skip to content
/ EstyJS Public
forked from dmcoles/EstyJs

EstyJS - Javascript based Atari ST 520/1040 emulator

License

Notifications You must be signed in to change notification settings

kaiec/EstyJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EstyJS 2.0

This is the new official home of EstyJS, since I took over the further maintenance from Darren Coles in 2024, marked by the release of EstyJS 2.0 on November 13th.

EstyJS 2.0 runs here: https://kaiec.github.io/EstyJS/

Changes from 1.0

  • Fully working mouse pointer synchronisation.
  • Fullscreen mode.
  • All lines of the display are rendered, instead of only every other line to create a scan line effect. The scan line effect can still be activated if desired.
  • EmuTOS 1.3 192k is used as ROM, so that EstyJS is fully open source and does not use any proprietary software.
  • Design of the new logo.
  • Redesign of the default website.

Feedback

Please use the issue system to give feedback, report bugs or suggest ideas for further improvements.

License and Credits

EstyJS (i.e., the JavaScript files) is licensed under the GPL v2 license.

Further credits:

  • processor.js is based on code from SAE, licensed under GPL V2. It is based on WinUAE and UAE respectively, both GPL V2.
  • sound.js used code from DelphiSpec emulator, licensed under GPL V2.
  • emutos.img is EmuTos 1.3 192K, licensed under GPL V2, and no integral part of this project.
  • Atari_1040STf-600.png is adapted from Bill Bertram, licensed under CC-BY-SA 2.5.
  • Sporniket Nostalgie v2 is a font inspired from the Atari ST system font, created by David Sporn, licensed under SIL OFL 1.1.

About

EstyJS - Javascript based Atari ST 520/1040 emulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.2%
  • CSS 0.3%