[ISAPNP] Add support for NEC PC-98 series

This commit is contained in:
Dmitry Borisov 2021-11-09 23:01:14 +06:00 committed by Stanislav Motylkov
parent f909e8762d
commit 84fabd819d
3 changed files with 29 additions and 0 deletions

View file

@ -13,8 +13,13 @@
extern "C" {
#endif
#if defined(SARCH_PC98)
#define ISAPNP_ADDRESS 0x259
#define ISAPNP_WRITE_DATA 0xA59
#else
#define ISAPNP_ADDRESS 0x279
#define ISAPNP_WRITE_DATA 0xA79
#endif
#define ISAPNP_READPORT 0x00
#define ISAPNP_SERIALISOLATION 0x01