summaryrefslogtreecommitdiffstats
path: root/sw-old/z80
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sw-old/z80/TODO.txt (renamed from sw/z80/TODO.txt)0
-rw-r--r--sw-old/z80/arch/include/addresses.h (renamed from sw/z80/arch/include/addresses.h)0
-rw-r--r--sw-old/z80/arch/include/sleep.h (renamed from sw/z80/arch/include/sleep.h)0
-rw-r--r--sw-old/z80/arch/makefile (renamed from sw/z80/arch/makefile)0
-rw-r--r--sw-old/z80/arch/sleep.c (renamed from sw/z80/arch/sleep.c)0
-rw-r--r--sw-old/z80/drivers/ctc.c (renamed from sw/z80/drivers/ctc.c)0
-rw-r--r--sw-old/z80/drivers/include/ctc.h (renamed from sw/z80/drivers/include/ctc.h)0
-rw-r--r--sw-old/z80/drivers/include/pio.h (renamed from sw/z80/drivers/include/pio.h)0
-rw-r--r--sw-old/z80/drivers/include/usart.h (renamed from sw/z80/drivers/include/usart.h)0
-rw-r--r--sw-old/z80/drivers/makefile (renamed from sw/z80/drivers/makefile)0
-rw-r--r--sw-old/z80/drivers/pio.c (renamed from sw/z80/drivers/pio.c)0
-rw-r--r--sw-old/z80/drivers/usart.c (renamed from sw/z80/drivers/usart.c)0
-rw-r--r--sw-old/z80/kernel/crt0.s (renamed from sw/z80/kernel/crt0.s)0
-rw-r--r--sw-old/z80/kernel/fs/fd.c (renamed from sw/z80/kernel/fs/fd.c)0
-rw-r--r--sw-old/z80/kernel/fs/fs.c (renamed from sw/z80/kernel/fs/fs.c)0
-rw-r--r--sw-old/z80/kernel/include/devices.h (renamed from sw/z80/kernel/include/devices.h)0
-rw-r--r--sw-old/z80/kernel/include/errno.h (renamed from sw/z80/kernel/include/errno.h)0
-rw-r--r--sw-old/z80/kernel/include/fs/dev.h (renamed from sw/z80/kernel/include/fs/dev.h)0
-rw-r--r--sw-old/z80/kernel/include/fs/dirent.h (renamed from sw/z80/kernel/include/fs/dirent.h)0
-rw-r--r--sw-old/z80/kernel/include/fs/fd.h (renamed from sw/z80/kernel/include/fs/fd.h)0
-rw-r--r--sw-old/z80/kernel/include/fs/fdop.h (renamed from sw/z80/kernel/include/fs/fdop.h)0
-rw-r--r--sw-old/z80/kernel/include/fs/fs.h (renamed from sw/z80/kernel/include/fs/fs.h)0
-rw-r--r--sw-old/z80/kernel/include/fs/iter.h (renamed from sw/z80/kernel/include/fs/iter.h)0
-rw-r--r--sw-old/z80/kernel/include/fs/users.h (renamed from sw/z80/kernel/include/fs/users.h)0
-rw-r--r--sw-old/z80/kernel/include/memory.h (renamed from sw/z80/kernel/include/memory.h)0
-rw-r--r--sw-old/z80/kernel/include/process.h (renamed from sw/z80/kernel/include/process.h)0
-rw-r--r--sw-old/z80/kernel/include/sio.h (renamed from sw/z80/kernel/include/sio.h)0
-rw-r--r--sw-old/z80/kernel/include/stat.h (renamed from sw/z80/kernel/include/stat.h)0
-rw-r--r--sw-old/z80/kernel/include/types.h (renamed from sw/z80/kernel/include/types.h)0
-rw-r--r--sw-old/z80/kernel/kernel.c (renamed from sw/z80/kernel/kernel.c)0
-rw-r--r--sw-old/z80/kernel/makefile (renamed from sw/z80/kernel/makefile)0
-rw-r--r--sw-old/z80/kernel/memory.c (renamed from sw/z80/kernel/memory.c)0
-rw-r--r--sw-old/z80/kernel/process.c (renamed from sw/z80/kernel/process.c)0
-rw-r--r--sw-old/z80/libc/include/stdint.h (renamed from sw/z80/libc/include/stdint.h)0
-rw-r--r--sw-old/z80/libc/include/stdio.h (renamed from sw/z80/libc/include/stdio.h)0
-rw-r--r--sw-old/z80/libc/include/stdlib.h (renamed from sw/z80/libc/include/stdlib.h)0
-rw-r--r--sw-old/z80/libc/include/string.h (renamed from sw/z80/libc/include/string.h)0
-rw-r--r--sw-old/z80/libc/include/sysio.h (renamed from sw/z80/libc/include/sysio.h)0
-rw-r--r--sw-old/z80/libc/include/types.h (renamed from sw/z80/libc/include/types.h)0
-rw-r--r--sw-old/z80/libc/stdio.c (renamed from sw/z80/libc/stdio.c)0
-rw-r--r--sw-old/z80/libc/string.c (renamed from sw/z80/libc/string.c)0
-rw-r--r--sw-old/z80/tests/asm/main.s (renamed from sw/z80/tests/asm/main.s)0
-rw-r--r--sw-old/z80/tests/asm/makefile (renamed from sw/z80/tests/asm/makefile)0
-rw-r--r--sw-old/z80/tests/pio/crt0.s (renamed from sw/z80/tests/pio/crt0.s)0
-rw-r--r--sw-old/z80/tests/pio/main.c (renamed from sw/z80/tests/pio/main.c)0
-rw-r--r--sw-old/z80/tests/pio/makefile (renamed from sw/z80/tests/pio/makefile)0
-rw-r--r--sw-old/z80/tests/ram/crt0.s (renamed from sw/z80/tests/ram/crt0.s)0
-rw-r--r--sw-old/z80/tests/ram/main.c (renamed from sw/z80/tests/ram/main.c)0
-rw-r--r--sw-old/z80/tests/ram/makefile (renamed from sw/z80/tests/ram/makefile)0
-rw-r--r--sw-old/z80/tests/usart/crt0.s (renamed from sw/z80/tests/usart/crt0.s)0
-rw-r--r--sw-old/z80/tests/usart/main.c (renamed from sw/z80/tests/usart/main.c)0
-rw-r--r--sw-old/z80/tests/usart/makefile (renamed from sw/z80/tests/usart/makefile)0
52 files changed, 0 insertions, 0 deletions
diff --git a/sw/z80/TODO.txt b/sw-old/z80/TODO.txt
index 67be671..67be671 100644
--- a/sw/z80/TODO.txt
+++ b/sw-old/z80/TODO.txt
diff --git a/sw/z80/arch/include/addresses.h b/sw-old/z80/arch/include/addresses.h
index 32f1997..32f1997 100644
--- a/sw/z80/arch/include/addresses.h
+++ b/sw-old/z80/arch/include/addresses.h
diff --git a/sw/z80/arch/include/sleep.h b/sw-old/z80/arch/include/sleep.h
index bd4214b..bd4214b 100644
--- a/sw/z80/arch/include/sleep.h
+++ b/sw-old/z80/arch/include/sleep.h
diff --git a/sw/z80/arch/makefile b/sw-old/z80/arch/makefile
index 2763c10..2763c10 100644
--- a/sw/z80/arch/makefile
+++ b/sw-old/z80/arch/makefile
diff --git a/sw/z80/arch/sleep.c b/sw-old/z80/arch/sleep.c
index 154e7ec..154e7ec 100644
--- a/sw/z80/arch/sleep.c
+++ b/sw-old/z80/arch/sleep.c
diff --git a/sw/z80/drivers/ctc.c b/sw-old/z80/drivers/ctc.c
index 5ac4254..5ac4254 100644
--- a/sw/z80/drivers/ctc.c
+++ b/sw-old/z80/drivers/ctc.c
diff --git a/sw/z80/drivers/include/ctc.h b/sw-old/z80/drivers/include/ctc.h
index 80e8b4b..80e8b4b 100644
--- a/sw/z80/drivers/include/ctc.h
+++ b/sw-old/z80/drivers/include/ctc.h
diff --git a/sw/z80/drivers/include/pio.h b/sw-old/z80/drivers/include/pio.h
index ee968d7..ee968d7 100644
--- a/sw/z80/drivers/include/pio.h
+++ b/sw-old/z80/drivers/include/pio.h
diff --git a/sw/z80/drivers/include/usart.h b/sw-old/z80/drivers/include/usart.h
index 05aeb4a..05aeb4a 100644
--- a/sw/z80/drivers/include/usart.h
+++ b/sw-old/z80/drivers/include/usart.h
diff --git a/sw/z80/drivers/makefile b/sw-old/z80/drivers/makefile
index 65ded58..65ded58 100644
--- a/sw/z80/drivers/makefile
+++ b/sw-old/z80/drivers/makefile
diff --git a/sw/z80/drivers/pio.c b/sw-old/z80/drivers/pio.c
index f396e43..f396e43 100644
--- a/sw/z80/drivers/pio.c
+++ b/sw-old/z80/drivers/pio.c
diff --git a/sw/z80/drivers/usart.c b/sw-old/z80/drivers/usart.c
index 9a5ee38..9a5ee38 100644
--- a/sw/z80/drivers/usart.c
+++ b/sw-old/z80/drivers/usart.c
diff --git a/sw/z80/kernel/crt0.s b/sw-old/z80/kernel/crt0.s
index 00c7da1..00c7da1 100644
--- a/sw/z80/kernel/crt0.s
+++ b/sw-old/z80/kernel/crt0.s
diff --git a/sw/z80/kernel/fs/fd.c b/sw-old/z80/kernel/fs/fd.c
index 96603ad..96603ad 100644
--- a/sw/z80/kernel/fs/fd.c
+++ b/sw-old/z80/kernel/fs/fd.c
diff --git a/sw/z80/kernel/fs/fs.c b/sw-old/z80/kernel/fs/fs.c
index 584f934..584f934 100644
--- a/sw/z80/kernel/fs/fs.c
+++ b/sw-old/z80/kernel/fs/fs.c
diff --git a/sw/z80/kernel/include/devices.h b/sw-old/z80/kernel/include/devices.h
index a846f9b..a846f9b 100644
--- a/sw/z80/kernel/include/devices.h
+++ b/sw-old/z80/kernel/include/devices.h
diff --git a/sw/z80/kernel/include/errno.h b/sw-old/z80/kernel/include/errno.h
index 7632269..7632269 100644
--- a/sw/z80/kernel/include/errno.h
+++ b/sw-old/z80/kernel/include/errno.h
diff --git a/sw/z80/kernel/include/fs/dev.h b/sw-old/z80/kernel/include/fs/dev.h
index 8e550f3..8e550f3 100644
--- a/sw/z80/kernel/include/fs/dev.h
+++ b/sw-old/z80/kernel/include/fs/dev.h
diff --git a/sw/z80/kernel/include/fs/dirent.h b/sw-old/z80/kernel/include/fs/dirent.h
index 2fd224a..2fd224a 100644
--- a/sw/z80/kernel/include/fs/dirent.h
+++ b/sw-old/z80/kernel/include/fs/dirent.h
diff --git a/sw/z80/kernel/include/fs/fd.h b/sw-old/z80/kernel/include/fs/fd.h
index d2fea2a..d2fea2a 100644
--- a/sw/z80/kernel/include/fs/fd.h
+++ b/sw-old/z80/kernel/include/fs/fd.h
diff --git a/sw/z80/kernel/include/fs/fdop.h b/sw-old/z80/kernel/include/fs/fdop.h
index d4b1b77..d4b1b77 100644
--- a/sw/z80/kernel/include/fs/fdop.h
+++ b/sw-old/z80/kernel/include/fs/fdop.h
diff --git a/sw/z80/kernel/include/fs/fs.h b/sw-old/z80/kernel/include/fs/fs.h
index ad20adb..ad20adb 100644
--- a/sw/z80/kernel/include/fs/fs.h
+++ b/sw-old/z80/kernel/include/fs/fs.h
diff --git a/sw/z80/kernel/include/fs/iter.h b/sw-old/z80/kernel/include/fs/iter.h
index 41f011d..41f011d 100644
--- a/sw/z80/kernel/include/fs/iter.h
+++ b/sw-old/z80/kernel/include/fs/iter.h
diff --git a/sw/z80/kernel/include/fs/users.h b/sw-old/z80/kernel/include/fs/users.h
index 83980e5..83980e5 100644
--- a/sw/z80/kernel/include/fs/users.h
+++ b/sw-old/z80/kernel/include/fs/users.h
diff --git a/sw/z80/kernel/include/memory.h b/sw-old/z80/kernel/include/memory.h
index 67c4b88..67c4b88 100644
--- a/sw/z80/kernel/include/memory.h
+++ b/sw-old/z80/kernel/include/memory.h
diff --git a/sw/z80/kernel/include/process.h b/sw-old/z80/kernel/include/process.h
index 3b0c843..3b0c843 100644
--- a/sw/z80/kernel/include/process.h
+++ b/sw-old/z80/kernel/include/process.h
diff --git a/sw/z80/kernel/include/sio.h b/sw-old/z80/kernel/include/sio.h
index 276b99c..276b99c 100644
--- a/sw/z80/kernel/include/sio.h
+++ b/sw-old/z80/kernel/include/sio.h
diff --git a/sw/z80/kernel/include/stat.h b/sw-old/z80/kernel/include/stat.h
index 44c0f63..44c0f63 100644
--- a/sw/z80/kernel/include/stat.h
+++ b/sw-old/z80/kernel/include/stat.h
diff --git a/sw/z80/kernel/include/types.h b/sw-old/z80/kernel/include/types.h
index c6e620b..c6e620b 100644
--- a/sw/z80/kernel/include/types.h
+++ b/sw-old/z80/kernel/include/types.h
diff --git a/sw/z80/kernel/kernel.c b/sw-old/z80/kernel/kernel.c
index 3d5aeb6..3d5aeb6 100644
--- a/sw/z80/kernel/kernel.c
+++ b/sw-old/z80/kernel/kernel.c
diff --git a/sw/z80/kernel/makefile b/sw-old/z80/kernel/makefile
index be8eed4..be8eed4 100644
--- a/sw/z80/kernel/makefile
+++ b/sw-old/z80/kernel/makefile
diff --git a/sw/z80/kernel/memory.c b/sw-old/z80/kernel/memory.c
index 1b2cc76..1b2cc76 100644
--- a/sw/z80/kernel/memory.c
+++ b/sw-old/z80/kernel/memory.c
diff --git a/sw/z80/kernel/process.c b/sw-old/z80/kernel/process.c
index 7d8db89..7d8db89 100644
--- a/sw/z80/kernel/process.c
+++ b/sw-old/z80/kernel/process.c
diff --git a/sw/z80/libc/include/stdint.h b/sw-old/z80/libc/include/stdint.h
index 5e8caf3..5e8caf3 100644
--- a/sw/z80/libc/include/stdint.h
+++ b/sw-old/z80/libc/include/stdint.h
diff --git a/sw/z80/libc/include/stdio.h b/sw-old/z80/libc/include/stdio.h
index b31cdfd..b31cdfd 100644
--- a/sw/z80/libc/include/stdio.h
+++ b/sw-old/z80/libc/include/stdio.h
diff --git a/sw/z80/libc/include/stdlib.h b/sw-old/z80/libc/include/stdlib.h
index c69f573..c69f573 100644
--- a/sw/z80/libc/include/stdlib.h
+++ b/sw-old/z80/libc/include/stdlib.h
diff --git a/sw/z80/libc/include/string.h b/sw-old/z80/libc/include/string.h
index 9c002e3..9c002e3 100644
--- a/sw/z80/libc/include/string.h
+++ b/sw-old/z80/libc/include/string.h
diff --git a/sw/z80/libc/include/sysio.h b/sw-old/z80/libc/include/sysio.h
index 5d1f5ae..5d1f5ae 100644
--- a/sw/z80/libc/include/sysio.h
+++ b/sw-old/z80/libc/include/sysio.h
diff --git a/sw/z80/libc/include/types.h b/sw-old/z80/libc/include/types.h
index a083bfe..a083bfe 100644
--- a/sw/z80/libc/include/types.h
+++ b/sw-old/z80/libc/include/types.h
diff --git a/sw/z80/libc/stdio.c b/sw-old/z80/libc/stdio.c
index c2548d6..c2548d6 100644
--- a/sw/z80/libc/stdio.c
+++ b/sw-old/z80/libc/stdio.c
diff --git a/sw/z80/libc/string.c b/sw-old/z80/libc/string.c
index 57b3a7f..57b3a7f 100644
--- a/sw/z80/libc/string.c
+++ b/sw-old/z80/libc/string.c
diff --git a/sw/z80/tests/asm/main.s b/sw-old/z80/tests/asm/main.s
index 8cf4df0..8cf4df0 100644
--- a/sw/z80/tests/asm/main.s
+++ b/sw-old/z80/tests/asm/main.s
diff --git a/sw/z80/tests/asm/makefile b/sw-old/z80/tests/asm/makefile
index 413b0fe..413b0fe 100644
--- a/sw/z80/tests/asm/makefile
+++ b/sw-old/z80/tests/asm/makefile
diff --git a/sw/z80/tests/pio/crt0.s b/sw-old/z80/tests/pio/crt0.s
index c900065..c900065 100644
--- a/sw/z80/tests/pio/crt0.s
+++ b/sw-old/z80/tests/pio/crt0.s
diff --git a/sw/z80/tests/pio/main.c b/sw-old/z80/tests/pio/main.c
index 7ac64bc..7ac64bc 100644
--- a/sw/z80/tests/pio/main.c
+++ b/sw-old/z80/tests/pio/main.c
diff --git a/sw/z80/tests/pio/makefile b/sw-old/z80/tests/pio/makefile
index 1213902..1213902 100644
--- a/sw/z80/tests/pio/makefile
+++ b/sw-old/z80/tests/pio/makefile
diff --git a/sw/z80/tests/ram/crt0.s b/sw-old/z80/tests/ram/crt0.s
index b0caa8c..b0caa8c 100644
--- a/sw/z80/tests/ram/crt0.s
+++ b/sw-old/z80/tests/ram/crt0.s
diff --git a/sw/z80/tests/ram/main.c b/sw-old/z80/tests/ram/main.c
index 581072b..581072b 100644
--- a/sw/z80/tests/ram/main.c
+++ b/sw-old/z80/tests/ram/main.c
diff --git a/sw/z80/tests/ram/makefile b/sw-old/z80/tests/ram/makefile
index f8eb9fc..f8eb9fc 100644
--- a/sw/z80/tests/ram/makefile
+++ b/sw-old/z80/tests/ram/makefile
diff --git a/sw/z80/tests/usart/crt0.s b/sw-old/z80/tests/usart/crt0.s
index c900065..c900065 100644
--- a/sw/z80/tests/usart/crt0.s
+++ b/sw-old/z80/tests/usart/crt0.s
diff --git a/sw/z80/tests/usart/main.c b/sw-old/z80/tests/usart/main.c
index a905df2..a905df2 100644
--- a/sw/z80/tests/usart/main.c
+++ b/sw-old/z80/tests/usart/main.c
diff --git a/sw/z80/tests/usart/makefile b/sw-old/z80/tests/usart/makefile
index 8aaf6b1..8aaf6b1 100644
--- a/sw/z80/tests/usart/makefile
+++ b/sw-old/z80/tests/usart/makefile