mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-29 07:49:20 +00:00
MGTK: BitBlt/rect/poly drawing routines (#54)
* Document that Text Page 1 is used as buffers. * Merge keyboard/mouse * Work on error symbols. * MGTK: Drawing routines. (4F8E..584A) * MGTK: Style/fix warnings.
This commit is contained in:
parent
b55fcf010a
commit
7e483c3ef5
@ -201,8 +201,8 @@ $1B00 | & Desk Acc | +-------------+
|
||||
| | | Save Area |
|
||||
| | | |
|
||||
$0800 +-------------+ +-------------+
|
||||
| Text | | Text |
|
||||
| | | |
|
||||
| Drawing | | Drawing |
|
||||
| Temp Buffer | | Temp Buffer |
|
||||
$0400 +-------------+ +-------------+
|
||||
| Invoker | | |
|
||||
$0300 +-------------+ +-------------+
|
||||
|
1777
desktop/mgtk.s
1777
desktop/mgtk.s
File diff suppressed because it is too large
Load Diff
18
mgtk.inc
18
mgtk.inc
@ -607,6 +607,24 @@ winfo_offset_port := 20
|
||||
winfo_offset_nextwinfo := 56
|
||||
winfo_size := 58
|
||||
|
||||
|
||||
;;; Errors
|
||||
|
||||
error_in_object := $80
|
||||
error_empty_object := $81
|
||||
error_bad_object := $82
|
||||
error_font_too_big := $83
|
||||
|
||||
error_no_mouse := $92
|
||||
error_invalid_hook := $94
|
||||
error_desktop_not_initialized := $95
|
||||
error_irq_in_use := $97
|
||||
error_window_already_exists := $9D
|
||||
error_window_id_required := $9E
|
||||
error_window_not_found := $9F
|
||||
error_no_active_window := $A0
|
||||
|
||||
|
||||
.endscope ; MGTK
|
||||
|
||||
;;; ============================================================
|
||||
|
Loading…
Reference in New Issue
Block a user