llvm-mos-sdk
pce.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2023 Adrian "asie" Siekierka
3  *
4  * Licensed under the Apache License, Version 2.0 with LLVM Exceptions,
5  * See https://github.com/llvm-mos/llvm-mos-sdk/blob/main/LICENSE for license
6  * information.
7  */
8 
9 #ifndef _PCE_H_
10 #define _PCE_H_
11 
12 #include <pce/hardware.h>
13 
14 #ifndef __ASSEMBLER__
15 #include <pce/bank.h>
16 #include <pce/config.h>
17 #include <pce/joypad.h>
18 #include <pce/memory.h>
19 #include <pce/psg.h>
20 #include <pce/system.h>
21 #include <pce/vce.h>
22 #include <pce/vdc.h>
23 #endif
24 
25 #ifdef __PCE_CD__
26 #include <pce-cd.h>
27 #endif
28 
29 #endif /* _PCE_H_ */
pce-cd.h
vdc.h
bank.h
hardware.h
joypad.h
vce.h
system.h
psg.h
memory.h