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

@ -1,2 +1,4 @@
extern device_t oti067_device;
extern device_t oti067_acer386_device;
void oti067_enable_disable(void *p, int enable);