Added IBM XT Model 286 emulation.

This commit is contained in:
SarahW 2017-10-11 22:09:26 +01:00
commit a3ae6a6eed
7 changed files with 25 additions and 0 deletions

View file

@ -92,6 +92,7 @@ extern CPU cpus_pcjr[];
extern CPU cpus_europc[];
extern CPU cpus_pc1512[];
extern CPU cpus_ibmat[];
extern CPU cpus_ibmxt286[];
extern CPU cpus_ps1_m2011[];
extern CPU cpus_ps2_m30_286[];
extern CPU cpus_acer[];