megadrive_test1

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/misc.h	Sat Feb 11 08:56:42 2017 +0200
     1.3 @@ -0,0 +1,9 @@
     1.4 +#ifndef MISC_H_
     1.5 +#define MISC_H_
     1.6 +
     1.7 +void panic(const char *fmt, ...);
     1.8 +
     1.9 +/* defined in startup.s */
    1.10 +void halt_cpu(void);
    1.11 +
    1.12 +#endif	/* MISC_H_ */