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

removed syscom/ directory, clock auto-sets via VCP interface +

SVC always fault - no more emulation of Primos II
added support for 102.4 and 3.2us clock ticks
This commit is contained in:
Jim
2007-03-21 00:00:00 -04:00
parent d907a5a68a
commit bc8742fb5c
5 changed files with 97 additions and 1216 deletions

4
os.c
View File

@@ -11,8 +11,6 @@
#include <sys/times.h>
#include "os.h"
#include "syscom/keys.ins.cc"
#include "syscom/errd.ins.cc"
os_init() {
@@ -76,7 +74,7 @@ os_exit() {
os_erkl$$(short *key, short *erasech, short *killch, short *code) {
if (*key == k$read) {
if (*key == 1) { /* k$read */
*erasech = 0210;
*killch = 0377;
*code = 0;