]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
od-unix: add host device backends
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:58:53 +0000 (07:58 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
commit6927ff35a2718c85750703c82ff0e5dd8d1b922a
tree402b794384f0a2d3cb4980593505a79b490eb96a
parent31f833d4daa72b13948d6d73e01204a393fd8d1a
od-unix: add host device backends

Add Unix implementations for clipboard, bsdsocket, serial, uaeserial,
parallel, MIDI, networking, ROM scanning, and board helper glue.

These files back the target hooks and device interfaces used by the
shared emulator code.
18 files changed:
od-unix/bsdsock_unix.cpp [new file with mode: 0644]
od-unix/clipboard.cpp [new file with mode: 0644]
od-unix/dlopen.cpp [new file with mode: 0644]
od-unix/midi.cpp [new file with mode: 0644]
od-unix/midi.h [new file with mode: 0644]
od-unix/parallel.cpp [new file with mode: 0644]
od-unix/pcem_wincompat.cpp [new file with mode: 0644]
od-unix/pcem_wincompat.h [new file with mode: 0644]
od-unix/romscan.cpp [new file with mode: 0644]
od-unix/romscan.h [new file with mode: 0644]
od-unix/serial.cpp [new file with mode: 0644]
od-unix/sndboard_host.cpp [new file with mode: 0644]
od-unix/sndboard_host.h [new file with mode: 0644]
od-unix/target_dlopen.h [new file with mode: 0644]
od-unix/target_main.h [new file with mode: 0644]
od-unix/uaenet_unix.cpp [new file with mode: 0644]
od-unix/uaeserial_host.cpp [new file with mode: 0644]
od-unix/uaeserial_unix.h [new file with mode: 0644]