Alternate font support for MDA and Hercules
This commit is contained in:
@@ -2936,7 +2936,7 @@ machine_amstrad_init(const machine_t *model, int type)
|
||||
break;
|
||||
|
||||
case AMS_PC1640:
|
||||
loadfont("roms/video/mda/mda.rom", 0);
|
||||
loadfont(FONT_IBM_MDA_437_PATH, 0);
|
||||
device_context(&vid_1640_device);
|
||||
ams->language = device_get_config_int("language");
|
||||
vid_init_1640(ams);
|
||||
|
||||
@@ -1541,7 +1541,7 @@ machine_pcjr_init(UNUSED(const machine_t *model))
|
||||
|
||||
/* Initialize the video controller. */
|
||||
video_reset(gfxcard[0]);
|
||||
loadfont("roms/video/mda/mda.rom", 0);
|
||||
loadfont(FONT_IBM_MDA_437_PATH, 0);
|
||||
device_context(&pcjr_device);
|
||||
pcjr_vid_init(pcjr);
|
||||
device_context_restore();
|
||||
|
||||
Reference in New Issue
Block a user