1
0
mirror of https://github.com/simh/simh.git synced 2026-05-05 07:23:34 +00:00

Intel-Systems: Cleanup and reorganized multibus code

This commit is contained in:
Bill Beech
2020-02-04 16:24:05 -07:00
parent f01e8900ed
commit a2998ebaf2
28 changed files with 142 additions and 1339 deletions

View File

@@ -77,7 +77,7 @@
/* set the base I/O address for the iSBC 202 */
#define SBC202_BASE 0x78
#define SBC202_INT INT_1
#define SBC202_NUM 1
#define SBC202_NUM 0
/* set the base I/O address for the iSBC 206 */
#define SBC206_BASE 0x68
@@ -96,13 +96,13 @@
/* set the base and size for the iSBC 464 ROM */
#define SBC464_BASE 0xA800
#define SBC464_SIZE 0x4800
#define SBC464_SIZE 0x47FF
#define SBC464_NUM 1
/* set the base and size for the iSBC 064 RAM */
#define SBC064_BASE 0x8000
#define SBC064_SIZE 0x7FFF
#define SBC064_NUM 1
#define SBC064_NUM 0
/* set INTR for CPU */
#define INTR INT_1