mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
Added display of VHD and RAW disk access capabilities to the output of SHOW VERSION
This commit is contained in:
@@ -86,6 +86,8 @@ t_bool sim_disk_isavailable (UNIT *uptr);
|
||||
t_bool sim_disk_isavailable_a (UNIT *uptr, DISK_PCALLBACK callback);
|
||||
t_bool sim_disk_wrp (UNIT *uptr);
|
||||
t_addr sim_disk_size (UNIT *uptr);
|
||||
t_bool sim_disk_vhd_support (void);
|
||||
t_bool sim_disk_raw_support (void);
|
||||
void sim_disk_data_trace (UNIT *uptr, const uint8 *data, size_t lba, size_t len, const char* txt, int detail, uint32 reason);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user