Added Image Manager 1024 emulation. Patch from John Elliott.

This commit is contained in:
SarahW 2019-04-23 20:44:26 +01:00
commit fb32dfceca
15 changed files with 5132 additions and 13 deletions

View file

@ -62,6 +62,7 @@ int loadbios()
loadfont("mda.rom", FONT_MDA);
loadfont("wy700.rom", FONT_WY700);
loadfont("8x12.bin", FONT_MDSI);
loadfont("im1024font.bin", FONT_IM1024);
biosmask = 0xffff;