1
0
mirror of https://github.com/prirun/p50em.git synced 2026-02-14 19:26:06 +00:00

BS rvec, memory accesses; order of RPH/RPL is byte-order dependent,

fix bug in get32 when -DFAST isn't used
This commit is contained in:
Jim
2011-10-17 22:14:55 -04:00
parent 7b150eed02
commit fa097d21fc
5 changed files with 34 additions and 18 deletions

View File

@@ -1789,8 +1789,10 @@ int devdisk (int class, int func, int device) {
dc[dx].state = S_HALT;
dc[dx].status = 0100000;
dc[dx].usel = -1;
#ifdef HOBBY
if (geomcksum != geomhash((char *)geom, sizeof(geom)))
RP=MAKEVA(01000,0);
#endif
for (u=0; u<MAXDRIVES; u++) {
dc[dx].unit[u].rtfd = -1;
dc[dx].unit[u].heads = -1;