1. bd791d2 Call mixer_reset, pcspeaker.start at known times by Ernest Wong · 7 years ago
  2. 1081a83 Fix and clarify treble/bass mixer value calculation by Ernest Wong · 7 years ago
  3. 8aa4a7c Replace magic strings enums with integer constants by Ernest Wong · 7 years ago
  4. 1b55e63 Minor: semicolons by Ernest Wong · 7 years ago
  5. f8b0279 Reuse empty buffer in speaker DAC worklet by Ernest Wong · 7 years ago
  6. f9d8f72 Minor: replace type casts with inline declarations by Ernest Wong · 7 years ago
  7. 5c7d906 Revoke worklet object URL after loaded by Ernest Wong · 7 years ago
  8. 749e612 Fix duplicated node_gain in speaker dac debugger by Ernest Wong · 7 years ago
  9. 0fc48f8 Share and reuse download() function by Ernest Wong · 7 years ago
  10. 2c982a6 Minor: tidy up by Ernest Wong · 7 years ago
  11. a2a0ada Use dbg_* within speaker.js by Ernest Wong · 7 years ago
  12. d0729d9 Suppress unimplemented speaker mixer messages by Ernest Wong · 7 years ago
  13. e8848af Fix closure type-casting positions by Ernest Wong · 7 years ago
  14. 02be6d7 Tidy up: remove redundant code, add asserts, rename by Ernest Wong · 7 years ago
  15. 82e3839 Fix worklet buffer queuing calculation, and check NaN by Ernest Wong · 7 years ago
  16. 8c20f02 Add WorkletDAC to mixer immediately via output node by Ernest Wong · 7 years ago
  17. bfc781f Separate DAC debug code, add debug code to worklet by Ernest Wong · 7 years ago
  18. 3a7efe3 Add method of logging for audio worklet by Ernest Wong · 7 years ago
  19. cec0670 Implement speaker worklet by Ernest Wong · 7 years ago
  20. a7bb33e Minor: newlines by Ernest Wong · 7 years ago
  21. 5721d5d Revert "Reycle speaker AudioBuffers" by Ernest Wong · 7 years ago
  22. c6f9603 Reycle speaker AudioBuffers by Ernest Wong · 7 years ago
  23. a0ddd56 Minimise number of AudioNodes by Ernest Wong · 7 years ago
  24. cb3fd14 Use compiler type casting instead of array hack by Ernest Wong · 7 years ago
  25. 5b6e1d7 Make "both" consistent in speaker mixer API by Ernest Wong · 7 years ago
  26. e52c48c Fix speaker mixer connect/disconnect channel logic by Ernest Wong · 7 years ago
  27. 2de9ffa Fix speaker low-sample-rate converter by Ernest Wong · 7 years ago
  28. 7438f93 Refactor SpeakerAdapter by Ernest Wong · 7 years ago
  29. d30d32f Add speaker debugging tools by Ernest Wong · 7 years ago
  30. 41f313b Ensure sample rate is not too low by Ernest Wong · 7 years ago
  31. 49482bf Fix: speaker queue - setTimeout is in milliseconds by Ernest Wong · 7 years ago
  32. 7117630 Revert correct sample rate from time constant calculation by Ernest Wong · 7 years ago
  33. 43c3aa4 Simplify: let speaker_adapter drive all timings by Ernest Wong · 7 years ago
  34. f654c33 Ensure transfers can be divided into stereo channels by Ernest Wong · 7 years ago
  35. 4d3b88e Convert sb16 sample rate from time constant correctly by Ernest Wong · 7 years ago
  36. 6d2c9f6 Use audiobuffers instead of scriptprocessor (speaker) by Ernest Wong · 7 years ago
  37. 3021bb5 Tidy: typo in comment by Ernest Wong · 7 years ago
  38. 40a1c3c Implement sb16 mixer chip + tidy up by Ernest Wong · 7 years ago
  39. 4447a52 Fixing broken links in docs/events.md by Luca Invernizzi · 7 years ago
  40. 4e0ffaa Reduce pcspeaker volume by Ernest Wong · 7 years ago
  41. fe132cc Mute pcspeaker when emulator is paused by Ernest Wong · 7 years ago
  42. 6e1908f Clip pcspeaker frequency - ensure finite value by Ernest Wong · 7 years ago
  43. a546fd4 Ensure dma transfer takes multiple reads for sb16 by Ernest Wong · 7 years ago
  44. 90c0503 Do sb16 transfer immediately if already unmasked by Ernest Wong · 7 years ago
  45. 911ed0c Fix dma update mask logic: 1 !== true by Ernest Wong · 7 years ago
  46. bf8f6fd Allow 16/32-bit sb16 port read/write by Ernest Wong · 7 years ago
  47. 277255b Disable mmx/sse by default by copy · 7 years ago
  48. 2ff0345 Fix readme by copy · 7 years ago
  49. 39a76e8 Minor: Newline at end of file by copy · 7 years ago
  50. 21afba5 Update readme by copy · 7 years ago
  51. 5eb5389 Port filesystem changes from jor1k by copy · 7 years ago
  52. 0a3899b Disable CPU_LOG_VERBOSE by default by copy · 7 years ago
  53. 3dd4d1d Return correct CRTC index value in 3D4 read (VGA) by Ernest Wong · 7 years ago
  54. ea5d1f5 Handle simultaneous kbd and mouse streams by Ernest Wong · 7 years ago
  55. 27af33e 9P filesystem allows to set custom atime and mtime by Luca Invernizzi · 7 years ago
  56. 13a985e ACPI test for travis by BenNottelling · 7 years ago
  57. d32d677 Revert bpp removal, and update screen events docs by Ernest Wong · 7 years ago
  58. 282207f Display initial graphical/text mode info by Ernest Wong · 7 years ago
  59. b222aac Use screen_width/height. Update size only when needed by Ernest Wong · 7 years ago
  60. 0d1079c Remove unnecessary passing of bpp in set-size by Ernest Wong · 7 years ago
  61. 1a16c18 Fix typo: restore correct svga bpp by Ernest Wong · 7 years ago
  62. de51de8 Update the very last svga row of pixels by Ernest Wong · 7 years ago
  63. 10fc566 Tidyup spacing by Ernest Wong · 7 years ago
  64. 36cf671 Replace min/max with layers for update_buffer by Ernest Wong · 7 years ago
  65. 68deda6 Draw between min and max within layers by Ernest Wong · 7 years ago
  66. 1af8a32 Clear screen only when needed by Ernest Wong · 7 years ago
  67. 9b9cb8e Clear layers on reset, and update svga layers by Ernest Wong · 7 years ago
  68. 0726a99 Remove unbeneficial vga linked list code by Ernest Wong · 7 years ago
  69. 6abcc3a Bump state version for new vga states by Ernest Wong · 7 years ago
  70. ab1e424 Ignore last two bits of vga dac palette data write by Ernest Wong · 7 years ago
  71. f455aeb Fix typo: vga reading dac index should translate back by Ernest Wong · 7 years ago
  72. ba71287 DAC linked list: Tell screen adapter to update by Ernest Wong · 7 years ago
  73. 25da2e8 Tidyup: vga comments, and panning update code by Ernest Wong · 7 years ago
  74. eaa90a8 Tidyup: screen adapter layer update code by Ernest Wong · 7 years ago
  75. 2397608 Fix typo: vga internal palette read condition by Ernest Wong · 7 years ago
  76. 02b7314 Implement more vga dac read ports by Ernest Wong · 7 years ago
  77. 2b5d3ff Update state restore for vga & fix undefined states by Ernest Wong · 7 years ago
  78. e995d1f Tidyup: update_vga_graphical also handles text by Ernest Wong · 7 years ago
  79. 81018ce Implement screen disable / blanking by Ernest Wong · 7 years ago
  80. 3c72863 Fix vga palette partial redraw bug by Ernest Wong · 7 years ago
  81. 0766da0 Only use vga color linked list for small changes by Ernest Wong · 7 years ago
  82. 0cc9b36 Tidyup: use double quotes by Ernest Wong · 7 years ago
  83. 8688349 Fix vga color use linked list corrupted values by Ernest Wong · 7 years ago
  84. 465dd6f Tidy up: remove unnecessary comment, add semicolon by Ernest Wong · 7 years ago
  85. 964691e Toggle vga 3DA value manually during text mode by Ernest Wong · 7 years ago
  86. 1abb089 Tidy: comments, unused code, naming convention by Ernest Wong · 7 years ago
  87. 2a74c9d Implement generalized vga pipeline by Ernest Wong · 7 years ago
  88. c5d178a Copy the very last byte of modified video memory by Ernest Wong · 7 years ago
  89. 8cb19bf Fix VGA write mode 3 typo by Ernest Wong · 7 years ago
  90. 5901c53 Don't store derived states unless necessary by Ernest Wong · 7 years ago
  91. 1c04a9e Tidy: vars and avoid non-op syntax sugar by Ernest Wong · 7 years ago
  92. 7b6d901 Fix comments for vga planar shift mode by Ernest Wong · 7 years ago
  93. 7373a7e Tidy: spacing and semicolons by Ernest Wong · 7 years ago
  94. c471abc Simply call set_size_graphical after state restore by Ernest Wong · 7 years ago
  95. 4f0c35a Tidy vga latch states and implement read mode 1 by Ernest Wong · 7 years ago
  96. 37b3b67 Add new vga states to set/get_state by Ernest Wong · 7 years ago
  97. 10dae9d Implement all vga planar write modes by Ernest Wong · 7 years ago
  98. 41b9d99 Add reference to issue 165 by Ernest Wong · 7 years ago
  99. 7c4dd5f Detect and trigger AltKey keyup, fixes #165 by Ernest Wong · 7 years ago
  100. 153c50f Allow the QEMU test to fail by Ben · 7 years ago