IBM.H is gone, video stuff re-organized. Keyboard stuff reorganized. Machines that have their own video, mouse and/or keyboard now have all this in their machine file. Fixed and other cleanups here and there.
11 lines
224 B
C
11 lines
224 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);
|