Fix up some more magic numbers

This commit is contained in:
Jasmine Iwanek
2022-11-11 17:19:47 -05:00
parent 51aa132818
commit de4f70e3f8
3 changed files with 29 additions and 22 deletions

View File

@@ -18,6 +18,13 @@
#ifndef EMU_HDD_H
#define EMU_HDD_H
#define IMG_FMT_RAW 0
#define IMG_FMT_HDI 1
#define IMG_FMT_HDX 2
#define IMG_FMT_VHD_FIXED 3
#define IMG_FMT_VHD_DYNAMIC 4
#define IMG_FMT_VHD_DIFF 5
#define HDD_NUM 88 /* total of 88 images supported */
/* Hard Disk bus types. */