diff --git a/templates/base.html b/templates/base.html
index 291a29a79..099314958 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -61,14 +61,14 @@
Support
{% endblock content %}
-
-{% block scripts %}
-
-
-
-
-{% endblock scripts %}
diff --git a/templates/index.html b/templates/index.html
index 30fd970d5..d8b520239 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -50,13 +50,15 @@ Standard features
Customizable speed/throttling
Resizable calculator screen
"Always-on-top" window option
- Screen capture (PNG)
+ Screen capture, copy, and drag'n'drop (PNG)
Screen recording (animated PNG)
- File sending/receiving (not for Apps/OS yet)
- Multiple keybinding presets
+ File sending/receiving (including for Apps/OS yet)
+ Multiple keybinding presets (customizable)
+ Keypress history
+ Full-screen modes
Emulation states for efficient saving / restoring
Color skins (like the real devices)
- Available in English, French, Spanish, and Dutch
+ Available in English, French, Spanish, Dutch, and Chinese
@@ -72,7 +74,9 @@ Developer features
- Main options available via CLI arguments
- IPC features when launching several CEmus
- - Custom display refresh rate
+ - Choice of ASIC / HW revision emulation (A, pre-I, M+...)
+ - Import/Export RAM/ROM/images...
+ - Custom display refresh rate, FPS indicator
- Custom emulation speed/throttling
- Code stepping, jumping...
- R/W/X breakpoints
@@ -82,7 +86,10 @@ Developer features
- Memory viewer/editor
- CPU state/registers viewer/editor
- LCD state/parameters viewer/editor
+ - Advanced LCD paramters emulation
+ - User/System variables viewer
- Memory visualizer (as customizable virtual LCDs)
+ - TI-Basic debugging with code stepping
- Variable list with preview and program launcher
- Cycle counter for benchmarking/profiling
- Emulation of DMA and SPI (for optimal accuracy)