whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
442 stars 57 forks source link

Add green screen support for the GL renderer #67

Closed iflan closed 3 years ago

iflan commented 3 years ago

This adds a configuration that is equivalent to a Monitor II monitor (at least according to the Open Emulator Project) to GL renderer. This does not need a restart to take effect.

In the process, this change tightens up the typing on apple2shader.

iflan commented 3 years ago

Abandoning this in favor of PR #68.