-
Notifications
You must be signed in to change notification settings - Fork 55
Home
John Earnest edited this page Oct 21, 2015
·
9 revisions
Anyone can modify the following list and claim features on this list to implement.
- Allow the user to "draw" on the audio editor waveform as in the sprite editor.
- Extend the decompiler to optionally attempt to find
if...begin...else...end
patterns. - Extend the decompiler to optionally attempt to find < > <= >= pseudo-ops.
- Scrollable memory dumper for the debugger.
- Improve layout of the source view in the debugger. (Should it be toggle-able?)
- Improve discoverability of the debugger. Add a "pause" button to the main UI?
- CLI emulator frontend so that octo can be used entirely from the command line. Try to avoid drawing in additional Node dependencies.
- Easier binary export from the browser. Data URIs do not seem to be a workable solution to this.
- COSMAC VIP waveform export, ideally played directly from browser. Some experiments have been done with this- results have been mixed.
- COSMAC VIP emulation mode including RCA1802 emulation. This is a very big, complex feature and will need full support in the debugger.