Added preliminary emulation of the 'Xebec' XT Fixed Disk Adapter.
This commit is contained in:
parent
070a93803e
commit
f44aed9332
12 changed files with 758 additions and 9 deletions
|
|
@ -498,6 +498,7 @@ extern uint32_t atapi_get_cd_volume(int channel);
|
|||
|
||||
void pclog(const char *format, ...);
|
||||
void fatal(const char *format, ...);
|
||||
void warning(const char *format, ...);
|
||||
extern int nmi;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue