The Hedaka HED-919 now supports up to 1 MB of RAM.
This commit is contained in:
@@ -264,6 +264,9 @@ machine_xt_hed919_init(const machine_t *model)
|
|||||||
|
|
||||||
machine_xt_clone_init(model);
|
machine_xt_clone_init(model);
|
||||||
|
|
||||||
|
if (mem_size > 640)
|
||||||
|
mem_remap_top(mem_size - 640);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -123,7 +123,7 @@ const machine_t machines[] = {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* 286 XT machines */
|
/* 286 XT machines */
|
||||||
{ "[Citygate D30 XT] Hedaka HED-919", "hed919", MACHINE_TYPE_286, {{"", cpus_286}, {"", NULL}, {"", NULL}, {"", NULL}, {"", NULL}}, MACHINE_ISA, 64, 640, 64, 0, machine_xt_hed919_init, NULL },
|
{ "[Citygate D30 XT] Hedaka HED-919", "hed919", MACHINE_TYPE_286, {{"", cpus_286}, {"", NULL}, {"", NULL}, {"", NULL}, {"", NULL}}, MACHINE_ISA, 64, 1024, 64, 0, machine_xt_hed919_init, NULL },
|
||||||
|
|
||||||
/* 286 AT machines */
|
/* 286 AT machines */
|
||||||
{ "[ISA] IBM AT", "ibmat", MACHINE_TYPE_286, {{"", cpus_ibmat}, {"", NULL}, {"", NULL}, {"", NULL}, {"", NULL}}, MACHINE_ISA | MACHINE_AT, 256,15872, 128, 63, machine_at_ibm_init, NULL },
|
{ "[ISA] IBM AT", "ibmat", MACHINE_TYPE_286, {{"", cpus_ibmat}, {"", NULL}, {"", NULL}, {"", NULL}, {"", NULL}}, MACHINE_ISA | MACHINE_AT, 256,15872, 128, 63, machine_at_ibm_init, NULL },
|
||||||
|
Reference in New Issue
Block a user