mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-29 13:33:49 +00:00
d3c913e384
- 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.