Add support for BIN/CUE images. Patch from bit, BIN/CUE handling from DOSBox.
This commit is contained in:
parent
828224d148
commit
a2f44b8ea7
21 changed files with 1363 additions and 423 deletions
|
|
@ -56,6 +56,6 @@ extern int cdrom_channel;
|
|||
uint32_t atapi_get_cd_channel(int channel);
|
||||
uint32_t atapi_get_cd_volume(int channel);
|
||||
|
||||
#define CDROM_ISO 200
|
||||
#define CDROM_IMAGE 200
|
||||
|
||||
#endif //__IDE__
|
||||
|
|
|
|||
Loading…
Reference in a new issue