RESTRICTION: The FP15 and XVM features of the PDP-15 are only partially debugged. Do NOT enable these features for normal operations. 1. New Features in 3.1-0 1.1 SCP and libraries - Added simulated Ethernet support for VMS, FreeBSD, Mac OS/X. - Added status return to tmxr_putc_ln. - Added sim_putchar_s to handle possible output stalls. 1.2 All DECtapes - Added "DECtape off reel" error stop. 1.3 All Asynchronous Consoles - Added support for output congestion stall if using a Telnet connection. 1.4 PDP-1 - Added Type 23 parallel drum support. 1.5 PDP-8 - Added instruction history. - Added TSC8-75 option support for ETOS. - Added TD8E DECtape support. 1.6 PDP-18b - Added instruction history. - Changed PDP-9, PDP-15 API default to enabled. 1.7 PDP-11 - Added support for 18b only Qbus devices. - Formalized bus and addressing definitions. - Added control to enable/disable autoconfiguration. - Added stub support for second Unibus Ethernet controller. 1.7 Interdata 32b - Added instruction history. 1.8 Eclipse - Added floating point support. - Added programmable interval timer support. 1.9 H316 - Added DMA/DMC support. - Added fixed head disk support. - Added moving head disk support. - Added magtape support. 1.10 IBM 1130 (Brian Knittel) - Added support for physical card reader, using the Cardread interface (www.ibm1130.org/sim/downloads). - Added support for physical printer (flushes output buffer after each line). 2. Bugs Fixed in 3.1-0 2.1 SCP and libraries - Fixed numerous bugs in Ethernet library. 2.2 All DECtapes - Fixed reverse checksum value in 'read all' mode. - Simplified (and sped up) timing. 2.3 PDP-8 - Fixed bug in RX28 read status (found by Charles Dickman). - Fixed RX28 double density write. 2.4 PDP-18b - Fixed autoincrement bug in PDP-4, PDP-7, PDP-9. 2.5 PDP-11/VAX - Revised RQ MB->LBN conversion for greater accuracy. - Fixed bug in IO configuration (found by David Hittner). - Fixed bug with multiple RQ RAUSER drives. - Fixed bug in second Qbus Ethernet controller interrupts. 2.6 Nova/Eclipse - Fixed bugs in DKP flag clear, map setup, map usage (Charles Owen). - Fixed bug in MT, reset completes despite I/O reset (Charles Owen). - Fixed bug in MT, space operations return word count (Charles Owen). 2.7 IBM 1130 (Brian Knittel) - Fixed bug in setting carry bit in subtract and subtract double. - Fixed timing problem in console printer simulation. 2.8 1620 - Fixed bug in branch digit (found by Dave Babcock). 3. New Features in 3.0 vs prior releases 3.1 SCP and Libraries - Added ASSIGN/DEASSIGN (logical name) commands. - Changed RESTORE to unconditionally detach files. - Added E11 and TPC format support to magtape library. - Fixed bug in SHOW CONNECTIONS. - Added USE_ADDR64 support. 3.2 All magtapes - Magtapes support SIMH format, E11 format, and TPC format (read only). - SET <tape_unit> FORMAT=format sets the specified tape unit's format. - SHOW <tape_unit> FORMAT displays the specified tape unit's format. - Tape format can also be set as part of the ATTACH command, using the -F switch. 3.3 VAX - VAX can be compiled without USE_INT64. - If compiled with USE_INT64 and USE_ADDR64, RQ and TQ controllers support files > 2GB. - VAX ROM has speed control (SET ROM DELAY/NODELAY). 3.4 PDP-1 - Added block loader format support to LOAD. - Changed BOOT PTR to allow loading of all of the first bank of memory. - The LOAD command takes an optional argument specifying the memory field to be loaded. - The PTR BOOT command takes its starting memory field from the TA (address switch) register. 3.5 PDP-18b Family - Added PDP-4 EAE support. - Added PDP-15 FP15 support. - Added PDP-15 XVM support. - Added PDP-15 "re-entrancy ECO". - Added PDP-7, PDP-9, PDP-15 hardware RIM loader support in BOOT PTR. 4. Bugs Fixed in 3.0 vs prior releases 4.1 SCP and Libraries - Fixed end of file problem in dep, idep. - Fixed handling of trailing spaces in dep, idep. 4.2 VAX - Fixed CVTfi bug: integer overflow not set if exponent out of range - Fixed EMODx bugs: o First and second operands reversed o Separated fraction received wrong exponent o Overflow calculation on separated integer incorrect o Fraction not set to zero if exponent out of range - Fixed interval timer and ROM access to pass power-up self-test even on very fast host processors (fixes from Mark Pizzolato). - Fixed bug in user disk size (found by Chaskiel M Grundman). 4.3 1401 - Fixed mnemonic, instruction lengths, and reverse scan length check bug for MCS. - Fixed MCE bug, BS off by 1 if zero suppress. - Fixed chaining bug, D lost if return to SCP. - Fixed H branch, branch occurs after continue. - Added check for invalid 8 character MCW, LCA. - Fixed magtape load-mode end of record response. - Revised fetch to model hardware more closely. - Fixed tape read end-of-record handling based on real 1401. - Added diagnostic read (space forward). 4.4 Nova - Fixed DSK variable size interaction with restore. - Fixed bug in DSK set size routine. 4.5 PDP-1 - Fixed DT variable size interaction with restore. - Updated CPU, line printer, standard devices to detect indefinite I/O wait. - Fixed incorrect logical, missing activate, break in drum simulator. - Fixed bugs in instruction decoding, overprinting for line printer. - Fixed system hang if continue after PTR error. - Fixed PTR to start/stop on successive rpa instructions. 4.6 PDP-11 - Fixed DT variable size interaction with restore. - Fixed bug in MMR1 update (found by Tim Stark). - Added XQ features and fixed bugs: o Corrected XQ interrupts on IE state transition (code by Tom Evans). o Added XQ interrupt clear on soft reset. o Removed XQ interrupt when setting XL or RL (multiple people). o Added SET/SHOW XQ STATS. o Added SHOW XQ FILTERS. o Added ability to split received packet into multiple buffers. o Added explicit runt and giant packet processing. - Fixed bug in user disk size (found by Chaskiel M Grundman). 4.7 PDP-18B - Fixed DT, RF variable size interaction with restore. - Fixed MT bug in MTTR. - Fixed bug in PDP-4 line printer overprinting. - Fixed bug in PDP-15 memory protect/skip interaction. - Fixed bug in RF set size routine. - Increased PTP TIME for PDP-15 operating systems. - Fixed priorities in PDP-15 API (differs from PDP-9). - Fixed sign handling in PDP-15 EAE unsigned mul/div (differs from PDP-9). - Fixed bug in CAF, clears API subsystem. 4.8 PDP-8 - Fixed DT, DF, RF, RX variable size interaction with restore. - Fixed MT bug in SKTR. - Fixed bug in DF, RF set size routine. 4.9 HP2100 - Fixed bug in DP (13210A controller only), DQ read status. - Fixed bug in DP, DQ seek complete. - Fixed DR drum sizes. - Fixed DR variable capacity interaction with SAVE/RESTORE. 4.10 GRI - Fixed bug in SC queue pointer management. 4.11 PDP-10 - Fixed bug in RP read header. 4.12 Ibm1130 - Fixed bugs found by APL 1130. 4.13 Altairz80 - Fixed bug in real-time clock on Windows host. 4.14 1620 - Fixed bug in immediate index add (found by Michael Short).
349 lines
11 KiB
C
349 lines
11 KiB
C
/* pdp8_df.c: DF32 fixed head disk simulator
|
||
|
||
Copyright (c) 1993-2003, Robert M Supnik
|
||
|
||
Permission is hereby granted, free of charge, to any person obtaining a
|
||
copy of this software and associated documentation files (the "Software"),
|
||
to deal in the Software without restriction, including without limitation
|
||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||
and/or sell copies of the Software, and to permit persons to whom the
|
||
Software is furnished to do so, subject to the following conditions:
|
||
|
||
The above copyright notice and this permission notice shall be included in
|
||
all copies or substantial portions of the Software.
|
||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||
ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||
|
||
Except as contained in this notice, the name of Robert M Supnik shall not
|
||
be used in advertising or otherwise to promote the sale, use or other dealings
|
||
in this Software without prior written authorization from Robert M Supnik.
|
||
|
||
df DF32 fixed head disk
|
||
|
||
26-Oct-03 RMS Cleaned up buffer copy code
|
||
26-Jul-03 RMS Fixed bug in set size routine
|
||
14-Mar-03 RMS Fixed variable platter interaction with save/restore
|
||
03-Mar-03 RMS Fixed autosizing
|
||
02-Feb-03 RMS Added variable platter and autosizing support
|
||
04-Oct-02 RMS Added DIBs, device number support
|
||
28-Nov-01 RMS Added RL8A support
|
||
25-Apr-01 RMS Added device enable/disable support
|
||
|
||
The DF32 is a head-per-track disk. It uses the three cycle data break
|
||
facility. To minimize overhead, the entire DF32 is buffered in memory.
|
||
|
||
Two timing parameters are provided:
|
||
|
||
df_time Interword timing, must be non-zero
|
||
df_burst Burst mode, if 0, DMA occurs cycle by cycle; otherwise,
|
||
DMA occurs in a burst
|
||
*/
|
||
|
||
#include "pdp8_defs.h"
|
||
#include <math.h>
|
||
|
||
#define UNIT_V_AUTO (UNIT_V_UF + 0) /* autosize */
|
||
#define UNIT_V_PLAT (UNIT_V_UF + 1) /* #platters - 1 */
|
||
#define UNIT_M_PLAT 03
|
||
#define UNIT_PLAT (UNIT_M_PLAT << UNIT_V_PLAT)
|
||
#define UNIT_GETP(x) ((((x) >> UNIT_V_PLAT) & UNIT_M_PLAT) + 1)
|
||
#define UNIT_AUTO (1 << UNIT_V_AUTO)
|
||
#define UNIT_PLAT (UNIT_M_PLAT << UNIT_V_PLAT)
|
||
|
||
/* Constants */
|
||
|
||
#define DF_NUMWD 2048 /* words/track */
|
||
#define DF_NUMTR 16 /* tracks/disk */
|
||
#define DF_DKSIZE (DF_NUMTR * DF_NUMWD) /* words/disk */
|
||
#define DF_NUMDK 4 /* disks/controller */
|
||
#define DF_WC 07750 /* word count */
|
||
#define DF_MA 07751 /* mem address */
|
||
#define DF_WMASK (DF_NUMWD - 1) /* word mask */
|
||
|
||
/* Parameters in the unit descriptor */
|
||
|
||
#define FUNC u4 /* function */
|
||
#define DF_READ 2 /* read */
|
||
#define DF_WRITE 4 /* write */
|
||
|
||
/* Status register */
|
||
|
||
#define DFS_PCA 04000 /* photocell status */
|
||
#define DFS_DEX 03700 /* disk addr extension */
|
||
#define DFS_MEX 00070 /* mem addr extension */
|
||
#define DFS_DRL 00004 /* data late error */
|
||
#define DFS_WLS 00002 /* write lock error */
|
||
#define DFS_NXD 00002 /* non-existent disk */
|
||
#define DFS_PER 00001 /* parity error */
|
||
#define DFS_ERR (DFS_DRL | DFS_WLS | DFS_PER)
|
||
#define DFS_V_DEX 6
|
||
#define DFS_V_MEX 3
|
||
|
||
#define GET_MEX(x) (((x) & DFS_MEX) << (12 - DFS_V_MEX))
|
||
#define GET_DEX(x) (((x) & DFS_DEX) << (12 - DFS_V_DEX))
|
||
#define GET_POS(x) ((int) fmod (sim_gtime() / ((double) (x)), \
|
||
((double) DF_NUMWD)))
|
||
#define UPDATE_PCELL if (GET_POS (df_time) < 6) df_sta = df_sta | DFS_PCA; \
|
||
else df_sta = df_sta & ~DFS_PCA
|
||
|
||
extern uint16 M[];
|
||
extern int32 int_req, stop_inst;
|
||
extern UNIT cpu_unit;
|
||
|
||
int32 df_sta = 0; /* status register */
|
||
int32 df_da = 0; /* disk address */
|
||
int32 df_done = 0; /* done flag */
|
||
int32 df_wlk = 0; /* write lock */
|
||
int32 df_time = 10; /* inter-word time */
|
||
int32 df_burst = 1; /* burst mode flag */
|
||
int32 df_stopioe = 1; /* stop on error */
|
||
|
||
DEVICE df_dev;
|
||
int32 df60 (int32 IR, int32 AC);
|
||
int32 df61 (int32 IR, int32 AC);
|
||
int32 df62 (int32 IR, int32 AC);
|
||
t_stat df_svc (UNIT *uptr);
|
||
t_stat pcell_svc (UNIT *uptr);
|
||
t_stat df_reset (DEVICE *dptr);
|
||
t_stat df_boot (int32 unitno, DEVICE *dptr);
|
||
t_stat df_attach (UNIT *uptr, char *cptr);
|
||
t_stat df_set_size (UNIT *uptr, int32 val, char *cptr, void *desc);
|
||
|
||
/* DF32 data structures
|
||
|
||
df_dev RF device descriptor
|
||
df_unit RF unit descriptor
|
||
pcell_unit photocell timing unit (orphan)
|
||
df_reg RF register list
|
||
*/
|
||
|
||
DIB df_dib = { DEV_DF, 3, { &df60, &df61, &df62 } };
|
||
|
||
UNIT df_unit =
|
||
{ UDATA (&df_svc, UNIT_FIX+UNIT_ATTABLE+
|
||
UNIT_BUFABLE+UNIT_MUSTBUF, DF_DKSIZE) };
|
||
|
||
REG df_reg[] = {
|
||
{ ORDATA (STA, df_sta, 12) },
|
||
{ ORDATA (DA, df_da, 12) },
|
||
{ ORDATA (WC, M[DF_WC], 12) },
|
||
{ ORDATA (MA, M[DF_MA], 12) },
|
||
{ FLDATA (DONE, df_done, 0) },
|
||
{ FLDATA (INT, int_req, INT_V_DF) },
|
||
{ ORDATA (WLS, df_wlk, 8) },
|
||
{ DRDATA (TIME, df_time, 24), REG_NZ + PV_LEFT },
|
||
{ FLDATA (BURST, df_burst, 0) },
|
||
{ FLDATA (STOP_IOE, df_stopioe, 0) },
|
||
{ DRDATA (CAPAC, df_unit.capac, 18), REG_HRO },
|
||
{ ORDATA (DEVNUM, df_dib.dev, 6), REG_HRO },
|
||
{ NULL } };
|
||
|
||
MTAB df_mod[] = {
|
||
{ UNIT_PLAT, (0 << UNIT_V_PLAT), NULL, "1P", &df_set_size },
|
||
{ UNIT_PLAT, (1 << UNIT_V_PLAT), NULL, "2P", &df_set_size },
|
||
{ UNIT_PLAT, (2 << UNIT_V_PLAT), NULL, "3P", &df_set_size },
|
||
{ UNIT_PLAT, (3 << UNIT_V_PLAT), NULL, "4P", &df_set_size },
|
||
{ MTAB_XTD|MTAB_VDV, 0, "DEVNO", "DEVNO",
|
||
&set_dev, &show_dev, NULL },
|
||
{ 0 } };
|
||
|
||
DEVICE df_dev = {
|
||
"DF", &df_unit, df_reg, df_mod,
|
||
1, 8, 17, 1, 8, 12,
|
||
NULL, NULL, &df_reset,
|
||
&df_boot, &df_attach, NULL,
|
||
&df_dib, DEV_DISABLE };
|
||
|
||
/* IOT routines */
|
||
|
||
int32 df60 (int32 IR, int32 AC)
|
||
{
|
||
int32 t;
|
||
int32 pulse = IR & 07;
|
||
|
||
UPDATE_PCELL; /* update photocell */
|
||
if (pulse & 1) { /* DCMA */
|
||
df_da = 0; /* clear disk addr */
|
||
df_done = 0; /* clear done */
|
||
df_sta = df_sta & ~DFS_ERR; /* clear errors */
|
||
int_req = int_req & ~INT_DF; } /* clear int req */
|
||
if (pulse & 6) { /* DMAR, DMAW */
|
||
df_da = df_da | AC; /* disk addr |= AC */
|
||
df_unit.FUNC = pulse & ~1; /* save function */
|
||
t = (df_da & DF_WMASK) - GET_POS (df_time); /* delta to new loc */
|
||
if (t < 0) t = t + DF_NUMWD; /* wrap around? */
|
||
sim_activate (&df_unit, t * df_time); /* schedule op */
|
||
AC = 0; } /* clear AC */
|
||
return AC;
|
||
}
|
||
|
||
/* Based on the hardware implementation. DEAL and DEAC work as follows:
|
||
|
||
6615 pulse 1 = clear df_sta<dex,mex>
|
||
pulse 4 = df_sta = df_sta | AC<dex,mex>
|
||
AC = AC | old_df_sta
|
||
6616 pulse 2 = clear AC, skip if address confirmed
|
||
pulse 4 = df_sta = df_sta | AC<dex,mex> = 0 (nop)
|
||
AC = AC | old_df_sta
|
||
*/
|
||
|
||
int32 df61 (int32 IR, int32 AC)
|
||
{
|
||
int32 old_df_sta = df_sta;
|
||
int32 pulse = IR & 07;
|
||
|
||
UPDATE_PCELL; /* update photocell */
|
||
if (pulse & 1) /* DCEA */
|
||
df_sta = df_sta & ~(DFS_DEX | DFS_MEX); /* clear dex, mex */
|
||
if (pulse & 2) /* DSAC */
|
||
AC = ((df_da & DF_WMASK) == GET_POS (df_time))? IOT_SKP: 0;
|
||
if (pulse & 4) {
|
||
df_sta = df_sta | (AC & (DFS_DEX | DFS_MEX)); /* DEAL */
|
||
AC = AC | old_df_sta; } /* DEAC */
|
||
return AC;
|
||
}
|
||
|
||
int32 df62 (int32 IR, int32 AC)
|
||
{
|
||
int32 pulse = IR & 07;
|
||
|
||
UPDATE_PCELL; /* update photocell */
|
||
if (pulse & 1) { /* DFSE */
|
||
if ((df_sta & DFS_ERR) == 0) AC = AC | IOT_SKP; }
|
||
if (pulse & 2) { /* DFSC */
|
||
if (pulse & 4) AC = AC & ~07777; /* for DMAC */
|
||
else if (df_done) AC = AC | IOT_SKP; }
|
||
if (pulse & 4) AC = AC | df_da; /* DMAC */
|
||
return AC;
|
||
}
|
||
|
||
/* Unit service
|
||
|
||
Note that for reads and writes, memory addresses wrap around in the
|
||
current field. This code assumes the entire disk is buffered.
|
||
*/
|
||
|
||
t_stat df_svc (UNIT *uptr)
|
||
{
|
||
int32 pa, t, mex;
|
||
uint32 da;
|
||
int16 *fbuf = uptr->filebuf;
|
||
|
||
UPDATE_PCELL; /* update photocell */
|
||
if ((uptr->flags & UNIT_BUF) == 0) { /* not buf? abort */
|
||
df_done = 1;
|
||
int_req = int_req | INT_DF; /* update int req */
|
||
return IORETURN (df_stopioe, SCPE_UNATT); }
|
||
|
||
mex = GET_MEX (df_sta);
|
||
da = GET_DEX (df_sta) | df_da; /* form disk addr */
|
||
do { if (da >= uptr->capac) { /* nx disk addr? */
|
||
df_sta = df_sta | DFS_NXD;
|
||
break; }
|
||
M[DF_WC] = (M[DF_WC] + 1) & 07777; /* incr word count */
|
||
M[DF_MA] = (M[DF_MA] + 1) & 07777; /* incr mem addr */
|
||
pa = mex | M[DF_MA]; /* add extension */
|
||
if (uptr->FUNC == DF_READ) { /* read? */
|
||
if (MEM_ADDR_OK (pa)) M[pa] = fbuf[da]; } /* if !nxm, read wd */
|
||
else { /* write */
|
||
t = (da >> 14) & 07; /* check wr lock */
|
||
if ((df_wlk >> t) & 1) /* locked? set err */
|
||
df_sta = df_sta | DFS_WLS;
|
||
else { /* not locked */
|
||
fbuf[da] = M[pa]; /* write word */
|
||
if (da >= uptr->hwmark) uptr->hwmark = da + 1; } }
|
||
da = (da + 1) & 0377777; } /* incr disk addr */
|
||
while ((M[DF_WC] != 0) && (df_burst != 0)); /* brk if wc, no brst */
|
||
|
||
if ((M[DF_WC] != 0) && ((df_sta & DFS_ERR) == 0)) /* more to do? */
|
||
sim_activate (&df_unit, df_time); /* sched next */
|
||
else { if (uptr->FUNC != DF_READ) da = (da - 1) & 0377777;
|
||
df_done = 1; /* done */
|
||
int_req = int_req | INT_DF; } /* update int req */
|
||
df_sta = (df_sta & ~DFS_DEX) | ((da >> (12 - DFS_V_DEX)) & DFS_DEX);
|
||
df_da = da & 07777; /* separate disk addr */
|
||
return SCPE_OK;
|
||
}
|
||
|
||
/* Reset routine */
|
||
|
||
t_stat df_reset (DEVICE *dptr)
|
||
{
|
||
df_sta = df_da = 0;
|
||
df_done = 1;
|
||
int_req = int_req & ~INT_DF; /* clear interrupt */
|
||
sim_cancel (&df_unit);
|
||
return SCPE_OK;
|
||
}
|
||
|
||
/* Bootstrap routine */
|
||
|
||
#define OS8_START 07750
|
||
#define OS8_LEN (sizeof (os8_rom) / sizeof (int16))
|
||
#define DM4_START 00200
|
||
#define DM4_LEN (sizeof (dm4_rom) / sizeof (int16))
|
||
|
||
static const uint16 os8_rom[] = {
|
||
07600, /* 7750, CLA CLL ; also word count */
|
||
06603, /* 7751, DMAR ; also address */
|
||
06622, /* 7752, DFSC ; done? */
|
||
05352, /* 7753, JMP .-1 ; no */
|
||
05752 /* 7754, JMP @.-2 ; enter boot */
|
||
};
|
||
|
||
static const uint16 dm4_rom[] = {
|
||
00200, 07600, /* 0200, CLA CLL */
|
||
00201, 06603, /* 0201, DMAR ; read */
|
||
00202, 06622, /* 0202, DFSC ; done? */
|
||
00203, 05202, /* 0203, JMP .-1 ; no */
|
||
00204, 05600, /* 0204, JMP @.-4 ; enter boot */
|
||
07750, 07576, /* 7750, 7576 ; word count */
|
||
07751, 07576 /* 7751, 7576 ; address */
|
||
};
|
||
|
||
t_stat df_boot (int32 unitno, DEVICE *dptr)
|
||
{
|
||
int32 i;
|
||
extern int32 sim_switches, saved_PC;
|
||
|
||
if (sim_switches & SWMASK ('D')) {
|
||
for (i = 0; i < DM4_LEN; i = i + 2)
|
||
M[dm4_rom[i]] = dm4_rom[i + 1];
|
||
saved_PC = DM4_START; }
|
||
else { for (i = 0; i < OS8_LEN; i++)
|
||
M[OS8_START + i] = os8_rom[i];
|
||
saved_PC = OS8_START; }
|
||
return SCPE_OK;
|
||
}
|
||
|
||
/* Attach routine */
|
||
|
||
t_stat df_attach (UNIT *uptr, char *cptr)
|
||
{
|
||
uint32 p, sz;
|
||
uint32 ds_bytes = DF_DKSIZE * sizeof (int16);
|
||
|
||
if ((uptr->flags & UNIT_AUTO) && (sz = sim_fsize (cptr))) {
|
||
p = (sz + ds_bytes - 1) / ds_bytes;
|
||
if (p >= DF_NUMDK) p = DF_NUMDK - 1;
|
||
uptr->flags = (uptr->flags & ~UNIT_PLAT) |
|
||
(p << UNIT_V_PLAT); }
|
||
uptr->capac = UNIT_GETP (uptr->flags) * DF_DKSIZE;
|
||
return attach_unit (uptr, cptr);
|
||
}
|
||
|
||
/* Change disk size */
|
||
|
||
t_stat df_set_size (UNIT *uptr, int32 val, char *cptr, void *desc)
|
||
{
|
||
if (val < 0) return SCPE_IERR;
|
||
if (uptr->flags & UNIT_ATT) return SCPE_ALATT;
|
||
uptr->capac = UNIT_GETP (val) * DF_DKSIZE;
|
||
uptr->flags = uptr->flags & ~UNIT_AUTO;
|
||
return SCPE_OK;
|
||
}
|