- 86Box's own headers go to /86box - munt's public interface goes to /mt32emu - all slirp headers go to /slirp (might want to consider using only its public inteface) - single file headers from other projects go in include root
12 lines
225 B
C
12 lines
225 B
C
/* Copyright holders: Sarah Walker
|
|
see COPYING for more details
|
|
*/
|
|
extern int nmi_mask;
|
|
extern int nmi;
|
|
extern int nmi_auto_clear;
|
|
|
|
|
|
extern void nmi_init(void);
|
|
|
|
extern void nmi_write(uint16_t port, uint8_t val, void *p);
|