Improvements to Acermate 386SX25/N :

- Implemented serial & parallel port configuration
- Implemented shadow RAM
- OTI-067 now configured as on-board device rather than separate card
This commit is contained in:
SarahW 2017-08-20 21:49:33 +01:00
commit 9dbedefc5f
5 changed files with 147 additions and 6 deletions

View file

@ -297,7 +297,7 @@ void video_init()
return;
case ROM_ACER386:
device_add(&oti067_device);
device_add(&oti067_acer386_device);
return;
case ROM_IBMPS1_2011: