Dreaded_X
  • Joined on 2018-05-15
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 closed issue z80/z80#7 2021-06-09 20:58:15 +00:00
Retire tools/create-disk
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 opened issue z80/z80#7 2021-06-09 20:54:03 +00:00
Retire tools/create-disk
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 closed issue z80/z80#6 2021-06-09 20:50:52 +00:00
Rewrite Python tools in C++
Dreaded_X closed issue z80/create-disk#1 2021-06-09 20:50:27 +00:00
Remove hard-coded values
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.

Dreaded_X commented on issue z80/z80#5 2021-06-09 20:48:53 +00:00
Do we need create-disk?

We no longer need create-disk

Dreaded_X closed issue z80/z80#5 2021-06-09 20:48:53 +00:00
Do we need create-disk?
Dreaded_X opened issue z80/controller#3 2021-06-09 20:46:59 +00:00
Improve disk emulation
Dreaded_X closed issue z80/controller#2 2021-06-09 20:41:43 +00:00
Generate the CPM disk image on the fly
Dreaded_X pushed to master at z80/controller 2021-06-09 20:41:22 +00:00
00b5377a41 Finished first disk emulation implementation
Dreaded_X pushed to master at z80/upload 2021-06-08 21:29:10 +00:00
6a0da17d54 Added option to just use dfu tool without issuing reboot command
Dreaded_X pushed to master at z80/controller 2021-06-08 21:28:31 +00:00
a92ab3c71e Started work on cpm disk emulation, read only for now
Dreaded_X pushed to master at z80/z80 2021-06-06 01:32:14 +00:00
b8991aa180 Added shared pacman cache
Dreaded_X pushed to master at z80/z80 2021-06-06 01:16:46 +00:00
35918e7ba8 Added hardware to drone and reorganized build order