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.
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.
- Loading branch information