forked from X16Community/x16-emulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added multiple options to webemulator. (X16Community#308)
* Added multiple options to webemulator. Now the webemulator is able to handle the following options: * ram = amount of memory in steps of 8K (8-2048) * cpu = c816 or c02 * mhz = speed in MHz, minimum 1 * keymap = same list of keymaps supported as normal emualtor * longpwron = Boot emulator into RAM diagnostics * widescreen = enable widescreen if true * capture = capture keyboard and mouse if true All of the above options are available on the address/url or in the manifest file. On the address line longpwron, widescreen & capture do not need values to be enabled. In the manifest file, they must be set to true. Options in manifest file take precedens over options on address line. * First attempt at documenting WebEmulator options * Added midline-effects option This should address this issue: X16Community#287
- Loading branch information
1 parent
a979524
commit 119b557
Showing
2 changed files
with
114 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters