{
  "machine": {
    "id": "compaq386",
    "type": "pcx86"
  },
  "computer": {
    "id": "computer",
    "name": "COMPAQ DeskPro 386",
    "resume": 0,
    "busWidth": 32
  },
  "ram": [
    {
      "id": "ramLow",
      "name": "640K RAM",
      "addr": 0,
      "size": "0xa0000",
      "test": false
    },
    {
      "id": "ramCPQ",
      "name": "COMPAQ memory",
      "addr": "0xfa0000",
      "size": "0x60000",
      "comment": "COMPAQ memory at 0xFA0000"
    },
    {
      "id": "ramExt",
      "name": "Extended memory",
      "addr": "0x100000",
      "size": "0x100000",
      "comment": "Extended memory at 0x100000"
    }
  ],
  "rom": [
    {
      "id": "romBIOS",
      "name": "ROM BIOS",
      "addr": "0xf8000",
      "size": "0x8000",
      "alias": "[0xf0000,0xffff0000,0xffff8000]",
      "file": "/machines/pcx86/compaq/deskpro386/rom/1988-01-28/1988-01-28.json5"
    },
    {
      "id": "romVGA",
      "name": "VGA BIOS",
      "addr": "0xc0000",
      "size": "0x6000",
      "file": "/machines/pcx86/ibm/video/vga/1986-10-27/IBM-VGA.json5",
      "notify": "videoVGA[0x378d,0x3f8d,0x4eba]"
    }
  ],
  "video": [
    {
      "id": "videoVGA",
      "name": "VGA Display Card",
      "model": "vga",
      "screenWidth": 1280,
      "screenHeight": 960,
      "screenColor": "black",
      "touchScreen": false
    }
  ],
  "cpu": {
    "id": "cpu",
    "name": "Intel 80386",
    "model": 80386,
    "clock": 0,
    "multiplier": 1,
    "autoStart": true
  },
  "keyboard": {
    "id": "keyboard",
    "name": "PC AT Keyboard",
    "model": "US84"
  },
  "fdc": {
    "id": "fdcNEC",
    "name": "Floppy Disk Controller",
    "autoMount": {
      "A": {
        "name": "COMPAQ MS-DOS 3.31D (720K Disk 2)"
      },
      "B": {
        "name": "COMPAQ MS-DOS 3.31D (720K Disk 3)"
      }
    },
    "diskettes": "/machines/pcx86/diskettes.json,/disks/pcsigdisks/pcx86/diskettes.json"
  },
  "hdc": {
    "id": "hdcAT",
    "name": "Hard Disk Controller",
    "type": "AT",
    "drives": [{"name":"10Mb Hard Disk (C:)","type":1},{"name":"10Mb Hard Disk (D:)","type":1}]
  },
  "chipset": {
    "id": "chipset",
    "name": "COMPAQ DeskPro Chipset",
    "model": "deskpro386",
    "floppies": [1440, 1440],
    "sound": false,
    "monitor": "vga"
  },
  "serial": {
    "id": "com2",
    "name": "COM2",
    "adapter": 2,
    "binding": "console"
  },
  "debugger": {
    "id": "debugger",
    "name": "PCjs Debugger",
    "commands": "",
    "messages": ""
  }
}
