Changed version to 1.10;
Applied mainline PCem commit that adds MFM hard disk emulation; Commented out the Commodore PC III 60.
This commit is contained in:
@@ -46,7 +46,8 @@ char *device_get_config_string(char *name);
|
||||
|
||||
enum
|
||||
{
|
||||
DEVICE_NOT_WORKING = 1 /*Device does not currently work correctly and will be disabled in a release build*/
|
||||
DEVICE_NOT_WORKING = 1, /*Device does not currently work correctly and will be disabled in a release build*/
|
||||
DEVICE_AT = 2 /*Device requires an AT-compatible system*/
|
||||
};
|
||||
|
||||
int model_get_config_int(char *s);
|
||||
|
||||
Reference in New Issue
Block a user