Splitting Buslogic and Aha154x up, cleanups. First phase.

This commit is contained in:
waltje
2017-05-07 23:42:05 -04:00
parent baa847b759
commit 5a87f91bc5
7 changed files with 2218 additions and 647 deletions

View File

@@ -577,7 +577,6 @@ void resetx86()
codegen_reset();
x86_was_reset = 1;
port_92_clear_reset();
BuslogicSoftReset();
}
void softresetx86()
@@ -596,7 +595,6 @@ void softresetx86()
x86seg_reset();
x86_was_reset = 1;
port_92_clear_reset();
BuslogicSoftReset();
}
static void setznp8(uint8_t val)