Skip to content

Bugfix/attr#190

Merged
boriel merged 6 commits intomasterfrom
bugfix/attr
Apr 19, 2019
Merged

Bugfix/attr#190
boriel merged 6 commits intomasterfrom
bugfix/attr

Conversation

@boriel
Copy link
Copy Markdown
Collaborator

@boriel boriel commented Apr 19, 2019

No description provided.

boriel added 6 commits April 18, 2019 00:30
This routine, given a pixel address on the screen in HL will
set the ATTR for it.

Also adds an extra entry point to the SET_ATTR routine.

This routine is in charge of setting the ATTR upon an screen
update operation (PRINT, PLOT, DRAW, CIRCLE).

Now it can be used also by drawing primitives instead of the ROM's one.
BRIGHT 8 was not being set (transparent mode).
Also BRIGHT 0 is now 0 and any other value is BRIGHT 1.
FLASH 8 was not being set (transparent mode).
Also FLASH 0 is now 0 and any other value is FLASH 1.
This routine is not in ROM, and is centralised by all drawing and
printing primitives.
This routine is not in ROM, and is centralised by all drawing and
printing primitives.
@boriel boriel merged commit f8d065c into master Apr 19, 2019
@boriel boriel deleted the bugfix/attr branch April 19, 2019 10:29
boriel added a commit that referenced this pull request May 11, 2019
Bugfix bright 8 and flash 8

Approved-by: Jose Rodriguez <boriel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant