1
0
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:
Mark Pizzolato
2013-02-19 09:44:23 -08:00
parent 631999692b
commit 3d3f757991
3 changed files with 19 additions and 3 deletions

View File

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