Brought the Intel Flash emulation in line with mainline PCem; Removed the Intel Advanced/ML; Reverted the ET4000/W32p code back to the code from mainline PCem, with fixes to PCI and linear frame buffer addresses according to the datasheet; Timer counters are now 32-bit again - fixes quite a few bugs.
10 lines
189 B
C
10 lines
189 B
C
void pic_init();
|
|
void pic2_init();
|
|
void pic_reset();
|
|
|
|
void picint(uint16_t num);
|
|
void picintlevel(uint16_t num);
|
|
void picintc(uint16_t num);
|
|
uint8_t picinterrupt();
|
|
void picclear(int num);
|