1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-02-26 08:44:18 +00:00

PRU generated wrong GRANT OUT on REQUEST

This commit is contained in:
Joerg Hoppe
2019-11-01 12:33:57 +01:00
parent 1a1b2d6063
commit 6c9f41dd2b
9 changed files with 30 additions and 18 deletions

View File

@@ -269,7 +269,7 @@ char *unibusdevice_c::get_unibus_resource_info(void) {
slot_to = std::max(slot_to, (*it)->get_priority_slot());
}
if (slot_from > slot_to) // no requests: use devcie parameter
if (slot_from > slot_to) // no requests: use device parameter
slot_from = slot_to = priority_slot.value;
if (slot_from == slot_to)
sprintf(tmpbuff, ", slot %u", (unsigned) slot_from);