From 489dcb49708400a145d1d2c4429e2b2656d87839 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sat, 24 Feb 2024 23:05:06 +0100 Subject: [PATCH] pci/virge_pci: fix command_mask --- src/devices/bus/pci/virge_pci.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/bus/pci/virge_pci.cpp b/src/devices/bus/pci/virge_pci.cpp index 53c97562d3ba7..847796bba12ad 100644 --- a/src/devices/bus/pci/virge_pci.cpp +++ b/src/devices/bus/pci/virge_pci.cpp @@ -163,6 +163,8 @@ void virge_pci_device::device_start() set_map_address(0, 0x70000000); command = 0x0000; + // DAC SNP / BME / MEM / I/O + command_mask = 0x27; // medium DEVSELB status = 0x0200;