Added Atari PC3 emulation. Patch from dns2k.
This commit is contained in:
parent
96905fa3de
commit
9283d0e1b0
4 changed files with 20 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ int AMSTRAD, AT, PCI, TANDY;
|
|||
MODEL models[] =
|
||||
{
|
||||
{"[8088] AMI XT clone", ROM_AMIXT, "amixt", { {"", cpus_8088}, {"", NULL}, {"", NULL}}, 0, 0, 64, 640, 64, xt_init, NULL},
|
||||
{"[8088] Atari PC3", ROM_ATARIPC3, "ataripc3", { {"", cpus_8088}, {"", NULL}, {"", NULL}}, 0, 0, 64, 640, 64, xt_init, NULL},
|
||||
{"[8088] DTK XT clone", ROM_DTKXT, "dtk", { {"", cpus_8088}, {"", NULL}, {"", NULL}}, 0, 0, 64, 640, 64, xt_init, NULL},
|
||||
{"[8088] Generic XT clone", ROM_GENXT, "genxt", { {"", cpus_8088}, {"", NULL}, {"", NULL}}, 0, 0, 64, 640, 64, xt_init, NULL},
|
||||
{"[8088] IBM PC", ROM_IBMPC, "ibmpc", { {"", cpus_8088}, {"", NULL}, {"", NULL}}, 0, 0, 64, 640, 32, xt_init, NULL},
|
||||
|
|
|
|||
Loading…
Reference in a new issue