Previous | Next
| From: Crown (all posts)
Date: 1998-06-06
Subject: Minus4 color bug fix
|
Hi there,
Mike:
I've found the color bug in the debugger when it was in X-mode.
Fix: in 6502.c Process6502 function line 2531
change if ((ModeX==1) AND (ScreenLine<244)) {
to if ((ModeX==1) AND (ScreenLine<244) AND (debug==0)) {
Description:
Bitmap data was copied while we were in character screen mode,
and it was copied in the Mode-X way, and the plane enable registers were left in a wrong state.
Tibor Biczo / Crown of GOTU
|
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |