This commit is contained in:
IonutParau 2025-07-15 21:45:09 +02:00
parent 38ebb77eda
commit 332c3d5aca

View File

@ -33,6 +33,7 @@
- `microphone` component, allows reading audio from nearby sources - `microphone` component, allows reading audio from nearby sources
- `tape_drive` component, compatible with Computronics, except maybe with proper seek times and support for multiple tapes - `tape_drive` component, compatible with Computronics, except maybe with proper seek times and support for multiple tapes
- `cd_reader` and `cd_writer` components, to work with CDs - `cd_reader` and `cd_writer` components, to work with CDs
- `serial` component, for serial communications with other devices (USB?)
# Internal changes # Internal changes