Dreaded_X
  • Joined on 2018-05-15
Dreaded_X closed issue z80/cpm#2 2021-06-18 20:24:58 +00:00
Merge CP/M and bios into single file
Dreaded_X pushed to master at z80/cpm 2021-06-16 00:01:49 +00:00
2cf75576cd Merge cpm22.bin and bios.bin into system.bin
Dreaded_X pushed to master at z80/controller 2021-06-16 00:01:17 +00:00
c20b587580 Merged cpm22 and bios, and layed foundation for different disk types
Dreaded_X pushed to master at z80/z80 2021-06-15 20:24:15 +00:00
586d516aee Removed create-disk from .drone.yml since we no longer use it
Dreaded_X pushed to master at z80/controller 2021-06-15 20:23:00 +00:00
100abbfa70 Update gitignore
Dreaded_X pushed to master at z80/controller 2021-06-15 19:36:03 +00:00
ce56fd259a Split disk access into seperate file
Dreaded_X opened issue z80/cpm#2 2021-06-14 21:12:50 +00:00
Merge CP/M and bios into single file
Dreaded_X opened issue z80/controller#4 2021-06-14 21:11:01 +00:00
Clean up disk code
Dreaded_X closed issue z80/controller#3 2021-06-14 21:09:41 +00:00
Improve disk emulation
Dreaded_X commented on issue z80/controller#3 2021-06-14 21:09:41 +00:00
Improve disk emulation

This is now implemented in ca7f1b3.

Dreaded_X pushed to master at z80/controller 2021-06-14 21:09:34 +00:00
ca7f1b3684 Implemented creating, removing and writing to files
Dreaded_X pushed to master at z80/controller 2021-06-11 14:52:38 +00:00
f4413a2d06 Third time is a charm, rewrote disk access again, read-only for now
Dreaded_X pushed to master at z80/z80 2021-06-09 21:04:32 +00:00
461f1f9e8e Updated README.md
Dreaded_X pushed to master at z80/z80 2021-06-09 21:01:56 +00:00
06ba23b04f Retired create-disk and mount-disk as this is now done internally on the microcontroller
Dreaded_X commented on issue z80/z80#7 2021-06-09 20:58:15 +00:00
Retire tools/create-disk

Files have been moved to z80/bin, so we can retire the repo.

Dreaded_X closed issue z80/z80#7 2021-06-09 20:58:15 +00:00
Retire tools/create-disk
Dreaded_X opened issue z80/z80#7 2021-06-09 20:54:03 +00:00
Retire tools/create-disk
Dreaded_X closed issue z80/z80#6 2021-06-09 20:50:52 +00:00
Rewrite Python tools in C++
Dreaded_X commented on issue z80/z80#6 2021-06-09 20:50:52 +00:00
Rewrite Python tools in C++

We no longer need mount-cpm or create-disk.

Dreaded_X commented on issue z80/create-disk#1 2021-06-09 20:50:27 +00:00
Remove hard-coded values

Tool is obsolete, so this is no longer necessary.