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:
2
emdev.h
2
emdev.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user