Added Compaq CGA emulation. Patch from John Elliott.
This commit is contained in:
parent
0ee7c7a354
commit
dd590d2093
14 changed files with 408 additions and 11 deletions
|
|
@ -476,7 +476,7 @@ void cga_speed_changed(void *p)
|
|||
cga_recalctimings(cga);
|
||||
}
|
||||
|
||||
static device_config_t cga_config[] =
|
||||
device_config_t cga_config[] =
|
||||
{
|
||||
{
|
||||
.name = "display_type",
|
||||
|
|
|
|||
Loading…
Reference in a new issue