dreamcast/sh7091/cache.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

8 lines
97 B
C++

#pragma once
namespace cache {
void init() __attribute__ ((section (".p2ram.cache_init")));
}