Preliminary PCjr emulation.
Improvements to PIT and serial emulation.
This commit is contained in:
parent
f8575b7b97
commit
f18f10574a
27 changed files with 1659 additions and 377 deletions
|
|
@ -1,5 +1,6 @@
|
|||
void fdc_init();
|
||||
void fdc_add();
|
||||
void fdc_add_pcjr();
|
||||
void fdc_remove();
|
||||
void fdc_reset();
|
||||
void fdc_poll();
|
||||
|
|
|
|||
Loading…
Reference in a new issue