diff --git a/doc/notes.txt b/doc/notes.txt index 4b434136..f8eaddff 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -129,17 +129,13 @@ TODO: - show cur/tmp vram addresses - NES crt should mark raster pos when debugging - OAMDMA in profiler? (haltCycles) - - ca65 skeleton - - neslib.cfg nesbanked.cfg ZP segment is C64-ish, should use $00-$FF - JSNES - doesn't support hiding >8 sprites - doesn't do sprite zero test right - doesn't do clip right - doesn't do b/w tint - vcs - - sound doesn't start on Chrome (https://goo.gl/7K7WLu) - - make start after clicking in embed - - vcs sound continues when paused + - sometimes still plays when paused on FF - vcs: INPTx needs to be added to control state - vcs: break on # of lines changed (maybe using getRasterPosition?) - chrome looks blurry on vcs @@ -156,7 +152,6 @@ TODO: - test offline? (if window.firebase) - Github - platform_id/repo.platform mismatch (can't leave repository) - - gh-pages branch with embedded - handle overwrite logic - what to do about included files? - can published files retain path? @@ -164,7 +159,6 @@ TODO: - CORS for some blobs? - don't import useless files - support projects with subdirectories, file list? - - emulator needs reset shortcut for nes - switching platform of a repo? - make sure to flatten subdirs - astrocade @@ -181,8 +175,7 @@ TODO: - can't step back twice? - compiler bug in chase - "shared" in URL doesn't work, leave in URL? (also importURL) -- vicdual: delay is faster - + - alert when skeleton file loaded or file not found WEB WORKER FORMAT diff --git a/embed.html b/embed.html index e2036c3a..76ae69a6 100644 --- a/embed.html +++ b/embed.html @@ -24,6 +24,10 @@ padding: 30px; background: #000; } +.emuvideo:focus { + outline:none; + border-color:#888; +} + + - + + - - - - -
-
- -
- - - - - -
-

8bitworkshop Bitmap Font Generator

-
    -
  1. Select a font below (check out the search and filter options.)
  2. -
  3. Choose a platform from the Presets menu, or choose your own encoding options.
  4. -
  5. Select a range of characters to encode.
  6. -
  7. If you have out-of-range errors you want to fix, adjust the Y Offset value, or increase your height/width (if your platform supports it.)
  8. -
  9. Copy the output to the clipboard.
  10. -
  11. Paste it into your code.
  12. -
-
-
- - - - - - - - - - - - - - - - - diff --git a/tsconfig.json b/tsconfig.json index 8e319e6f..e3b0950d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "outDir": "./gen", "allowJs": true, + "checkJs": true, "sourceMap": true, "target": "es5", "lib": [ @@ -10,6 +11,7 @@ ], "noImplicitThis": false, "noImplicitAny": false, + "preserveConstEnums": true, "alwaysStrict": true }, "include": [