Files
gb6/system6/cpu_cache.h
2026-01-22 23:16:30 -06:00

11 lines
169 B
C

#ifndef _CPU_CACHE_H
#define _CPU_CACHE_H
#include <OSUtils.h>
#define _Unimplemented 0xa89f
#define _CacheFlush 0xa0bd
Boolean TrapAvailable(short trapWord);
#endif