Added Hyundai Super-286TR emulation. Patch from EluanCM.
This commit is contained in:
parent
dcf354688d
commit
a113e4546f
12 changed files with 362 additions and 3 deletions
|
|
@ -112,6 +112,13 @@ CPU cpus_286[] =
|
|||
{"", -1, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
CPU cpus_super286tr[] =
|
||||
{
|
||||
/*286*/
|
||||
{"286/12", CPU_286, fpus_80286, 3, 12000000, 1, 0, 0, 0, 0, 0, 3,3,3,3, 2},
|
||||
{"", -1, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
CPU cpus_ibmat[] =
|
||||
{
|
||||
/*286*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue