A small bugfix for the Hercules blend and a variable move.

This commit is contained in:
OBattler
2018-11-01 10:52:27 +01:00
parent 21235eeac2
commit 14e5c4cc09
2 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
*
* Define all known video cards.
*
* Version: @(#)vid_table.c 1.0.41 2018/10/22
* Version: @(#)vid_table.c 1.0.42 2018/11/01
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
@@ -199,6 +199,9 @@ video_reset(int card)
cga_palette = 0;
cgapal_rebuild();
/* Reset the blend. */
herc_blend = 0;
/* Do not initialize internal cards here. */
if (!(card == VID_NONE) && \
!(card == VID_INTERNAL) && !machines[machine].fixed_gfxcard) {