1
0
mirror of https://github.com/prirun/p50em.git synced 2026-04-02 19:40:10 +00:00

Split devamlc into .h file, correct devpnc.h brace bug (hobby)

This commit is contained in:
Jim
2011-08-24 17:42:35 -04:00
parent b643ed80ed
commit 5a5be64d17
3 changed files with 1075 additions and 1073 deletions

1072
devamlc.h Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1249,8 +1249,10 @@ intrexit:
default:
fatal("Bad func in devpcn");
}
}
#else
int devpnc (int class, int func, int device) {
return -1;
}
#endif

1074
emdev.h

File diff suppressed because it is too large Load Diff