1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-29 21:31:11 +00:00

made serial version compile; change dtr2dta to generate plenty of end of tape marks

This commit is contained in:
aap
2021-05-20 16:59:16 +02:00
parent c52c57b0e4
commit 0ff6214234
2 changed files with 23 additions and 6 deletions

View File

@@ -8,6 +8,15 @@
// TODO: get rid of this
void updatepanel(Apr *apr) {}
void writeconsreg(Apr *apr, u32 addr, u32 data)
{ // stub
}
u32
readconsreg(Apr *apr, u32 addr)
{
// stub
return 0;
}
#define KEYPULSE(k) (apr->k && !oldapr.k)