]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
od-unix: add storage and media backends
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:58:40 +0000 (07:58 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
commit31f833d4daa72b13948d6d73e01204a393fd8d1a
tree90cdc2738533169d2ab21c3917bf920b5e94ce79
parent41aacd0fc3d62bce1b40e4a96921d80e2b367ab3
od-unix: add storage and media backends

Add Unix CD, SCSI, SG_IO, CDDA, CHD, FLAC, and MP3 host-side helpers.

This provides the native device and media plumbing needed by the Unix
target without changing the shared storage controller emulation.
od-unix/FLAC/stream_decoder.h [new file with mode: 0644]
od-unix/blkdev_unix_ioctl.cpp [new file with mode: 0644]
od-unix/blkdev_unix_scsi_macos.cpp [new file with mode: 0644]
od-unix/blkdev_unix_sg.cpp [new file with mode: 0644]
od-unix/cda_play.cpp [new file with mode: 0644]
od-unix/cda_play.h [new file with mode: 0644]
od-unix/chd_unix_time.cpp [new file with mode: 0644]
od-unix/chd_unix_work.cpp [new file with mode: 0644]
od-unix/mp3decoder.h [new file with mode: 0644]