Preliminary PCjr emulation.

Improvements to PIT and serial emulation.
This commit is contained in:
TomW 2014-01-12 11:37:09 +00:00
commit f18f10574a
27 changed files with 1659 additions and 377 deletions

View file

@ -1,5 +1,6 @@
void fdc_init();
void fdc_add();
void fdc_add_pcjr();
void fdc_remove();
void fdc_reset();
void fdc_poll();