FoenixMCP/src
2023-02-01 21:56:54 +01:00
..
bin Adjusted logging to low-level txt device 2022-04-17 20:32:08 -04:00
cli Use "bool" type and true/false whenever appropriate, for better semantics. 2023-02-01 21:38:26 +01:00
dev Don't need to copy the structure again, because cdev_register doesn't affect it. Made that clear by adding "const" in cdev_register's declaration. 2023-02-01 21:56:54 +01:00
fatfs Remote trailing whitespace 2022-06-14 22:00:47 +02:00
include Define E_OK as 0, indicating the absence of error, so we have something to compare results with. I chose the name as it seems it was already used by ffsystem.c (although commented out) and is present in other OSes. 2023-02-01 21:54:28 +01:00
m68k Cleanup startup_m68k following calling convention update 2023-01-31 01:37:03 +01:00
m68040 Added: System Variables 2022-05-25 17:41:05 -04:00
rsrc Ongoing changes to the boot and splash screen code 2022-03-22 20:37:21 -04:00
snd Adapt sound test commands mostly 2023-01-31 22:00:36 +01:00
boot.c Use "bool" type and true/false whenever appropriate, for better semantics. 2023-02-01 21:38:26 +01:00
boot.h Issue #37 2022-05-19 20:47:35 -04:00
build.log Code Cleanup: Warnings 2022-04-18 21:42:23 -04:00
c256.ini Made flashable 2022-04-13 15:05:01 -04:00
foenixmcp.c More logging 2023-01-31 01:36:31 +01:00
foenixmcp_a2560u.bin Added CALL command for the U 2022-04-21 20:10:28 -04:00
indicators.c Initial port to 68040 (WIP) 2021-11-27 18:49:47 -05:00
indicators.h Indicators 2021-10-28 17:02:56 -04:00
interrupt.c Improve logging to serial, add a lot of traces. Logging has a problem. Backspace doesn't work properly, boot from device crashes still. 2023-01-30 17:19:40 +01:00
interrupt.h Initial port to 68040 (WIP) 2021-11-27 18:49:47 -05:00
log.c Return default log level to something less verbose for normal use. 2023-01-31 21:59:22 +01:00
log.h Return default log level to something less verbose for normal use. 2023-01-31 21:59:22 +01:00
log_level.h Improve logging to serial, add a lot of traces. Logging has a problem. Backspace doesn't work properly, boot from device crashes still. 2023-01-30 17:19:40 +01:00
Makefile Acknowledge RTC interrupt by reading the FLAGS register. The address of this register depends on the model, so inject the model as a define in the Makefile 2023-01-29 21:55:51 +01:00
mapfile Improve logging to serial, add a lot of traces. Logging has a problem. Backspace doesn't work properly, boot from device crashes still. 2023-01-30 17:19:40 +01:00
memory.c Added RAMTOP 2022-03-11 15:40:49 -05:00
memory.h Added RAMTOP 2022-03-11 15:40:49 -05:00
newbuild.py Update test help printing and BUILD 2021-12-06 20:25:59 -05:00
proc.c Fixed file execution from flash 2022-04-17 14:29:12 -04:00
proc.h RUN Changes 2021-10-26 19:43:17 -04:00
ring_buffer.c PS/2 and BLOCK device added 2021-09-14 15:45:30 -04:00
ring_buffer.h PS/2 and BLOCK device added 2021-09-14 15:45:30 -04:00
run.bat More syscalls and CLI beginning 2021-09-19 19:16:41 -04:00
simpleio.c Improve logging to serial, add a lot of traces. Logging has a problem. Backspace doesn't work properly, boot from device crashes still. 2023-01-30 17:19:40 +01:00
simpleio.h Banner Update 2022-04-11 16:37:42 -04:00
sys_general.c Try make FoenixMCP work again on the A2560U. Add the support for FPGA date (was missing in the K), create A2560U text driver based on the existing A2560K_a, conditionnally build stuff. 2022-05-30 23:39:53 +02:00
sys_general.h Try make FoenixMCP work again on the A2560U. Add the support for FPGA date (was missing in the K), create A2560U text driver based on the existing A2560K_a, conditionnally build stuff. 2022-05-30 23:39:53 +02:00
syscalls.c Added: System Variables 2022-05-25 17:41:05 -04:00
timers.c Jiffy Timer Using GABE 2022-03-06 19:02:28 -05:00
timers.h FDC code and Sound Tests 2021-10-25 13:33:36 -04:00
utilities.c Address compile warnings 2022-06-14 00:13:05 +02:00
utilities.h SHELL setting 2022-05-22 21:31:45 -04:00
variables.c Added: System Variables 2022-05-25 17:41:05 -04:00
variables.h Added: System Variables 2022-05-25 17:41:05 -04:00
version.h Bump version number 2022-05-28 18:27:27 -04:00