From 258d26dae4e22e2c32a40a9ee30a662b161ef099 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Wed, 20 Apr 2022 21:35:34 -0400 Subject: [PATCH] KA10: Adjusted size of DDC device. --- PDP10/kx10_ddc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PDP10/kx10_ddc.c b/PDP10/kx10_ddc.c index db53c40..f7b7c26 100644 --- a/PDP10/kx10_ddc.c +++ b/PDP10/kx10_ddc.c @@ -1,6 +1,6 @@ /* kx10_ddc.c: Drum RES-10 Disk Controller. - Copyright (c) 2013-2020, Richard Cornwell + Copyright (c) 2013-2022, Richard Cornwell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -99,7 +99,7 @@ #define DDC10_WDS 0200 -#define DDC_SIZE 100000 +#define DDC_SIZE (7000 * DDC10_WDS) uint64 ddc_buf[NUM_DEVS_DDC][DDC10_WDS]; uint64 ddc_cmd[NUM_DEVS_DDC][16];