onerom-config 0.4.13

ROM and PCB configurations for One ROM - the flexible retro ROM replacement
{
  "description": "One ROM Ice 24 (rev E)",
  "alt": [
    "e",
    "24-e"
  ],
  "chip": {
    "pins": {
      "quantity": 24
    },
    "bit_modes": ["8"]
  },
  "mcu": {
    "family": "f4",
    "ports": {
        "data_port": "A",
        "addr_port": "C",
        "cs_port": "C",
        "sel_port": "B",
        "status_port": "B"
    },
    "pins": {
        "data": [7, 6, 5, 4, 3, 2, 1, 0],
        "addr": [5, 4, 6, 7, 3, 2, 1, 0, 8, 13, 11, 12, 9],
        "cs1": {
        "2364": 10,
        "2332": 10,
        "2316": 10
        },
        "cs2": {
        "2332": 9,
        "2316": 12
        },
        "cs3": {
        "2316": 9
        },
        "ce": {
            "2704": 12,
            "2708": 12,
            "2716": 12,
            "2732": 12
        },
        "oe": {
            "2704": 10,
            "2708": 10,
            "2716": 10,
            "2732": 10
        },

        "x_jumper_pull": 1,
        "sel": [0, 1, 2, 7],
        "sel_jumper_pull": [1, 1, 1, 1],
        "status": 15
    },
    "serve_mode": "cpu"
  }
}