ceda-demo/src
2023-10-22 22:08:21 +02:00
..
compiler.h Add compiler.h specific macros. 2023-10-22 11:40:57 +02:00
crt.asm
crt.c Add method to wait for some frames in CRT. 2023-10-22 11:40:28 +02:00
crt.h Add method to wait for some frames in CRT. 2023-10-22 11:40:28 +02:00
cursor.c Add method to disable cursor. 2023-10-22 11:40:03 +02:00
cursor.h Add method to disable cursor. 2023-10-22 11:40:03 +02:00
delay.asm Add busy loop delay module. 2023-10-15 15:09:10 +02:00
delay.h Add busy loop delay module. 2023-10-15 15:09:10 +02:00
flipflap.c Add flip-flap display effect. 2023-10-22 22:08:21 +02:00
flipflap.h Add flip-flap display effect. 2023-10-22 22:08:21 +02:00
io_a.asm Add routine to read from IO space from C. 2023-10-16 22:12:08 +02:00
io.h Introduce I/O module for C (out). 2023-10-13 09:44:39 +02:00
lfsr.c Add linear feedback shift register to generate "random" numbers. 2023-10-22 11:39:02 +02:00
lfsr.h Add linear feedback shift register to generate "random" numbers. 2023-10-22 11:39:02 +02:00
main.c Update Makefile and main.c to use new modules. 2023-10-22 11:42:03 +02:00
matrix.c Improve The Matrix effect. 2023-10-22 22:07:11 +02:00
matrix.h Improve The Matrix effect. 2023-10-22 22:07:11 +02:00
performance_test.asm Add small performance test to compute Z80 actual speed. 2023-10-22 11:41:16 +02:00
printf.c Add printf module for debugging. 2023-10-22 11:38:24 +02:00
printf.h Add printf module for debugging. 2023-10-22 11:38:24 +02:00
video_a.asm Add (soft) video abstraction library. 2023-10-22 11:38:45 +02:00
video.c Expose video memory address. 2023-10-22 22:08:06 +02:00
video.h Expose video memory address. 2023-10-22 22:08:06 +02:00