Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
690c30b6f4a26c75c83dd8ddc3b4feaab40d814a
/
sim_disk.h
76dda8a
PDP11, VAX: Fix SET RPn BADBLOCK behavior and auto sizing.
by Mark Pizzolato
· 8 years ago
5531ccb
ALL: Massive 'const' cleanup
by Mark Pizzolato
· 9 years ago
db3531e
DISK: Properly base disk unit flags at UNIT_V_UF and provide useful DKUF_V_UF flag space.
by Mark Pizzolato
· 9 years ago
ef9d1ad
PDP10, PDP11, VAX: const cleanup
by Mark Pizzolato
· 10 years ago
2e5b0d5
Generalized the sim_disk layer to support large file disk devices (simh, VHD and RAW formats) with out requiring USE_ADDR64, and enhanced the pdp11_rq device to use this capability.
by Mark Pizzolato
· 12 years ago
d5ca542
Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32
by Mark Pizzolato
· 12 years ago
3d3f757
Added display of VHD and RAW disk access capabilities to the output of SHOW VERSION
by Mark Pizzolato
· 12 years ago
4a5b7a7
Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0).
by Mark Pizzolato
· 12 years ago
ba0f331
Added framework to support per device help commands
by Mark Pizzolato
· 12 years ago
1cb4eb7
Fixed Asynch I/O issues which may leave pending asynch I/O in limbo when device resets happen (found by Sergey Oboguev)
by Mark Pizzolato
· 13 years ago
7ac3557
Fixed bug under Asynch I/O where I/O completion did not delay the appropriate time before passing back device status to a simulator. Found by Sergey Oboguev.
by Mark Pizzolato
· 13 years ago
87c3e34
Added Asynch I/O and Disk Support for various Disk formats
by Mark Pizzolato
· 14 years ago