Commit 6071062
committed
MEGA65: full colour MCM #419
The VIC-II legacy "MCM" mode (4 colours given by 2 bits / pixel) uses
data read from colour RAM for bit combination "11". In MCM char mode
the low 3 bits of that data can be used as colour index, as bit 4 tells
if the character is MCM at all. In bitmap mode, the full 4 bit can be
used. However on MEGA65 we have 8 bit wide colour RAM, which can then
use all the 8 bits. $D063.6 controls this feature.
This is currently experimental, there can be problems!
The issue has been reported by @TheChief
Introduced in branch next.1 parent 9b4ae0b commit 6071062
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1519 | 1519 | | |
1520 | 1520 | | |
1521 | 1521 | | |
1522 | | - | |
| 1522 | + | |
1523 | 1523 | | |
1524 | 1524 | | |
1525 | 1525 | | |
| |||
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
1533 | | - | |
| 1533 | + | |
1534 | 1534 | | |
1535 | 1535 | | |
1536 | 1536 | | |
1537 | 1537 | | |
1538 | 1538 | | |
1539 | | - | |
| 1539 | + | |
1540 | 1540 | | |
1541 | 1541 | | |
1542 | 1542 | | |
| |||
0 commit comments