log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
PCem
view src/nmi.h @ 164:9a88154e8608
find changesets by author, revision, files, or words in the commit message
Implemented NMI mask register for XT machines. Fixed PC200 NMI stuff.
author
TomW
date
Sat Sep 27 18:39:06 2014 +0100
parents
children
line source
1
void nmi_init();
2
void nmi_write(uint16_t port, uint8_t val, void *p);
3
extern int nmi_mask;
4
5