megadrive_test1

view src/misc.h @ 6:862f8a034cae

expanding the megadrive code
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 11 Feb 2017 08:56:42 +0200
parents
children
line source
1 #ifndef MISC_H_
2 #define MISC_H_
4 void panic(const char *fmt, ...);
6 /* defined in startup.s */
7 void halt_cpu(void);
9 #endif /* MISC_H_ */