1. f4699b0 Fix NullPointerException when trying to create tmpfs by WHR · 3 years, 12 months ago rivoreo-fork
  2. 06c27e6 Failed to setup Thistle should abort the program, rather than continue and let it crash later by WHR · 3 years, 12 months ago
  3. 0f60ae0 Fix NullPointerException on power off computer; ignore client mod version by WHR · 4 years ago
  4. be2a229 Merge pull request #9 from 20kdc/master by James Coonradt · 4 years, 7 months ago master
  5. d259efb Fix a scroll crash where Y'd go out of bounds for long enough to let a cursor blink, and refactor ANSI handling by 20kdc · 4 years, 7 months ago
  6. e752345 Updates and fixes by gamax92 · 4 years, 7 months ago
  7. aeb675b Merge pull request #7 from 20kdc/master by James Coonradt · 4 years, 7 months ago
  8. 3c8e72c Comment boot ROM sources a bit, add commands 'db', 'at', 'fs' by 20kdc · 4 years, 7 months ago
  9. c8748ec Optimize JSR+RTS into JMP instructions by gamax92 · 7 years ago
  10. 3581cfb Add crlf routine to eeprom, code deduplicate by gamax92 · 7 years ago
  11. 894112e Fix cursor blink crashing by gamax92 · 7 years ago
  12. 499daad Fix handling of CR, LF, and Enter key by gamax92 · 7 years ago
  13. 8bab639 This fixes the signals to work properly. (#4) by Amanda Cameron · 7 years ago
  14. 27922ca Merge pull request #3 from AmandaCameron/fix-rtc by James Coonradt · 7 years ago
  15. 9bd7268 Fix the RTC fallthrough when setting IRQ. by Amanda Cameron · 7 years ago
  16. 416a2aa We don't need reflection to expand eeprom by gamax92 · 7 years ago
  17. aedb36a readonly does not affect the eeprom data section by gamax92 · 7 years ago
  18. 971b3fc Merge branch 'master' of https://github.com/gamax92/Thistle by gamax92 · 8 years ago
  19. bb0e579 Fix logging while processing is sleeping or dead by gamax92 · 8 years ago
  20. 66e94a5 Change opcode names by gamax92 · 8 years ago
  21. edbd602 Increment version for release by gamax92 · 8 years ago v1.1.0
  22. 4c32da1 Fix small issue in 0be6ddac36530b283ef12bc63161fff9ca7845cc by gamax92 · 8 years ago
  23. 5d172da Fix backspace and delete characters on macOS by gamax92 · 8 years ago
  24. 0be6dda Fix status for component map command by gamax92 · 8 years ago
  25. ec27ae3 Deduplicate code for byte savings by gamax92 · 8 years ago
  26. 4f43515 Select non tmpfs when entering console by gamax92 · 8 years ago
  27. cbc2888 Move old routines to indlow/indhigh system by gamax92 · 8 years ago
  28. 88a7259 Fix console parsing bugs by gamax92 · 8 years ago
  29. 8359bb0 Save a few more bytes in the boot rom by gamax92 · 8 years ago
  30. 90f8037 fix SMB and BBR by gamax92 · 8 years ago
  31. fac948b Recover an extra 80 bytes by gamax92 · 8 years ago
  32. d724283 Save ~100 bytes in the boot rom by gamax92 · 8 years ago
  33. eedbf73 Update mcmod.info and README by gamax92 · 8 years ago
  34. 52af1be Update boot.rom file by gamax92 · 8 years ago
  35. 8e369c1 Save some more space in the eeprom by gamax92 · 8 years ago
  36. 3dea19f Handle boot file returning to eeprom by gamax92 · 8 years ago
  37. f94ac16 Close handle in save command by gamax92 · 8 years ago
  38. 58e5d44 Modify built in assembler for 65c02 instructions by gamax92 · 8 years ago
  39. d84a8f8 Implement WAI and persist more CPU values by gamax92 · 8 years ago
  40. 2126717 Use more 65C02 instruction to reduce rom size by gamax92 · 8 years ago
  41. e7de4eb Convert jmp to bra when possible by gamax92 · 8 years ago
  42. d6a148e Add ls/list and save commands to eeprom by gamax92 · 8 years ago
  43. eea4f3f Fix unmasking EEPROM by gamax92 · 8 years ago
  44. 57dad88 Clear decimal flag on interrupts by gamax92 · 8 years ago
  45. 1d26bf1 Add changes from sethm/symon#15 by gamax92 · 8 years ago
  46. c21cb49 Convert Symon into a 65C02 core by gamax92 · 8 years ago
  47. eb7a9c2 Remove some unused stuff from Symon by gamax92 · 8 years ago
  48. 67a6c07 Fix ConsoleDriver crash when GPU is removed by gamax92 · 8 years ago
  49. 4b74397 Remove many unnecessary casts from ConsoleDriver by gamax92 · 8 years ago
  50. 41e3a03 Use wool colors for ConsoleDriver by gamax92 · 8 years ago
  51. 3aa1954 Give built in eeprom better naming by gamax92 · 8 years ago
  52. 904be19 Correct formatting by gamax92 · 8 years ago
  53. 6730bba Change component listing slightly by gamax92 · 8 years ago
  54. 8cd5e16 Correct Generic Wrapper invoke debug message by gamax92 · 8 years ago
  55. 9965663 Added load command to boot rom by gamax92 · 8 years ago
  56. 10a472b Add basic command system to eeprom by gamax92 · 8 years ago
  57. 2bc1486 Remove eeprom vanish messages by gamax92 · 8 years ago
  58. 843a68d Add adc and sbc decimal mode extra cycle by gamax92 · 8 years ago
  59. d48603e Add branch cycles and page cross cycles by gamax92 · 8 years ago
  60. b3f3bcd Prevent StackOverflowError in CopyEngine by gamax92 · 8 years ago
  61. 1de5f3f ValueManager fixes for multiple computers by gamax92 · 8 years ago
  62. 80a0d01 Fix debug logging by gamax92 · 8 years ago
  63. 5e7edb5 Fix persistence by gamax92 · 8 years ago
  64. 1c3f8fd Add configuration options for debugging by gamax92 · 8 years ago
  65. 796e9ac Fix Enter showing up as \r by gamax92 · 8 years ago
  66. ddc575e Consolidate ServerTickEvent listeners by gamax92 · 8 years ago
  67. c3ba3c8 Fix boot rom bug by gamax92 · 8 years ago
  68. 0a0a7ff Fix ConsoleDriver crash on bad ansi input by gamax92 · 8 years ago
  69. d6a3ab3 Add cc65 configuration and port boot rom to ca65 by gamax92 · 8 years ago
  70. 059e3d1 Remove newline from toTraceEvent by gamax92 · 8 years ago
  71. ad27793 Rename Generic IO to General IO by gamax92 · 8 years ago
  72. 61933f3 Increment version number by gamax92 · 8 years ago v1.0.4
  73. a20ee92 Fix bugs in boot rom by gamax92 · 8 years ago
  74. ce29f36 Remove some old TODOs by gamax92 · 8 years ago
  75. 25cc08a Massive update by gamax92 · 8 years ago v1.0.3
  76. 2abf62e Remove CpuBehavior by gamax92 · 8 years ago
  77. 0d24a9d Rename mod to Thistle by gamax92 · 8 years ago
  78. a9a834a Persist more things in ConsoleDriver by gamax92 · 8 years ago
  79. 6d7d452 Minor clean up by gamax92 · 8 years ago
  80. bc7afe5 Add tier based cycle counting by gamax92 · 8 years ago
  81. 1bf1e4e Clean up InstructionTable by gamax92 · 8 years ago
  82. e7bdc32 Simplify ConsoleDriver by gamax92 · 8 years ago
  83. 1e95fbd Fix various ConsoleDriver bugs by gamax92 · 8 years ago
  84. 3e2146e Minor code cleanup by gamax92 · 8 years ago
  85. 73c2f1c Add Bus.getMachine and SymonMachine.getContext by gamax92 · 8 years ago
  86. f7ce411 Rename Bus.addCpu to Bus.setCpu by gamax92 · 8 years ago
  87. f074540 Integrate Symon's Simulator into SymonVM by gamax92 · 8 years ago
  88. 9ab5d06 Modify Device constructor by gamax92 · 8 years ago
  89. 6e2d907 Remove symon's Machine interface by gamax92 · 8 years ago
  90. 39d0cd3 Reformat InstructionTable by gamax92 · 8 years ago
  91. 5941ed4 Add config to silently ignore MemoryAccessException by gamax92 · 8 years ago
  92. 1b4a6ee Fix up Banked Memory by gamax92 · 8 years ago
  93. ee865f8 Remove busy loop in symon by gamax92 · 8 years ago
  94. 6601ed7 Move SymonMachine out of symon library by gamax92 · 8 years ago
  95. 53b7f6e Enforce standard EEPROM sizes by gamax92 · 8 years ago
  96. 2dece3f Fix memory calculation by gamax92 · 8 years ago
  97. b0a4c57 Remove custom processor item by gamax92 · 8 years ago
  98. 35b9a67 Upgrade to OC 1.6 by gamax92 · 8 years ago
  99. 724b03f Partially upgrade Symon by gamax92 · 9 years ago
  100. 778e15f Minor Changes by gamax92 · 9 years ago