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:
SarahW 2017-10-01 15:42:32 +01:00
commit 06f7cd3c6c
10 changed files with 3759 additions and 3574 deletions

View file

@ -1,3 +1,6 @@
#ifndef _DEVICE_H_
#define _DEVICE_H_
#define CONFIG_STRING 0
#define CONFIG_INT 1
#define CONFIG_BINARY 2
@ -54,3 +57,5 @@ enum
int model_get_config_int(char *s);
char *model_get_config_string(char *s);
#endif