Commit ce4bb53
committed
Add routine to set ATTR to address
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.1 parent 5bc9cca commit ce4bb53
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
0 commit comments