Apple IIe config figured out
This commit is contained in:
@@ -441,7 +441,7 @@ void portIO(ushort port, ushort p2, ushort p1) {
|
||||
ushort equi_find_free_task_slot() {
|
||||
ushort slotid = 0;
|
||||
/* iterate over task table */
|
||||
for(;slotid < EQUI_TASKS_MAX;slotid++)
|
||||
for(;slotid < EQUI_TASKS_MAX;++slotid)
|
||||
if(!ram.tasks[slotid].active)
|
||||
return slotid;
|
||||
/* and error out if all slots are busy and active */
|
||||
|
||||
Reference in New Issue
Block a user