Hard disc controllers can now be selected on all machines.
Added device configuration for hard disc controller to Wx GUI.
This commit is contained in:
parent
4ca6d67f87
commit
06f7cd3c6c
10 changed files with 3759 additions and 3574 deletions
|
|
@ -1,9 +1,14 @@
|
|||
#include "device.h"
|
||||
|
||||
char *hdd_controller_get_name(int hdd);
|
||||
char *hdd_controller_get_internal_name(int hdd);
|
||||
int hdd_controller_get_flags(int hdd);
|
||||
int hdd_controller_available(int hdd);
|
||||
int hdd_controller_is_mfm(char* internal_name);
|
||||
int hdd_controller_has_config(char *internal_name);
|
||||
device_t *hdd_controller_get_device(char *internal_name);
|
||||
int hdd_controller_current_is_mfm();
|
||||
int hdd_controller_current_is_ide();
|
||||
void hdd_controller_init(char *internal_name);
|
||||
|
||||
extern char hdd_controller_name[16];
|
||||
|
|
|
|||
Loading…
Reference in a new issue