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:
parent
980fd2dcfa
commit
9dbedefc5f
5 changed files with 147 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue