Login
Search for:


Previous | Next

From: indi (all posts)
Date: 1998-06-07
Subject: Re: Minus4 color bug fix
On Sat, 06 Jun 1998 16:09:14 +0200, you wrote:

>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.

GREAT! Nice one, thanks.. I've fixed the others you've sent... once I've sorted it out... I'll send it along.

Any general comments about the source/code methods in its current state? You may have noticed I've "tried" to get closed to TED emulation using FF1E.. not ver sucessful in most cases.. :-(

But the cycle table for bad lines etc is quite nice... easier to maintain as well, and hopefully, will be the basis of the TED stuff later on..

Mike
^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^
Mike Dailly mike@scotch.demon.co.uk http://www.scotch.demon.co.uk
(Please remove the <REMOVE_ME> from my e-mail address when replying)

Copyright © Plus/4 World Team, 2001-2024