{
  "machine": {
    "name": "gameboy",
    "sourcefile": "nintendo/gb.cpp",
    "isbios": "no",
    "isdevice": "no",
    "ismechanical": "no",
    "runnable": "yes",
    "description": "Game Boy",
    "year": "1990",
    "manufacturer": "Nintendo",
    "biosset": [
      {
        "name": "vx",
        "description": "DMG vX",
        "default": "no"
      },
      {
        "name": "v0",
        "description": "DMG v0",
        "default": "no"
      }
    ],
    "rom": [
      {
        "name": "dmg_boot.bin",
        "bios": "vx",
        "size": "256",
        "crc": "59c8598e",
        "sha1": "4ed31ec6b0b175bb109c0eb5fd3d193da823339f",
        "region": "maincpu",
        "offset": "0",
        "status": "good",
        "optional": "no"
      },
      {
        "name": "dmg_v0.rom",
        "bios": "v0",
        "size": "256",
        "crc": "c2f5cc97",
        "sha1": "8bd501e31921e9601788316dbd3ce9833a97bcbc",
        "region": "maincpu",
        "offset": "0",
        "status": "good",
        "optional": "no"
      }
    ],
    "device_ref": [
      {
        "tag": ":maincpu",
        "name": "lr35902"
      },
      {
        "tag": ":screen",
        "name": "screen"
      },
      {
        "tag": ":gfxdecode",
        "name": "gfxdecode"
      },
      {
        "tag": ":palette",
        "name": "palette"
      },
      {
        "tag": ":ppu",
        "name": "dmg_ppu"
      },
      {
        "tag": ":speaker",
        "name": "speaker"
      },
      {
        "tag": ":apu",
        "name": "dmg_apu"
      },
      {
        "tag": ":cartslot",
        "name": "gb_cart_slot"
      },
      {
        "tag": ":cart_list",
        "name": "software_list"
      },
      {
        "tag": ":gbc_list",
        "name": "software_list"
      }
    ],
    "chip": [
      {
        "type": "cpu",
        "tag": "maincpu",
        "name": "Sharp LR35902",
        "clock": "4194304"
      },
      {
        "type": "audio",
        "tag": "speaker",
        "name": "Speaker"
      },
      {
        "type": "audio",
        "tag": "apu",
        "name": "LR35902 APU",
        "clock": "4194304"
      }
    ],
    "display": {
      "tag": "screen",
      "type": "lcd",
      "rotate": "0",
      "width": "160",
      "height": "144",
      "refresh": "59.727501",
      "pixclock": "4194304",
      "htotal": "456",
      "hbend": "0",
      "hbstart": "160",
      "vtotal": "154",
      "vbend": "0",
      "vbstart": "144",
      "flipx": "no"
    },
    "sound": {
      "channels": "1"
    },
    "input": {
      "players": "1",
      "service": "no",
      "tilt": "no",
      "control": {
        "type": "joy",
        "buttons": "2",
        "ways": "8",
        "reverse": "no"
      }
    },
    "configuration": {
      "name": "[HACK] Skip BIOS Logo check",
      "tag": "SKIP_CHECK",
      "mask": "1",
      "confsetting": [
        {
          "name": "Off",
          "value": "0",
          "default": "yes"
        },
        {
          "name": "On",
          "value": "1",
          "default": "no"
        }
      ]
    },
    "port": [
      {
        "tag": ":INPUTS"
      },
      {
        "tag": ":SKIP_CHECK"
      }
    ],
    "driver": {
      "status": "imperfect",
      "emulation": "good",
      "savestate": "supported",
      "requiresartwork": "no",
      "unofficial": "no",
      "nosoundhardware": "no",
      "incomplete": "no"
    },
    "feature": {
      "type": "sound",
      "status": "imperfect"
    },
    "device": {
      "type": "cartridge",
      "tag": "cartslot",
      "interface": "gameboy_cart",
      "instance": {
        "name": "cartridge",
        "briefname": "cart"
      },
      "extension": [
        {
          "name": "bin"
        },
        {
          "name": "gb"
        },
        {
          "name": "gbc"
        },
        {
          "name": "gbx"
        }
      ]
    },
    "slot": {
      "name": "cartslot"
    },
    "softwarelist": [
      {
        "tag": "cart_list",
        "name": "gameboy",
        "status": "original"
      },
      {
        "tag": "gbc_list",
        "name": "gbcolor",
        "status": "compatible"
      }
    ]
  }
}