mirror of
https://github.com/mlaux/gb6.git
synced 2026-03-12 10:41:40 +00:00
11 lines
169 B
C
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 |