Changed the GPL license of the azt2316a.c source file.

Added F82C710 SIO to the super286tr.
This commit is contained in:
TC1995
2020-03-25 01:23:22 +01:00
parent eac9cc59e0
commit ac96bc4cc6
4 changed files with 245 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
#include "fdd.h"
#include "fdc.h"
#include "hdc.h"
#include "sio.h"
#include "video.h"
#include "machine.h"
@@ -293,6 +294,8 @@ machine_at_gw286ct_init(const machine_t *model)
if (bios_only || !ret)
return ret;
device_add(&f82c710_device);
machine_at_scat_init(model, 1);
return ret;