mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Ian Flanigan
397e7ecc11
Allow Shift-F2 to maximize the Apple screen in the window
Normally, F2 causes the browser to go full-screen, showing only the Apple screen. However, in Chrome, the user can exit full-screen mode by pressing ESC. Since ESC is used frequently on the Apple //e, this limits the utility of full-screen mode. To work around this problem, this change adds Shift-F2, which will make the Apple fill the window without going full-screen. This allows the user to go make the window full-screen in some other way, thus enabling the use of the ESC key. Note that the method used is almost entirely implemented in CSS, with just a few lines of code to change the classes on some elements. This may not be the best long-term way of implementing this feature.
apple2js
An Apple II emulator written in Javascript
Things are a little rought around the edges right now, hopefully I will have time to clean things up in a bit.
To run, open apple2js.html
To add additional disk images, use scripts/dsk2json.pl, then "make index"
Description
An Apple II emulator originally written in Javascript, now being converted to TypeScript
Readme
58 MiB
Languages
TypeScript
96.3%
HTML
1.6%
CSS
1.3%
JavaScript
0.6%
Assembly
0.2%