Another major change round. VNC moved to top level. More cleanups of global data, all VM processing now handled in pc.c (out of the platforms, yay!), and some video cleanups. This build MAY have issues with window sizes, resizing, and fullscreen will not work until the next build- sorry.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* - c386sx16 BIOS fails checksum
|
||||
* - the loadfont() calls should be done elsewhere
|
||||
*
|
||||
* Version: @(#)rom.c 1.0.13 2017/10/16
|
||||
* Version: @(#)rom.c 1.0.14 2017/10/17
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -565,7 +565,7 @@ rom_load_bios(int rom_id)
|
||||
return(1);
|
||||
|
||||
case ROM_DESKPRO_386:
|
||||
if (rom_load_interleaved(
|
||||
if (! rom_load_interleaved(
|
||||
L"roms/machines/deskpro386/109592-005.U11.bin",
|
||||
L"roms/machines/deskpro386/109591-005.U13.bin",
|
||||
0x000000, 32768, 0, rom)) break;
|
||||
|
||||
Reference in New Issue
Block a user