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
|
|
@ -61,6 +61,7 @@ extern CPU cpus_Am486[];
|
|||
extern CPU cpus_Cx486[];
|
||||
extern CPU cpus_WinChip[];
|
||||
|
||||
extern CPU cpus_pcjr[];
|
||||
extern CPU cpus_pc1512[];
|
||||
extern CPU cpus_ibmat[];
|
||||
extern CPU cpus_acer[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue