Skip to content

Commit

Permalink
Back to 1 drive for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhialto committed Nov 20, 2024
1 parent 560dac7 commit a296d2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CORE/vhdl/config.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ constant OPTM_GROUPS : OPTM_GTYPE := ( OPTM_G_TEXT + OPTM_G_HEADLINE,
OPTM_G_LINE, -- Line
OPTM_G_TEXT + OPTM_G_HEADLINE, -- Headline "Drives"
OPTM_G_LINE, -- Line
OPTM_G_Drive_8 + OPTM_G_MOUNT_DRV, -- Drive X
OPTM_G_Drive_9 + OPTM_G_MOUNT_DRV, -- Drive Y
OPTM_G_Drive_8 + OPTM_G_MOUNT_DRV, -- Drive 8
OPTM_G_Drive_9 , -- Drive 9
OPTM_G_Drive_Z , -- Drive Z, not used
OPTM_G_LINE, -- Line
OPTM_G_TEXT + OPTM_G_HEADLINE, -- Headline "Another Headline"
Expand Down
2 changes: 1 addition & 1 deletion CORE/vhdl/globals.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ constant C_DEV_DEMO_NOBUFFER : std_logic_vector(15 downto 0) := x"AAAA";
-- Otherwise make sure that you wire C_VD_DEVICE in the qnice_ramrom_devices process and that you
-- have as many appropriately sized RAM buffers for disk images as you have drives
type vd_buf_array is array(natural range <>) of std_logic_vector;
constant C_VDNUM : natural := 2; -- amount of virtual drives; maximum is 15
constant C_VDNUM : natural := 1; -- amount of virtual drives; maximum is 15
constant C_VD_DEVICE : std_logic_vector(15 downto 0) := C_DEV_PET_VDRIVES; -- device number of vdrives.vhd device
constant C_VD_BUFFER : vd_buf_array := ( C_DEV_PET_MOUNT,
C_DEV_PET_MOUNT2,
Expand Down

0 comments on commit a296d2e

Please sign in to comment.