dreamcast/sh7091/storequeue.hpp
Zack Buhman dcb9f36120 sh7091_bits.ods: partial
Notably missing is:

- BSC (PDTRA / PCTRA)

This also updates a handful of files to use the new sh7091_bits.hpp.
2024-01-01 23:43:06 +08:00

5 lines
106 B
C++

#pragma once
void sq_transfer_32byte(volatile void * dst);
void sq_transfer_64byte(volatile void * dst);