crazyettin
  • https://ahti.space/~crazyettin/
  • I’m a geek who mostly does conlanging and conworlding but also writes flash fiction and occasionally makes other stuff ranging from board games to vector art.

  • Joined on 2021-05-26
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-27 08:21:27 +00:00
da67a19ac6 Add option for emulated modem
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-23 10:25:21 +00:00
23b32d7835 Add disc formatting and deal with disc sectors with an unset sync bit
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-23 08:56:45 +00:00
bf36aab7a4 Add a floppy disc system option and tweak the timings to make them more accurate
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-21 22:05:00 +00:00
0b07a2b214 Add more detail to the readme, reword tapectl instructions slightly, and modify the behaviour at the buffer end in Echo
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-21 22:03:10 +00:00
6723a3b704 Add more detail to the readme, reword tapectl instructions slightly, and modify the behaviour at the buffer end in Echo
crazyettin pushed to main at crazyettin/Gidubba 2022-09-21 21:59:30 +00:00
d5af5d98b8 Modify the behaviour at the buffer end and fix a typo and some terminology in the readme
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-18 23:06:15 +00:00
2feaba4ee9 Adjust the tape reader and punch timings to be more realistic and remove the artificial speed limit from the printer since it is not emulated
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-18 22:13:29 +00:00
c93d6d9bb6 Adjust the tape reader and punch timings to be more realistic
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-18 22:08:26 +00:00
8d2de93075 Adjust the tape reader and punch timings to be more realistic
crazyettin pushed to main at crazyettin/Gidubba 2022-09-18 13:37:58 +00:00
8485fa75cb Reword the readme slightly
crazyettin pushed to main at crazyettin/Gidubba 2022-09-18 13:36:17 +00:00
1a663f9118 Reword the readme slightly
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-18 13:34:55 +00:00
3f7cf0d8ea Reword the readme slightly
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-16 12:04:17 +00:00
5fd7fa707f Make tapectl use arguments for input, make the emulator order-agnostic with its arguments, and include running instructions for the included software in the readme
crazyettin pushed to main at crazyettin/Gidubba 2022-09-15 19:29:59 +00:00
8c37a1a871 Reintegrate an unnecessary call back to the rest of the code
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-15 19:26:42 +00:00
f0e676facb Fix a bug with non-initial ORG statements in the assembler
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-15 17:54:43 +00:00
9d318c4c75 Add the same speed limitations to the IPL that already applied to the CPU in the emulator, make it possible to use ORG in non-initial positions, and add information on flow control to the readme
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-12 21:06:08 +00:00
c78d7c69ef Reword the readme slightly
crazyettin pushed to main at crazyettin/Gidubba 2022-09-12 20:30:44 +00:00
e6c0ca0937 Include the supported Thingamajig version in the readme
crazyettin pushed to main at crazyettin/Gidubba 2022-09-12 17:33:23 +00:00
b388acc7b4 Reserve null and FF for indicating tape leaders and trailers and an empty tape reader respectively, add the ability to read and convert non-native newlines, and reword the readme
crazyettin pushed to main at crazyettin/Thingamajig 2022-09-12 17:32:30 +00:00
13e56f57a7 Make the CPU timing more precise