dingusppc/devices
joevt d3c913e384 scsicdrom: Cleanup.
- Use macros for reading 2 byte or 4 byte big endian data. block_size is assumed to be < 64K so WRITE_DWORD_BE_A will write two leading zeros.
- Scalar pass by value parameters don't need to be const.
- Remove some unnecessary locals.
2024-03-29 18:53:13 -07:00
..
common scsicdrom: Cleanup. 2024-03-29 18:53:13 -07:00
ethernet bigmac: support more registers. 2023-09-22 00:09:17 +02:00
floppy Move disk image reading to be behind an ImgFile class 2023-11-09 21:49:28 -08:00
ioctrl macio: Add MIO_AUX_CTRL enum. 2024-03-28 07:10:05 -07:00
memctrl memctrlbase: fix possible memory leak. 2024-03-27 14:08:20 +01:00
serial chario: Cleanup. 2024-03-08 19:27:42 -07:00
sound Fix Analyzer warnings. 2024-03-24 12:56:11 -07:00
storage CD-ROM: Add max blocks check. 2024-03-01 08:01:31 -07:00
video atirage: break long lines. 2024-03-29 21:21:58 +01:00
CMakeLists.txt cmake: Add header files in CMakeLists.txt. 2024-03-01 19:41:43 -07:00
deviceregistry.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
deviceregistry.h Clean up #includes 2023-11-03 00:33:47 -07:00