Previous | Next
| From: Crown (all posts)
Date: 1998-06-06
Subject: Minus4 fix
|
Hi there,
Mike:
I found one more buggy charset line.
In 6502.c ProcessScanLine function at line 2113
change if (charset>=0xd0) {
to if (charset>=0xc0) {
To see the bug just go into TEDMON and write
>ff13 c0
This will put the charset to $c000 in the ROM, if you're lucky,
it won't crash, but all characters will be empty, as it gets indexed outside of the ROM area.
Tibor Biczo / Crown of GOTU
|
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |