mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 18:48:06 +11:00
b97e761942
The goal is to offload the SMS VDP driver a little bit.
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
Grid subsystem
|
|
|
|
Given a device driver following the Grid protocol, implement
|
|
AT-XY and (emit). (emit) makes the grid behave like a regular
|
|
terminal, honoring line feeds and backspaces, wrapping at the
|
|
end of a line.
|
|
|
|
2 bytes of system memory at GRID_MEM are needed for cursor
|
|
position.
|
|
|
|
Load range: B402-B403
|