Skip to content

Commit

Permalink
pci/virge_pci: fix command_mask
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosa committed Feb 24, 2024
1 parent 6769077 commit 489dcb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/bus/pci/virge_pci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 489dcb4

Please sign in to comment.