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:
4
os.c
4
os.c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user