1. 13a985e ACPI test for travis by BenNottelling · 7 years ago
  2. d32d677 Revert bpp removal, and update screen events docs by Ernest Wong · 7 years ago
  3. 282207f Display initial graphical/text mode info by Ernest Wong · 7 years ago
  4. b222aac Use screen_width/height. Update size only when needed by Ernest Wong · 7 years ago
  5. 0d1079c Remove unnecessary passing of bpp in set-size by Ernest Wong · 7 years ago
  6. 1a16c18 Fix typo: restore correct svga bpp by Ernest Wong · 7 years ago
  7. de51de8 Update the very last svga row of pixels by Ernest Wong · 7 years ago
  8. 10fc566 Tidyup spacing by Ernest Wong · 7 years ago
  9. 36cf671 Replace min/max with layers for update_buffer by Ernest Wong · 7 years ago
  10. 68deda6 Draw between min and max within layers by Ernest Wong · 7 years ago
  11. 1af8a32 Clear screen only when needed by Ernest Wong · 7 years ago
  12. 9b9cb8e Clear layers on reset, and update svga layers by Ernest Wong · 7 years ago
  13. 0726a99 Remove unbeneficial vga linked list code by Ernest Wong · 7 years ago
  14. 6abcc3a Bump state version for new vga states by Ernest Wong · 7 years ago
  15. ab1e424 Ignore last two bits of vga dac palette data write by Ernest Wong · 7 years ago
  16. f455aeb Fix typo: vga reading dac index should translate back by Ernest Wong · 7 years ago
  17. ba71287 DAC linked list: Tell screen adapter to update by Ernest Wong · 7 years ago
  18. 25da2e8 Tidyup: vga comments, and panning update code by Ernest Wong · 7 years ago
  19. eaa90a8 Tidyup: screen adapter layer update code by Ernest Wong · 7 years ago
  20. 2397608 Fix typo: vga internal palette read condition by Ernest Wong · 7 years ago
  21. 02b7314 Implement more vga dac read ports by Ernest Wong · 7 years ago
  22. 2b5d3ff Update state restore for vga & fix undefined states by Ernest Wong · 7 years ago
  23. e995d1f Tidyup: update_vga_graphical also handles text by Ernest Wong · 7 years ago
  24. 81018ce Implement screen disable / blanking by Ernest Wong · 7 years ago
  25. 3c72863 Fix vga palette partial redraw bug by Ernest Wong · 7 years ago
  26. 0766da0 Only use vga color linked list for small changes by Ernest Wong · 7 years ago
  27. 0cc9b36 Tidyup: use double quotes by Ernest Wong · 7 years ago
  28. 8688349 Fix vga color use linked list corrupted values by Ernest Wong · 7 years ago
  29. 465dd6f Tidy up: remove unnecessary comment, add semicolon by Ernest Wong · 7 years ago
  30. 964691e Toggle vga 3DA value manually during text mode by Ernest Wong · 7 years ago
  31. 1abb089 Tidy: comments, unused code, naming convention by Ernest Wong · 7 years ago
  32. 2a74c9d Implement generalized vga pipeline by Ernest Wong · 7 years ago
  33. c5d178a Copy the very last byte of modified video memory by Ernest Wong · 7 years ago
  34. 8cb19bf Fix VGA write mode 3 typo by Ernest Wong · 7 years ago
  35. 5901c53 Don't store derived states unless necessary by Ernest Wong · 7 years ago
  36. 1c04a9e Tidy: vars and avoid non-op syntax sugar by Ernest Wong · 7 years ago
  37. 7b6d901 Fix comments for vga planar shift mode by Ernest Wong · 7 years ago
  38. 7373a7e Tidy: spacing and semicolons by Ernest Wong · 7 years ago
  39. c471abc Simply call set_size_graphical after state restore by Ernest Wong · 7 years ago
  40. 4f0c35a Tidy vga latch states and implement read mode 1 by Ernest Wong · 7 years ago
  41. 37b3b67 Add new vga states to set/get_state by Ernest Wong · 7 years ago
  42. 10dae9d Implement all vga planar write modes by Ernest Wong · 7 years ago
  43. 41b9d99 Add reference to issue 165 by Ernest Wong · 7 years ago
  44. 7c4dd5f Detect and trigger AltKey keyup, fixes #165 by Ernest Wong · 7 years ago
  45. 153c50f Allow the QEMU test to fail by Ben · 7 years ago
  46. 6c44a71 Update copyright year to 2018 by Amaan Cheval · 7 years ago
  47. b228265 Fix duplicated code after FloatQueue rewrite by Ernest Wong · 7 years ago
  48. a3a1414 Avoid unnecessary audio recalculations in a loop by Ernest Wong · 7 years ago
  49. 147cc8b Rewrite FloatQueue to prototypical notation by Ernest Wong · 7 years ago
  50. c017373 Avoid unnecessary copying of buffers. by Ernest Wong · 7 years ago
  51. 9fa0fcd Reduce audio processor overhead when paused by Ernest Wong · 7 years ago
  52. 531f5ba Warn if pit counter larger than reload value by Ernest Wong · 7 years ago
  53. 326ab8c Schedule audio values instead of the .value setter by Ernest Wong · 7 years ago
  54. a185fd1 Tidy up: spacing, quotes, and line length. by Ernest Wong · 7 years ago
  55. 0ec16f5 Tidyup: use underscore naming by Ernest Wong · 7 years ago
  56. d793d2e Simplify FloatQueue.shiftBlock logic by Ernest Wong · 7 years ago
  57. 833bc52 Move samplerate broadcast out of hot code by Ernest Wong · 7 years ago
  58. dfd3202 Send audio data only through bus by Ernest Wong · 7 years ago
  59. da0ffc4 Transfer ownership of buffers to sb16 onprocess by Ernest Wong · 7 years ago
  60. 1f8cfb4 Pause sb16 when cpu is paused or via pause command by Ernest Wong · 7 years ago
  61. eb7c333 Tidy up unimplemented FM Synthesizer code by Ernest Wong · 7 years ago
  62. 27789b7 Realign sb16 state variables by Ernest Wong · 7 years ago
  63. f30ddbd Prefix constants & avoid contextless magic numbers by Ernest Wong · 7 years ago
  64. dd7f845 Make DMA on_unmask states restorable by Ernest Wong · 7 years ago
  65. 1c092c2 Send via bus the required data only (pc speakers) by Ernest Wong · 7 years ago
  66. ac8284f Remove DMA identification routine by Ernest Wong · 7 years ago
  67. 584548d Tidy code by Ernest Wong · 7 years ago
  68. a9a2932 Remove speaker debugging code in production build by Ernest Wong · 7 years ago
  69. 7d3c892 Warn and abstain if AudioContext not available by Ernest Wong · 7 years ago
  70. 0c43969 Begin plan for FM synthesizer by Ernest Wong · 7 years ago
  71. edf589c Nuke commented out old dma.js code by Ernest Wong · 7 years ago
  72. 0a5d543 Improve consistent style and clarity by Ernest Wong · 7 years ago
  73. 72f3a89 Disable stereo byte counting. Sound is now working! by Ernest Wong · 7 years ago
  74. c43a21a Add reminder todo for sb16 set transfer size. by Ernest Wong · 7 years ago
  75. d0d9649 Changed sb16 dma block size. Investigate effect. by Ernest Wong · 7 years ago
  76. 60ca5c0 Update DMA registers correctly. Update read_count by Ernest Wong · 7 years ago
  77. 42c5ddc Fix: whitespace by Ernest Wong · 7 years ago
  78. 8d75fd1 Separate speaker process samples and dma block size by Ernest Wong · 7 years ago
  79. 061b165 Update use of irq_triggered register (sb16) by Ernest Wong · 7 years ago
  80. a4fdf02 Fix: remove auto semicolon insertion bug by Ernest Wong · 7 years ago
  81. f1b0c99 Improve code clarity. by Ernest Wong · 7 years ago
  82. 45ac0a9 Add debugging tool for speaker adapter by Ernest Wong · 7 years ago
  83. 6b653cf Make sure enough audio is transferred each time by Ernest Wong · 7 years ago
  84. ac21d72 Always overwrite audio proccess buffer (sb16) by Ernest Wong · 7 years ago
  85. cb704b9 Implement state restoration for sb16 and new dma by Ernest Wong · 7 years ago
  86. a218381 Implement page high-byte EISA ports/registers (DMA) by Ernest Wong · 7 years ago
  87. 34d60d4 Add debug logs when not enough audio (sb16) by Ernest Wong · 7 years ago
  88. ec99ca3 Immediately transfer first block (sb16) by Ernest Wong · 7 years ago
  89. 0c05905 Fix: dma should read number of bytes, not count by Ernest Wong · 7 years ago
  90. 215bc25 Add debug logs for irq (sb16) by Ernest Wong · 7 years ago
  91. 9f75c81 Wrap DMA channel count after incrementing by Ernest Wong · 7 years ago
  92. 7581a4a DMA auto should wrap around. Use Uint16 counters by Ernest Wong · 7 years ago
  93. c57e31e SB16 should fetch more audio before it runs out by Ernest Wong · 7 years ago
  94. 7733452 Implement DMA autoinit mode by Ernest Wong · 7 years ago
  95. 43bc683 Implement basic sampling rate conversion (sb16) by Ernest Wong · 7 years ago
  96. b868e48 Transfer dma data in small, timed, chunks (sb16) by Ernest Wong · 7 years ago
  97. ff646aa Fix: sb16 debug log: missing log level by Ernest Wong · 7 years ago
  98. 0a499bd Fix: dma singlemask_write check bit 2 not 3 by Ernest Wong · 7 years ago
  99. 6ada19b Fix: dma channel count, misplaced '+1' by Ernest Wong · 7 years ago
  100. 2b2a6d6 Handle DMA register reads by Ernest Wong · 7 years ago