1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-18 17:07:59 +00:00

KA10: Adjusted size of DDC device.

This commit is contained in:
Richard Cornwell 2022-04-20 21:35:34 -04:00
parent 196113e629
commit 258d26dae4

View File

@ -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];